.cCategoryDivContainer .cCategoryDiv {
    width: unset;
}

.cCategoryDivContainer .cItemImage,
.cCategoryDivContainer .cItemImageDiv {
    width: 100%;
}

.sewing-section .component-header {
    font-size: 2rem;
    line-height: 1;
}

.sewing-section .featuredProductContainer {
    border: 0;
}

.sewing-section .featuredProductTitle {
    color: black;
    background: none;
}

.sewing-section .text-center {
    margin: 1rem 0;
}

.sewing-section .text-center a:not(.ignore-site-layout-styles a) {
    display: inline-block;
    background-color: black;
    color: white !important;
    padding: 8px 30px !important;
}

.jumbotron a.btn-black:not(.ignore-site-layout-styles a) {
    background: black;
    color: white !important;
}

.lsr-scope h2.lsr-font-h2 {
    margin-top: 0;
    color: black !important;
}

/* LEGACY CODE (Taken from Quiltillion - NAV CSS */
.menubg {
  background: url('https://media.rainpos.com/4132/nav_bg.jpg');
}

.menubg > .container {
  border-bottom: 1px solid #B58D1E;
  background: #fff;
  border-top: 1px solid #B58D1E;
}

/* BODY */
.big-circle {
  margin: 0 auto;
  background: #B58D1E;
  border-radius: 100%;
  border:10px solid #fff;
  height: 130px;
  width: 130px;
  padding-top: 35px;
  text-align: center;
  line-height:20px;
  font-weight: 300 !important;
  color: #fff !important;
 }

 .sml-circle {
 margin-bottom: 8px;
 float: left;
 background: #B58D1E;
 border-radius: 100%;
 border:1px solid #fff;
 height: 50px;
 width: 50px;
 padding-top:12px;
 text-align: center;
 line-height:10px;
 font-weight: bold !important;
 color: #fff !important;
}

.product-border {
  border:2px solid #51b3b6;
  padding: 15px 0px;

}

.b-margin {
  margin-bottom:15px;
}

/*  MEDIA CSS */
@media (min-width: 768px)
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
    nav#mainNav {
        width: 100%;
    }
    .menubg .navbar-nav {
        flex-flow: wrap;
        justify-content: space-around;
        margin: 0;
        list-style: none;
        display: flex;
        width: 100%;
        padding: 0;
        text-align: center;
        white-space: nowrap;
    }
}

.modShadow {
-webkit-box-shadow: 0px 1px 23px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 23px -3px rgba(0,0,0,0.75);
box-shadow: 0px 1px 23px -3px rgba(0,0,0,0.75);
position: relative; 
z-index: 99;
}

.underShadow {
z-index: 1;
}

/* Widget 6 */
.widget6 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0;
  list-style: none;
}
.widget6 .flex-item {
  width: 50%;
  padding: 0 30px;
  position: relative;
}
.widget6 .figcaption {
  position: absolute;
  margin: 0 auto;
  max-width: 500px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.widget6 .figcaption p {
  margin-bottom: 30px;
}
.widget6 .fig-img,
.widget6 .fig-img img {
  position: relative;
}
.widget6 .fig-img:before {
  position: absolute;
  background: #777;
  left: 10px;
  right: -12px;
  top: -12px;
  bottom: 10px;
  content: '';
}
@media (min-width: 992px) {
  .widget6 .fig-img:before {
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .widget6 .fig-img:before {
    background-color: #777;
  }
}

.btn {
  padding: 8px 30px !important;
  border-radius: 0 !important;
}

.btn-dark {
  background-color: #009593;
  color: #fff !important;
  border: 1px solid #009593 !important;
transition: all .2s ease;
}
.btn-dark:hover {
  background-color: #fff;
  color: #000 !important;
}

a.mainMenuItem {
transition: .4s ease all;
}

 a.mainMenuItem:hover {
    box-shadow: inset 0 -3px 0 0 #009593;
    transition: .4s ease all;
}

.product-breadcrumbs-span {
font-size: 1rem !important;
}
