/*homepage start*/
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-family: "Montserrat", sans-serif;
  color:#000;
}
.scpage-index .sc_bannercarouselcustom {
}
.scpage-index .scp-body .container{
    background:transparent
}
}
.sc_bannercarouselcustom h1{
    font-weight:900;
    font-size:50px;
    color:#000;
    font-family: "Montserrat", sans-serif;
    line-height:1.2;

  }
.scp-layout_grpheader, .sc_starkey .scp-container{
    background-color: transparent;
}
.sc_custom-row {
    display: flex;
    align-items: center;
}
 /* support */
        .sc_signaturesupport {
            display: flex;
            align-items: center;
            gap: 2rem;
        }

        .sc_fastorder,
        .sc_fastordersupport {
            display: flex;
            /*justify-content: center;*/
            align-items: center;
            gap: 12px;
            padding: 10px 30px 10px 10px;
        }

        .sc_fastordercontent h2 {
            margin: 0;
            font-size: 14px;
          font-weight:bold;
            font-family: "Montserrat", sans-serif;

        }

        .sc_fastordercontent p {
            margin: 4px;
            font-size: 12px;
            font-family: "Montserrat", sans-serif;

        }
        .sc_fastorder {
            border-right: 1px solid rgba(7, 7, 7, 0.04);
          width:50%;
        }
        /* product category */
        .sc_productcategory {
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            list-style: none;
            gap: 40px;
        }

        .sc_productcategoryname {
            padding: 3rem 2rem;
            position: relative;
            margin: 0 .5em;
            border-radius: .25rem;
            transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
            transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95);
            transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95), -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.35, 0.95)
        }

        .sc_productcategory li {
            box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.05);
        }

        .sc_productcategory li img {
            border-radius: 4px 4px 0 0;
        }

        .sc_productcategory li:hover .sc_productcategoryname {
            background: #fff;
            transform: translateY(-2rem);
        }

        .sc_productcategory li a {
            text-decoration: none;
        }

        .sc_productcategoryname p {
            margin: 0;
            color: #000;
            font-size: 18px;
            font-family: "Montserrat", sans-serif;
        }
.scw-border:before {
    border-top-color: rgba(0, 0, 0, 0.04);
}


/*homepage end*/
/*logo*/
.scp-header .scw-storelogo img {
    max-height: 90px;
}
.scw-storelogo{
    margin-top: 15px;
}
/*Search*/
.scw-search.scws-style-1 .form-control {
    background-color: #fff;
    color: #333;
    height: 32px;
    line-height: 32px;
}
.scw-search.scws-style-1 .form-control-feedback {
    background-color: #fff!important;
    color: #333;
    height: 32px;
    line-height: 32px;
}
.scw-search.scws-style-1 .form-group {
    margin-top: 45px;
}
span.result-right {
     width: calc(100% - 90px);
   
}
.scw-search-dropdown {
    top: 80px;
}
/*toll free*/
.scw-tollfree.scws-style-2>div:before {
    display: none;
}
.scw-tollfree.scws-style-2>span>i {
    color: #ef031c;
}
.scw-tollfree.scws-style-2>div>h4 {
    color: #636363!important;
    font-weight: 500;
    font-size: 18px;
}
.scw-tollfree.scws-style-2>span:before, .scw-tollfree.scws-style-2>span:after {
    border-top-color: #ef031c!important;
}
.scw-tollfree.scws-style-2>div {
    margin-top: 20px;
}
.sc-helpline {
    margin-top: 22px;
}
/*shopping cart*/
.sc-store-cart.scws-style-1 {
    margin-top: 33px;
    /* line-height: 46px; */
}
.sc-store-cart.scws-style-1 .scw-cart-btn:after {
    color: #999!important;
    font-weight: 500;
    left: 47px;
    top:5px;
}
.sc-store-cart.scws-style-1>a>i{
    color: #ef031c;
}
.scw-shoppingcart.scws-style-1>a>span#scpc-cart-item-count {
    border-radius: 22px;
    min-width: 22px;
    min-height: 22px;
    line-height: 22px !important;
    left: 17px;
    background: #636363;
}
.sc-store-cart.scws-style-1>.scw-cart-btn, .sc-store-cart.scws-style-1>.scw-cart-btn:hover, .sc-store-cart.scws-style-1>.scw-cart-btn:focus {
    color: #636363!important;
}
/*menu*/
.scp-menu {
    background-color: #636363;
    border-top: 0;
    text-align:center;
}
.scp-menu .navbar .navbar-nav>li>a b {
    font-weight: 500;
}
.scp-menu .navbar .navbar-nav>li>a {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.scp-menu .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li:hover>a, .scp-menu .navbar .navbar-nav>li:hover>a {
    background: #ef031c !important;
    box-shadow: none;
}
.SCN_List_Header {
    color: #581e7f;
    font-size: 13px;
    font-weight:500;
}
.scp-menu .navbar .navbar-nav > li .SCNW_List li::after {
    color:#581e7f;
}
.scp-menu .navbar .navbar-nav>li .SCNW_List li:hover a {
    color: #ef031c;
}
.scp-menu .navbar .navbar-nav>li .SCNW_List li:hover:after{
    color: #ef031c;
}
.scw-navigation .scw-navigation-nav>.dropdown>.dropdown-menu {
    top: 100%;
    transition: unset;
}
/* .scw-navigation li:nth-child(3) .dropdown-menu, .scw-navigation li:nth-child(4) .dropdown-menu, .scw-navigation li:nth-child(6) .dropdown-menu{
    width: 250px !important;   
    left: 0px;
}
.scw-navigation li:nth-child(3), .scw-navigation li:nth-child(4), .scw-navigation li:nth-child(6){
      position:relative  !important;
 }
.scw-navigation li:nth-child(3) .dropdown-menu .SCN_List_Header, .scw-navigation li:nth-child(4) .dropdown-menu .SCN_List_Header, .scw-navigation li:nth-child(6) .dropdown-menu .SCN_List_Header{
    display:none;
}
/*product display*/
.scp-product{
    background-color: #fff;
}
.scp-p-title {
    padding: 2px 8px 0 8px !important;
    color: #636363;
    background: #fff;
    font-size: 16px;
}
.scp-p-code, .scp-p-price, .scp-p-hide-price-msg {
    background: #fff;
    padding-left:10px;
}
.scp-p-price-new {
    color: #ef031c;
    font-weight: bold;
    font-size: 20px;
}
.scp-p-quick span {
    background: #581e7f;
    font-size: 13px;
    font-weight:500;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.scp-p-quick:before {
    background: #ff1d7d;
    height: 30px;
    line-height: 30px;
}
.scp-product:hover {
    border-color: #999;
}
.scp-p-price {
    line-height: 20px;
    margin-top: 10px;
}
.scp-p-price-old {
    font-size:15px;
    color:#4b4b4b;
}
.scp-product:hover .scp-p-image img {
    transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
}
.scp-products-holder {
    width: 100%;
    margin-top: 0;
    padding-top: 2px;
}
.scp-product {
    width: 260px;
    margin: 0 2% 2% 0;
}
.scp-p-code {
    font-size: 10px;
    color: #888;
}
.scp-filters>div {
    border-bottom: 0;
}
.noUi-connect {
    background: #636363;
}
.scp-priceslider-parent {
    background: #f5f5f5!important;
    border: 1px #e4e4e4 solid!important;
    padding-left: 15px!important;
    padding-right: 18px !important;
}
.scp-filters {
    box-shadow: none;
}
.scp-filters h4 {
    border-top: 0 !important;
    background: #fff;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-bottom: 1px #e4e4e4 solid;
    border-left: 1px #e4e4e4 solid;
    border-right: 1px #e4e4e4 solid;
}
.scp-priceslider-filters {
    font-size: 13px;
    font-weight: 500;
}
.scw-category-description h1 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.scp-breadcrumb .breadcrumb .active {
    color: #ff1d7d;
  font-size: 13px;
}
.scp-breadcrumb .breadcrumb {
    font-size: 13px;
    color: #581e7f;
}
.scw-subcategories.scws-style-2 .scp-viewall {
    right: 10px;
}
.scw-subcategories h3{
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #636363;
    border-bottom:0;
    font-weight: 400;
    margin-bottom: 0;
}
.scws-style-2 .scw-subcategory-item span {
    background: rgba(25, 29, 39,.8);
    color: #fff;
    font-weight: 500;
}
.scp-viewall a {
    color: #636363;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.slider-snap-value-lower, .slider-snap-value-upper {
    font-size: 12px;
    color: #444;
    font-weight: 500;
}
.sct-payment li i {
    color: #333;
}
.scp-breadcrumb .breadcrumb a{
    color:#581e7f;
}

/* pdp */
.scpd-template-4 .breadcrumb>li>a {
    color: #999 !important;
    text-decoration: none;
    font-size: 13px!important;
}
.scpd-template-4 .scpd-price .scp-p-price-new {
    font-size: 28px;
}
.scpd-printpage:hover, .scpd-printpage:focus {
    color: #000;
}
.scpd-template-4 .btn-add-to-cart {
    background-color: #ef031c!important;
    font-weight: 400;
}
.scpd-template-4 .scpd-quick-buy .btn {
    background-color: #636363!important;
    border: 1px solid #636363!important;
    color: #fff;
    font-weight: 400 !important;
}
.scpd-template-4 .scpd-tabs .nav-tabs>li.active>a, .scpd-template-4 .scpd-tabs .nav-tabs>li.active>a:hover, .scpd-template-4 .scpd-tabs .nav-tabs>li.active>a:focus {
    border-top: 3px solid #581e7f;
    color: #581e7f;
}
.scpd-template-4 .scpd-tabs .nav-tabs>li>a {
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 500;
}
.scpd-template-4 .scpd-product-description.scpd-descriptions p {
    line-height: 22px;
    padding-bottom: 10px;
    padding-top: 5px;
}
.scpd-template-4 .scpd-product-description.scpd-descriptions {
    padding-left: 15px;
    padding-right: 20px;
    color: #565656;
    font-size: 13px;
}
.scpd-template-4 .breadcrumb {
    margin-bottom: 10px;
    margin-top: 0;
}
.scpd-template-4 .scai-product-heading:after {
    background: #dde1e4;
}
.scpd-template-4 .scai-product-heading h4 {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.scpd-template-4 .owl-theme .owl-controls .owl-buttons div {
    background: #fff;
}
.scpd-template-4 .scai-products-widgets .owl-buttons {
    top: -48px !important;
}
.scpd-template-4 .scai-products-widgets, .scpd-product-visited {
    padding-left: 0px;
}
.scpd-template-4 #scpd_stock_message {
    font-size: 12px;
}
.scpd-template-4 .cart-box .scpd-title h1 {
    font-size: 22px;
}
.scpd-page .scp-layout:last-child .scp-container {
    border-bottom: 0;
}
.scpd-page .scp-container.scpd-top-container {
    border-top: 0;
}
.scpd-template-4 .scw-recently-viewed .owl-buttons {
    top: -37px !important;
}
.scpd-template-4 .scai-products-widgets .owl-buttons{
    background:#fff;
}
/*footer css*/
.sct-footer{
  background-color: #282828 !important;
}
.scp-footer h4{
  font-size: 15px!important;
  font-weight: bold;
  letter-spacing: normal;
  color: #fff;
}
.scw-storeaddress > p {
    margin: 0px auto 20px;
}
.scw-storeaddress>p>i{
  color: #333;
    font-size: 16px;
}
.scw-storeaddress>p>em {
    color: #333;
}
.scp-footer .scw-storeaddress>p>a{
  color: #333 !important;
}
.scw-storeaddress>p>i{
  margin-right: 12px;
}
.scw-storeaddress .scw-storeaddress-location>span,.scp-footer .scw-storeaddress>p>a {
    font-size: 13px;
    line-height: 21px;
}
.scw-storeaddress .scw-storeaddress-location>i+span{
 vertical-align: middle;
}
.scw-pagelinks>ul>li>a{
  padding: 5px 0;
  font-size: 13px;
}
.sct-footer-below {
    background-color: #282828;
    height: 44px;
    padding: 10px 0;
    color: #ccc;
}
/*sc_footernew*/
.scw-border.sc_customborder {
    border-top: 1px solid #ccc;
    padding: 0 !important;
}
.sc_aboutus p {
    font-size: 15px;
    line-height: 1.9;
    color: #f6e7bc;
}
.sc_aboutus strong {
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}
.scp-footer .scw-pagelinks ul li a {color: #f6e7bc;opacity: 1;font-size: 15px;}
/*sc_footerend*/


.connectWithUs h4 {
    font-size: 13px!important;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    border-bottom:0;
    line-height:0;
}
.connectWithUs > ul > li {
    margin: 0 3px 0 0;
    padding: 7px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
}
.connectWithUs > ul > li > a> img {
    max-width: 20px;
    opacity:0.7;
}
.connectWithUs > ul > li > a> img:hover {
    opacity:1;
}
/*bulk action*/
.scpd-list-view .scpd-list-view-container a, .scpd-list-view .scpd-list-view-container a:hover {
    background: #636363;
    border-color: #636363;
}

#scpd_list_view .scpd-add-all-to-cart {
    background-color: #ef031c;
    border-color: aliceblue;
}
/*Add to cart*/
.scp-cart-modal .scp-modal .modal-header {
    background: #333;
}
#shopping_cart_popup .scp-cart-p-info h4 {
    color: #333;
}
.scp-cart-p-qty a {
    color: #f0031c;
}
.scp-cart-p-actions a.removecartitem {
    color: #f00;
}
.scp-cart-continue-shopping {
    color: #f0031c;
}
#shopping_cart_popup .btn-primary {
    background: #581e7f;
    border-color: #581e7f;
}
#shopping_cart_popup .btn-default {
    background-color: #f0031c;
    border-color: #ff1d7d;
}
.scp-cart-total>h3 span {
    color: #f0031c;
}
.mini-storelogo {
    display: none;
}



/*privacy policy page*/
.scp-layout.sce-l-s.scp-layout_grpheader.sc_linkheader {
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.scpage-returnpolicy .scp-body .container, .scpage-privacypolicy .scp-body .container, .scpage-exchangepolicy .scp-body .container{
    background:transparent;
}
.sc_footerlinks {
    margin: 0;
    text-align: center;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sc_footerlinks h1 {
    font-size: 50px;
    font-weight: bold;
}
.has-large-font-size {
    font-size: 32px !important;
}
.entry-content.single-content p {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 16px;
    line-height:2;
}
.sc_privacypolicy-content .container {
    background: #fff !important;
    padding: 30px;
    border-radius: 6px;
}
.scp-layout.sce-l-s.sc_privacypolicy-content {
    background: #f9f7f7;
    padding: 60px 0;
}
.entry-content.single-content ul li {
    font-size: 16px;
    line-height: 2;
}
.scpage-privacypolicy .scp-body .scw-content{
    margin-bottom: 0;
}
.sc_productcategory li img {
    height: auto;
}
.scpg-layout-header_customwidgets {
    display: flex;
    justify-content: center;
}
@media(max-width:766px){
.scpg-layout-header_customwidgets .col-sm-5, .scpg-layout-header_customwidgets .col-sm-4{
    width: 100%!important;
}
  .scpg-layout-header_customwidgets{
    display:block !important;
  }
.sc_bannercarouselcustom h1{
    font-size:20px
}
.sc_signaturesupport {
    display: block;
}
.sc_fastorder {
    width: 100%;
    border-right: 0;
}
.sc_fastordercontent p{
    margin:0
}
.sc_productcategory li img {
    height: auto;
}
.sc_productcategory{
    grid-template-columns:auto auto;
  gap:12px;
}
.sc_productcategoryname{
    padding:15px
}

.scw-storelogo {
    text-align: left !important;
}

.scw-shoppingcart.selling-online.scws-style-1.sc-store-cart {
    position: absolute;
    top: -100px;
}
.scw-search.scws-style-1 .form-group{
    margin-top:0
}
.scw-search-dropdown{
    top:35px
}
}



/*starkey*/
.sc_starkey {
    background: url('https://cdn.sellerscommerce.com/images/5411/starkey.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;  
}
.scpage-starkeygroup .scp-body .container{
    background:transparent
}
.sc_starkey h1 {
    font-size: 50px;
    font-weight: 900;
    color: #000000;
    width: 562px;
    margin: 150px 0;
    line-height:1.2;
    font-family: 'Montserrat';
}

.scpd-template-4 .scpd-modern-emb-prd-positions {
    width: 120px;
    height: 100px;
    text-align: center;
    margin-bottom:10px !important
}
.scpd-template-4 .scpd-modern-emb-prd-positions span{
text-align: center;
  max-width: 100%;      
  white-space: nowrap;   
  overflow: hidden;      
  text-overflow: ellipsis; 
}

/**responsive*/
@media(min-width:1200px){
/*.scp-menu {
    background: transparent;
  height:0px;
}
ul.scw-navigation-nav.nav.navbar-nav {
    position: absolute;
    top: -93px;
    left: -52px;
    right: 0px;
    margin: 0px auto;
    width: 450px;
}*/

.SCN_List li a {
    color: #494949 !important;
    opacity: 0.9;
  text-transform: none;
}
.SCN_List li a:hover, .SCN_List li a:focus {
    color: #494949 !important;
}
/*.scp-menu .navbar .dropdown-menu {
    width: 1096px!important;
    left: -66%;
}*/
.scp-menu .navbar .navbar-nav>li>a {
   /* font-family: 'Raleway', sans-serif !important;*/
  font-family: 'Lato', sans-serif !important;
    letter-spacing: 1px;
    font-size: 14px;
    color:#494949 !important;
    text-transform: capitalize;
}
.nav>li>a {
    padding: 12px 15px;
}
.scp-menu .navbar .navbar-nav>li>a b{
       font-weight: 600; 
  color:#fff;
}
  .scp-menu .navbar .navbar-nav span.sci-keyboard-arrow-down{
    color:#fff;
  }
}

@media (max-width:767px){

    .sc_starkey h1 {
        font-size:30px;
        width:auto;
    }
   
}



/* groupstorecode*/
.sc-group-6260 .sc-store-cart.scws-style-1>a>i, .sc-group-6260 .scp-cart-continue-shopping, .sc-group-6260 .scp-p-price-new, .sc-group-6260 .scp-cart-total>h3 span, .sc-group-6260 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
 color:#216093;
}
.sc-group-6260 .scpd-template-4 .btn-add-to-cart{
background-color:#216093;
}
.sc-group-6260 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6260 .navbar-default .navbar-nav>li>a:focus, .sc-group-6260 .navbar-default .navbar-nav>li:hover>a, .sc-group-6260 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6260 .scpd-template-4 .btn-add-to-cart{
    background: #216093 !important;
}
.sc-group-6260 #shopping_cart_popup .btn-default{
    background: #216093 !important;
 border:1px solid #216093;
}
.sc-group-6260 .scp-footer .scw-pagelinks ul li a {
    color: #216093;
    font-weight: 600;
}
.sc-group-6260 .sct-footer .scw-image img {
    width: 300px;
    max-width: 100%;
}
/*richfield urban*/
.sc-group-6402 .sc-store-cart.scws-style-1>a>i, .sc-group-6402 .scp-cart-continue-shopping, .sc-group-6402 .scp-p-price-new, .sc-group-6402 .scp-cart-total>h3 span, .sc-group-6402 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#192e59;
   }
   .sc-group-6402 .scpd-template-4 .btn-add-to-cart{
   background-color:#192e59;
   }
   .sc-group-6402 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6402 .navbar-default .navbar-nav>li>a:focus, .sc-group-6402 .navbar-default .navbar-nav>li:hover>a, .sc-group-6402 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6402 .scpd-template-4 .btn-add-to-cart{
       background: #192e59 !important;
   }
   .sc-group-6402 #shopping_cart_popup .btn-default{
       background: #192e59 !important;
    border:1px solid #192e59;
   }
   .sc-group-6402 .scp-footer .scw-pagelinks ul li a {
       color: #d2202f;
       font-weight: 600;
   }
   .sc-group-6402 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }
    .sc-group-6402 h1 {
        font-family: 'Montserrat';
        font-size: 50px;
        font-weight: 900;
        color:#000;
    }
    .sc-group-6402 .sc_groupbannercustom{
        background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
    }
    .sc-group-6402 .scp-body .container{
        background:transparent;
    }

    .sc-group-6402 section#about-us-section p{
        color: #fff;
    }   

    .sc-group-6402 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
      display: none !important;
    }

    .sc-group-6402 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
      display: none !important;
    }

    .sc-group-6402 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
      display: none !important;
    }    

    .sc-group-6402 button.save{
    background-color: #192e59 !important;
    }

/*audibel*/
.sc-group-6280 .sc-store-cart.scws-style-1>a>i, .sc-group-6280 .scp-cart-continue-shopping, .sc-group-6280 .scp-p-price-new, .sc-group-6280 .scp-cart-total>h3 span, .sc-group-6280 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#9ac273;
   }
   .sc-group-6280 .scpd-template-4 .btn-add-to-cart{
   background-color:#9ac273;
   }
   .sc-group-6280 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6280 .navbar-default .navbar-nav>li>a:focus, .sc-group-6280 .navbar-default .navbar-nav>li:hover>a, .sc-group-6280 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6280 .scpd-template-4 .btn-add-to-cart{
       background: #9ac273 !important;
   }
   .sc-group-6280 #shopping_cart_popup .btn-default{
       background: #9ac273 !important;
    border:1px solid #9ac273;
   }
   .sc-group-6280 .scp-footer .scw-pagelinks ul li a {
       color: #9ac273;
       font-weight: 600;
   }
   .sc-group-6280 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }

   .sc-group-6280 button.save{
    background-color: #9ac273 !important;
    }
/*bwell*/
.sc-group-6274 .sc-store-cart.scws-style-1>a>i, .sc-group-6274 .scp-cart-continue-shopping, .sc-group-6274 .scp-p-price-new, .sc-group-6274 .scp-cart-total>h3 span, .sc-group-6274 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#36418e;
   }
   .sc-group-6274 .scpd-template-4 .btn-add-to-cart{
   background-color:#36418e;
   }
   .sc-group-6274 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6274 .navbar-default .navbar-nav>li>a:focus, .sc-group-6274 .navbar-default .navbar-nav>li:hover>a, .sc-group-6274 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6274 .scpd-template-4 .btn-add-to-cart{
       background: #36418e !important;
   }
   .sc-group-6274 #shopping_cart_popup .btn-default{
       background: #36418e !important;
    border:1px solid #36418e;
   }
   .sc-group-6274 .scp-footer .scw-pagelinks ul li a {
       color: #36418e;
       font-weight: 600;
   }
   .sc-group-6274 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }
    .sc-group-6274 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
      display: none !important;
    }

    .sc-group-6274 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
      display: none !important;
    }

    .sc-group-6274 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
      display: none !important;
    }

    .sc-group-6274 h1 {
        font-family: 'Montserrat';
        font-size: 50px;
        font-weight: 900;
        color:#000;
    }
    .sc-group-6274 .sc_groupbannercustom{
        background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
    }
    .sc-group-6274 .scp-body .container{
        background:transparent;
    }

    .sc-group-6274 section#about-us-section p{
        color: #fff;
    }

    .sc-group-6274 button.save{
    background-color: #36418e !important;
    }    

/*connexus*/
.sc-group-6259 .sc-store-cart.scws-style-1>a>i, .sc-group-6259 .scp-cart-continue-shopping, .sc-group-6259 .scp-p-price-new, .sc-group-6259 .scp-cart-total>h3 span, .sc-group-6259 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#fdb728;
   }
   .sc-group-6259 .scpd-template-4 .btn-add-to-cart{
   background-color:#fdb728;
   }
   .sc-group-6259 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6259 .navbar-default .navbar-nav>li>a:focus, .sc-group-6259 .navbar-default .navbar-nav>li:hover>a, .sc-group-6259 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6259 .scpd-template-4 .btn-add-to-cart{
       background: #fdb728 !important;
   }
   .sc-group-6259 #shopping_cart_popup .btn-default{
       background: #fdb728 !important;
    border:1px solid #fdb728;
   }
   .sc-group-6259 .scp-footer .scw-pagelinks ul li a {
       color: #fdb728;
       font-weight: 600;
   }
   .sc-group-6259 .sct-footer .scw-image img {
       width: 300px;
       max-width: 100%;
   }
   .sc-group-6259 .sct-footer img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
   }

.sc-group-6259 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
}
.sc-group-6259 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey-bg.jpg?v=311202491549');
}
.sc-group-6259 .scp-body .container{
    background:transparent;
}

.sc-group-6259 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6259 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}


.sc-group-6259 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6259 button.save{
    background-color: #fdb728 !important;
}  

/*logosignature*/
.sc-group-6226 .sc-store-cart.scws-style-1>a>i, .sc-group-6226 .scp-cart-continue-shopping, .sc-group-6226 .scp-p-price-new, .sc-group-6226 .scp-cart-total>h3 span, .sc-group-6226 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#ef031c;
   }
   .sc-group-6226 .scpd-template-4 .btn-add-to-cart{
   background-color:#ef031c;
   }
   .sc-group-6226 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6226 .navbar-default .navbar-nav>li>a:focus, .sc-group-6226 .navbar-default .navbar-nav>li:hover>a, .sc-group-6226 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6226 .scpd-template-4 .btn-add-to-cart{
       background: #ef031c !important;
   }
   .sc-group-6226 #shopping_cart_popup .btn-default{
       background: #ef031c !important;
    border:1px solid #ef031c;
   }
   .sc-group-6226 .scp-footer .scw-pagelinks ul li a {
       color: #ef031c;
       font-weight: 600;
   }
   .sc-group-6226 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }
/*jeff belzers*/

.sc-group-6264 .sc_fastordercontent h2 {
    color: #da6728;
}

.sc-group-6264 .scp-footer .scw-pagelinks ul li a {
    color: #da6728 !important;
}

.sc-group-6264 .scp-footer h4 {
    font-weight: bold !important;
    color: #da6728 !important;
}

.sc-group-6264 .sc-store-cart.scws-style-1>a>i {
    color: #da6728 !important;
}

.sc-group-6264 .scp-p-price-new {
    color: #da6728 !important;
}

.sc-group-6264 .sc-store-cart.scws-style-1>a>i {
    color: #da6728 !important;
}

.sc-group-6264 .scpd-template-4 .btn-add-to-cart {
    background-color: #d2202f !important;
    font-weight: 400;
}

.sc-group-6264 #shopping_cart_popup .btn-default {
    background-color: #da6728 !important;
}

.sc-group-6264 .scpc-checkout-btn {
    background-color: #da6728 !important;
}

.sc-group-6264 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6264 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6264 .scp-body .container{
    background:transparent;
}

.sc-group-6264 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6264 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6264 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6264 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6264 button.save{
    background-color: #da6728 !important;
}  

  
/**/
.sc-group-6263 .sc-store-cart.scws-style-1>a>i, .sc-group-6263 .scp-cart-continue-shopping, .sc-group-6263 .scp-p-price-new, .sc-group-6263 .scp-cart-total>h3 span, .sc-group-6263 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#e51a48;
   }
   .sc-group-6263 .scpd-template-4 .btn-add-to-cart{
   background-color:#e51a48;
   }
   .sc-group-6263 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6263 .navbar-default .navbar-nav>li>a:focus, .sc-group-6263 .navbar-default .navbar-nav>li:hover>a, .sc-group-6263 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6263 .scpd-template-4 .btn-add-to-cart{
       background: #e51a48 !important;
   }
   .sc-group-6263 #shopping_cart_popup .btn-default{
       background: #e51a48 !important;
    border:1px solid #e51a48;
   }
   .sc-group-6263 .scp-footer .scw-pagelinks ul li a {
       color: #e51a48;
       font-weight: 600;
   }
   .sc-group-6263 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }
/*michaelfoods*/
.sc-group-6262 .sc-store-cart.scws-style-1>a>i, .sc-group-6262 .scp-cart-continue-shopping, .sc-group-6262 .scp-p-price-new, .sc-group-6262 .scp-cart-total>h3 span, .sc-group-6262 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#d31145;
   }
   .sc-group-6262 .scpd-template-4 .btn-add-to-cart{
   background-color:#d31145;
   }
   .sc-group-6262 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6262 .navbar-default .navbar-nav>li>a:focus, .sc-group-6262 .navbar-default .navbar-nav>li:hover>a, .sc-group-6262 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6262 .scpd-template-4 .btn-add-to-cart{
       background: #d31145 !important;
   }
   .sc-group-6262 #shopping_cart_popup .btn-default{
       background: #d31145 !important;
    border:1px solid #d31145;
   }
   .sc-group-6262 .scp-footer .scw-pagelinks ul li a {
       color: #d31145;
       font-weight: 600;
   }
   .sc-group-6262 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }
.sc-group-6262 .sct-footer img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
   }

.sc-group-6262 button.save{
    background-color: #d31145 !important;
}     

/*pulse never*/
.sc-group-6266 .sc-store-cart.scws-style-1>a>i, .sc-group-6266 .scp-cart-continue-shopping, .sc-group-6266 .scp-p-price-new, .sc-group-6266 .scp-cart-total>h3 span, .sc-group-6266 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#aa312b;
   }
   .sc-group-6266 .scpd-template-4 .btn-add-to-cart{
   background-color:#aa312b;
   }
   .sc-group-6266 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6266 .navbar-default .navbar-nav>li>a:focus, .sc-group-6266 .navbar-default .navbar-nav>li:hover>a, .sc-group-6266 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6266 .scpd-template-4 .btn-add-to-cart{
       background: #aa312b !important;
   }
   .sc-group-6266 #shopping_cart_popup .btn-default{
       background: #aa312b !important;
    border:1px solid #aa312b;
   }
   .sc-group-6266 .scp-footer .scw-pagelinks ul li a {
       color: #aa312b;
       font-weight: 600;
   }
   .sc-group-6266 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }

.sc-group-6266 button.save{
    background-color: #aa312b !important;
}     

/*start hearing*/
.sc-group-6284 .sc-store-cart.scws-style-1>a>i, .sc-group-6284 .scp-cart-continue-shopping, .sc-group-6284 .scp-p-price-new, .sc-group-6284 .scp-cart-total>h3 span, .sc-group-6284 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#008ed9;
   }
   .sc-group-6284 .scpd-template-4 .btn-add-to-cart{
   background-color:#008ed9;
   }
   .sc-group-6284 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6284 .navbar-default .navbar-nav>li>a:focus, .sc-group-6284 .navbar-default .navbar-nav>li:hover>a, .sc-group-6284 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6284 .scpd-template-4 .btn-add-to-cart{
       background: #008ed9 !important;
   }
   .sc-group-6284 #shopping_cart_popup .btn-default{
       background: #008ed9 !important;
    border:1px solid #008ed9;
   }
   .sc-group-6284 .scp-footer .scw-pagelinks ul li a {
       color: #008ed9;
       font-weight: 600;
   }
   .sc-group-6284 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }

.sc-group-6284 button.save{
    background-color: #008ed9 !important;
}       
/*service channel*/
.sc-group-6261 .sc-store-cart.scws-style-1>a>i, .sc-group-6261 .scp-cart-continue-shopping, .sc-group-6261 .scp-p-price-new, .sc-group-6261 .scp-cart-total>h3 span, .sc-group-6261 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#00c0f1;
   }
   .sc-group-6261 .scpd-template-4 .btn-add-to-cart{
   background-color:#00c0f1;
   }
   .sc-group-6261 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6261 .navbar-default .navbar-nav>li>a:focus, .sc-group-6261 .navbar-default .navbar-nav>li:hover>a, .sc-group-6261 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6261 .scpd-template-4 .btn-add-to-cart{
       background: #00c0f1 !important;
   }
   .sc-group-6261 #shopping_cart_popup .btn-default{
       background: #00c0f1 !important;
    border:1px solid #00c0f1;
   }
   .sc-group-6261 .scp-footer .scw-pagelinks ul li a {
       color: #00c0f1;
       font-weight: 600;
   }
   .sc-group-6261 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }

.sc-group-6261 button.save{
    background-color: #00c0f1 !important;
}    


/*starkey*/
.sc-group-6232 .sc-store-cart.scws-style-1>a>i, .sc-group-6232 .scp-cart-continue-shopping, .sc-group-6232 .scp-p-price-new, .sc-group-6232 .scp-cart-total>h3 span, .sc-group-6232 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#003262;
   }
   .sc-group-6232 .scpd-template-4 .btn-add-to-cart{
   background-color:#003262;
   }
   .sc-group-6232 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6232 .navbar-default .navbar-nav>li>a:focus, .sc-group-6232 .navbar-default .navbar-nav>li:hover>a, .sc-group-6232 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6232 .scpd-template-4 .btn-add-to-cart{
       background: #003262 !important;
   }
   .sc-group-6232 #shopping_cart_popup .btn-default{
       background: #003262 !important;
    border:1px solid #003262;
   }
   .sc-group-6232 .scp-footer .scw-pagelinks ul li a {
       color: #fdb813;
       font-weight: 600;
   }
   .sc-group-6232 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }

/*sound gear*/
.sc-group-6283 .sc-store-cart.scws-style-1>a>i, .sc-group-6283 .scp-cart-continue-shopping, .sc-group-6283 .scp-p-price-new, .sc-group-6283 .scp-cart-total>h3 span, .sc-group-6283 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#ff5100;
   }
   .sc-group-6283 .scpd-template-4 .btn-add-to-cart{
   background-color:#ff5100;
   }
   .sc-group-6283 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6283 .navbar-default .navbar-nav>li>a:focus, .sc-group-6283 .navbar-default .navbar-nav>li:hover>a, .sc-group-6283 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6283 .scpd-template-4 .btn-add-to-cart{
       background: #ff5100 !important;
   }
   .sc-group-6283 #shopping_cart_popup .btn-default{
       background: #ff5100 !important;
    border:1px solid #ff5100;
   }
   .sc-group-6283 .scp-footer .scw-pagelinks ul li a {
       color: #ff5100;
       font-weight: 600;
   }
   .sc-group-6283 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }

/*starkey demo*/
.sc-group-6248 .sc-store-cart.scws-style-1>a>i, .sc-group-6248 .scp-cart-continue-shopping, .sc-group-6248 .scp-p-price-new, .sc-group-6248 .scp-cart-total>h3 span, .sc-group-6248 .scp-cart-p-qty a, .scp-breadcrumb .breadcrumb .active{
    color:#003262;
   }
   .sc-group-6248 .scpd-template-4 .btn-add-to-cart{
   background-color:#003262;
   }
   .sc-group-6248 .scp-menu .navbar-default .navbar-nav>li>a:hover, .sc-group-6248 .navbar-default .navbar-nav>li>a:focus, .sc-group-6248 .navbar-default .navbar-nav>li:hover>a, .sc-group-6248 .scp-menu .navbar .navbar-nav>li:hover>a, .sc-group-6248 .scpd-template-4 .btn-add-to-cart{
       background: #003262 !important;
   }
   .sc-group-6248 #shopping_cart_popup .btn-default{
       background: #003262 !important;
    border:1px solid #003262;
   }
   .sc-group-6248 .scp-footer .scw-pagelinks ul li a {
       color: #fdb813;
       font-weight: 600;
   }
   .sc-group-6248 .sct-footer .scw-image img {
       width: 200px;
       max-width: 100%;
   }


.sc-group-6258 .sc_aboutus, .sc-group-6248 .sc_aboutus, .sc-group-6232 .sc_aboutus, .sc-group-6261 .sc_aboutus, .sc-group-6266 .sc_aboutus, .sc-group-6262 .sc_aboutus, .sc-group-6263 .sc_aboutus, .sc-group-6264 .sc_aboutus, .sc-group-6226 .sc_aboutus, .sc-group-6265 .sc_aboutus, .sc-group-6251 .sc_aboutus, .sc-group-6402 .sc_aboutus, .sc-group-6259 .sc_aboutus, .sc-group-6260 .sc_aboutus, .sc-group-6232 .sc_aboutus, .sc-group-6261 .sc_aboutus {
    display: none;
}
/*product size out of stock*/
/*.scai-options li {
    position: relative;
}
.scpd-template-4 .scpd-option-section.scai-options ul li{
    width:40px;
    text-align:center;
}
.scpd-template-4 .scpd-option-section.scai-options ul li.no-stock{
    border:1px solid red !important;
    box-shadow: inset 0 1px 9px rgb(0 0 0 / 18%);

}
.scai-options li.no-stock:after{
    content:"";
    width: 100%;
    height: 1px;
    background:#f00;
    display: inline-block;
    position: absolute;
    top:12px;
    left:0;
    transform:rotate(33deg);
}
.scai-options li.no-stock:before{
   content:"";
   width: 100%;
   height: 1px;
   background:#f00;
   display: inline-block;
   position: absolute;
   top: 12px;
   left: 0;
   transform: rotate(-33deg);
}
*/

.scai-options li {
    position: relative;
}
.scai-options .no-stock{
    outline: 1px solid #f00 !important;
    box-shadow: inset 0 1px 9px rgb(0 0 0 / 18%);
}
.scai-options li[title="XS"].no-stock:after{
    content:"";
    width: 1px;
    height: 41px;
    background:#f00;
    display: inline-block;
    position: absolute;
    top: -7px;
    transform: rotate(-52deg);
    right: 16px;
}
.scai-options li[title="XS"].no-stock:before{
   content:"";
   width: 1px;
   height: 41px;
   background:#f00;
   display: inline-block;
   position: absolute;
   top: -7px;
   transform: rotate(52deg);
   left: 16px;
}
.scai-options li[title="S"].no-stock:after{
    content:"";
    width: 1px;
    height: 40px;
    background:#f00;
    display: inline-block;
    position: absolute;
    top: -7px;
    transform: rotate(-44deg);
    right: 13px;
}
.scai-options li[title="S"].no-stock:before{
   content:"";
   width: 1px;
   height: 40px;
   background:#f00;
   display: inline-block;
   position: absolute;
   top: -7px;
   transform: rotate(44deg);
   left: 13px;
}
.scai-options li[title="M"].no-stock:after{
    content:"";
    width: 1px;
    height: 41px;
    background:#f00;
    display: inline-block;
    position: absolute;
    top: -7px;
    transform: rotate(-49deg);
    right: 15px;
}
.scai-options li[title="M"].no-stock:before{
    content:"";
    width: 1px;
    height: 41px;
    background:#f00;
    display: inline-block;
    position: absolute;
    top: -7px;
    transform: rotate(49deg);
    left: 15px;
}
.scai-options li[title="L"].no-stock:after{
    content:"";
    width: 1px;
    height: 40px;
    background:#f00;
    display: inline-block;
    position: absolute;
    top: -7px;
    transform: rotate(-45deg);
    right: 12px;
}
.scai-options li[title="L"].no-stock:before{
    content:"";
    width: 1px;
    height: 40px;
    background:#f00;
    display: inline-block;
    position: absolute;
    top: -7px;
    transform: rotate(45deg);
    left: 12px;
}
.scai-options li[title="XL"].no-stock:after{
    content:"";
    width: 1px;
    height: 44px;
    background:#f00;
    display: inline-block;
    position: absolute;
    top: -9px;
    transform: rotate(-54deg);
    right: 16px;
}
.scai-options li[title="XL"].no-stock:before{
    content:"";
    width: 1px;
    height: 44px;
    background:#f00;
    display: inline-block;
    position: absolute;
    top: -9px;
    transform: rotate(54deg);
    left: 16px;
}
.scai-options li[title="2XL"].no-stock:after, .scai-options li[title="3XL"].no-stock:after, .scai-options li[title="4XL"].no-stock:after, .scai-options li[title="5XL"].no-stock:after{
    content:"";
    width: 48px;
    height:1px;
    background:#f00;
    display: inline-block;
    position: absolute;
    top: 13px;
    left:-4px;
    transform: rotate(-35deg);
    
}
.scai-options li[title="2XL"].no-stock:before, .scai-options li[title="3XL"].no-stock:before, .scai-options li[title="4XL"].no-stock:before, .scai-options li[title="5XL"].no-stock:before{
    content:"";
    width: 48px;
    height: 1px;
    background:#f00;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: -4px;
    transform: rotate(35deg);
}


/* Ryan CSS - Starkey Brands*/

.sc-group-6248 .sct-footer {
    background-color: #e0e0e0 !important;
}

.sc-group-6248 .scp-footer .scw-pagelinks ul li a {
    color: #000 !important;
}

.sc-group-6248 .scp-footer h4 {
    font-weight: bold !important;
    color: #000 !important;
}

.sc-group-6248  div#sce_column_init_2410_3_1_89 {
    display: none;
}

/* Ryan CSS - Starkey Store*/

.sc-group-6232 .scp-footer .scw-pagelinks ul li a {
    color: #003a70 !important;
}

.sc-group-6232 .sc-store-cart.scws-style-1>a>i {
    color: #003a70;
}

.sc-group-6232 .scp-p-price-new {
    color: #003a70 !important;
}

.sc-group-6232 .sc-store-cart.scws-style-1>a>i {
    color: #003a70 !important;
}

.sc-group-6232 .scpd-template-4 .btn-add-to-cart {
    background-color: #003a70 !important;
    font-weight: 400;
}

.sc-group-6232 #shopping_cart_popup .btn-default {
    background-color: #003a70 !important;
  border:1px solid #003a70;
}

.sc-group-6232 .scpc-checkout-btn {
    background-color: #003a70 !important;
}

/* Ryan CSS - Start Hearing */

.sc-group-6284 .scp-footer .scw-pagelinks ul li a {
    color: #008ed9 !important;
}

.sc-group-6284 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6284 .sc-store-cart.scws-style-1>a>i {
    color: #008ed9;
}

.sc-group-6284 .scp-p-price-new {
    color: #008ed9 !important;
}

.sc-group-6284 .sc-store-cart.scws-style-1>a>i {
    color: #008ed9 !important;
}

.sc-group-6284 .scpd-template-4 .btn-add-to-cart {
    background-color: #008ed9 !important;
    font-weight: 400;
}

.sc-group-6284 #shopping_cart_popup .btn-default {
    background-color: #008ed9 !important;
}

.sc-group-6284 .scpc-checkout-btn {
    background-color: #008ed9 !important;
}

.sc-group-6284 button.save{
    background-color: #008ed9 !important;
}    


/* Ryan CSS - Audibel */

.sc-group-6280 .scp-footer .scw-pagelinks ul li a {
    color: #9ac273 !important;
}
.sc-group-6280 .sc_fastordercontent h2 {
    color: #9ac273;
}

.sc-group-6280 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6280 .sc-store-cart.scws-style-1>a>i {
    color: #ef031c;
}

.sc-group-6280 .scp-p-price-new {
    color: #9ac273 !important;
}

.sc-group-6280 .sc-store-cart.scws-style-1>a>i {
    color: #9ac273 !important;
}

.sc-group-6280 .scpd-template-4 .btn-add-to-cart {
    background-color: #9ac273 !important;
    font-weight: 400;
}

.sc-group-6280 #shopping_cart_popup .btn-default {
    background-color: #9ac273 !important;
}

.sc-group-6280 .scpc-checkout-btn {
    background-color: #9ac273 !important;
}

.sc-group-6280 button.save{
    background-color: #9ac273 !important;
}   

/* Ryan CSS - Starkey Cares */

.sc-group-6379 .sc_fastordercontent h2 {
    color: #003b6d;
}

.sc-group-6379 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6379 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6379 .sc-store-cart.scws-style-1>a>i {
    color: #003b6d !important;
}

.sc-group-6379 .scp-p-price-new {
    color: #003b6d !important;
}

.sc-group-6379 .sc-store-cart.scws-style-1>a>i {
    color: #003b6d !important;
}

.sc-group-6379 .scpd-template-4 .btn-add-to-cart {
    background-color: #003b6d !important;
    font-weight: 400;
}

.sc-group-6379 #shopping_cart_popup .btn-default {
    background-color: #003b6d !important;
}

.sc-group-6379 .scpc-checkout-btn {
    background-color: #003b6d !important;
}

.sc-group-6379 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6379 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6379 .scp-body .container{
    background:transparent;
}

.sc-group-6379 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6379 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6379 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6379 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6379 button.save{
    background-color: #003b6d !important;
}

/* Banner */

.scw-carousel-slide img {
    width: 70%;
    position: relative;
    float: right;
}

.scw-carousel .owl-pagination{
    display: none;
}



/*group landingpages*/
.sc-group-6232 .sc_groupbannercustom, .sc-group-6280 .sc_groupbannercustom, .sc-group-6281 .sc_groupbannercustom, .sc-group-6283 .sc_groupbannercustom, .sc-group-6284 .sc_groupbannercustom {
    background: url('https://cdn.sellerscommerce.com/images/5411/grey-bg.jpg?v=311202491549');
}

.sc-group-6232 .scp-body .container, .sc-group-6280 .scp-body .container, .sc-group-6281 .scp-body .container, .sc-group-6283 .scp-body .container, .sc-group-6284 .scp-body .container  {
    background: transparent;
}
.sc-group-6232 .sc_groupbannercustom  h1, .sc-group-6280 .sc_groupbannercustom  h1, .sc-group-6281 .sc_groupbannercustom  h1, .sc-group-6283 .sc_groupbannercustom  h1, .sc-group-6284 .sc_groupbannercustom  h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
}

.sc-group-6232 .groupstore-title span, .sc-group-6280 .groupstore-title span, .sc-group-6281 .groupstore-title span, .sc-group-6283 .groupstore-title span, .sc-group-6284 .groupstore-title span {
    color: #000;
    font-size: 18px !important;
    font-family: "Montserrat", sans-serif !important;
}
.sc-group-6232 .scp-products-holder .scp-product, .sc-group-6280 .scp-products-holder .scp-product, .sc-group-6281 .scp-products-holder .scp-product, .sc-group-6283 .scp-products-holder .scp-product, .sc-group-6284 .scp-products-holder .scp-product{
    width: 263px;
}

.sc-group-6232 .scp-products-holder li:nth-child(3n), .sc-group-6280 .scp-products-holder li:nth-child(3n), .sc-group-6281 .scp-products-holder li:nth-child(3n), .sc-group-6283 .scp-products-holder li:nth-child(3n), .sc-group-6284 .scp-products-holder li:nth-child(3n) {
    margin-right: 0;
}


/*starkey brands*/
.sc-group-6248 .sct-sub-top-bar, .sc-group-6248 .sce-l-nc.sct-top-bar, .sc-group-6248 .scp-menu {
    display: none;
}
.sc-group-6248 .scp-layout_grpheader.home-bg {
    background: #00a2e0;
    height: 50px;
}
.sc-group-6248 .scp-body .container {
    background: transparent;
}

.sc-group-6248 .zsiq_theme1.zsiq_floatmain {
    display: none !important;
}

#scBaseConfirm {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50% , -50%);
  margin-left:0 !important;
}

.scp-copy-sellerscommerce {
    display: none !important;
}

.scw-pagelinks h4 {
    border: 0;
    text-align: left;
    line-height: normal;
    margin: 15px 0;
}

.sc-group-6232 .starkey-aboutus{
   display:block !important;
}

.sc-group-6248 div#sce_create_content_30 ul li:nth-child(3) {
    display: none;
  }

.sc-group-6248 .sc_productcategoryname {
    text-align: center;
    font-size: 18px;
}

/*footer show hide*/
.scw-pagelinks.soundgear, .scw-pagelinks.starthearing, .scw-pagelinks.starkeycares, .scw-pagelinks.audibel, .scw-pagelinks.starkey {
    display: none;
}

.sc-group-6232 .scw-pagelinks.starkey, .sc-group-6280 .scw-pagelinks.audibel, .sc-group-6281 .scw-pagelinks.starkeycares, .sc-group-6283 .scw-pagelinks.soundgear, .sc-group-6284 .scw-pagelinks.starthearing{
    display: block;
}
.sc-group-6248 .sc_accountlinks .scw-pagelinks {
    display: none;
}
.sc-group-6232 .sc_accountlinks .scw-pagelinks, .sc-group-6280 .sc_accountlinks .scw-pagelinks, .sc-group-6281 .sc_accountlinks .scw-pagelinks, .sc-group-6283 .sc_accountlinks .scw-pagelinks, .sc-group-6284 .sc_accountlinks .scw-pagelinks  {
    display: none;
}
/* Shannon CSS - Watkins */

.sc-group-6257 .scp-footer .scw-pagelinks ul li a {
    color: #aba889 !important;
}

.sc-group-6257 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6257 .sc-store-cart.scws-style-1>a>i {
    color: #aba889;
}

.sc-group-6257 .scp-p-price-new {
    color: #aba889 !important;
}

.sc-group-6257 .sc-store-cart.scws-style-1>a>i {
    color: #aba889 !important;
}

.sc-group-6257 .scpd-template-4 .btn-add-to-cart {
    background-color: #aba889 !important;
    font-weight: 400;
}

.sc-group-6257 #shopping_cart_popup .btn-default {
    background-color: #aba889 !important;
}

.sc-group-6257 .scpc-checkout-btn {
    background-color: #aba889 !important;
}

.sc-group-6257 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
}
.sc-group-6257 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=3222024123529');
}
.sc-group-6257 .scp-body .container{
    background:transparent;
}

.sc-group-6257 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6257 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6257 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}
.sc-group-6257 .sc-modern-emb-main .buttons-main .save{
    background:#aba889 !important
}

/* Ryan CSS - Commvault */

.sc-group-6333 .scp-footer .scw-pagelinks ul li a {
    color: #844896 !important;
}

.sc-group-6333 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6333 .sc-store-cart.scws-style-1>a>i {
    color: #844896 !important;
}

.sc-group-6333 .scp-p-price-new {
    color: #844896 !important;
}

.sc-group-6333 .sc-store-cart.scws-style-1>a>i {
    color: #844896 !important;
}

.sc-group-6333 .scpd-template-4 .btn-add-to-cart {
    background-color: #844896 !important;
    font-weight: 400;
}

.sc-group-6333 #shopping_cart_popup .btn-default {
    background-color: #844896 !important;
}

.sc-group-6333 .scpc-checkout-btn {
    background-color: #844896 !important;
}


.sc-group-6333 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
}
.sc-group-6333 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey-bg.jpg?v=311202491549');
}
.sc-group-6333 .scp-body .container{
    background:transparent;
}

.sc-group-6333 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6333 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}


.sc-group-6333 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6333 button.save{
    background-color: #844896 !important;
}   



/* Ryan CSS - Michael Foods */

/* Ryan CSS - Hide Holiday Category
.sc-group-6329 .scw-image.holiday-offering{
    display: none !important;
}

.sc-group-6329 div#sce_create_content_3333{
    display: none !important;
}*/

/* Ryan CSS - Hide Holiday Category*/

.sc-group-6329 .sc_fastordercontent h2 {
    color: #d31145;
}

.sc-group-6329 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6329 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6329 .sc-store-cart.scws-style-1>a>i {
    color: #d31145 !important;
}

.sc-group-6329 .scp-p-price-new {
    color: #d31145 !important;
}

.sc-group-6329 .sc-store-cart.scws-style-1>a>i {
    color: #d31145 !important;
}

.sc-group-6329 .scpd-template-4 .btn-add-to-cart {
    background-color: #d31145 !important;
    font-weight: 400;
}

.sc-group-6329 #shopping_cart_popup .btn-default {
    background-color: #d31145 !important;
}

.sc-group-6329 .scpc-checkout-btn {
    background-color: #d31145 !important;
}

.sc-group-6329 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6329 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6329 .scp-body .container{
    background:transparent;
}

.sc-group-6329 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6329 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6329 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6329 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6329 button.save{
    background-color: #d31145 !important;
}   


/* Ryan CSS - Crawford */

.sc-group-6323 .scp-footer .scw-pagelinks ul li a {
    color: #ad1e32 !important;
}

.sc-group-6323 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6323 .sc-store-cart.scws-style-1>a>i {
    color: #192e59 !important;
}

.sc-group-6323 .scp-p-price-new {
    color: #192e59 !important;
}

.sc-group-6323 .sc-store-cart.scws-style-1>a>i {
    color: #192e59 !important;
}

.sc-group-6323 .scpd-template-4 .btn-add-to-cart {
    background-color: #192e59 !important;
    font-weight: 400;
}

.sc-group-6323 #shopping_cart_popup .btn-default {
    background-color: #192e59 !important;
}

.sc-group-6323 .scpc-checkout-btn {
    background-color: #192e59 !important;
}

.sc-group-6323 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
}
.sc-group-6323 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey-bg.jpg?v=311202491549');
}
.sc-group-6323 .scp-body .container{
    background:transparent;
}

.sc-group-6323 .sc-modern-emb-main .buttons-main .save{
    background:#192e59 !important;
}



/* Ryan CSS - Service Channel */

.sc-group-6342 .scp-footer .scw-pagelinks ul li a {
    color: #13c2f2 !important;
}

.sc-group-6342 .scp-footer h4 {
    font-weight: bold !important;
    color: #13c2f2 !important;
}

.sc-group-6342 .sc-store-cart.scws-style-1>a>i {
    color: #13c2f2 !important;
}

.sc-group-6342 .scp-p-price-new {
    color: #13c2f2 !important;
}

.sc-group-6342 .sc-store-cart.scws-style-1>a>i {
    color: #13c2f2 !important;
}

.sc-group-6342 .scpd-template-4 .btn-add-to-cart {
    background-color: #13c2f2 !important;
    font-weight: 400;
}

.sc-group-6342 #shopping_cart_popup .btn-default {
    background-color: #13c2f2 !important;
}

.sc-group-6342 .scpc-checkout-btn {
    background-color: #13c2f2 !important;
}

.sc-group-6342 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
}
.sc-group-6342 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey-bg.jpg?v=311202491549');
}
.sc-group-6342 .scp-body .container{
    background:transparent;
}

    .sc-group-6342 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
      display: none !important;
    }

    .sc-group-6342 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
      display: none !important;
    }


    .sc-group-6342 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
      display: none !important;
    }

.sc-group-6342 button.save{
    background-color: #13c2f2 !important;
}     

/* Ryan CSS - IFS */



.sc-group-6278 .sc_fastordercontent h2 {
    color: #8427e2;
}

.sc-group-6278 .scp-footer .scw-pagelinks ul li a {
    color: #8427e2 !important;
}

.sc-group-6278 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6278 .sc-store-cart.scws-style-1>a>i {
    color: #8427e2 !important;
}

.sc-group-6278 .scp-p-price-new {
    color: #8427e2 !important;
}

.sc-group-6278 .sc-store-cart.scws-style-1>a>i {
    color: #8427e2 !important;
}

.sc-group-6278 .scpd-template-4 .btn-add-to-cart {
    background-color: #8427e2 !important;
    font-weight: 400;
}

.sc-group-6278 #shopping_cart_popup .btn-default {
    background-color: #8427e2 !important;
}

.sc-group-6278 .scpc-checkout-btn {
    background-color: #8427e2 !important;
}


.sc-group-6278 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#fff !important;
}
.sc-group-6278 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/ifs-bk.jpg');
}
.sc-group-6278 .scp-body .container{
    background:transparent;
}

.sc-group-6278 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6278 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}


.sc-group-6278 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6278 button.save{
    background-color: #8427e2 !important;
}   


/* Ryan CSS - IFS Full */

.sc-group-8115 .sc_fastordercontent h2 {
    color: #8427e2;
}

.sc-group-8115 .scp-footer .scw-pagelinks ul li a {
    color: #8427e2 !important;
}

.sc-group-8115 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8115 .sc-store-cart.scws-style-1>a>i {
    color: #8427e2 !important;
}

.sc-group-8115 .scp-p-price-new {
    color: #8427e2 !important;
}

.sc-group-8115 .sc-store-cart.scws-style-1>a>i {
    color: #8427e2 !important;
}

.sc-group-8115 .scpd-template-4 .btn-add-to-cart {
    background-color: #8427e2 !important;
    font-weight: 400;
}

.sc-group-8115 #shopping_cart_popup .btn-default {
    background-color: #8427e2 !important;
}

.sc-group-8115 .scpc-checkout-btn {
    background-color: #8427e2 !important;
}

.sc-group-8115 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#fff !important;
}
.sc-group-8115 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/ifs-bk.jpg');
}
.sc-group-8115 .scp-body .container{
    background:transparent;
}

.sc-group-8115 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8115 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}


.sc-group-8115 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8115 button.save{
    background-color: #8427e2 !important;
}   

/* Ryan CSS - IFS Main Full */

.sc-group-8126 .sc_fastordercontent h2 {
    color: #8427e2;
}

.sc-group-8126 .scp-footer .scw-pagelinks ul li a {
    color: #8427e2 !important;
}

.sc-group-8126 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8126 .sc-store-cart.scws-style-1>a>i {
    color: #8427e2 !important;
}

.sc-group-8126 .scp-p-price-new {
    color: #8427e2 !important;
}

.sc-group-8126 .sc-store-cart.scws-style-1>a>i {
    color: #8427e2 !important;
}

.sc-group-8126 .scpd-template-4 .btn-add-to-cart {
    background-color: #8427e2 !important;
    font-weight: 400;
}

.sc-group-8126 #shopping_cart_popup .btn-default {
    background-color: #8427e2 !important;
}

.sc-group-8126 .scpc-checkout-btn {
    background-color: #8427e2 !important;
}

.sc-group-8126 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#fff !important;
}
.sc-group-8126 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/ifs-bk.jpg');
}
.sc-group-8126 .scp-body .container{
    background:transparent;
}

.sc-group-8126 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8126 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}


.sc-group-8126 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8126 button.save{
    background-color: #8427e2 !important;
}       


/* Ryan CSS - IFS New */

.sc-group-8161 .sc_fastordercontent h2 {
    color: #8427e2;
}

.sc-group-8161 .scp-footer .scw-pagelinks ul li a {
    color: #8427e2 !important;
}

.sc-group-8161 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8161 .sc-store-cart.scws-style-1>a>i {
    color: #8427e2 !important;
}

.sc-group-8161 .scp-p-price-new {
    color: #8427e2 !important;
}

.sc-group-8161 .sc-store-cart.scws-style-1>a>i {
    color: #8427e2 !important;
}

.sc-group-8161 .scpd-template-4 .btn-add-to-cart {
    background-color: #8427e2 !important;
    font-weight: 400;
}

.sc-group-8161 #shopping_cart_popup .btn-default {
    background-color: #8427e2 !important;
}

.sc-group-8161 .scpc-checkout-btn {
    background-color: #8427e2 !important;
}

.sc-group-8161 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#fff !important;
}
.sc-group-8161 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/ifs-bk.jpg');
}
.sc-group-8161 .scp-body .container{
    background:transparent;
}

.sc-group-8161 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8161 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}


.sc-group-8161 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8161 button.save{
    background-color: #8427e2 !important;
}       



/* Ryan CSS - Computype */

.sc-group-6390 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6390 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6390 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6390 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6390 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-6390 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6390 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-6390 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-6390 .scpc-checkout-btn {
    background-color: #000 !important;
}

.sc-group-6390 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000 !important;
}
.sc-group-6390 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6390 .scp-body .container{
    background:transparent;
}

.sc-group-6390 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6390 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}


.sc-group-6390 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6390 button.save{
    background-color: #000 !important;
}     



/* Ryan CSS - Pioneer */


.sc-group-6322 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6322 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6322 .scp-body .container{
    background:transparent;
}

.sc-group-6322 section#about-us-section p{
    color: #f6e7bc;
}

/* Ryan CSS - Starkey Hearing */


.sc-group-6378 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6378 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6378 .scp-body .container{
    background:transparent;
}

.sc-group-6378 section#about-us-section p{
    color: #f6e7bc;
}

/* Ryan CSS - Artic Wolf */

.sc-group-6457 .sc_fastordercontent h2 {
    color: #216093;
}

.sc-group-6457 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6457 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6457 .sc-store-cart.scws-style-1>a>i {
    color: #216093 !important;
}

.sc-group-6457 .scp-p-price-new {
    color: #216093 !important;
}

.sc-group-6457 .sc-store-cart.scws-style-1>a>i {
    color: #216093 !important;
}

.sc-group-6457 .scpd-template-4 .btn-add-to-cart {
    background-color: #216093 !important;
    font-weight: 400;
}

.sc-group-6457 #shopping_cart_popup .btn-default {
    background-color: #216093 !important;
}

.sc-group-6457 .scpc-checkout-btn {
    background-color: #216093 !important;
}

.sc-group-6457 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6457 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6457 .scp-body .container{
    background:transparent;
}

.sc-group-6457 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6457 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6457 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6457 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6457 button.save{
    background-color: #216093 !important;
}

/* Ryan CSS - Price Modern */

.sc-group-6353 .sc_fastordercontent h2 {
    color: #e22726;
}

.sc-group-6353 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6353 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6353 .sc-store-cart.scws-style-1>a>i {
    color: #e22726 !important;
}

.sc-group-6353 .scp-p-price-new {
    color: #e22726 !important;
}

.sc-group-6353 .sc-store-cart.scws-style-1>a>i {
    color: #e22726 !important;
}

.sc-group-6353 .scpd-template-4 .btn-add-to-cart {
    background-color: #e22726 !important;
    font-weight: 400;
}

.sc-group-6353 #shopping_cart_popup .btn-default {
    background-color: #e22726 !important;
}

.sc-group-6353 .scpc-checkout-btn {
    background-color: #e22726 !important;
}

.sc-group-6353 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6353 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6353 .scp-body .container{
    background:transparent;
}

.sc-group-6353 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6353 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6353 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6353 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6353 button.save{
    background-color: #e22726 !important;
}

/* Ryan CSS - Eagle Rock Realty */

.sc-group-6352 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6352 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6352 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6352 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6352 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-6352 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6352 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-6352 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-6352 .scpc-checkout-btn {
    background-color: #000 !important;
}

.sc-group-6352 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6352 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6352 .scp-body .container{
    background:transparent;
}

.sc-group-6352 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6352 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6352 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6352 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6352 button.save{
    background-color: #000 !important;
}     

/* Ryan CSS - Krusteaz */

.sc-group-6263 .sc_fastordercontent h2 {
    color: #e51a48;
}

.sc-group-6263 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6263 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6263 .sc-store-cart.scws-style-1>a>i {
    color: #e51a48 !important;
}

.sc-group-6263 .scp-p-price-new {
    color: #e51a48 !important;
}

.sc-group-6263 .sc-store-cart.scws-style-1>a>i {
    color: #e51a48 !important;
}

.sc-group-6263 .scpd-template-4 .btn-add-to-cart {
    background-color: #e51a48 !important;
    font-weight: 400;
}

.sc-group-6263 #shopping_cart_popup .btn-default {
    background-color: #e51a48 !important;
}

.sc-group-6263 .scpc-checkout-btn {
    background-color: #e51a48 !important;
}

.sc-group-6263 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6263 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6263 .scp-body .container{
    background:transparent;
}

.sc-group-6263 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6263 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6263 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6263 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6263 button.save{
    background-color: #e51a48 !important;
}     


/* Ryan CSS - Fluid */

.sc-group-6277 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6277 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6277 .scp-body .container{
    background:transparent;
}

.sc-group-6277 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6277 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6277 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6277 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6277 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6277 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-6277 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6277 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-6277 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-6277 .scpc-checkout-btn {
    background-color: #000 !important;
}

.sc-group-6277 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6277 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}


.sc-group-6277 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6277 button.save{
    background-color: #000 !important;
}   

/* Ryan CSS - Pioneer */

.sc-group-6387 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6387 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6387 .scp-body .container{
    background:transparent;
}

.sc-group-6387 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6387 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6387 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6387 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6387 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6387 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-6387 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6387 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-6387 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-6387 .scpc-checkout-btn {
    background-color: #000 !important;
}

.sc-group-6387 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6387 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}


.sc-group-6387 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6387 button.save{
    background-color: #000 !important;
}  

/* Ryan CSS - Coremark */

.sc-group-6341 .sc_fastordercontent h2 {
    color: #26A348;
}

.sc-group-6341 .scp-footer .scw-pagelinks ul li a {
    color: #26A348 !important;
}

.sc-group-6341 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6341 .sc-store-cart.scws-style-1>a>i {
    color: #26A348 !important;
}

.sc-group-6341 .scp-p-price-new {
    color: #26A348 !important;
}

.sc-group-6341 .sc-store-cart.scws-style-1>a>i {
    color: #26A348 !important;
}

.sc-group-6341 .scpd-template-4 .btn-add-to-cart {
    background-color: #26A348 !important;
    font-weight: 400;
}

.sc-group-6341 #shopping_cart_popup .btn-default {
    background-color: #26A348 !important;
}

.sc-group-6341 .scpc-checkout-btn {
    background-color: #26A348 !important;
}

.sc-group-6341 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6341 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6341 .scp-body .container{
    background:transparent;
}

.sc-group-6341 section#about-us-section p{
    color: #fff;
}

.sc-group-6341 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6341 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6341 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6341 button.save{
    background-color: #26A348 !important;
}

/* Ryan CSS - Kodak LP */

.sc-group-6956 .sc_fastordercontent h2 {
    color: #ffb700;
}

.sc-group-6956 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6956 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6956 .sc-store-cart.scws-style-1>a>i {
    color: #ffb700 !important;
}

.sc-group-6956 .scp-p-price-new {
    color: #ffb700 !important;
}

.sc-group-6956 .sc-store-cart.scws-style-1>a>i {
    color: #ffb700 !important;
}

.sc-group-6956 .scpd-template-4 .btn-add-to-cart {
    background-color: #26A348 !important;
    font-weight: 400;
}

.sc-group-6956 #shopping_cart_popup .btn-default {
    background-color: #26A348 !important;
}

.sc-group-6956 .scpc-checkout-btn {
    background-color: #26A348 !important;
}

.sc-group-6956 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6956 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6956 .scp-body .container{
    background:transparent;
}

.sc-group-6956 section#about-us-section p{
    color: #fff;
}

.sc-group-6956 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6956 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}


.sc-group-6956 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6956 button.save{
    background-color: #26A348 !important;
}



/* Ryan CSS - Kodak */

.sc-group-6395 .sc_fastordercontent h2 {
    color: #ffb700;
}

.sc-group-6395 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6395 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6395 .sc-store-cart.scws-style-1>a>i {
    color: #ffb700 !important;
}

.sc-group-6395 .scp-p-price-new {
    color: #ffb700 !important;
}

.sc-group-6395 .sc-store-cart.scws-style-1>a>i {
    color: #ffb700 !important;
}

.sc-group-6395 .scpd-template-4 .btn-add-to-cart {
    background-color: #26A348 !important;
    font-weight: 400;
}

.sc-group-6395 #shopping_cart_popup .btn-default {
    background-color: #26A348 !important;
}

.sc-group-6395 .scpc-checkout-btn {
    background-color: #26A348 !important;
}

.sc-group-6395 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6395 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6395 .scp-body .container{
    background:transparent;
}

.sc-group-6395 section#about-us-section p{
    color: #fff;
}

.sc-group-6395 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6395 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}


.sc-group-6395 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6395 button.save{
    background-color: #26A348 !important;
}

/* Ryan CSS - Kodak Service*/

.sc-group-6618 .sc_fastordercontent h2 {
    color: #ffb700;
}

.sc-group-6618 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6618 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6618 .sc-store-cart.scws-style-1>a>i {
    color: #ffb700 !important;
}

.sc-group-6618 .scp-p-price-new {
    color: #ffb700 !important;
}

.sc-group-6618 .sc-store-cart.scws-style-1>a>i {
    color: #ffb700 !important;
}

.sc-group-6618 .scpd-template-4 .btn-add-to-cart {
    background-color: #26A348 !important;
    font-weight: 400;
}

.sc-group-6618 #shopping_cart_popup .btn-default {
    background-color: #26A348 !important;
}

.sc-group-6618 .scpc-checkout-btn {
    background-color: #26A348 !important;
}

.sc-group-6618 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6618 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6618 .scp-body .container{
    background:transparent;
}

.sc-group-6618 section#about-us-section p{
    color: #fff;
}

.sc-group-6618 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6618 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6618 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6618 button.save{
    background-color: #26A348 !important;
}

/* Ryan CSS - Visiting Angles */

.sc-group-6388 .sc_fastordercontent h2 {
    color: #2970b8;
}

.sc-group-6388 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6388 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6388 .sc-store-cart.scws-style-1>a>i {
    color: #2970b8 !important;
}

.sc-group-6388 .scp-p-price-new {
    color: #2970b8 !important;
}

.sc-group-6388 .sc-store-cart.scws-style-1>a>i {
    color: #2970b8 !important;
}

.sc-group-6388 .scpd-template-4 .btn-add-to-cart {
    background-color: #2970b8 !important;
    font-weight: 400;
}

.sc-group-6388 #shopping_cart_popup .btn-default {
    background-color: #2970b8 !important;
}

.sc-group-6388 .scpc-checkout-btn {
    background-color: #2970b8 !important;
}

.sc-group-6388 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6388 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6388 .scp-body .container{
    background:transparent;
}

.sc-group-6388 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6388 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6388 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6388 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6388 button.save{
    background-color: #2970b8 !important;
}


/* Ryan CSS - Visiting Angels Store */

.sc-group-8055 .sc_fastordercontent h2 {
    color: #2970b8;
}

.sc-group-8055 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8055 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8055 .sc-store-cart.scws-style-1>a>i {
    color: #2970b8 !important;
}

.sc-group-8055 .scp-p-price-new {
    color: #2970b8 !important;
}

.sc-group-8055 .sc-store-cart.scws-style-1>a>i {
    color: #2970b8 !important;
}

.sc-group-8055 .scpd-template-4 .btn-add-to-cart {
    background-color: #2970b8 !important;
    font-weight: 400;
}

.sc-group-8055 #shopping_cart_popup .btn-default {
    background-color: #2970b8 !important;
}

.sc-group-8055 .scpc-checkout-btn {
    background-color: #2970b8 !important;
}

.sc-group-8055 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8055 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-8055 .scp-body .container{
    background:transparent;
}

.sc-group-8055 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8055 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8055 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8055 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8055 button.save{
    background-color: #2970b8 !important;
}

/* Ryan CSS - Cycon */

.sc-group-6391 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6391 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6391 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6391 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6391 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-6391 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6391 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-6391 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-6391 .scpc-checkout-btn {
    background-color: #000 !important;
}

.sc-group-6391 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6391 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6391 .scp-body .container{
    background:transparent;
}

.sc-group-6391 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6391 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6391 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6391 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6391 button.save{
    background-color: #000 !important;
}

/* Ryan CSS - Dell Insight */

.sc-group-6396 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6396 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6396 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6396 .sc-store-cart.scws-style-1>a>i {
    color: #d30c55 !important;
}

.sc-group-6396 .scp-p-price-new {
    color: #d30c55 !important;
}

.sc-group-6396 .sc-store-cart.scws-style-1>a>i {
    color: #d30c55 !important;
}

.sc-group-6396 .scpd-template-4 .btn-add-to-cart {
    background-color: #d30c55 !important;
    font-weight: 400;
}

.sc-group-6396 #shopping_cart_popup .btn-default {
    background-color: #d30c55 !important;
}

.sc-group-6396 .scpc-checkout-btn {
    background-color: #d30c55 !important;
}

.sc-group-6396 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6396 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6396 .scp-body .container{
    background:transparent;
}

.sc-group-6396 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6396 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6396 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6396 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6396 button.save{
    background-color: #d30c55 !important;
}


.sc-group-6396 .scw-ApprovalDetailsWidget {
    display: none;
}

.sc-group-6396 .scw-UnusedQuota {
    display: none;
}

.sc-group-6396 .scw-LedgerDetail {
    display: none;
}

.sc-group-6396 .scw-RenewalDate {
    display: none;
}



/* Ryan CSS - Re Sound */

.sc-group-6397 .sc_fastordercontent h2 {
    color: #aa1835;
}

.sc-group-6397 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6397 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6397 .sc-store-cart.scws-style-1>a>i {
    color: #aa1835 !important;
}

.sc-group-6397 .scp-p-price-new {
    color: #aa1835 !important;
}

.sc-group-6397 .sc-store-cart.scws-style-1>a>i {
    color: #aa1835 !important;
}

.sc-group-6397 .scpd-template-4 .btn-add-to-cart {
    background-color: #aa1835 !important;
    font-weight: 400;
}

.sc-group-6397 #shopping_cart_popup .btn-default {
    background-color: #aa1835 !important;
}

.sc-group-6397 .scpc-checkout-btn {
    background-color: #aa1835 !important;
}

.sc-group-6397 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6397 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6397 .scp-body .container{
    background:transparent;
}

.sc-group-6397 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6397 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6397 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6397 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6397 button.save{
    background-color: #aa1835 !important;
}


/*crawford*/

.sc-group-6323 .sc_fastordercontent h2 {
    color: #192e5a;
}

.sc-group-6323 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6323 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6323 .sc-store-cart.scws-style-1>a>i {
    color: #192e5a !important;
}

.sc-group-6323 .scp-p-price-new {
    color: #192e5a !important;
}

.sc-group-6323 .sc-store-cart.scws-style-1>a>i {
    color: #192e5a !important;
}

.sc-group-6323 .scpd-template-4 .btn-add-to-cart {
    background-color: #192e5a !important;
    font-weight: 400;
}

.sc-group-6323 #shopping_cart_popup .btn-default {
    background-color: #192e5a !important;
}

.sc-group-6323 .scpc-checkout-btn {
    background-color: #192e5a !important;
}

.sc-group-6323 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6323 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6323 .scp-body .container{
    background:transparent;
}

.sc-group-6323 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6323 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6323 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6323 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6323 button.save{
    background-color: #192e5a !important;
}


/*Soundgear*/

.sc-group-6392 .sc_fastordercontent h2 {
    color: #e35a2f;
}

.sc-group-6392 .scp-footer .scw-pagelinks ul li a {
    color: #e35a2f !important;
}

.sc-group-6392 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6392 .sc-store-cart.scws-style-1>a>i {
    color: #e35a2f !important;
}

.sc-group-6392 .scp-p-price-new {
    color: #e35a2f !important;
}

.sc-group-6392 .sc-store-cart.scws-style-1>a>i {
    color: #e35a2f !important;
}

.sc-group-6392 .scpd-template-4 .btn-add-to-cart {
    background-color: #e35a2f !important;
    font-weight: 400;
}

.sc-group-6392 #shopping_cart_popup .btn-default {
    background-color: #e35a2f !important;
}

.sc-group-6392 .scpc-checkout-btn {
    background-color: #e35a2f !important;
}

.sc-group-6392 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6392 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6392 .scp-body .container{
    background:transparent;
}

.sc-group-6392 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6392 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6392 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6392 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6392 button.save{
    background-color: #e35a2f !important;
}


/*Soundgear Retail*/

.sc-group-8114 .sc_fastordercontent h2 {
    color: #e35a2f;
}

.sc-group-8114 .scp-footer .scw-pagelinks ul li a {
    color: #e35a2f !important;
}

.sc-group-8114 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8114 .sc-store-cart.scws-style-1>a>i {
    color: #e35a2f !important;
}

.sc-group-8114 .scp-p-price-new {
    color: #e35a2f !important;
}

.sc-group-8114 .sc-store-cart.scws-style-1>a>i {
    color: #e35a2f !important;
}

.sc-group-8114 .scpd-template-4 .btn-add-to-cart {
    background-color: #e35a2f !important;
    font-weight: 400;
}

.sc-group-8114 #shopping_cart_popup .btn-default {
    background-color: #e35a2f !important;
}

.sc-group-8114 .scpc-checkout-btn {
    background-color: #e35a2f !important;
}

.sc-group-8114 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8114 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-8114 .scp-body .container{
    background:transparent;
}

.sc-group-8114 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8114 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8114 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8114 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8114 button.save{
    background-color: #e35a2f !important;
}

/*Parallel Tech*/

.sc-group-6458 .sc_fastordercontent h2 {
    color: #172169;
}

.sc-group-6458 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6458 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6458 .sc-store-cart.scws-style-1>a>i {
    color: #172169 !important;
}

.sc-group-6458 .scp-p-price-new {
    color: #172169 !important;
}

.sc-group-6458 .sc-store-cart.scws-style-1>a>i {
    color: #172169 !important;
}

.sc-group-6458 .scpd-template-4 .btn-add-to-cart {
    background-color: #172169 !important;
    font-weight: 400;
}

.sc-group-6458 #shopping_cart_popup .btn-default {
    background-color: #172169 !important;
}

.sc-group-6458 .scpc-checkout-btn {
    background-color: #172169 !important;
}

.sc-group-6458 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6458 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6458 .scp-body .container{
    background:transparent;
}

.sc-group-6458 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6458 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6458 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6458 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6458 button.save{
    background-color: #172169 !important;
}



/*Tiffany*/

.sc-group-6339 .sc_fastordercontent h2 {
    color: #640924;
}

.sc-group-6339 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6339 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6339 .sc-store-cart.scws-style-1>a>i {
    color: #640924 !important;
}

.sc-group-6339 .scp-p-price-new {
    color: #640924 !important;
}

.sc-group-6339 .sc-store-cart.scws-style-1>a>i {
    color: #640924 !important;
}

.sc-group-6339 .scpd-template-4 .btn-add-to-cart {
    background-color: #640924 !important;
    font-weight: 400;
}

.sc-group-6339 #shopping_cart_popup .btn-default {
    background-color: #640924 !important;
}

.sc-group-6339 .scpc-checkout-btn {
    background-color: #640924 !important;
}

.sc-group-6339 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6339 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6339 .scp-body .container{
    background:transparent;
}

.sc-group-6339 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6339 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6339 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6339 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6339 button.save{
    background-color: #640924 !important;
}



/*Sharebite*/

.sc-group-6340 .sc_fastordercontent h2 {
    color: #1b2e48;
}

.sc-group-6340 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6340 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6340 .sc-store-cart.scws-style-1>a>i {
    color: #1b2e48 !important;
}

.sc-group-6340 .scp-p-price-new {
    color: #1b2e48 !important;
}

.sc-group-6340 .sc-store-cart.scws-style-1>a>i {
    color: #1b2e48 !important;
}

.sc-group-6340 .scpd-template-4 .btn-add-to-cart {
    background-color: #1b2e48 !important;
    font-weight: 400;
}

.sc-group-6340 #shopping_cart_popup .btn-default {
    background-color: #1b2e48 !important;
}

.sc-group-6340 .scpc-checkout-btn {
    background-color: #1b2e48 !important;
}

.sc-group-6340 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6340 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6340 .scp-body .container{
    background:transparent;
}

.sc-group-6340 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6340 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6340 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6340 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6340 button.save{
    background-color: #1b2e48 !important;
}


/*Demostore*/

.sc-group-6258 .sc_fastordercontent h2 {
    color: #000000;
}

.sc-group-0 .scp-footer .scw-pagelinks ul li a, .sc-group-6258 .scp-footer .scw-pagelinks ul li a {
    color: #ef031c !important;
}

.sc-group-6258 .scp-footer h4, .sc-group-6258 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6258 .sc-store-cart.scws-style-1>a>i {
    color: #ef031c !important;
}

.sc-group-6258 .scp-p-price-new {
    color: #ef031c !important;
}

.sc-group-6258 .sc-store-cart.scws-style-1>a>i {
    color: #ef031c !important;
}

.sc-group-6258 .scpd-template-4 .btn-add-to-cart {
    background-color: #ef031c !important;
    font-weight: 400;
}

.sc-group-6258 #shopping_cart_popup .btn-default {
    background-color: #ef031c !important;
}

.sc-group-6258 .scpc-checkout-btn {
    background-color: #ef031c !important;
}

.sc-group-6258 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6258 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6258 .scp-body .container{
    background:transparent;
}

.sc-group-6258 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6258 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6258 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6258 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6258 button.save{
    background-color: #ef031c !important;
}


/*Demostore*/

.sc-group-8522 .sc_fastordercontent h2 {
    color: #000000;
}

.sc-group-0 .scp-footer .scw-pagelinks ul li a, .sc-group-6258 .scp-footer .scw-pagelinks ul li a {
    color: #ef031c !important;
}

.sc-group-8522 .scp-footer h4, .sc-group-6258 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8522 .sc-store-cart.scws-style-1>a>i {
    color: #ef031c !important;
}

.sc-group-8522 .scp-p-price-new {
    color: #ef031c !important;
}

.sc-group-8522 .sc-store-cart.scws-style-1>a>i {
    color: #ef031c !important;
}

.sc-group-8522 .scpd-template-4 .btn-add-to-cart {
    background-color: #ef031c !important;
    font-weight: 400;
}

.sc-group-8522 #shopping_cart_popup .btn-default {
    background-color: #ef031c !important;
}

.sc-group-8522 .scpc-checkout-btn {
    background-color: #ef031c !important;
}

.sc-group-8522 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8522 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-8522 .scp-body .container{
    background:transparent;
}

.sc-group-8522 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8522 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8522 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8522 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8522 button.save{
    background-color: #ef031c !important;
}



/*Start Hearing*/

.sc-group-6400 .sc_fastordercontent h2 {
    color: #58b272;
}

.sc-group-6400 .scp-footer .scw-pagelinks ul li a {
    color: #58b272 !important;
}

.sc-group-6400 .scp-footer h4 {
    font-weight: bold !important;
    color: #58b272 !important;
}

.sc-group-6400 .sc-store-cart.scws-style-1>a>i {
    color: #58b272 !important;
}

.sc-group-6400 .scp-p-price-new {
    color: #58b272 !important;
}

.sc-group-6400 .sc-store-cart.scws-style-1>a>i {
    color: #58b272 !important;
}

.sc-group-6400 .scpd-template-4 .btn-add-to-cart {
    background-color: #58b272 !important;
    font-weight: 400;
}

.sc-group-6400 #shopping_cart_popup .btn-default {
    background-color: #58b272 !important;
}

.sc-group-6400 .scpc-checkout-btn {
    background-color: #58b272 !important;
}

.sc-group-6400 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6400 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6400 .scp-body .container{
    background:transparent;
}

.sc-group-6400 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6400 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6400 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6400 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6400 button.save{
    background-color: #58b272 !important;
}

/*Richfield*/

.sc-group-6402 .sc_fastordercontent h2 {
    color: #d2202f;
}

.sc-group-6402 .scp-footer .scw-pagelinks ul li a {
    color: #d2202f !important;
}

.sc-group-6402 .scp-footer h4 {
    font-weight: bold !important;
    color: #d2202f !important;
}

.sc-group-6402 .sc-store-cart.scws-style-1>a>i {
    color: #d2202f !important;
}

.sc-group-6402 .scp-p-price-new {
    color: #d2202f !important;
}

.sc-group-6402 .sc-store-cart.scws-style-1>a>i {
    color: #d2202f !important;
}

.sc-group-6402 .scpd-template-4 .btn-add-to-cart {
    background-color: #d2202f !important;
    font-weight: 400;
}

.sc-group-6402 #shopping_cart_popup .btn-default {
    background-color: #d2202f !important;
}

.sc-group-6402 .scpc-checkout-btn {
    background-color: #d2202f !important;
}

.sc-group-6402 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6402 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6402 .scp-body .container{
    background:transparent;
}

.sc-group-6402 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6402 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6402 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6402 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6402 button.save{
    background-color: #d2202f !important;
}


/*Finley*/

.sc-group-6407 .sc_fastordercontent h2 {
    color: #d2202f;
}

.sc-group-6407 .scp-footer .scw-pagelinks ul li a {
    color: #d2202f !important;
}

.sc-group-6407 .scp-footer h4 {
    font-weight: bold !important;
    color: #d2202f !important;
}

.sc-group-6407 .sc-store-cart.scws-style-1>a>i {
    color: #d2202f !important;
}

.sc-group-6407 .scp-p-price-new {
    color: #d2202f !important;
}

.sc-group-6407 .sc-store-cart.scws-style-1>a>i {
    color: #d2202f !important;
}

.sc-group-6407 .scpd-template-4 .btn-add-to-cart {
    background-color: #d2202f !important;
    font-weight: 400;
}

.sc-group-6407 #shopping_cart_popup .btn-default {
    background-color: #d2202f !important;
}

.sc-group-6407 .scpc-checkout-btn {
    background-color: #d2202f !important;
}

.sc-group-6407 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6407 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6407 .scp-body .container{
    background:transparent;
}

.sc-group-6407 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6407 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6407 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6407 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6407 button.save{
    background-color: #d2202f !important;
}


/*Phillips*/

.sc-group-6408 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6408 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6408 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6408 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6408 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-6408 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6408 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-6408 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-6408 .scpc-checkout-btn {
    background-color: #000 !important;
}

.sc-group-6408 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6408 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6408 .scp-body .container{
    background:transparent;
}

.sc-group-6408 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6408 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6408 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6408 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6408 button.save{
    background-color: #000 !important;
}



/*Pulse*/

.sc-group-6266 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6266 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6266 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6266 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6266 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-6266 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6266 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-6266 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-6266 .scpc-checkout-btn {
    background-color: #000 !important;
}

.sc-group-6266 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6266 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6266 .scp-body .container{
    background:transparent;
}

.sc-group-6266 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6266 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6266 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6266 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6266 button.save{
    background-color: #000 !important;
}





/*Hearing Asset Advisors*/

.sc-group-6405 .sc_fastordercontent h2 {
    color: #0e76bc;
}

.sc-group-6405 .scp-footer .scw-pagelinks ul li a {
    color: #0e76bc !important;
}

.sc-group-6405 .scp-footer h4 {
    font-weight: bold !important;
    color: #0e76bc !important;
}

.sc-group-6405 .sc-store-cart.scws-style-1>a>i {
    color: #0e76bc !important;
}

.sc-group-6405 .scp-p-price-new {
    color: #0e76bc !important;
}

.sc-group-6405 .sc-store-cart.scws-style-1>a>i {
    color: #0e76bc !important;
}

.sc-group-6405 .scpd-template-4 .btn-add-to-cart {
    background-color: #0e76bc !important;
    font-weight: 400;
}

.sc-group-6405 #shopping_cart_popup .btn-default {
    background-color: #0e76bc !important;
}

.sc-group-6405 .scpc-checkout-btn {
    background-color: #0e76bc !important;
}

.sc-group-6405 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6405 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6405 .scp-body .container{
    background:transparent;
}

.sc-group-6405 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6405 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6405 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6405 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6405 button.save{
    background-color: #0e76bc !important;
}


/*Twin City*/

.sc-group-6406 .sc_fastordercontent h2 {
    color: #a02842;
}

.sc-group-6406 .scp-footer .scw-pagelinks ul li a {
    color: #a02842 !important;
}

.sc-group-6406 .scp-footer h4 {
    font-weight: bold !important;
    color: #a02842 !important;
}

.sc-group-6406 .sc-store-cart.scws-style-1>a>i {
    color: #a02842 !important;
}

.sc-group-6406 .scp-p-price-new {
    color: #a02842 !important;
}

.sc-group-6406 .sc-store-cart.scws-style-1>a>i {
    color: #a02842 !important;
}

.sc-group-6406 .scpd-template-4 .btn-add-to-cart {
    background-color: #a02842 !important;
    font-weight: 400;
}

.sc-group-6406 #shopping_cart_popup .btn-default {
    background-color: #a02842 !important;
}

.sc-group-6406 .scpc-checkout-btn {
    background-color: #a02842 !important;
}

.sc-group-6406 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6406 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6406 .scp-body .container{
    background:transparent;
}

.sc-group-6406 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6406 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6406 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6406 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6406 button.save{
    background-color: #a02842 !important;
}


/*Tradition Mortgage*/



.sc-group-6412 .scp-header .scw-storelogo img {
    margin-top: 20px !important;
    width: 90% !important;  
}


.sc-group-6412 .sc_fastordercontent h2 {
    color: #ab7435;
}

.sc-group-6412 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6412 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6412 .sc-store-cart.scws-style-1>a>i {
    color: #ab7435 !important;
}

.sc-group-6412 .scp-p-price-new {
    color: #ab7435 !important;
}

.sc-group-6412 .sc-store-cart.scws-style-1>a>i {
    color: #ab7435 !important;
}

.sc-group-6412 .scpd-template-4 .btn-add-to-cart {
    background-color: #ab7435 !important;
    font-weight: 400;
}

.sc-group-6412 #shopping_cart_popup .btn-default {
    background-color: #ab7435 !important;
}

.sc-group-6412 .scpc-checkout-btn {
    background-color: #ab7435 !important;
}

.sc-group-6412 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6412 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6412 .scp-body .container{
    background:transparent;
}

.sc-group-6412 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6412 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6412 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6412 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6412 button.save{
    background-color: #ab7435 !important;
}


/*Tradition Commercial*/

.sc-group-6413 .sc_fastordercontent h2 {
    color: #79242f;
}

.sc-group-6413 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6413 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6413 .sc-store-cart.scws-style-1>a>i {
    color: #79242f !important;
}

.sc-group-6413 .scp-p-price-new {
    color: #79242f !important;
}

.sc-group-6413 .sc-store-cart.scws-style-1>a>i {
    color: #79242f !important;
}

.sc-group-6413 .scpd-template-4 .btn-add-to-cart {
    background-color: #79242f !important;
    font-weight: 400;
}

.sc-group-6413 #shopping_cart_popup .btn-default {
    background-color: #79242f !important;
}

.sc-group-6413 .scpc-checkout-btn {
    background-color: #79242f !important;
}

.sc-group-6413 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6413 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6413 .scp-body .container{
    background:transparent;
}

.sc-group-6413 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6413 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6413 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6413 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6413 button.save{
    background-color: #79242f !important;
}


/*PGL*/

.sc-group-6414 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6414 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6414 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6414 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6414 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-6414 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6414 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-6414 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-6414 .scpc-checkout-btn {
    background-color: #000 !important;
}

.sc-group-6414 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6414 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6414 .scp-body .container{
    background:transparent;
}

.sc-group-6414 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6414 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6414 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6414 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6414 button.save{
    background-color: #000 !important;
}


/*Vinylmax*/

.sc-group-6417 .sc_fastordercontent h2 {
    color: #fe815f;
}

.sc-group-6417 .scp-footer .scw-pagelinks ul li a {
    color: #fe815f !important;
}

.sc-group-6417 .scp-footer h4 {
    font-weight: bold !important;
    color: #fe815f !important;
}

.sc-group-6417 .sc-store-cart.scws-style-1>a>i {
    color: #fe815f !important;
}

.sc-group-6417 .scp-p-price-new {
    color: #fe815f !important;
}

.sc-group-6417 .sc-store-cart.scws-style-1>a>i {
    color: #fe815f !important;
}

.sc-group-6417 .scpd-template-4 .btn-add-to-cart {
    background-color: #fe815f !important;
    font-weight: 400;
}

.sc-group-6417 #shopping_cart_popup .btn-default {
    background-color: #fe815f !important;
}

.sc-group-6417 .scpc-checkout-btn {
    background-color: #fe815f !important;
}

.sc-group-6417 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6417 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6417 .scp-body .container{
    background:transparent;
}

.sc-group-6417 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6417 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6417 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6417 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6417 button.save{
    background-color: #000 !important;
}





/* Banner */

.scw-carousel-slide img {
    width: 70%;
    position: relative;
    float: right;
}

.scw-carousel .owl-pagination{
    display: none;
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
  /* Hide .scw-carousel.banner on mobile devices */
  .scw-carousel.banner, .scw-image.banner {
    display: none;
  }

h1{
    font-size: 22px !important;
    text-align: center !important;
    padding: 20px !important;
}  
  .order-mobile{
    display: block !important;
    text-align: center !important;
    position: relative !important;
    top: 0px !important;
}
}

/*tier pricing*/
.scpd-tier-pricing ul{
    border:0;
    padding: 0;
}
.scpd-tier-pricing h3{
    margin:0;
    border:0;
    padding: 10px 0;
    font-size: 16px;
    color: #343434;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}
#scpd_tier_pricing ul li {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}
#scpd_tier_pricing ul li b{
    color:#ef031c
}


/*menu with quotas
.scw-UnusedQuota {
    padding: 10px;
    height: auto;
}
.scw-RenewalDate {
    padding: 10px;
    height: auto;
}
ul.scw-navigation-nav.nav.navbar-nav {
    top: -170px;
}



/*custom embroidery*/
.emb-img-section {
    display: flex;
    gap: 10px;
  flex-wrap:wrap;
}
.emb-img-section .preview {
    width: 49%;
    border: 1px solid #ccc;
}
.sc-modern-emb-main .preview {
    width: 100%;
}
#modernEmbData .scpd-modern-emb-prd-positions li {
     margin-bottom: 10px;
  width: 102px;
    text-align: center !important;
}
#modernEmbData li span {
    display: block;
}
#modernEmbData li:first-child {
    text-align: center;
}
/*.modern-emb-preview.white-clr .preview, .preview-main {
    flex-direction: row !important;
}*/
.emb-img-section .preview h3 {
    margin: 5px;
}
.sc-group-6278 .scpd-title h1 {
    color: inherit !important;
    font-weight: normal;
}

/*Browse*/
.sc-group-6323 ul.scw-navigation-nav.nav.navbar-nav {
   position:sticky
}
.sc-group-6323 .scp-menu {
   height: inherit;
   background: #192e59;
   color: #fff;
}
.sc-group-6323 .scp-menu .navbar .navbar-nav>li>a{
   color:#ffff !important
}
.scw-UnusedQuota, .scw-RenewalDate, .scw-StoreCredit {
    padding: 10px;
}
.sc_storefrontdash {
    padding: 16px 12px;
}
 .scpg-layout-header_customwidgets .col-sm-5, .scpg-layout-header_customwidgets .col-sm-4{
    width: 20%;
}
.sc-group-6232 .sc-modern-emb-main .buttons-main .save{
    background:#003a70 !important
}


.sc-group-6323 .scpg-layout-header_customwidgets .col-sm-4, .sc-group-6323 .scpg-layout-header_customwidgets .col-sm-5 {
   display:none; 
}
.sc-group-6323 .scpg-layout-header_customwidgets .col-sm-5:last-child{
    display:block;
}
/*Applied Research Solutions*/

.sc-group-6415 .sc_fastordercontent h2 {
    color: #c22032;
}

.sc-group-6415 .scp-footer .scw-pagelinks ul li a {
    color: #c22032 !important;
}

.sc-group-6415 .scp-footer h4 {
    font-weight: bold !important;
    color: #c22032 !important;
}

.sc-group-6415 .sc-store-cart.scws-style-1>a>i {
    color: #c22032 !important;
}

.sc-group-6415 .scp-p-price-new {
    color: #c22032 !important;
}

.sc-group-6415 .sc-store-cart.scws-style-1>a>i {
    color: #c22032 !important;
}

.sc-group-6415 .scpd-template-4 .btn-add-to-cart {
    background-color: #c22032 !important;
    font-weight: 400;
}

.sc-group-6415 #shopping_cart_popup .btn-default {
    background-color: #c22032 !important;
}

.sc-group-6415 .scpc-checkout-btn {
    background-color: #c22032 !important;
}

.sc-group-6415 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6415 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6415 .scp-body .container{
    background:transparent;
}

.sc-group-6415 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6415 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6415 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6415 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6415 .sc-modern-emb-main .buttons-main .save{
    background:#c22032 !important
}

/*Wagner Oil*/

.sc-group-6420 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6420 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6420 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6420 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6420 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-6420 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6420 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-6420 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-6420 .scpc-checkout-btn {
    background-color: #c22032 !important;
}

.sc-group-6420 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6420 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6420 .scp-body .container{
    background:transparent;
}

.sc-group-6420 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6420 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6420 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6420 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6420 .sc-modern-emb-main .buttons-main .save{
    background:#000 !important
}


/*EM Specialist*/

.sc-group-6427 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6427 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6427 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6427 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6427 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-6427 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6427 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-6427 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-6427 .scpc-checkout-btn {
    background-color: #c22032 !important;
}

.sc-group-6427 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6427 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6427 .scp-body .container{
    background:transparent;
}

.sc-group-6427 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6427 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6427 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6427 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6427 .sc-modern-emb-main .buttons-main .save{
    background:#000 !important
}





/*embroidery logo dropdown in pdp*/
.emb-logo li p:first-child {
    width: 80px !important;
    text-align: center !important;
    margin: 10px auto !important;
}
.scpd-modern-emb-prd-positions li {
    width: 153px !important;
    margin-right: 10px;
    justify-content: center;
}
/*#modernEmbData li:nth-child(3n){
    margin-right:0 !important
}*/

.emb-logo .logo-list ul li {
    align-items: center;
}

.emb-logo .logo-list.dropdown-menu {
    padding: 0;
}


@media(max-width:767px){
  #modernEmbData li{
        width: 48% !important;
}
/*#modernEmbData li:nth-child(2n){
    margin-right:0px !important;
}
#modernEmbData li:nth-child(3n){
    margin-right:10px !important;
}*/
}

.logo-preview {
    width: auto !important;
    height: auto !important;
  padding:10px;
  margin-bottom:0 !important
}
.sc-modern-emb-main .preview img {
    max-height: 90px;
}
.sc-modern-emb-main .preview {
    min-height: 130px !important;
  gap:10px;
}

/*Lotus Yacht*/

.sc-group-6421 .scw-ApprovalDetailsWidget {
    display: none;
}

.sc-group-6421 .scw-LedgerDetail {
    display: none;
}

.sc-group-6421 .scw-RenewalDate {
    display: none;
}

.sc-group-6421 .sc_fastordercontent h2 {
    color: #0b1c47;
}

.sc-group-6421 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6421 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6421 .sc-store-cart.scws-style-1>a>i {
    color: #0b1c47 !important;
}

.sc-group-6421 .scp-p-price-new {
    color: #0b1c47 !important;
}

.sc-group-6421 .sc-store-cart.scws-style-1>a>i {
    color: #0b1c47 !important;
}

.sc-group-6421 .scpd-template-4 .btn-add-to-cart {
    background-color: #0b1c47 !important;
    font-weight: 400;
}

.sc-group-6421 #shopping_cart_popup .btn-default {
    background-color: #0b1c47 !important;
}

.sc-group-6421 .scpc-checkout-btn {
    background-color: #0b1c47 !important;
}

.sc-group-6421 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6421 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/lotusbg2.jpeg?v=419202474643');
}
.sc-group-6421 .scp-body .container{
    background:transparent;
}

.sc-group-6421 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6421 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6421 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6421 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}
.sc-group-6421 .sc-modern-emb-main .buttons-main .save{
    background:#0b1c47 !important
}


.scp-pro-warehouse {
    display: none !important;
}


/*Service Channel Pop Store*/

.sc-group-6424 .sc_fastordercontent h2 {
    color: #00c0f2;
}

.sc-group-6424 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6424 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6424 .sc-store-cart.scws-style-1>a>i {
    color: #00c0f2 !important;
}

.sc-group-6424 .scp-p-price-new {
    color: #00c0f2 !important;
}

.sc-group-6424 .sc-store-cart.scws-style-1>a>i {
    color: #00c0f2 !important;
}

.sc-group-6424 .scpd-template-4 .btn-add-to-cart {
    background-color: #00c0f2 !important;
    font-weight: 400;
}

.sc-group-6424 #shopping_cart_popup .btn-default {
    background-color: #00c0f2 !important;
}

.sc-group-6424 .scpc-checkout-btn {
    background-color: #00c0f2 !important;
}

.sc-group-6424 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6424 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6424 .scp-body .container{
    background:transparent;
}

.sc-group-6424 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6424 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6424 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6424 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6424 div#sce_column_init_1512_1_5_85{
  display: none !important;    
}
.sc-group-6424 .sc-modern-emb-main .buttons-main .save{
    background:#00c0f2 !important
}


/*Riverain Technologies*/

.sc-group-6429 .sc_fastordercontent h2 {
    color: #002e84;
}

.sc-group-6429 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6429 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6429 .sc-store-cart.scws-style-1>a>i {
    color: #002e84 !important;
}

.sc-group-6429 .scp-p-price-new {
    color: #002e84 !important;
}

.sc-group-6429 .sc-store-cart.scws-style-1>a>i {
    color: #002e84 !important;
}

.sc-group-6429 .scpd-template-4 .btn-add-to-cart {
    background-color: #002e84 !important;
    font-weight: 400;
}

.sc-group-6429 #shopping_cart_popup .btn-default {
    background-color: #002e84 !important;
}

.sc-group-6429 .scpc-checkout-btn {
    background-color: #002e84 !important;
}

.sc-group-6429 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6429 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6429 .scp-body .container{
    background:transparent;
}

.sc-group-6429 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6429 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6429 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6429 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}


.sc-group-6429 .sc-modern-emb-main .buttons-main .save{
    background:#002e84 !important;
}


/*Clemens*/

.sc-group-6430 .sc_fastordercontent h2 {
    color: #81b008;
}

.sc-group-6430 .scp-footer .scw-pagelinks ul li a {
    color: #81b008 !important;
}

.sc-group-6430 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6430 .sc-store-cart.scws-style-1>a>i {
    color: #81b008 !important;
}

.sc-group-6430 .scp-p-price-new {
    color: #81b008 !important;
}

.sc-group-6430 .sc-store-cart.scws-style-1>a>i {
    color: #81b008 !important;
}

.sc-group-6430 .scpd-template-4 .btn-add-to-cart {
    background-color: #81b008 !important;
    font-weight: 400;
}

.sc-group-6430 #shopping_cart_popup .btn-default {
    background-color: #81b008 !important;
}

.sc-group-6430 .scpc-checkout-btn {
    background-color: #81b008 !important;
}

.sc-group-6430 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6430 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6430 .scp-body .container{
    background:transparent;
}

.sc-group-6430 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6430 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6430 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6430 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}


.sc-group-6430 .sc-modern-emb-main .buttons-main .save{
    background:#002e84 !important;
}

/*Tradition Capital Bank*/

.sc-group-6434 .scp-header .scw-storelogo img {
    margin-top: 20px !important;
    width: 90% !important;  
}

.sc-group-6434 .sc_fastordercontent h2 {
    color: #fff;
}

.sc-group-6434 .scp-footer .scw-pagelinks ul li a {
    color: ##996238 !important;
}

.sc-group-6434 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6434 .sc-store-cart.scws-style-1>a>i {
    color: ##996238 !important;
}

.sc-group-6434 .scp-p-price-new {
    color: ##996238 !important;
}

.sc-group-6434 .sc-store-cart.scws-style-1>a>i {
    color: ##996238 !important;
}

.sc-group-6434 .scpd-template-4 .btn-add-to-cart {
    background-color: ##996238 !important;
    font-weight: 400;
}

.sc-group-6434 #shopping_cart_popup .btn-default {
    background-color: ##996238 !important;
}

.sc-group-6434 .scpc-checkout-btn {
    background-color: ##996238 !important;
}

.sc-group-6434 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6434 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6434 .scp-body .container{
    background:transparent;
}

.sc-group-6434 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6434 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6434 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6434 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}


.sc-group-6434 .sc-modern-emb-main .buttons-main .save{
    background:#002e84 !important;
}


/*Tradition Development*/

.sc-group-6435 .scp-header .scw-storelogo img {
    margin-top: 10px !important;
    width: 90% !important;
}


.sc-group-6435 .sc_fastordercontent h2 {
    color: #fff;
}

.sc-group-6435 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6435 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6435 .sc-store-cart.scws-style-1>a>i {
    color: #79232f !important;
}

.sc-group-6435 .scp-p-price-new {
    color: #79232f !important;
}

.sc-group-6435 .sc-store-cart.scws-style-1>a>i {
    color: #79232f !important;
}

.sc-group-6435 .scpd-template-4 .btn-add-to-cart {
    background-color: #79232f !important;
    font-weight: 400;
}

.sc-group-6435 #shopping_cart_popup .btn-default {
    background-color: #79232f !important;
}

.sc-group-6435 .scpc-checkout-btn {
    background-color: #79232f !important;
}

.sc-group-6435 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6435 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6435 .scp-body .container{
    background:transparent;
}

.sc-group-6435 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6435 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6435 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6435 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}


.sc-group-6435 .sc-modern-emb-main .buttons-main .save{
    background:#002e84 !important;
}

/*Tradition Pass It on*/

.sc-group-6447 .scp-header .scw-storelogo img {
    margin-top: 10px !important;    
}

.sc-group-6447 .sc_fastordercontent h2 {
    color: #235530;
}

.sc-group-6447 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6447 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6447 .sc-store-cart.scws-style-1>a>i {
    color: #235530 !important;
}

.sc-group-6447 .scp-p-price-new {
    color: #235530 !important;
}

.sc-group-6447 .sc-store-cart.scws-style-1>a>i {
    color: #235530 !important;
}

.sc-group-6447 .scpd-template-4 .btn-add-to-cart {
    background-color: #235530 !important;
    font-weight: 400;
}

.sc-group-6447 #shopping_cart_popup .btn-default {
    background-color: #235530 !important;
}

.sc-group-6447 .scpc-checkout-btn {
    background-color: #235530 !important;
}

.sc-group-6447 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6447 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6447 .scp-body .container{
    background:transparent;
}

.sc-group-6447 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6447 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6447 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6447 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}


.sc-group-6447 .sc-modern-emb-main .buttons-main .save{
    background:#235530 !important;
}



/*Tradition Technology*/

.sc-group-6437 .scp-header .scw-storelogo img {
    margin-top: 10px !important;
}

.sc-group-6437 .sc_fastordercontent h2 {
    color: #8a171a;
}

.sc-group-6437 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6437 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6437 .sc-store-cart.scws-style-1>a>i {
    color: #8a171a !important;
}

.sc-group-6437 .scp-p-price-new {
    color: #8a171a !important;
}

.sc-group-6437 .sc-store-cart.scws-style-1>a>i {
    color: #8a171a !important;
}

.sc-group-6437 .scpd-template-4 .btn-add-to-cart {
    background-color: #8a171a !important;
    font-weight: 400;
}

.sc-group-6437 #shopping_cart_popup .btn-default {
    background-color: #8a171a !important;
}

.sc-group-6437 .scpc-checkout-btn {
    background-color: #8a171a !important;
}

.sc-group-6437 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6437 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6437 .scp-body .container{
    background:transparent;
}

.sc-group-6437 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6437 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6437 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6437 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}


.sc-group-6437 .sc-modern-emb-main .buttons-main .save{
    background:#8a171a !important;
}

/*Tradition Wealth Manangment*/

.sc-group-6436 .scp-header .scw-storelogo img {
    margin-top: 10px !important;
    width: 90% !important;  
}


.sc-group-6436 .sc_fastordercontent h2 {
    color: #7f0400;
}

.sc-group-6436 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6436 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6436 .sc-store-cart.scws-style-1>a>i {
    color: #7f0400 !important;
}

.sc-group-6436 .scp-p-price-new {
    color: #7f0400 !important;
}

.sc-group-6436 .sc-store-cart.scws-style-1>a>i {
    color: #7f0400 !important;
}

.sc-group-6436 .scpd-template-4 .btn-add-to-cart {
    background-color: #7f0400 !important;
    font-weight: 400;
}

.sc-group-6436 #shopping_cart_popup .btn-default {
    background-color: #7f0400 !important;
}

.sc-group-6436 .scpc-checkout-btn {
    background-color: #7f0400 !important;
}

.sc-group-6436 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6436 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6436 .scp-body .container{
    background:transparent;
}

.sc-group-6436 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6436 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6436 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6436 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}


.sc-group-6436 .sc-modern-emb-main .buttons-main .save{
    background:#7f0400 !important;
}


/*Tradition Capital Bank*/

.sc-group-6434 .scp-header .scw-storelogo img {
    margin-top: 10px !important;
    width: 90% !important;  
}

.sc-group-6434 .sc_fastordercontent h2 {
    color: #996339;
}

.sc-group-6434 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6434 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6434 .sc-store-cart.scws-style-1>a>i {
    color: #996339 !important;
}

.sc-group-6434 .scp-p-price-new {
    color: #996339 !important;
}

.sc-group-6434 .sc-store-cart.scws-style-1>a>i {
    color: #996339 !important;
}

.sc-group-6434 .scpd-template-4 .btn-add-to-cart {
    background-color: #996339 !important;
    font-weight: 400;
}

.sc-group-6434 #shopping_cart_popup .btn-default {
    background-color: #996339 !important;
}

.sc-group-6434 .scpc-checkout-btn {
    background-color: #996339 !important;
}

.sc-group-6434 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6434 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6434 .scp-body .container{
    background:transparent;
}

.sc-group-6434 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6434 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6434 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6434 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6434 .sc-modern-emb-main .buttons-main .save{
    background:#996339 !important;
}



/*Swanson & Youngdale*/

.sc-group-6450 .sc_fastordercontent h2 {
    color: #d92330;
}

.sc-group-6450 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6450 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6450 .sc-store-cart.scws-style-1>a>i {
    color: #d92330 !important;
}

.sc-group-6450 .scp-p-price-new {
    color: #d92330 !important;
}

.sc-group-6450 .sc-store-cart.scws-style-1>a>i {
    color: #d92330 !important;
}

.sc-group-6450 .scpd-template-4 .btn-add-to-cart {
    background-color: #d92330 !important;
    font-weight: 400;
}

.sc-group-6450 #shopping_cart_popup .btn-default {
    background-color: #d92330 !important;
}

.sc-group-6450 .scpc-checkout-btn {
    background-color: #d92330 !important;
}

.sc-group-6450 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6450 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6450 .scp-body .container{
    background:transparent;
}

.sc-group-6450 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6450 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6450 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6450 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6450 .sc-modern-emb-main .buttons-main .save{
    background:#d92330 !important;
}



/*City of Carver*/

.sc-group-6448 .sc_fastordercontent h2 {
    color: #0058b1;
}

.sc-group-6448 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6448 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6448 .sc-store-cart.scws-style-1>a>i {
    color: #0058b1 !important;
}

.sc-group-6448 .scp-p-price-new {
    color: #0058b1 !important;
}

.sc-group-6448 .sc-store-cart.scws-style-1>a>i {
    color: #0058b1 !important;
}

.sc-group-6448 .scpd-template-4 .btn-add-to-cart {
    background-color: #0058b1 !important;
    font-weight: 400;
}

.sc-group-6448 #shopping_cart_popup .btn-default {
    background-color: #0058b1 !important;
}

.sc-group-6448 .scpc-checkout-btn {
    background-color: #0058b1 !important;
}

.sc-group-6448 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6448 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6448 .scp-body .container{
    background:transparent;
}

.sc-group-6448 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6448 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6448 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6448 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6448 .sc-modern-emb-main .buttons-main .save{
    background:#0058b1 !important;
}


/*Farm Hill Framing*/

.sc-group-6438 .scp-header .scw-storelogo img {
    margin-top: 10px !important;
    width: 80% !important;  
}


.sc-group-6438 .sc_fastordercontent h2 {
    color: #ab7435;
}

.sc-group-6438 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6438 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6438 .sc-store-cart.scws-style-1>a>i {
    color: #ab7435 !important;
}

.sc-group-6438 .scp-p-price-new {
    color: #ab7435 !important;
}

.sc-group-6438 .sc-store-cart.scws-style-1>a>i {
    color: #ab7435 !important;
}

.sc-group-6438 .scpd-template-4 .btn-add-to-cart {
    background-color: #ab7435 !important;
    font-weight: 400;
}

.sc-group-6438 #shopping_cart_popup .btn-default {
    background-color: #ab7435 !important;
}

.sc-group-6438 .scpc-checkout-btn {
    background-color: #ab7435 !important;
}

.sc-group-6438 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6438 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6438 .scp-body .container{
    background:transparent;
}

.sc-group-6438 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6438 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6438 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6438 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6438 button.save{
    background-color: #ab7435 !important;
}


/*Farm Hill Masonry*/

.sc-group-6439 .scp-header .scw-storelogo img {
    margin-top: 10px !important;
    width: 80% !important;  
}

.sc-group-6439 .sc_fastordercontent h2 {
    color: #c91c2e;
}

.sc-group-6439 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6439 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6439 .sc-store-cart.scws-style-1>a>i {
    color: #c91c2e !important;
}

.sc-group-6439 .scp-p-price-new {
    color: #c91c2e !important;
}

.sc-group-6439 .sc-store-cart.scws-style-1>a>i {
    color: #c91c2e !important;
}

.sc-group-6439 .scpd-template-4 .btn-add-to-cart {
    background-color: #c91c2e !important;
    font-weight: 400;
}

.sc-group-6439 #shopping_cart_popup .btn-default {
    background-color: #c91c2e !important;
}

.sc-group-6439 .scpc-checkout-btn {
    background-color: #c91c2e !important;
}

.sc-group-6439 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6439 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6439 .scp-body .container{
    background:transparent;
}

.sc-group-6439 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6439 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6439 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6439 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6439 .sc-modern-emb-main .buttons-main .save{
    background:#c91c2e !important;
}


/*Enebak Construction*/

.sc-group-6440 #selectlogo > div > div.logo-list.dropdown-menu > ul.emb-logo > li:nth-child(1) > a > p:nth-child(2){
    display:none;
}

.sc-group-6440 #selectlogo > div > div.logo-list.dropdown-menu > ul.emb-logo > li:nth-child(2) > a > p:nth-child(2){
    display:none;
}

.sc-group-6439 .sc_fastordercontent h2 {
    color: #131313;
}

.sc-group-6440 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6440 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6440 .sc-store-cart.scws-style-1>a>i {
    color: #131313 !important;
}

.sc-group-6440 .scp-p-price-new {
    color: #131313 !important;
}

.sc-group-6440 .sc-store-cart.scws-style-1>a>i {
    color: #131313 !important;
}

.sc-group-6440 .scpd-template-4 .btn-add-to-cart {
    background-color: #131313 !important;
    font-weight: 400;
}

.sc-group-6440 #shopping_cart_popup .btn-default {
    background-color: #131313 !important;
}

.sc-group-6440 .scpc-checkout-btn {
    background-color: #131313 !important;
}

.sc-group-6440 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6440 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6440 .scp-body .container{
    background:transparent;
}

.sc-group-6440 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6440 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6440 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6440 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6440 .sc-modern-emb-main .buttons-main .save{
    background:#131313 !important;
}


/*Esquire*/

.sc-group-6441 .sc_fastordercontent h2 {
    color: #131313;
}

.sc-group-6441 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6441 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6441 .sc-store-cart.scws-style-1>a>i {
    color: #131313 !important;
}

.sc-group-6441 .scp-p-price-new {
    color: #131313 !important;
}

.sc-group-6441 .sc-store-cart.scws-style-1>a>i {
    color: #131313 !important;
}

.sc-group-6441 .scpd-template-4 .btn-add-to-cart {
    background-color: #131313 !important;
    font-weight: 400;
}

.sc-group-6441 #shopping_cart_popup .btn-default {
    background-color: #131313 !important;
}

.sc-group-6441 .scpc-checkout-btn {
    background-color: #131313 !important;
}

.sc-group-6441 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6441 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6441 .scp-body .container{
    background:transparent;
}

.sc-group-6441 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6441 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6441 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6441 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6441 .sc-modern-emb-main .buttons-main .save{
    background:#131313 !important;
}


/*CHB*/

.sc-group-6442 .scp-header .scw-storelogo img {
    max-height: 110px;
    margin-top: 10px;
}

.sc-group-6442 .sc_fastordercontent h2 {
    color: #224886;
}

.sc-group-6442 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6442 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6442 .sc-store-cart.scws-style-1>a>i {
    color: #224886 !important;
}

.sc-group-6442 .scp-p-price-new {
    color: #224886 !important;
}

.sc-group-6442 .sc-store-cart.scws-style-1>a>i {
    color: #224886 !important;
}

.sc-group-6442 .scpd-template-4 .btn-add-to-cart {
    background-color: #224886 !important;
    font-weight: 400;
}

.sc-group-6442 #shopping_cart_popup .btn-default {
    background-color: #224886 !important;
}

.sc-group-6442 .scpc-checkout-btn {
    background-color: #224886 !important;
}

.sc-group-6442 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6442 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6442 .scp-body .container{
    background:transparent;
}

.sc-group-6442 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6442 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6442 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6442 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6442 .sc-modern-emb-main .buttons-main .save{
    background:#224886 !important;
}



/*Robert Thomas*/

.sc-group-6443 .scp-header .scw-storelogo img {
    max-height: 110px !important;
    margin-top: 10px !important;
}


.sc-group-6443 .sc_fastordercontent h2 {
    color: #ce424a;
}

.sc-group-6443 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6443 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6443 .sc-store-cart.scws-style-1>a>i {
    color: #ce424a !important;
}

.sc-group-6443 .scp-p-price-new {
    color: #ce424a !important;
}

.sc-group-6443 .sc-store-cart.scws-style-1>a>i {
    color: #ce424a !important;
}

.sc-group-6443 .scpd-template-4 .btn-add-to-cart {
    background-color: #ce424a !important;
    font-weight: 400;
}

.sc-group-6443 #shopping_cart_popup .btn-default {
    background-color: #ce424a !important;
}

.sc-group-6443 .scpc-checkout-btn {
    background-color: #ce424a !important;
}

.sc-group-6443 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6443 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6443 .scp-body .container{
    background:transparent;
}

.sc-group-6443 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6443 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6443 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6443 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6443 .sc-modern-emb-main .buttons-main .save{
    background:#ce424a !important;
}


/*RT URBAN*/

.sc-group-6444 .scp-header .scw-storelogo img {
    max-height: 100px !important;
    margin-top: 10px !important;
}

.sc-group-6444 .sc_fastordercontent h2 {
    color: #ce0024;
}

.sc-group-6444 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6444 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6444 .sc-store-cart.scws-style-1>a>i {
    color: #ce0024 !important;
}

.sc-group-6444 .scp-p-price-new {
    color: #ce0024 !important;
}

.sc-group-6444 .sc-store-cart.scws-style-1>a>i {
    color: #ce0024 !important;
}

.sc-group-6444 .scpd-template-4 .btn-add-to-cart {
    background-color: #ce0024 !important;
    font-weight: 400;
}

.sc-group-6444 #shopping_cart_popup .btn-default {
    background-color: #ce0024 !important;
}

.sc-group-6444 .scpc-checkout-btn {
    background-color: #ce0024 !important;
}

.sc-group-6444 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6444 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6444 .scp-body .container{
    background:transparent;
}

.sc-group-6444 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6444 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6444 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6444 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6444 .sc-modern-emb-main .buttons-main .save{
    background:#ce0024 !important;
}



/*RT Residential*/

.sc-group-6445 .scp-header .scw-storelogo img {
    margin-top: 10px !important;
    max-height: 110px !important;   
}

.sc-group-6445 .sc_fastordercontent h2 {
    color: #ce0024;
}

.sc-group-6445 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6445 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6445 .sc-store-cart.scws-style-1>a>i {
    color: #ce0024 !important;
}

.sc-group-6445 .scp-p-price-new {
    color: #ce0024 !important;
}

.sc-group-6445 .sc-store-cart.scws-style-1>a>i {
    color: #ce0024 !important;
}

.sc-group-6445 .scpd-template-4 .btn-add-to-cart {
    background-color: #ce0024 !important;
    font-weight: 400;
}

.sc-group-6445 #shopping_cart_popup .btn-default {
    background-color: #ce0024 !important;
}

.sc-group-6445 .scpc-checkout-btn {
    background-color: #ce0024 !important;
}

.sc-group-6445 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6445 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6445 .scp-body .container{
    background:transparent;
}

.sc-group-6445 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6445 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6445 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6445 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6445 .sc-modern-emb-main .buttons-main .save{
    background:#ce0024 !important;
}



/*Homes By Tradition*/

.sc-group-6446 .sc_fastordercontent h2 {
    color: #59595c;
}

.sc-group-6446 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6446 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6446 .sc-store-cart.scws-style-1>a>i {
    color: #59595c !important;
}

.sc-group-6446 .scp-p-price-new {
    color: #59595c !important;
}

.sc-group-6446 .sc-store-cart.scws-style-1>a>i {
    color: #59595c !important;
}

.sc-group-6446 .scpd-template-4 .btn-add-to-cart {
    background-color: #59595c !important;
    font-weight: 400;
}

.sc-group-6446 #shopping_cart_popup .btn-default {
    background-color: #59595c !important;
}

.sc-group-6446 .scpc-checkout-btn {
    background-color: #59595c !important;
}

.sc-group-6446 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6446 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6446 .scp-body .container{
    background:transparent;
}

.sc-group-6446 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6446 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6446 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6446 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6446 .sc-modern-emb-main .buttons-main .save{
    background:#59595c !important;
}


/*Luther*/

.sc-group-6449 .sc_fastordercontent h2 {
    color: #b92a36;
}

.sc-group-6449 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6449 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6449 .sc-store-cart.scws-style-1>a>i {
    color: #b92a36 !important;
}

.sc-group-6449 .scp-p-price-new {
    color: #b92a36 !important;
}

.sc-group-6449 .sc-store-cart.scws-style-1>a>i {
    color: #b92a36 !important;
}

.sc-group-6449 .scpd-template-4 .btn-add-to-cart {
    background-color: #b92a36 !important;
    font-weight: 400;
}

.sc-group-6449 #shopping_cart_popup .btn-default {
    background-color: #b92a36 !important;
}

.sc-group-6449 .scpc-checkout-btn {
    background-color: #b92a36 !important;
}

.sc-group-6449 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6449 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6449 .scp-body .container{
    background:transparent;
}

.sc-group-6449 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6449 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6449 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6449 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6449 .sc-modern-emb-main .buttons-main .save{
    background:#b92a36 !important;
}


/*Mapletree*/

.sc-group-6452 .sc_fastordercontent h2 {
    color: #c5c61d;
}

.sc-group-6452 .scp-footer .scw-pagelinks ul li a {
    color: #c5c61d !important;
}

.sc-group-6452 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6452 .sc-store-cart.scws-style-1>a>i {
    color: #c5c61d !important;
}

.sc-group-6452 .scp-p-price-new {
    color: #c5c61d !important;
}

.sc-group-6452 .sc-store-cart.scws-style-1>a>i {
    color: #c5c61d !important;
}

.sc-group-6452 .scpd-template-4 .btn-add-to-cart {
    background-color: #c5c61d !important;
    font-weight: 400;
}

.sc-group-6452 #shopping_cart_popup .btn-default {
    background-color: #c5c61d !important;
}

.sc-group-6452 .scpc-checkout-btn {
    background-color: #c5c61d !important;
}

.sc-group-6452 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6452 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6452 .scp-body .container{
    background:transparent;
}

.sc-group-6452 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6452 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6452 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6452 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6452 .sc-modern-emb-main .buttons-main .save{
    background:#c5c61d !important;
}



/*Jbelzer*/

.sc-group-6454 .sc_fastordercontent h2 {
    color: #f58320;
}

.sc-group-6454 .scp-footer .scw-pagelinks ul li a {
    color: #f58320 !important;
}

.sc-group-6454 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6454 .sc-store-cart.scws-style-1>a>i {
    color: #f58320 !important;
}

.sc-group-6454 .scp-p-price-new {
    color: #f58320 !important;
}

.sc-group-6454 .sc-store-cart.scws-style-1>a>i {
    color: #f58320 !important;
}

.sc-group-6454 .scpd-template-4 .btn-add-to-cart {
    background-color: #f58320 !important;
    font-weight: 400;
}

.sc-group-6454 #shopping_cart_popup .btn-default {
    background-color: #f58320 !important;
}

.sc-group-6454 .scpc-checkout-btn {
    background-color: #f58320 !important;
}

.sc-group-6454 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6454 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6454 .scp-body .container{
    background:transparent;
}

.sc-group-6454 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6454 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6454 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6454 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6454 .sc-modern-emb-main .buttons-main .save{
    background:#f58320 !important;
}

/*Hitchcock Design Group*/

.sc-group-6459 .sc_fastordercontent h2 {
    color: #81bd00;
}

.sc-group-6459 .scp-footer .scw-pagelinks ul li a {
    color: #81bd00 !important;
}

.sc-group-6459 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6459 .sc-store-cart.scws-style-1>a>i {
    color: #81bd00 !important;
}

.sc-group-6459 .scp-p-price-new {
    color: #81bd00 !important;
}

.sc-group-6459 .sc-store-cart.scws-style-1>a>i {
    color: #81bd00 !important;
}

.sc-group-6459 .scpd-template-4 .btn-add-to-cart {
    background-color: #81bd00 !important;
    font-weight: 400;
}

.sc-group-6459 #shopping_cart_popup .btn-default {
    background-color: #81bd00 !important;
}

.sc-group-6459 .scpc-checkout-btn {
    background-color: #81bd00 !important;
}

.sc-group-6459 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6459 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6459 .scp-body .container{
    background:transparent;
}

.sc-group-6459 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6459 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6459 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6459 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6459 .sc-modern-emb-main .buttons-main .save{
    background:#81bd00 !important;
}


/*Component Solutions Group*/

.sc-group-6467 .sc_fastordercontent h2 {
    color: #ee8a1d;
}

.sc-group-6467 .scp-footer .scw-pagelinks ul li a {
    color: #ee8a1d !important;
}

.sc-group-6467 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6467 .sc-store-cart.scws-style-1>a>i {
    color: #ee8a1d !important;
}

.sc-group-6467 .scp-p-price-new {
    color: #ee8a1d !important;
}

.sc-group-6467 .sc-store-cart.scws-style-1>a>i {
    color: #ee8a1d !important;
}

.sc-group-6467 .scpd-template-4 .btn-add-to-cart {
    background-color: #ee8a1d !important;
    font-weight: 400;
}

.sc-group-6467 #shopping_cart_popup .btn-default {
    background-color: #ee8a1d !important;
}

.sc-group-6467 .scpc-checkout-btn {
    background-color: #ee8a1d !important;
}

.sc-group-6467 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6467 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6467 .scp-body .container{
    background:transparent;
}

.sc-group-6467 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6467 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6467 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6467 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6467 .sc-modern-emb-main .buttons-main .save{
    background:#ee8a1d !important;
}


/*Optimist International*/

.sc-group-6468 .sc_fastordercontent h2 {
    color: #16478e;
}

.sc-group-6468 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6468 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6468 .sc-store-cart.scws-style-1>a>i {
    color: #16478e !important;
}

.sc-group-6468 .scp-p-price-new {
    color: #16478e !important;
}

.sc-group-6468 .sc-store-cart.scws-style-1>a>i {
    color: #16478e !important;
}

.sc-group-6468 .scpd-template-4 .btn-add-to-cart {
    background-color: #16478e !important;
    font-weight: 400;
}

.sc-group-6468 #shopping_cart_popup .btn-default {
    background-color: #16478e !important;
}

.sc-group-6468 .scpc-checkout-btn {
    background-color: #16478e !important;
}

.sc-group-6468 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6468 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6468 .scp-body .container{
    background:transparent;
}

.sc-group-6468 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6468 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6468 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6468 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6468 .sc-modern-emb-main .buttons-main .save{
    background:#16478e !important;
}


/*Brixey & Meyer*/

.sc-group-6492 .sc_fastordercontent h2 {
    color: #052b49;
}

.sc-group-6492 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6492 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6492 .sc-store-cart.scws-style-1>a>i {
    color: #052b49 !important;
}

.sc-group-6492 .scp-p-price-new {
    color: #052b49 !important;
}

.sc-group-6492 .sc-store-cart.scws-style-1>a>i {
    color: #052b49 !important;
}

.sc-group-6492 .scpd-template-4 .btn-add-to-cart {
    background-color: #052b49 !important;
    font-weight: 400;
}

.sc-group-6492 #shopping_cart_popup .btn-default {
    background-color: #052b49 !important;
}

.sc-group-6492 .scpc-checkout-btn {
    background-color: #052b49 !important;
}

.sc-group-6492 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6492 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6492 .scp-body .container{
    background:transparent;
}

.sc-group-6492 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6492 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6492 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6492 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6492 .sc-modern-emb-main .buttons-main .save{
    background:#052b49 !important;
}


/*Pulse*/

.sc-group-6474 .sc_fastordercontent h2 {
    color: #aa312b;
}

.sc-group-6474 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6474 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6474 .sc-store-cart.scws-style-1>a>i {
    color: #aa312b !important;
}

.sc-group-6474 .scp-p-price-new {
    color: #aa312b !important;
}

.sc-group-6474 .sc-store-cart.scws-style-1>a>i {
    color: #aa312b !important;
}

.sc-group-6474 .scpd-template-4 .btn-add-to-cart {
    background-color: #aa312b !important;
    font-weight: 400;
}

.sc-group-6474 #shopping_cart_popup .btn-default {
    background-color: #aa312b !important;
}

.sc-group-6474 .scpc-checkout-btn {
    background-color: #aa312b !important;
}

.sc-group-6474 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6474 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6474 .scp-body .container{
    background:transparent;
}

.sc-group-6474 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6474 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6474 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6474 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6474 .sc-modern-emb-main .buttons-main .save{
    background:#aa312b !important;
}



/*C-store*/

.sc-group-6483 .sc_fastordercontent h2 {
    color: #aa312b;
}

.sc-group-6483 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6483 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6483 .sc-store-cart.scws-style-1>a>i {
    color: #aa312b !important;
}

.sc-group-6483 .scp-p-price-new {
    color: #aa312b !important;
}

.sc-group-6483 .sc-store-cart.scws-style-1>a>i {
    color: #aa312b !important;
}

.sc-group-6483 .scpd-template-4 .btn-add-to-cart {
    background-color: #aa312b !important;
    font-weight: 400;
}

.sc-group-6483 #shopping_cart_popup .btn-default {
    background-color: #aa312b !important;
}

.sc-group-6483 .scpc-checkout-btn {
    background-color: #aa312b !important;
}

.sc-group-6483 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6483 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6483 .scp-body .container{
    background:transparent;
}

.sc-group-6483 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6483 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6483 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6483 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6483 .sc-modern-emb-main .buttons-main .save{
    background:#aa312b !important;
}

.sc-group-6483 .scw-carousel-slide img {
    width: 100% !important;
}


/*Construction Demo Store*/

.sc-group-6486 .sc_fastordercontent h2 {
    color: #aa312b;
}

.sc-group-6486 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6486 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6486 .sc-store-cart.scws-style-1>a>i {
    color: #aa312b !important;
}

.sc-group-6486 .scp-p-price-new {
    color: #aa312b !important;
}

.sc-group-6486 .sc-store-cart.scws-style-1>a>i {
    color: #aa312b !important;
}

.sc-group-6486 .scpd-template-4 .btn-add-to-cart {
    background-color: #aa312b !important;
    font-weight: 400;
}

.sc-group-6486 #shopping_cart_popup .btn-default {
    background-color: #aa312b !important;
}

.sc-group-6486 .scpc-checkout-btn {
    background-color: #aa312b !important;
}

.sc-group-6486 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6486 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6486 .scp-body .container{
    background:transparent;
}

.sc-group-6486 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6486 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6486 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6486 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6486 .sc-modern-emb-main .buttons-main .save{
    background:#aa312b !important;
}



/*JLD Cost Consulting*/

.sc-group-6488 .sc_fastordercontent h2 {
    color: #1c537b;
}

.sc-group-6488 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6488 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6488 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6488 .scp-p-price-new {
    color: #1c537b !important;
}

.sc-group-6488 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6488 .scpd-template-4 .btn-add-to-cart {
    background-color: #1c537b !important;
    font-weight: 400;
}

.sc-group-6488 #shopping_cart_popup .btn-default {
    background-color: #1c537b !important;
}

.sc-group-6488 .scpc-checkout-btn {
    background-color: #1c537b !important;
}

.sc-group-6488 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6488 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6488 .scp-body .container{
    background:transparent;
}

.sc-group-6488 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6488 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6488 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6488 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6488 .sc-modern-emb-main .buttons-main .save{
    background:#1c537b !important;
}


/*Viking LP*/

.sc-group-6741 .scw-search.scws-style-1 {
    display: none;
}

.sc-group-6741 .scw-shoppingcart.selling-online.scws-style-1.sc-store-cart {
    display: none;
}

.sc-group-6741 .sc_fastordercontent h2 {
    color: #1c537b;
}

.sc-group-6741 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6741 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6741 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6741 .scp-p-price-new {
    color: #1c537b !important;
}

.sc-group-6741 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6741 .scpd-template-4 .btn-add-to-cart {
    background-color: #1c537b !important;
    font-weight: 400;
}

.sc-group-6741 #shopping_cart_popup .btn-default {
    background-color: #1c537b !important;
}

.sc-group-6741 .scpc-checkout-btn {
    background-color: #1c537b !important;
}

.sc-group-6741 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6741 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6741 .scp-body .container{
    background:transparent;
}

.sc-group-6741 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6741 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6741 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6741 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6741 .sc-modern-emb-main .buttons-main .save{
    background:#1c537b !important;
}


/*Viking Building*/

.sc-group-6501 .sc_fastordercontent h2 {
    color: #1c537b;
}

.sc-group-6501 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6501 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6501 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6501 .scp-p-price-new {
    color: #1c537b !important;
}

.sc-group-6501 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6501 .scpd-template-4 .btn-add-to-cart {
    background-color: #1c537b !important;
    font-weight: 400;
}

.sc-group-6501 #shopping_cart_popup .btn-default {
    background-color: #1c537b !important;
}

.sc-group-6501 .scpc-checkout-btn {
    background-color: #1c537b !important;
}

.sc-group-6501 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6501 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6501 .scp-body .container{
    background:transparent;
}

.sc-group-6501 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6501 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6501 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6501 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6501 .sc-modern-emb-main .buttons-main .save{
    background:#1c537b !important;
}



/*Viking Dairy*/

.sc-group-6502 .sc_fastordercontent h2 {
    color: #1c537b;
}

.sc-group-6502 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6502 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6502 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6502 .scp-p-price-new {
    color: #1c537b !important;
}

.sc-group-6502 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6502 .scpd-template-4 .btn-add-to-cart {
    background-color: #1c537b !important;
    font-weight: 400;
}

.sc-group-6502 #shopping_cart_popup .btn-default {
    background-color: #1c537b !important;
}

.sc-group-6502 .scpc-checkout-btn {
    background-color: #1c537b !important;
}

.sc-group-6502 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6502 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6502 .scp-body .container{
    background:transparent;
}

.sc-group-6502 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6502 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6502 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6502 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6502 .sc-modern-emb-main .buttons-main .save{
    background:#1c537b !important;
}



/*Viking Forrest*/

.sc-group-6500 .sc_fastordercontent h2 {
    color: #1c537b;
}

.sc-group-6500 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6500 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6500 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6500 .scp-p-price-new {
    color: #1c537b !important;
}

.sc-group-6500 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6500 .scpd-template-4 .btn-add-to-cart {
    background-color: #1c537b !important;
    font-weight: 400;
}

.sc-group-6500 #shopping_cart_popup .btn-default {
    background-color: #1c537b !important;
}

.sc-group-6500 .scpc-checkout-btn {
    background-color: #1c537b !important;
}

.sc-group-6500 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6500 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6500 .scp-body .container{
    background:transparent;
}

.sc-group-6500 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6500 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6500 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6500 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6500 .sc-modern-emb-main .buttons-main .save{
    background:#1c537b !important;
}





/*Viking Helical*/

.sc-group-6503 .sc_fastordercontent h2 {
    color: #1c537b;
}

.sc-group-6503 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6503 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6503 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6503 .scp-p-price-new {
    color: #1c537b !important;
}

.sc-group-6503 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6503 .scpd-template-4 .btn-add-to-cart {
    background-color: #1c537b !important;
    font-weight: 400;
}

.sc-group-6503 #shopping_cart_popup .btn-default {
    background-color: #1c537b !important;
}

.sc-group-6503 .scpc-checkout-btn {
    background-color: #1c537b !important;
}

.sc-group-6503 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6503 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6503 .scp-body .container{
    background:transparent;
}

.sc-group-6503 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6503 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6503 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6503 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6503 .sc-modern-emb-main .buttons-main .save{
    background:#1c537b !important;
}




/*Viking Mat*/

.sc-group-6504 .sc_fastordercontent h2 {
    color: #1c537b;
}

.sc-group-6504 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6504 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6504 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6504 .scp-p-price-new {
    color: #1c537b !important;
}

.sc-group-6504 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6504 .scpd-template-4 .btn-add-to-cart {
    background-color: #1c537b !important;
    font-weight: 400;
}

.sc-group-6504 #shopping_cart_popup .btn-default {
    background-color: #1c537b !important;
}

.sc-group-6504 .scpc-checkout-btn {
    background-color: #1c537b !important;
}

.sc-group-6504 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6504 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6504 .scp-body .container{
    background:transparent;
}

.sc-group-6504 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6504 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6504 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6504 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6504 .sc-modern-emb-main .buttons-main .save{
    background:#1c537b !important;
}



/*Viking Specialty*/

.sc-group-6505 .sc_fastordercontent h2 {
    color: #1c537b;
}

.sc-group-6505 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6505 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6505 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6505 .scp-p-price-new {
    color: #1c537b !important;
}

.sc-group-6505 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6505 .scpd-template-4 .btn-add-to-cart {
    background-color: #1c537b !important;
    font-weight: 400;
}

.sc-group-6505 #shopping_cart_popup .btn-default {
    background-color: #1c537b !important;
}

.sc-group-6505 .scpc-checkout-btn {
    background-color: #1c537b !important;
}

.sc-group-6505 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6505 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6505 .scp-body .container{
    background:transparent;
}

.sc-group-6505 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6505 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6505 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6505 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6505 .sc-modern-emb-main .buttons-main .save{
    background:#1c537b !important;
}



/*Central Payments*/

.sc-group-6508 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-6508 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6508 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6508 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6508 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-6508 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-6508 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-6508 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-6508 .scpc-checkout-btn {
    background-color: #000 !important;
}

.sc-group-6508 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6508 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6508 .scp-body .container{
    background:transparent;
}

.sc-group-6508 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6508 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6508 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6508 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6508 .sc-modern-emb-main .buttons-main .save{
    background:#000 !important;
}



/*Wagner Oil*/

.sc-group-6509 .sc_fastordercontent h2 {
    color: #fbd30a;
}

.sc-group-6509 .scp-footer .scw-pagelinks ul li a {
    color: #fbd30a !important;
}

.sc-group-6509 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6509 .sc-store-cart.scws-style-1>a>i {
    color: #fbd30a !important;
}

.sc-group-6509 .scp-p-price-new {
    color: #fbd30a !important;
}

.sc-group-6509 .sc-store-cart.scws-style-1>a>i {
    color: #fbd30a !important;
}

.sc-group-6509 .scpd-template-4 .btn-add-to-cart {
    background-color: #1c537b !important;
    font-weight: 400;
}

.sc-group-6509 #shopping_cart_popup .btn-default {
    background-color: #1c537b !important;
}

.sc-group-6509 .scpc-checkout-btn {
    background-color: #fbd30a !important;
}

.sc-group-6509 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6509 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6509 .scp-body .container{
    background:transparent;
}

.sc-group-6509 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6509 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6509 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6509 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6509 .sc-modern-emb-main .buttons-main .save{
    background:#fbd30a !important;
}



/*Wagner Trucking*/

.sc-group-6510 .sc_fastordercontent h2 {
    color: #1c537b;
}

.sc-group-6510 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6510 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6510 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6510 .scp-p-price-new {
    color: #1c537b !important;
}

.sc-group-6510 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6510 .scpd-template-4 .btn-add-to-cart {
    background-color: #1c537b !important;
    font-weight: 400;
}

.sc-group-6510 #shopping_cart_popup .btn-default {
    background-color: #1c537b !important;
}

.sc-group-6510 .scpc-checkout-btn {
    background-color: #1c537b !important;
}

.sc-group-6510 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6510 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6510 .scp-body .container{
    background:transparent;
}

.sc-group-6510 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6510 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6510 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6510 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6510 .sc-modern-emb-main .buttons-main .save{
    background:#1c537b !important;
}



/*Wagner Dealer*/

.sc-group-6511 .sc_fastordercontent h2 {
    color: #1c537b;
}

.sc-group-6511 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6511 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6511 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6511 .scp-p-price-new {
    color: #1c537b !important;
}

.sc-group-6511 .sc-store-cart.scws-style-1>a>i {
    color: #1c537b !important;
}

.sc-group-6511 .scpd-template-4 .btn-add-to-cart {
    background-color: #1c537b !important;
    font-weight: 400;
}

.sc-group-6511 #shopping_cart_popup .btn-default {
    background-color: #1c537b !important;
}

.sc-group-6511 .scpc-checkout-btn {
    background-color: #1c537b !important;
}

.sc-group-6511 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6511 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6511 .scp-body .container{
    background:transparent;
}

.sc-group-6511 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6511 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6511 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6511 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6511 .sc-modern-emb-main .buttons-main .save{
    background:#1c537b !important;
}





/*BDH*/

.sc-group-6512 .sc_fastordercontent h2 {
    color: #f4854a;
}

.sc-group-6512 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6512 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6512 .sc-store-cart.scws-style-1>a>i {
    color: #f4854a !important;
}

.sc-group-6512 .scp-p-price-new {
    color: #f4854a !important;
}

.sc-group-6512 .sc-store-cart.scws-style-1>a>i {
    color: #f4854a !important;
}

.sc-group-6512 .scpd-template-4 .btn-add-to-cart {
    background-color: #f4854a !important;
    font-weight: 400;
}

.sc-group-6512 #shopping_cart_popup .btn-default {
    background-color: #f4854a !important;
}

.sc-group-6512 .scpc-checkout-btn {
    background-color: #f4854a !important;
}

.sc-group-6512 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6512 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6512 .scp-body .container{
    background:transparent;
}

.sc-group-6512 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6512 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6512 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6512 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6512 .sc-modern-emb-main .buttons-main .save{
    background:#f4854a !important;
}




/*Wagner LP*/

.sc-group-6514 .scw-search.scws-style-1 {
    display: none;
}

.sc-group-6514 .scw-shoppingcart.selling-online.scws-style-1.sc-store-cart {
    display: none;
}

.sc-group-6514.sc_fastordercontent h2 {
    color: #233746;
}

.sc-group-6514 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6514 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6514 .sc-store-cart.scws-style-1>a>i {
    color: #233746 !important;
}

.sc-group-6514 .scp-p-price-new {
    color: #233746 !important;
}

.sc-group-6514 .sc-store-cart.scws-style-1>a>i {
    color: #233746 !important;
}

.sc-group-6514 .scpd-template-4 .btn-add-to-cart {
    background-color: #233746 !important;
    font-weight: 400;
}

.sc-group-6514 #shopping_cart_popup .btn-default {
    background-color: #233746 !important;
}

.sc-group-6514 .scpc-checkout-btn {
    background-color: #233746 !important;
}

.sc-group-6514 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6514 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6514 .scp-body .container{
    background:transparent;
}

.sc-group-6514 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6514 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6514 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6514 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6514 .sc-modern-emb-main .buttons-main .save{
    background:#233746 !important;
}


/*Crushr*/

.sc-group-6515.sc_fastordercontent h2 {
    color: #4eb06f;
}

.sc-group-6515 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6515 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6515 .sc-store-cart.scws-style-1>a>i {
    color: #4eb06f !important;
}

.sc-group-6515 .scp-p-price-new {
    color: #4eb06f !important;
}

.sc-group-6515 .sc-store-cart.scws-style-1>a>i {
    color: #4eb06f !important;
}

.sc-group-6515 .scpd-template-4 .btn-add-to-cart {
    background-color: #4eb06f !important;
    font-weight: 400;
}

.sc-group-6515 #shopping_cart_popup .btn-default {
    background-color: #4eb06f !important;
}

.sc-group-6515 .scpc-checkout-btn {
    background-color: #4eb06f !important;
}

.sc-group-6515 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6515 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6515 .scp-body .container{
    background:transparent;
}

.sc-group-6515 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6515 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6515 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6515 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6515 .sc-modern-emb-main .buttons-main .save{
    background:#4eb06f !important;
}




/*Mapletree swag*/

.sc-group-6517.sc_fastordercontent h2 {
    color: #c5c61d;
}

.sc-group-6517 .scp-footer .scw-pagelinks ul li a {
    color: #c5c61d !important;
}

.sc-group-6517 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6517 .sc-store-cart.scws-style-1>a>i {
    color: #c5c61d !important;
}

.sc-group-6517 .scp-p-price-new {
    color: #c5c61d !important;
}

.sc-group-6517 .sc-store-cart.scws-style-1>a>i {
    color: #c5c61d !important;
}

.sc-group-6517 .scpd-template-4 .btn-add-to-cart {
    background-color: #c5c61d !important;
    font-weight: 400;
}

.sc-group-6517 #shopping_cart_popup .btn-default {
    background-color: #c5c61d !important;
}

.sc-group-6517 .scpc-checkout-btn {
    background-color: #c5c61d !important;
}

.sc-group-6517 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6517 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6517 .scp-body .container{
    background:transparent;
}

.sc-group-6517 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6517 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6517 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6517 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6517 .sc-modern-emb-main .buttons-main .save{
    background:#c5c61d !important;
}



/*Sigma Technologies*/

.sc-group-6518.sc_fastordercontent h2 {
    color: #323232;
}

.sc-group-6518 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6518 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6518 .sc-store-cart.scws-style-1>a>i {
    color: #323232 !important;
}

.sc-group-6518 .scp-p-price-new {
    color: #323232 !important;
}

.sc-group-6518 .sc-store-cart.scws-style-1>a>i {
    color: #323232 !important;
}

.sc-group-6518 .scpd-template-4 .btn-add-to-cart {
    background-color: #323232 !important;
    font-weight: 400;
}

.sc-group-6518 #shopping_cart_popup .btn-default {
    background-color: #323232 !important;
}

.sc-group-6518 .scpc-checkout-btn {
    background-color: #323232 !important;
}

.sc-group-6518 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6518 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6518 .scp-body .container{
    background:transparent;
}

.sc-group-6518 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6518 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6518 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6518 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6518 .sc-modern-emb-main .buttons-main .save{
    background:#323232 !important;
}




/*Pioneer Coach*/

.sc-group-6521.sc_fastordercontent h2 {
    color: #231f20;
}

.sc-group-6521 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6521 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6521 .sc-store-cart.scws-style-1>a>i {
    color: #231f20 !important;
}

.sc-group-6521 .scp-p-price-new {
    color: #231f20 !important;
}

.sc-group-6521 .sc-store-cart.scws-style-1>a>i {
    color: #231f20 !important;
}

.sc-group-6521 .scpd-template-4 .btn-add-to-cart {
    background-color: #231f20 !important;
    font-weight: 400;
}

.sc-group-6521 #shopping_cart_popup .btn-default {
    background-color: #231f20 !important;
}

.sc-group-6521 .scpc-checkout-btn {
    background-color: #231f20 !important;
}

.sc-group-6521 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6521 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6521 .scp-body .container{
    background:transparent;
}

.sc-group-6521 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6521 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6521 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6521 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6521 .sc-modern-emb-main .buttons-main .save{
    background:#231f20 !important;
}





/*Crane*/

.sc-group-6523.sc_fastordercontent h2 {
    color: #d82028;
}

.sc-group-6523 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6523 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6523 .sc-store-cart.scws-style-1>a>i {
    color: #d82028 !important;
}

.sc-group-6523 .scp-p-price-new {
    color: #d82028 !important;
}

.sc-group-6523 .sc-store-cart.scws-style-1>a>i {
    color: #d82028 !important;
}

.sc-group-6523 .scpd-template-4 .btn-add-to-cart {
    background-color: #d82028 !important;
    font-weight: 400;
}

.sc-group-6523 #shopping_cart_popup .btn-default {
    background-color: #d82028 !important;
}

.sc-group-6523 .scpc-checkout-btn {
    background-color: #d82028 !important;
}

.sc-group-6523 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6523 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6523 .scp-body .container{
    background:transparent;
}

.sc-group-6523 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6523 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6523 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6523 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6523 .sc-modern-emb-main .buttons-main .save{
    background:#d82028 !important;
}




/*Tri-Tech*/

.sc-group-6524.sc_fastordercontent h2 {
    color: #539bc4;
}

.sc-group-6524 .scp-footer .scw-pagelinks ul li a {
    color: #539bc4 !important;
}

.sc-group-6524 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6524 .sc-store-cart.scws-style-1>a>i {
    color: #539bc4 !important;
}

.sc-group-6524 .scp-p-price-new {
    color: #539bc4 !important;
}

.sc-group-6524 .sc-store-cart.scws-style-1>a>i {
    color: #539bc4 !important;
}

.sc-group-6524 .scpd-template-4 .btn-add-to-cart {
    background-color: #539bc4 !important;
    font-weight: 400;
}

.sc-group-6524 #shopping_cart_popup .btn-default {
    background-color: #539bc4 !important;
}

.sc-group-6524 .scpc-checkout-btn {
    background-color: #539bc4 !important;
}

.sc-group-6524 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6524 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6524 .scp-body .container{
    background:transparent;
}

.sc-group-6524 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6524 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6524 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6524 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6524 .sc-modern-emb-main .buttons-main .save{
    background:#539bc4 !important;
}





/*Montgomery*/

.sc-group-6526.sc_fastordercontent h2 {
    color: #e32d2a;
}

.sc-group-6526 .scp-footer .scw-pagelinks ul li a {
    color: #e32d2a !important;
}

.sc-group-6526 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6526 .sc-store-cart.scws-style-1>a>i {
    color: #e32d2a !important;
}

.sc-group-6526 .scp-p-price-new {
    color: #e32d2a !important;
}

.sc-group-6526 .sc-store-cart.scws-style-1>a>i {
    color: #e32d2a !important;
}

.sc-group-6526 .scpd-template-4 .btn-add-to-cart {
    background-color: #e32d2a !important;
    font-weight: 400;
}

.sc-group-6526 #shopping_cart_popup .btn-default {
    background-color: #e32d2a !important;
}

.sc-group-6526 .scpc-checkout-btn {
    background-color: #e32d2a !important;
}

.sc-group-6526 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6526 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6526 .scp-body .container{
    background:transparent;
}

.sc-group-6526 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6524 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6526 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6526 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6526 .sc-modern-emb-main .buttons-main .save{
    background:#e32d2a !important;
}




/*Next Door Photos*/

.sc-group-6543.sc_fastordercontent h2 {
    color: #f1592a;
}

.sc-group-6543 .scp-footer .scw-pagelinks ul li a {
    color: #f1592a !important;
}

.sc-group-6543 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6543 .sc-store-cart.scws-style-1>a>i {
    color: #f1592a !important;
}

.sc-group-6543 .scp-p-price-new {
    color: #f1592a !important;
}

.sc-group-6543 .sc-store-cart.scws-style-1>a>i {
    color: #f1592a !important;
}

.sc-group-6543 .scpd-template-4 .btn-add-to-cart {
    background-color: #f1592a !important;
    font-weight: 400;
}

.sc-group-6543 #shopping_cart_popup .btn-default {
    background-color: #f1592a !important;
}

.sc-group-6543 .scpc-checkout-btn {
    background-color: #f1592a !important;
}

.sc-group-6543 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6543 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6543 .scp-body .container{
    background:transparent;
}

.sc-group-6543 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6543 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6543 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6543 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6543 .sc-modern-emb-main .buttons-main .save{
    background:#f1592a !important;
}

/*Monarch LP*/

.sc-group-6952 .sc_categorycustom img{
    width: 250px !important;
    height: 250px !important;
}

.sc-group-6952 .scw-carousel-slide img{
    width: 100% !important;
}

.sc-group-6952.sc_fastordercontent h2 {
    color: #dd7153;
}

.sc-group-6952 .scp-footer .scw-pagelinks ul li a {
    color: #dd7153 !important;
}

.sc-group-6952 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6952 .sc-store-cart.scws-style-1>a>i {
    color: #dd7153 !important;
}

.sc-group-6952 .scp-p-price-new {
    color: #dd7153 !important;
}

.sc-group-6952 .sc-store-cart.scws-style-1>a>i {
    color: #dd7153 !important;
}

.sc-group-6952 .scpd-template-4 .btn-add-to-cart {
    background-color: #dd7153 !important;
    font-weight: 400;
}

.sc-group-6952 #shopping_cart_popup .btn-default {
    background-color: #dd7153 !important;
}

.sc-group-6952 .scpc-checkout-btn {
    background-color: #dd7153 !important;
}

.sc-group-6952 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6952 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6952 .scp-body .container{
    background:transparent;
}

.sc-group-6952 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6952 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6952 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6952 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6952 .sc-modern-emb-main .buttons-main .save{
    background:#dd7153 !important;
}




/*Monarch Healthcare Management*/

.sc-group-6553 .scw-carousel-slide img{
    width: 100% !important;
}


.sc-group-6553.sc_fastordercontent h2 {
    color: #dd7153;
}

.sc-group-6553 .scp-footer .scw-pagelinks ul li a {
    color: #dd7153 !important;
}

.sc-group-6553 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6553 .sc-store-cart.scws-style-1>a>i {
    color: #dd7153 !important;
}

.sc-group-6553 .scp-p-price-new {
    color: #dd7153 !important;
}

.sc-group-6553 .sc-store-cart.scws-style-1>a>i {
    color: #dd7153 !important;
}

.sc-group-6553 .scpd-template-4 .btn-add-to-cart {
    background-color: #dd7153 !important;
    font-weight: 400;
}

.sc-group-6553 #shopping_cart_popup .btn-default {
    background-color: #dd7153 !important;
}

.sc-group-6553 .scpc-checkout-btn {
    background-color: #dd7153 !important;
}

.sc-group-6553 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6553 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6553 .scp-body .container{
    background:transparent;
}

.sc-group-6553 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6553 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6553 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6553 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6553 .sc-modern-emb-main .buttons-main .save{
    background:#dd7153 !important;
}


/*Monarch Scrubs*/

.sc-group-8073 .scw-carousel-slide img{
    width: 100% !important;
}

.sc-group-8073 .sc_fastordercontent h2 {
    color: #dd7153;
}

.sc-group-8073 .scp-footer .scw-pagelinks ul li a {
    color: #dd7153 !important;
}

.sc-group-8073 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8073 .sc-store-cart.scws-style-1>a>i {
    color: #dd7153 !important;
}

.sc-group-8073 .scp-p-price-new {
    color: #dd7153 !important;
}

.sc-group-8073 .sc-store-cart.scws-style-1>a>i {
    color: #dd7153 !important;
}

.sc-group-8073 .scpd-template-4 .btn-add-to-cart {
    background-color: #dd7153 !important;
    font-weight: 400;
}

.sc-group-8073 #shopping_cart_popup .btn-default {
    background-color: #dd7153 !important;
}

.sc-group-8073 .scpc-checkout-btn {
    background-color: #dd7153 !important;
}

.sc-group-8073 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8073 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-8073 .scp-body .container{
    background:transparent;
}

.sc-group-8073 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8073 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8073 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8073 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8073 .sc-modern-emb-main .buttons-main .save{
    background:#dd7153 !important;
}




/*Tradition Lending Solutions*/

.sc-group-6576 .scp-header .scw-storelogo img {
    margin-top: 10px !important;
    width: 80% !important;  
}


.sc-group-6576.sc_fastordercontent h2 {
    color: #414142;
}

.sc-group-6576 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6576 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6576 .sc-store-cart.scws-style-1>a>i {
    color: #414142 !important;
}

.sc-group-6576 .scp-p-price-new {
    color: #414142 !important;
}

.sc-group-6576 .sc-store-cart.scws-style-1>a>i {
    color: #414142 !important;
}

.sc-group-6576 .scpd-template-4 .btn-add-to-cart {
    background-color: #414142 !important;
    font-weight: 400;
}

.sc-group-6576 #shopping_cart_popup .btn-default {
    background-color: #414142 !important;
}

.sc-group-6576 .scpc-checkout-btn {
    background-color: #414142 !important;
}

.sc-group-6576 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6576 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6576 .scp-body .container{
    background:transparent;
}

.sc-group-6576 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6576 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6576 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6576 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6576 .sc-modern-emb-main .buttons-main .save{
    background:#414142 !important;
}




/*Tempworks Software*/

.sc-group-6580.sc_fastordercontent h2 {
    color: #79242f;
}

.sc-group-6580 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6580 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6580 .sc-store-cart.scws-style-1>a>i {
    color: #79242f !important;
}

.sc-group-6580 .scp-p-price-new {
    color: #79242f !important;
}

.sc-group-6580 .sc-store-cart.scws-style-1>a>i {
    color: #79242f !important;
}

.sc-group-6580 .scpd-template-4 .btn-add-to-cart {
    background-color: #79242f !important;
    font-weight: 400;
}

.sc-group-6580 #shopping_cart_popup .btn-default {
    background-color: #79242f !important;
}

.sc-group-6580 .scpc-checkout-btn {
    background-color: #79242f !important;
}

.sc-group-6580 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6580 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6580 .scp-body .container{
    background:transparent;
}

.sc-group-6580 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6580 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6580 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6580 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6580 .sc-modern-emb-main .buttons-main .save{
    background:#79242f !important;
}


/*Tempworks Software2*/

.sc-group-6581.sc_fastordercontent h2 {
    color: #b93b41;
}

.sc-group-6581 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6581 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6581 .sc-store-cart.scws-style-1>a>i {
    color: #b93b41 !important;
}

.sc-group-6581 .scp-p-price-new {
    color: #b93b41 !important;
}

.sc-group-6581 .sc-store-cart.scws-style-1>a>i {
    color: #b93b41 !important;
}

.sc-group-6581 .scpd-template-4 .btn-add-to-cart {
    background-color: #b93b41 !important;
    font-weight: 400;
}

.sc-group-6581 #shopping_cart_popup .btn-default {
    background-color: #b93b41 !important;
}

.sc-group-6581 .scpc-checkout-btn {
    background-color: #b93b41 !important;
}

.sc-group-6581 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6581 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6581 .scp-body .container{
    background:transparent;
}

.sc-group-6581 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6581 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6581 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6581 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6581 .sc-modern-emb-main .buttons-main .save{
    background:#b93b41 !important;
}




/*Strapped*/

.sc-group-6617.sc_fastordercontent h2 {
    color: #797C4F;
}

.sc-group-6617 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6617 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6617 .sc-store-cart.scws-style-1>a>i {
    color: #797C4F !important;
}

.sc-group-6617 .scp-p-price-new {
    color: #797C4F !important;
}

.sc-group-6617 .sc-store-cart.scws-style-1>a>i {
    color: #797C4F !important;
}

.sc-group-6617 .scpd-template-4 .btn-add-to-cart {
    background-color: #797C4F !important;
    font-weight: 400;
}

.sc-group-6617 #shopping_cart_popup .btn-default {
    background-color: #797C4F !important;
}

.sc-group-6617 .scpc-checkout-btn {
    background-color: #797C4F !important;
}

.sc-group-6617 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6617 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6617 .scp-body .container{
    background:transparent;
}

.sc-group-6617 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6617 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6617 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6617 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6617 .sc-modern-emb-main .buttons-main .save{
    background:#797C4F !important;
}




/*Skyjack*/

.sc-group-6722.sc_fastordercontent h2 {
    color: #de4c2b;
}

.sc-group-6722 .scp-footer .scw-pagelinks ul li a {
    color: #de4c2b !important;
}

.sc-group-6722 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6722 .sc-store-cart.scws-style-1>a>i {
    color: #de4c2b !important;
}

.sc-group-6722 .scp-p-price-new {
    color: #de4c2b !important;
}

.sc-group-6722 .sc-store-cart.scws-style-1>a>i {
    color: #de4c2b !important;
}

.sc-group-6722 .scpd-template-4 .btn-add-to-cart {
    background-color: #de4c2b !important;
    font-weight: 400;
}

.sc-group-6722 #shopping_cart_popup .btn-default {
    background-color: #de4c2b !important;
}

.sc-group-6722 .scpc-checkout-btn {
    background-color: #de4c2b !important;
}

.sc-group-6722 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6722 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6722 .scp-body .container{
    background:transparent;
}

.sc-group-6722 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6722 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6722 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6722 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6722 .sc-modern-emb-main .buttons-main .save{
    background:#de4c2b !important;
}



/*Wuxi Advance Theraphies*/

.sc-group-6723.sc_fastordercontent h2 {
    color: #0b2648;
}

.sc-group-6723 .scp-footer .scw-pagelinks ul li a {
    color: #4e98ce !important;
}

.sc-group-6723 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6723 .sc-store-cart.scws-style-1>a>i {
    color: #0b2648 !important;
}

.sc-group-6723 .scp-p-price-new {
    color: #0b2648 !important;
}

.sc-group-6723 .sc-store-cart.scws-style-1>a>i {
    color: #0b2648 !important;
}

.sc-group-6723 .scpd-template-4 .btn-add-to-cart {
    background-color: #0b2648 !important;
    font-weight: 400;
}

.sc-group-6723 #shopping_cart_popup .btn-default {
    background-color: #0b2648 !important;
}

.sc-group-6723 .scpc-checkout-btn {
    background-color: #0b2648 !important;
}

.sc-group-6723 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6723 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6723 .scp-body .container{
    background:transparent;
}

.sc-group-6723 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6723 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6723 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6723 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6723 .sc-modern-emb-main .buttons-main .save{
    background:#0b2648 !important;
}

/*Wuxi Clinical*/

.sc-group-8167 .sc_fastordercontent h2 {
    color: #0b2648;
}

.sc-group-8167 .scp-footer .scw-pagelinks ul li a {
    color: #4e98ce !important;
}

.sc-group-8167 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8167 .sc-store-cart.scws-style-1>a>i {
    color: #0b2648 !important;
}

.sc-group-8167 .scp-p-price-new {
    color: #0b2648 !important;
}

.sc-group-8167 .sc-store-cart.scws-style-1>a>i {
    color: #0b2648 !important;
}

.sc-group-8167 .scpd-template-4 .btn-add-to-cart {
    background-color: #0b2648 !important;
    font-weight: 400;
}

.sc-group-8167 #shopping_cart_popup .btn-default {
    background-color: #0b2648 !important;
}

.sc-group-8167 .scpc-checkout-btn {
    background-color: #0b2648 !important;
}

.sc-group-8167 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8167 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-8167 .scp-body .container{
    background:transparent;
}

.sc-group-8167 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8167 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8167 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8167 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8167 .sc-modern-emb-main .buttons-main .save{
    background:#0b2648 !important;
}


/*Tradition LP sc-group-6751*/

.sc-group-6751 nav.scp-menu-publish {
    display: none;
}


.sc-group-6751 .scw-search.scws-style-1 {
    display: none;
}

.sc-group-6751 .sc-store-cart.scws-style-1 {
    display: none;
}

.sc-group-6751 .sc_fastordercontent h2 {
    color: #7A242F;
}

.sc-group-6751 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6751 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6751 .sc-store-cart.scws-style-1>a>i {
    color: #7A242F !important;
}

.sc-group-6751 .scp-p-price-new {
    color: #7A242F !important;
}

.sc-group-6751 .sc-store-cart.scws-style-1>a>i {
    color: #7A242F !important;
}

.sc-group-6751 .scpd-template-4 .btn-add-to-cart {
    background-color: #7A242F !important;
    font-weight: 400;
}

.sc-group-6751 #shopping_cart_popup .btn-default {
    background-color: #7A242F !important;
}

.sc-group-6751 .scpc-checkout-btn {
    background-color: #7A242F !important;
}

.sc-group-6751 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6751 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6751 .scp-body .container{
    background:transparent;
}

.sc-group-6751 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6751 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6751 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6751 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6751 .sc-modern-emb-main .buttons-main .save{
    background:#7A242F !important;
}


/*NFL*/


.sc-group-6755 .sc_fastordercontent h2 {
    color: #dd343c;
}

.sc-group-6755.scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6755 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6755 .sc-store-cart.scws-style-1>a>i {
    color: #dd343c !important;
}

.sc-group-6755 .scp-p-price-new {
    color: #dd343c !important;
}

.sc-group-6755 .sc-store-cart.scws-style-1>a>i {
    color: #dd343c !important;
}

.sc-group-6755 .scpd-template-4 .btn-add-to-cart {
    background-color: #dd343c !important;
    font-weight: 400;
}

.sc-group-6755 #shopping_cart_popup .btn-default {
    background-color: #dd343c !important;
}

.sc-group-6755 .scpc-checkout-btn {
    background-color: #dd343c !important;
}

.sc-group-6755 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6755 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6755 .scp-body .container{
    background:transparent;
}

.sc-group-6755 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6755 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6755 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6755 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6755 .sc-modern-emb-main .buttons-main .save{
    background:#dd343c !important;
}


/*Tradition Nina*/

.sc-group-6757 div#scp_menu {
    display: none;
}

.sc-group-6757 .sc_fastordercontent h2 {
    color: #DD343C;
}

.sc-group-6757.scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6757 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6757 .sc-store-cart.scws-style-1>a>i {
    color: #DD343C !important;
}

.sc-group-6757 .scp-p-price-new {
    color: #DD343C !important;
}

.sc-group-6757 .sc-store-cart.scws-style-1>a>i {
    color: #DD343C !important;
}

.sc-group-6757 .scpd-template-4 .btn-add-to-cart {
    background-color: #DD343C !important;
    font-weight: 400;
}

.sc-group-6757 #shopping_cart_popup .btn-default {
    background-color: #DD343C !important;
}

.sc-group-6757 .scpc-checkout-btn {
    background-color: #DD343C !important;
}

.sc-group-6757 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6757 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6757 .scp-body .container{
    background:transparent;
}

.sc-group-6757 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6757 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6757 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6757 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6757 .sc-modern-emb-main .buttons-main .save{
    background:#DD343C !important;
}

/*Q Consulting*/

.sc-group-6788 .sc_fastordercontent h2 {
    color: #532980;
}

.sc-group-6788.scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6788 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6788 .sc-store-cart.scws-style-1>a>i {
    color: #532980 !important;
}

.sc-group-6788 .scp-p-price-new {
    color: #532980 !important;
}

.sc-group-6788 .sc-store-cart.scws-style-1>a>i {
    color: #532980 !important;
}

.sc-group-6788 .scpd-template-4 .btn-add-to-cart {
    background-color: #532980 !important;
    font-weight: 400;
}

.sc-group-6788 #shopping_cart_popup .btn-default {
    background-color: #532980 !important;
}

.sc-group-6788 .scpc-checkout-btn {
    background-color: #532980 !important;
}

.sc-group-6788 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6788 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6788 .scp-body .container{
    background:transparent;
}

.sc-group-6788 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6788 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6788 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6788 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6788 .sc-modern-emb-main .buttons-main .save{
    background:#532980 !important;
}

/*Lakefield Veterinary Group*/

.sc-group-6790 .sc_fastordercontent h2 {
    color: #14633d;
}

.sc-group-6790.scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6790 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6790 .sc-store-cart.scws-style-1>a>i {
    color: #14633d !important;
}

.sc-group-6790 .scp-p-price-new {
    color: #14633d !important;
}

.sc-group-6790 .sc-store-cart.scws-style-1>a>i {
    color: #14633d !important;
}

.sc-group-6790 .scpd-template-4 .btn-add-to-cart {
    background-color: #14633d !important;
    font-weight: 400;
}

.sc-group-6790 #shopping_cart_popup .btn-default {
    background-color: #14633d !important;
}

.sc-group-6790 .scpc-checkout-btn {
    background-color: #14633d !important;
}

.sc-group-6790 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6790 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6790 .scp-body .container{
    background:transparent;
}

.sc-group-6790 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6790 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6790 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6790 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6790 .sc-modern-emb-main .buttons-main .save{
    background:#14633d !important;
}

/*Field Nation*/

.sc-group-6800 .sc_fastordercontent h2 {
    color: #F16725;
}

.sc-group-6800.scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6800 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6800 .sc-store-cart.scws-style-1>a>i {
    color: #F16725 !important;
}

.sc-group-6800 .scp-p-price-new {
    color: #F16725 !important;
}

.sc-group-6800 .sc-store-cart.scws-style-1>a>i {
    color: #F16725 !important;
}

.sc-group-6800 .scpd-template-4 .btn-add-to-cart {
    background-color: #F16725 !important;
    font-weight: 400;
}

.sc-group-6800 #shopping_cart_popup .btn-default {
    background-color: #F16725 !important;
}

.sc-group-6800 .scpc-checkout-btn {
    background-color: #F16725 !important;
}

.sc-group-6800 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6800 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616');
}
.sc-group-6800 .scp-body .container{
    background:transparent;
}

.sc-group-6800 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6800 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6800 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6800 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6800 .sc-modern-emb-main .buttons-main .save{
    background:#F16725 !important;
}

/*IFS Ultimo*/

.sc-group-6831 .sc_fastordercontent h2 {
    color: #000000;
}

.sc-group-6831 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6831 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6831 .sc-store-cart.scws-style-1>a>i {
    color: #000000 !important;
}

.sc-group-6831 .scp-p-price-new {
    color: #000000 !important;
}

.sc-group-6831 .sc-store-cart.scws-style-1>a>i {
    color: #000000 !important;
}

.sc-group-6831 .scpd-template-4 .btn-add-to-cart {
    background-color: #000000 !important;
    font-weight: 400;
}

.sc-group-6831 #shopping_cart_popup .btn-default {
    background-color: #000000 !important;
}

.sc-group-6831 .scpc-checkout-btn {
    background-color: #000000 !important;
}

.sc-group-6831 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6831 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-6831 .scp-body .container{
    background:transparent;
}

.sc-group-6831 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6831 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6831 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6831 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6831 .sc-modern-emb-main .buttons-main .save{
    background:#000000 !important;
}


/*Productivity*/

.sc-group-6835 .sc_fastordercontent h2 {
    color: #E31837;
}

.sc-group-6835 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6835 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6835 .sc-store-cart.scws-style-1>a>i {
    color: #E31837 !important;
}

.sc-group-6835 .scp-p-price-new {
    color: #E31837 !important;
}

.sc-group-6835 .sc-store-cart.scws-style-1>a>i {
    color: #E31837 !important;
}

.sc-group-6835 .scpd-template-4 .btn-add-to-cart {
    background-color: #E31837 !important;
    font-weight: 400;
}

.sc-group-6835 #shopping_cart_popup .btn-default {
    background-color: #E31837 !important;
}

.sc-group-6835 .scpc-checkout-btn {
    background-color: #E31837 !important;
}

.sc-group-6835 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6835 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-6835 .scp-body .container{
    background:transparent;
}

.sc-group-6835 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6835 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6835 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6835 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6835 .sc-modern-emb-main .buttons-main .save{
    background:#E31837 !important;
}


/*Ameri-Cans*/

.sc-group-6838 .sc_fastordercontent h2 {
    color: #C72026;
}

.sc-group-6838 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6838 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6838 .sc-store-cart.scws-style-1>a>i {
    color: #C72026 !important;
}

.sc-group-6838 .scp-p-price-new {
    color: #C72026 !important;
}

.sc-group-6838 .sc-store-cart.scws-style-1>a>i {
    color: #C72026 !important;
}

.sc-group-6838 .scpd-template-4 .btn-add-to-cart {
    background-color: #C72026 !important;
    font-weight: 400;
}

.sc-group-6838 #shopping_cart_popup .btn-default {
    background-color: #C72026 !important;
}

.sc-group-6838 .scpc-checkout-btn {
    background-color: #C72026 !important;
}

.sc-group-6838 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6838 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-6838 .scp-body .container{
    background:transparent;
}

.sc-group-6838 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6838 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6838 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6838 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6838 .sc-modern-emb-main .buttons-main .save{
    background: #C72026 !important;
}


/*MFI Denise*/

.sc-group-6852 .sc_fastordercontent h2 {
    color: #D31145;
}

.sc-group-6852 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6852 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6852 .sc-store-cart.scws-style-1>a>i {
    color: #D31145 !important;
}

.sc-group-6852 .scp-p-price-new {
    color: #D31145 !important;
}

.sc-group-6852 .sc-store-cart.scws-style-1>a>i {
    color: #D31145 !important;
}

.sc-group-6852 .scpd-template-4 .btn-add-to-cart {
    background-color: #D31145 !important;
    font-weight: 400;
}

.sc-group-6852 #shopping_cart_popup .btn-default {
    background-color: #D31145 !important;
}

.sc-group-6852 .scpc-checkout-btn {
    background-color: #D31145 !important;
}

.sc-group-6852 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6852 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-6852 .scp-body .container{
    background:transparent;
}

.sc-group-6852 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6852 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6852 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6852 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6852 .sc-modern-emb-main .buttons-main .save{
    background: #D31145 !important;
}


/*MFI Pop Up*/

.sc-group-6858 .sc_fastordercontent h2 {
    color: #D31145;
}

.sc-group-6858 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6858 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6858 .sc-store-cart.scws-style-1>a>i {
    color: #D31145 !important;
}

.sc-group-6858 .scp-p-price-new {
    color: #D31145 !important;
}

.sc-group-6858 .sc-store-cart.scws-style-1>a>i {
    color: #D31145 !important;
}

.sc-group-6858 .scpd-template-4 .btn-add-to-cart {
    background-color: #D31145 !important;
    font-weight: 400;
}

.sc-group-6858 #shopping_cart_popup .btn-default {
    background-color: #D31145 !important;
}

.sc-group-6858 .scpc-checkout-btn {
    background-color: #D31145 !important;
}

.sc-group-6858 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6858 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-6858 .scp-body .container{
    background:transparent;
}

.sc-group-6858 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6858 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6858 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6858 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6858 .sc-modern-emb-main .buttons-main .save{
    background: #D31145 !important;
}

/*MFI New Pop Up*/

.sc-group-8582 .sc_fastordercontent h2 {
    color: #D31145;
}

.sc-group-8582 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8582 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8582 .sc-store-cart.scws-style-1>a>i {
    color: #D31145 !important;
}

.sc-group-8582 .scp-p-price-new {
    color: #D31145 !important;
}

.sc-group-8582 .sc-store-cart.scws-style-1>a>i {
    color: #D31145 !important;
}

.sc-group-8582 .scpd-template-4 .btn-add-to-cart {
    background-color: #D31145 !important;
    font-weight: 400;
}

.sc-group-8582 #shopping_cart_popup .btn-default {
    background-color: #D31145 !important;
}

.sc-group-8582 .scpc-checkout-btn {
    background-color: #D31145 !important;
}

.sc-group-8582 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8582 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8582 .scp-body .container{
    background:transparent;
}

.sc-group-8582 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8582 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8582 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8582 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8582 .sc-modern-emb-main .buttons-main .save{
    background: #D31145 !important;
}



/*COR LP*/

.sc-group-6873 .sc_fastordercontent h2 {
    color: #D2202F;
}

.sc-group-6873 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6873 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6873 .sc-store-cart.scws-style-1>a>i {
    color: #D2202F !important;
}

.sc-group-6873 .scp-p-price-new {
    color: #D2202F !important;
}

.sc-group-6873 .sc-store-cart.scws-style-1>a>i {
    color: #D2202F !important;
}

.sc-group-6873 .scpd-template-4 .btn-add-to-cart {
    background-color: #D2202F !important;
    font-weight: 400;
}

.sc-group-6873 #shopping_cart_popup .btn-default {
    background-color: #D2202F !important;
}

.sc-group-6873 .scpc-checkout-btn {
    background-color: #D2202F !important;
}

.sc-group-6873 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6873 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-6873 .scp-body .container{
    background:transparent;
}

.sc-group-6873 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6873 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6873 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6873 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6873 .sc-modern-emb-main .buttons-main .save{
    background: #D2202F !important;
}


/*COR ALL*/

.sc-group-6859 .sc_fastordercontent h2 {
    color: #D2202F;
}

.sc-group-6859 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6859 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6859 .sc-store-cart.scws-style-1>a>i {
    color: #D2202F !important;
}

.sc-group-6859 .scp-p-price-new {
    color: #D2202F !important;
}

.sc-group-6859 .sc-store-cart.scws-style-1>a>i {
    color: #D2202F !important;
}

.sc-group-6859 .scpd-template-4 .btn-add-to-cart {
    background-color: #D2202F !important;
    font-weight: 400;
}

.sc-group-6859 #shopping_cart_popup .btn-default {
    background-color: #D2202F !important;
}

.sc-group-6859 .scpc-checkout-btn {
    background-color: #D2202F !important;
}

.sc-group-6859 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6859 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-6859 .scp-body .container{
    background:transparent;
}

.sc-group-6859 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6859 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6859 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6859 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6859 .sc-modern-emb-main .buttons-main .save{
    background: #D2202F !important;
}


/*Starkey Alliance*/

.sc-group-6895 .sc_fastordercontent h2 {
    color: #003262;
}

.sc-group-6895 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6895 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6895 .sc-store-cart.scws-style-1>a>i {
    color: #003262 !important;
}

.sc-group-6895 .scp-p-price-new {
    color: #00a2e0 !important;
}

.sc-group-6895 .sc-store-cart.scws-style-1>a>i {
    color: #003262 !important;
}

.sc-group-6895 .scpd-template-4 .btn-add-to-cart {
    background-color: #003262 !important;
    font-weight: 400;
}

.sc-group-6895 #shopping_cart_popup .btn-default {
    background-color: #003262 !important;
}

.sc-group-6895 .scpc-checkout-btn {
    background-color: #003262 !important;
}

.sc-group-6895 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6895 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-6895 .scp-body .container{
    background:transparent;
}

.sc-group-6895 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6895 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6895 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6895 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6895 .sc-modern-emb-main .buttons-main .save{
    background: #003262 !important;
}

.sc-group-6895 .well {
    background-color: #eee;
    padding: 20px 20px 5px 20px;
    margin-bottom: 0;
}
.sc-group-6895 .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sc-group-6895 .gutter-top {
    margin-top: 25px !important;
}
.sc-group-6895 .alert {
    margin: 25px 0 0 0;
}
.sc-group-6895 .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.sc-group-6895 .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sc-group-6895 h3.block-blue, .sc-group-6895 h3.block-teal, .sc-group-6895 h3.block-yellow, .sc-group-6895 h3.block-red {
    margin: 25px 0 20px;
    padding: 10px 0 10px 16px;
    border-bottom: none;
    border-left: 40px solid #002c5f;
    font: normal 32px / 30px 'DIN 2014', Arial, san-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #002c5f;
}

.sc-group-6895 div.col4 {
    width: 298px;
}

.sc-group-6895 .block-yellow {
    border-color: #eaab00 !important;
}

.sc-group-6895 .block-teal {
    border-color: #00b0ca !important;
}

.sc-group-6895 .block-red {
    border-color: #d52b1e !important;
}
/*Coremark Operations*/

.sc-group-6885 .sc_fastordercontent h2 {
    color: #26A348;
}

.sc-group-6885 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6885 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6885 .sc-store-cart.scws-style-1>a>i {
    color: #26A348 !important;
}

.sc-group-6885 .scp-p-price-new {
    color: #26A348 !important;
}

.sc-group-6885 .sc-store-cart.scws-style-1>a>i {
    color: #26A348 !important;
}

.sc-group-6885 .scpd-template-4 .btn-add-to-cart {
    background-color: #26A348 !important;
    font-weight: 400;
}

.sc-group-6885 #shopping_cart_popup .btn-default {
    background-color: #26A348 !important;
}

.sc-group-6885 .scpc-checkout-btn {
    background-color: #26A348 !important;
}

.sc-group-6885 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6885 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-6885 .scp-body .container{
    background:transparent;
}

.sc-group-6885 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6885 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6885 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6885 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6885 .sc-modern-emb-main .buttons-main .save{
    background: #26A348 !important;
}



/*Starkey Alliance*/

.sc-group-8045 .sc_fastordercontent h2 {
    color: #00a2e0;
}

.sc-group-8045 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8045 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8045 .sc-store-cart.scws-style-1>a>i {
    color: #00a2e0 !important;
}

.sc-group-8045 .scp-p-price-new {
    color: #00a2e0 !important;
}

.sc-group-8045 .sc-store-cart.scws-style-1>a>i {
    color: #00a2e0 !important;
}

.sc-group-8045 .scpd-template-4 .btn-add-to-cart {
    background-color: #00a2e0 !important;
    font-weight: 400;
}

.sc-group-8045 #shopping_cart_popup .btn-default {
    background-color: #00a2e0 !important;
}

.sc-group-8045 .scpc-checkout-btn {
    background-color: #00a2e0 !important;
}

.sc-group-8045 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8045 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8045 .scp-body .container{
    background:transparent;
}

.sc-group-8045 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8045 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8045 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8045 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8045 .sc-modern-emb-main .buttons-main .save{
    background: #00a2e0 !important;
}

.sc-group-8045 .well {
    background-color: #eee;
    padding: 20px 20px 5px 20px;
    margin-bottom: 0;
}
.sc-group-8045 .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sc-group-8045 .gutter-top {
    margin-top: 25px !important;
}
.sc-group-8045 .alert {
    margin: 25px 0 0 0;
}
.sc-group-8045 .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.sc-group-8045 .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sc-group-8045 h3.block-blue, .sc-group-8045 h3.block-teal, .sc-group-8045 h3.block-yellow, .sc-group-8045 h3.block-red {
    margin: 25px 0 20px;
    padding: 10px 0 10px 16px;
    border-bottom: none;
    border-left: 40px solid #002c5f;
    font: normal 32px / 30px 'DIN 2014', Arial, san-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #002c5f;
}

.sc-group-8045 div.col4 {
    width: 298px;
}

.sc-group-8045 .block-yellow {
    border-color: #eaab00 !important;
}

.sc-group-8045 .block-teal {
    border-color: #00b0ca !important;
}

.sc-group-8045 .block-red {
    border-color: #d52b1e !important;
}


/*Petropier*/

.sc-group-8066 .sc_fastordercontent h2 {
    color: #37bd4c;
}

.sc-group-8066 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8066 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8066 .sc-store-cart.scws-style-1>a>i {
    color: #37bd4c !important;
}

.sc-group-8066 .scp-p-price-new {
    color: #37bd4c !important;
}

.sc-group-8066 .sc-store-cart.scws-style-1>a>i {
    color: #37bd4c !important;
}

.sc-group-8066 .scpd-template-4 .btn-add-to-cart {
    background-color: #37bd4c !important;
    font-weight: 400;
}

.sc-group-8066 #shopping_cart_popup .btn-default {
    background-color: #37bd4c !important;
}

.sc-group-8066 .scpc-checkout-btn {
    background-color: #37bd4c !important;
}

.sc-group-8066 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8066 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8066 .scp-body .container{
    background:transparent;
}

.sc-group-8066 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8066 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8066 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8066 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8066 .sc-modern-emb-main .buttons-main .save{
    background: #37bd4c !important;
}

.sc-group-8066 .well {
    background-color: #eee;
    padding: 20px 20px 5px 20px;
    margin-bottom: 0;
}
.sc-group-8066 .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sc-group-8066 .gutter-top {
    margin-top: 25px !important;
}
.sc-group-8066 .alert {
    margin: 25px 0 0 0;
}
.sc-group-8066 .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.sc-group-8066 .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sc-group-8066 h3.block-blue, .sc-group-8066 h3.block-teal, .sc-group-8066 h3.block-yellow, .sc-group-8066 h3.block-red {
    margin: 25px 0 20px;
    padding: 10px 0 10px 16px;
    border-bottom: none;
    border-left: 40px solid #002c5f;
    font: normal 32px / 30px 'DIN 2014', Arial, san-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #002c5f;
}

.sc-group-8066 div.col4 {
    width: 298px;
}

.sc-group-8066 .block-yellow {
    border-color: #eaab00 !important;
}

.sc-group-8066 .block-teal {
    border-color: #00b0ca !important;
}

.sc-group-8066 .block-red {
    border-color: #d52b1e !important;
}


/*Deterra*/

.sc-group-8067 .sc_fastordercontent h2 {
    color: #00a5b5;
}

.sc-group-8067 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8067 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8067 .sc-store-cart.scws-style-1>a>i {
    color: #00a5b5 !important;
}

.sc-group-8067 .scp-p-price-new {
    color: #00a5b5 !important;
}

.sc-group-8067 .sc-store-cart.scws-style-1>a>i {
    color: #00a5b5 !important;
}

.sc-group-8067 .scpd-template-4 .btn-add-to-cart {
    background-color: #00a5b5 !important;
    font-weight: 400;
}

.sc-group-8067 #shopping_cart_popup .btn-default {
    background-color: #00a5b5 !important;
}

.sc-group-8067 .scpc-checkout-btn {
    background-color: #00a5b5 !important;
}

.sc-group-8067 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8067 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8067 .scp-body .container{
    background:transparent;
}

.sc-group-8067 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8067 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8067 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8067 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8067 .sc-modern-emb-main .buttons-main .save{
    background: #00a5b5 !important;
}

.sc-group-8067 .well {
    background-color: #eee;
    padding: 20px 20px 5px 20px;
    margin-bottom: 0;
}
.sc-group-8067 .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sc-group-8067 .gutter-top {
    margin-top: 25px !important;
}
.sc-group-8067 .alert {
    margin: 25px 0 0 0;
}
.sc-group-8067 .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.sc-group-8067 .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sc-group-8067 h3.block-blue, .sc-group-8067 h3.block-teal, .sc-group-8067 h3.block-yellow, .sc-group-8067 h3.block-red {
    margin: 25px 0 20px;
    padding: 10px 0 10px 16px;
    border-bottom: none;
    border-left: 40px solid #002c5f;
    font: normal 32px / 30px 'DIN 2014', Arial, san-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #002c5f;
}

.sc-group-8067 div.col4 {
    width: 298px;
}

.sc-group-8067 .block-yellow {
    border-color: #eaab00 !important;
}

.sc-group-8067 .block-teal {
    border-color: #00b0ca !important;
}

.sc-group-8067 .block-red {
    border-color: #d52b1e !important;
}


/*Michael Foods Safety*/

.sc-group-8070 .sc_fastordercontent h2 {
    color: #d31145;
}

.sc-group-8070 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8070 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8070 .sc-store-cart.scws-style-1>a>i {
    color: #d31145 !important;
}

.sc-group-8070 .scp-p-price-new {
    color: #d31145 !important;
}

.sc-group-8070 .sc-store-cart.scws-style-1>a>i {
    color: #d31145 !important;
}

.sc-group-8070 .scpd-template-4 .btn-add-to-cart {
    background-color: #d31145 !important;
    font-weight: 400;
}

.sc-group-8070 #shopping_cart_popup .btn-default {
    background-color: #d31145 !important;
}

.sc-group-8070 .scpc-checkout-btn {
    background-color: #d31145 !important;
}

.sc-group-8070 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8070 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8070 .scp-body .container{
    background:transparent;
}

.sc-group-8070 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8070 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8070 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8070 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8070 .sc-modern-emb-main .buttons-main .save{
    background: #d31145 !important;
}

.sc-group-8070 .well {
    background-color: #eee;
    padding: 20px 20px 5px 20px;
    margin-bottom: 0;
}
.sc-group-8070 .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sc-group-8070 .gutter-top {
    margin-top: 25px !important;
}
.sc-group-8070 .alert {
    margin: 25px 0 0 0;
}
.sc-group-8070 .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.sc-group-8070 .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sc-group-8070 h3.block-blue, .sc-group-8070 h3.block-teal, .sc-group-8070 h3.block-yellow, .sc-group-8070 h3.block-red {
    margin: 25px 0 20px;
    padding: 10px 0 10px 16px;
    border-bottom: none;
    border-left: 40px solid #002c5f;
    font: normal 32px / 30px 'DIN 2014', Arial, san-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #002c5f;
}

.sc-group-8070 div.col4 {
    width: 298px;
}

.sc-group-8070 .block-yellow {
    border-color: #eaab00 !important;
}

.sc-group-8070 .block-teal {
    border-color: #00b0ca !important;
}

.sc-group-8070 .block-red {
    border-color: #d52b1e !important;
}


/*Jan Pro*/

.sc-group-8085 .sc_fastordercontent h2 {
    color: #004a97;
}

.sc-group-8085 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8085 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8085 .sc-store-cart.scws-style-1>a>i {
    color: #004a97 !important;
}

.sc-group-8085 .scp-p-price-new {
    color: #004a97 !important;
}

.sc-group-8085 .sc-store-cart.scws-style-1>a>i {
    color: #004a97 !important;
}

.sc-group-8085 .scpd-template-4 .btn-add-to-cart {
    background-color: #004a97 !important;
    font-weight: 400;
}

.sc-group-8085 #shopping_cart_popup .btn-default {
    background-color: #004a97 !important;
}

.sc-group-8085 .scpc-checkout-btn {
    background-color: #004a97 !important;
}

.sc-group-8085 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8085 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8085 .scp-body .container{
    background:transparent;
}

.sc-group-8085 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8085 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8085 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8085 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8085 .sc-modern-emb-main .buttons-main .save{
    background: #004a97 !important;
}

.sc-group-8085 .well {
    background-color: #eee;
    padding: 20px 20px 5px 20px;
    margin-bottom: 0;
}
.sc-group-8085 .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sc-group-8085 .gutter-top {
    margin-top: 25px !important;
}
.sc-group-8085 .alert {
    margin: 25px 0 0 0;
}
.sc-group-8085 .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.sc-group-8085 .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.sc-group-8085 h3.block-blue, .sc-group-8085 h3.block-teal, .sc-group-8085 h3.block-yellow, .sc-group-8085 h3.block-red {
    margin: 25px 0 20px;
    padding: 10px 0 10px 16px;
    border-bottom: none;
    border-left: 40px solid #002c5f;
    font: normal 32px / 30px 'DIN 2014', Arial, san-serif;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #002c5f;
}

.sc-group-8085 div.col4 {
    width: 298px;
}

.sc-group-8085 .block-yellow {
    border-color: #eaab00 !important;
}

.sc-group-8085 .block-teal {
    border-color: #00b0ca !important;
}

.sc-group-8085 .block-red {
    border-color: #d52b1e !important;
}

/*Riverview Retirement Community*/

@media only screen and (max-width: 767px) {
    .sc-group-8091 div#sce_create_content_6666 p{
        font-size: 14px !important;
        text-align: center !important;
        padding: 10px !important;
    }
}


.sc-group-8091 .sc_fastordercontent h2 {
    color: #f89229;
}

.sc-group-8091 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8091 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8091 .sc-store-cart.scws-style-1>a>i {
    color: #f89229 !important;
}

.sc-group-8091 .scp-p-price-new {
    color: #f89229 !important;
}

.sc-group-8091 .sc-store-cart.scws-style-1>a>i {
    color: #f89229 !important;
}

.sc-group-8091 .scpd-template-4 .btn-add-to-cart {
    background-color: #f89229 !important;
    font-weight: 400;
}

.sc-group-8091 #shopping_cart_popup .btn-default {
    background-color: #f89229 !important;
}

.sc-group-8091 .scpc-checkout-btn {
    background-color: #f89229 !important;
}

.sc-group-8091 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8091 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8091 .scp-body .container{
    background:transparent;
}

.sc-group-8091 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8091 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8091 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8091 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8091 .sc-modern-emb-main .buttons-main .save{
    background: #f89229 !important;
}

/*Riverview Scrubs*/

.sc-group-8204 .sc_fastordercontent h2 {
    color: #f89229;
}

.sc-group-8204 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8204 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8204 .sc-store-cart.scws-style-1>a>i {
    color: #f89229 !important;
}

.sc-group-8204 .scp-p-price-new {
    color: #f89229 !important;
}

.sc-group-8204 .sc-store-cart.scws-style-1>a>i {
    color: #f89229 !important;
}

.sc-group-8204 .scpd-template-4 .btn-add-to-cart {
    background-color: #f89229 !important;
    font-weight: 400;
}

.sc-group-8204 #shopping_cart_popup .btn-default {
    background-color: #f89229 !important;
}

.sc-group-8204 .scpc-checkout-btn {
    background-color: #f89229 !important;
}

.sc-group-8204 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8204 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8204 .scp-body .container{
    background:transparent;
}

.sc-group-8204 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8204 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8204 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8204 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8204 .sc-modern-emb-main .buttons-main .save{
    background: #f89229 !important;
}

/*Riverview LP*/

.sc-group-8513 .sc_fastordercontent h2 {
    color: #f89229;
}

.sc-group-8513 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8513 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8513 .sc-store-cart.scws-style-1>a>i {
    color: #f89229 !important;
}

.sc-group-8513 .scp-p-price-new {
    color: #f89229 !important;
}

.sc-group-8513 .sc-store-cart.scws-style-1>a>i {
    color: #f89229 !important;
}

.sc-group-8513 .scpd-template-4 .btn-add-to-cart {
    background-color: #f89229 !important;
    font-weight: 400;
}

.sc-group-8513 #shopping_cart_popup .btn-default {
    background-color: #f89229 !important;
}

.sc-group-8513 .scpc-checkout-btn {
    background-color: #f89229 !important;
}

.sc-group-8513 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8513 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8513 .scp-body .container{
    background:transparent;
}

.sc-group-8513 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8513 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8513 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8513 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8513 .sc-modern-emb-main .buttons-main .save{
    background: #f89229 !important;
}

/*Coremark Operations*/

.sc-group-6885 .sc_fastordercontent h2 {
    color: #26A348;
}

.sc-group-6885 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-6885 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-6885 .sc-store-cart.scws-style-1>a>i {
    color: #26A348 !important;
}

.sc-group-6885 .scp-p-price-new {
    color: #26A348 !important;
}

.sc-group-6885 .sc-store-cart.scws-style-1>a>i {
    color: #26A348 !important;
}

.sc-group-6885 .scpd-template-4 .btn-add-to-cart {
    background-color: #26A348 !important;
    font-weight: 400;
}

.sc-group-6885 #shopping_cart_popup .btn-default {
    background-color: #26A348 !important;
}

.sc-group-6885 .scpc-checkout-btn {
    background-color: #26A348 !important;
}

.sc-group-6885 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-6885 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-6885 .scp-body .container{
    background:transparent;
}

.sc-group-6885 section#about-us-section p{
    color: #fff !important;
}

.sc-group-6885 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-6885 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-6885 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-6885 .sc-modern-emb-main .buttons-main .save{
    background: #26A348 !important;
}


/*Harbor*/

.sc-group-8158 .sc_fastordercontent h2 {
    color: #283F83;
}

.sc-group-8158 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8158 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8158 .sc-store-cart.scws-style-1>a>i {
    color: #283F83 !important;
}

.sc-group-8158 .scp-p-price-new {
    color: #283F83 !important;
}

.sc-group-8158 .sc-store-cart.scws-style-1>a>i {
    color: #283F83 !important;
}

.sc-group-8158 .scpd-template-4 .btn-add-to-cart {
    background-color: #283F83 !important;
    font-weight: 400;
}

.sc-group-8158 #shopping_cart_popup .btn-default {
    background-color: #283F83 !important;
}

.sc-group-8158 .scpc-checkout-btn {
    background-color: #283F83 !important;
}

.sc-group-8158 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8158 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8158 .scp-body .container{
    background:transparent;
}

.sc-group-8158 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8158 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8158 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8158 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8158 .sc-modern-emb-main .buttons-main .save{
    background: #283F83 !important;
}


/*Customeone*/

.sc-group-8177 .sc_fastordercontent h2 {
    color: #283F83;
}

.sc-group-8177 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8177 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8177 .sc-store-cart.scws-style-1>a>i {
    color: #283F83 !important;
}

.sc-group-8177 .scp-p-price-new {
    color: #283F83 !important;
}

.sc-group-8177 .sc-store-cart.scws-style-1>a>i {
    color: #283F83 !important;
}

.sc-group-8177 .scpd-template-4 .btn-add-to-cart {
    background-color: #283F83 !important;
    font-weight: 400;
}

.sc-group-8177 #shopping_cart_popup .btn-default {
    background-color: #283F83 !important;
}

.sc-group-8177 .scpc-checkout-btn {
    background-color: #283F83 !important;
}

.sc-group-8177 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8177 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8177 .scp-body .container{
    background:transparent;
}

.sc-group-8177 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8177 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8177 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8177 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8177 .sc-modern-emb-main .buttons-main .save{
    background: #283F83 !important;
}

/*Grown-Up Swimming*/

.sc-group-8186 .scp-menu {
    background-color: #000 !important;
}

.sc-group-8186 .sc_fastordercontent h2 {
    color: #5350A3;
}

.sc-group-8186 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8186 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8186 .sc-store-cart.scws-style-1>a>i {
    color: #5350A3 !important;
}

.sc-group-8186 .scp-p-price-new {
    color: #5350A3 !important;
}

.sc-group-8186 .sc-store-cart.scws-style-1>a>i {
    color: #5350A3 !important;
}

.sc-group-8186 .scpd-template-4 .btn-add-to-cart {
    background-color: #5350A3 !important;
    font-weight: 400;
}

.sc-group-8186 #shopping_cart_popup .btn-default {
    background-color: #5350A3 !important;
}

.sc-group-8186 .scpc-checkout-btn {
    background-color: #5350A3 !important;
}

.sc-group-8186 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8186 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8186 .scp-body .container{
    background:transparent;
}

.sc-group-8186 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8186 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8186 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8186 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8186 .sc-modern-emb-main .buttons-main .save{
    background: #5350A3 !important;
}



/*Signature Stores LP*/

.sc-group-8208 .sc_fastordercontent h2 {
    color: #EF031C;
}

.sc-group-8208 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8208 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8208 .sc-store-cart.scws-style-1>a>i {
    color: #EF031C !important;
}

.sc-group-8208 .scp-p-price-new {
    color: #EF031C !important;
}

.sc-group-8208 .sc-store-cart.scws-style-1>a>i {
    color: #EF031C !important;
}

.sc-group-8208 .scpd-template-4 .btn-add-to-cart {
    background-color: #EF031C !important;
    font-weight: 400;
}

.sc-group-8208 #shopping_cart_popup .btn-default {
    background-color: #EF031C !important;
}

.sc-group-8208 .scpc-checkout-btn {
    background-color: #EF031C !important;
}

.sc-group-8208 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8208 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8208 .scp-body .container{
    background:transparent;
}

.sc-group-8208 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8208 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8208 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8208 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8208 .sc-modern-emb-main .buttons-main .save{
    background: #EF031C !important;
}


/*Signature Stores Health Care*/

.sc-group-8215 .sc_fastordercontent h2 {
    color: #EF031C;
}

.sc-group-8215 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8215 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8215 .sc-store-cart.scws-style-1>a>i {
    color: #EF031C !important;
}

.sc-group-8215 .scp-p-price-new {
    color: #EF031C !important;
}

.sc-group-8215 .sc-store-cart.scws-style-1>a>i {
    color: #EF031C !important;
}

.sc-group-8215 .scpd-template-4 .btn-add-to-cart {
    background-color: #EF031C !important;
    font-weight: 400;
}

.sc-group-8215 #shopping_cart_popup .btn-default {
    background-color: #EF031C !important;
}

.sc-group-8215 .scpc-checkout-btn {
    background-color: #EF031C !important;
}

.sc-group-8215 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8215 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8215 .scp-body .container{
    background:transparent;
}

.sc-group-8215 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8215 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8215 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8215 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8215 .sc-modern-emb-main .buttons-main .save{
    background: #EF031C !important;
}


/*Enguard*/

.sc-group-8209 .sc_fastordercontent h2 {
    color: #000;
}

.sc-group-8209 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8209 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8209 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-8209 .scp-p-price-new {
    color: #000 !important;
}

.sc-group-8209 .sc-store-cart.scws-style-1>a>i {
    color: #000 !important;
}

.sc-group-8209 .scpd-template-4 .btn-add-to-cart {
    background-color: #000 !important;
    font-weight: 400;
}

.sc-group-8209 #shopping_cart_popup .btn-default {
    background-color: #000 !important;
}

.sc-group-8209 .scpc-checkout-btn {
    background-color: #000 !important;
}

.sc-group-8209 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8209 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8209 .scp-body .container{
    background:transparent;
}

.sc-group-8209 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8209 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8209 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8209 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8209 .sc-modern-emb-main .buttons-main .save{
    background: #000 !important;
}


/*SPS*/

.sc-group-8239 .sc_fastordercontent h2 {
    color: #1D2945;
}

.sc-group-8239 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8239 .scp-footer h4 {
    font-weight: bold !important;
    color: #1D2945 !important;
}

.sc-group-8239 .sc-store-cart.scws-style-1>a>i {
    color: #1D2945 !important;
}

.sc-group-8239 .scp-p-price-new {
    color: #1D2945 !important;
}

.sc-group-8239 .sc-store-cart.scws-style-1>a>i {
    color: #1D2945 !important;
}

.sc-group-8239 .scpd-template-4 .btn-add-to-cart {
    background-color: #1D2945 !important;
    font-weight: 400;
}

.sc-group-8239 #shopping_cart_popup .btn-default {
    background-color: #1D2945 !important;
}

.sc-group-8239 .scpc-checkout-btn {
    background-color: #1D2945 !important;
}

.sc-group-8239 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8239 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8239 .scp-body .container{
    background:transparent;
}

.sc-group-8239 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8239 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8239 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8239 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8239 .sc-modern-emb-main .buttons-main .save{
    background: #1D2945 !important;
}

/*boriken*/

.sc-group-8241 .sc_fastordercontent h2 {
    color: #647D3B;
}

.sc-group-8241 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8241 .scp-footer h4 {
    font-weight: bold !important;
    color: #647D3B !important;
}

.sc-group-8241 .sc-store-cart.scws-style-1>a>i {
    color: #647D3B !important;
}

.sc-group-8241 .scp-p-price-new {
    color: #647D3B !important;
}

.sc-group-8241 .sc-store-cart.scws-style-1>a>i {
    color: #647D3B !important;
}

.sc-group-8241 .scpd-template-4 .btn-add-to-cart {
    background-color: #647D3B !important;
    font-weight: 400;
}

.sc-group-8241 #shopping_cart_popup .btn-default {
    background-color: #647D3B !important;
}

.sc-group-8241 .scpc-checkout-btn {
    background-color: #647D3B !important;
}

.sc-group-8241 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8241 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8241 .scp-body .container{
    background:transparent;
}

.sc-group-8241 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8241 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8241 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8241 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8241 .sc-modern-emb-main .buttons-main .save{
    background: #647D3B !important;
}


/*State of Tradition*/

.sc-group-8262 .scpc-coupon-code{
    display: none !important;
}


.sc-group-8262 .scw-search {
    display: none !important;
}

.sc-group-8262 div#sce_create_content_48 {
    background-color: yellow;
    padding: 2px;
}

.sc-group-8262 .scpd-tier-pricing.scpd-partialviews.cart-box {
    display: none !important;
}

.sc-group-8262 .scp-no-results, .sc-group-8262 .scp-table-no-records {
    display: none !important;
}

.sc-group-8262 .scw-product-slider h4{
    font-weight: 900 !important;
    font-size: 30px !important;
}

.sc-group-8262 span.scp-p-price {
    display: none !important;
}

.sc-group-8262 .scpd-price {
    display: none !important;
}

.sc-group-8262 .scw-categoryproducts .col-sm-6{
    display: none;
}

.sc-group-8262 .scw-categoryproducts .col-sm-18 {
    width: 100% !important;
}

.sc-group-8262  .scp-product {
    width: 250px !important;
}
.sc-group-8262 .sc_fastordercontent h2 {
    color: #7A242F;
}

.sc-group-8262 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8262 .scp-footer h4 {
    font-weight: bold !important;
    color: #7A242F !important;
}

.sc-group-8262 .sc-store-cart.scws-style-1>a>i {
    color: #7A242F !important;
}

.sc-group-8262 .scp-p-price-new {
    color: #7A242F !important;
}

.sc-group-8262 .sc-store-cart.scws-style-1>a>i {
    color: #7A242F !important;
}

.sc-group-8262 .scpd-template-4 .btn-add-to-cart {
    background-color: #7A242F !important;
    font-weight: 400;
}

.sc-group-8262 #shopping_cart_popup .btn-default {
    background-color: #7A242F !important;
}

.sc-group-8262 .scpc-checkout-btn {
    background-color: #7A242F !important;
}

.sc-group-8262 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8262 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8262 .scp-body .container{
    background:transparent;
}

.sc-group-8262 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8262 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8262 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8262 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8262 .sc-modern-emb-main .buttons-main .save{
    background: #7A242F !important;
}

/*State of Tradition New*/

.sc-group-8521 .rmv-emb-logo {
    display: none !important;
}


.sc-group-8521 .scpd-widget [data-toggle="collapse"]{
    display: none !important;;
}

.sc-group-8521 .scp-products-holder>ul.list-inline{
    text-align: center !important;
}



.sc-group-8521 .scw-search, .sc-group-8521 .scw-product-slider h4, .sc-group-8521 .scp-pagination {
    display: none !important;
}

.sc-group-8521 div#sce_create_content_48 {
    background-color: yellow;
    padding: 2px;
}

.sc-group-8521 .scpd-tier-pricing.scpd-partialviews.cart-box {
    display: none !important;
}

.sc-group-8521 .scp-no-results, .sc-group-8521 .scp-table-no-records {
    display: none !important;
}

.sc-group-8521 .scw-product-slider h4{
    font-weight: 900 !important;
    font-size: 30px !important;
}

.sc-group-8521 span.scp-p-price {
    display: none !important;
}

.sc-group-8521 .scpd-price {
    display: none !important;
}

.sc-group-8521 .scw-categoryproducts .col-sm-6{
    display: none;
}

.sc-group-8521 .scw-categoryproducts .col-sm-18 {
    width: 100% !important;
}

.sc-group-8521  .scp-product {
    width: 250px !important;
}
.sc-group-8521 .sc_fastordercontent h2 {
    color: #ab7435;
}

.sc-group-8521 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8521 .scp-footer h4 {
    font-weight: bold !important;
    color: #ab7435 !important;
}

.sc-group-8521 .sc-store-cart.scws-style-1>a>i {
    color: #ab7435 !important;
}

.sc-group-8521 .scp-p-price-new {
    color: #ab7435 !important;
}

.sc-group-8521 .sc-store-cart.scws-style-1>a>i {
    color: #ab7435 !important;
}

.sc-group-8521 .scpd-template-4 .btn-add-to-cart {
    background-color: #ab7435 !important;
    font-weight: 400;
}

.sc-group-8521 #shopping_cart_popup .btn-default {
    background-color: #ab7435 !important;
}

.sc-group-8521 .scpc-checkout-btn {
    background-color: #ab7435 !important;
}

.sc-group-8521 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8521 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8521 .scp-body .container{
    background:transparent;
}

.sc-group-8521 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8521 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8521 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8521 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8521 .sc-modern-emb-main .buttons-main .save{
    background: #ab7435 !important;
}


/*greytek*/


.sc-group-8401 .sc_fastordercontent h2 {
    color: #fe7014;
}

.sc-group-8401 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8401 .scp-footer h4 {
    font-weight: bold !important;
    color: #fe7014 !important;
}

.sc-group-8401 .sc-store-cart.scws-style-1>a>i {
    color: #fe7014 !important;
}

.sc-group-8401 .scp-p-price-new {
    color: #fe7014 !important;
}

.sc-group-8401 .sc-store-cart.scws-style-1>a>i {
    color: #fe7014 !important;
}

.sc-group-8401 .scpd-template-4 .btn-add-to-cart {
    background-color: #fe7014 !important;
    font-weight: 400;
}

.sc-group-8401 #shopping_cart_popup .btn-default {
    background-color: #fe7014 !important;
}

.sc-group-8401 .scpc-checkout-btn {
    background-color: #fe7014 !important;
}

.sc-group-8401 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8401 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8401 .scp-body .container{
    background:transparent;
}

.sc-group-8401 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8401 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8401 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8401 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8401 .sc-modern-emb-main .buttons-main .save{
    background: #fe7014 !important;
}


/*dancker*/


.sc-group-8396 .sc_fastordercontent h2 {
    color: #1e60ad;
}

.sc-group-8396 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8396 .scp-footer h4 {
    font-weight: bold !important;
    color: #1e60ad !important;
}

.sc-group-8396 .sc-store-cart.scws-style-1>a>i {
    color: #1e60ad !important;
}

.sc-group-8396 .scp-p-price-new {
    color: #1e60ad !important;
}

.sc-group-8396 .sc-store-cart.scws-style-1>a>i {
    color: #1e60ad !important;
}

.sc-group-8396 .scpd-template-4 .btn-add-to-cart {
    background-color: #1e60ad !important;
    font-weight: 400;
}

.sc-group-8396 #shopping_cart_popup .btn-default {
    background-color: #1e60ad !important;
}

.sc-group-8396 .scpc-checkout-btn {
    background-color: #1e60ad !important;
}

.sc-group-8396 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8396 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8396 .scp-body .container{
    background:transparent;
}

.sc-group-8396 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8396 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8396 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8396 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8396 .sc-modern-emb-main .buttons-main .save{
    background: #1e60ad !important;
}

/*hoxhunt*/


.sc-group-8447 .sc_fastordercontent h2 {
    color: #ED275E;
}

.sc-group-8447 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8447 .scp-footer h4 {
    font-weight: bold !important;
    color: #ED275E !important;
}

.sc-group-8447 .sc-store-cart.scws-style-1>a>i {
    color: #ED275E !important;
}

.sc-group-8447 .scp-p-price-new {
    color: #ED275E !important;
}

.sc-group-8447 .sc-store-cart.scws-style-1>a>i {
    color: #ED275E !important;
}

.sc-group-8447 .scpd-template-4 .btn-add-to-cart {
    background-color: #ED275E !important;
    font-weight: 400;
}

.sc-group-8447 #shopping_cart_popup .btn-default {
    background-color: #ED275E !important;
}

.sc-group-8447 .scpc-checkout-btn {
    background-color: #ED275E !important;
}

.sc-group-8447 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8447 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8447 .scp-body .container{
    background:transparent;
}

.sc-group-8447 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8447 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8447 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8447 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8447 .sc-modern-emb-main .buttons-main .save{
    background: #ED275E !important;
}

/*Capital Park Mental Health*/


.sc-group-8484 .sc_fastordercontent h2 {
    color: #364569;
}

.sc-group-8484 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8484 .scp-footer h4 {
    font-weight: bold !important;
    color: #364569 !important;
}

.sc-group-8484 .sc-store-cart.scws-style-1>a>i {
    color: #364569 !important;
}

.sc-group-8484 .scp-p-price-new {
    color: #364569 !important;
}

.sc-group-8484 .sc-store-cart.scws-style-1>a>i {
    color: #364569 !important;
}

.sc-group-8484 .scpd-template-4 .btn-add-to-cart {
    background-color: #364569 !important;
    font-weight: 400;
}

.sc-group-8484 #shopping_cart_popup .btn-default {
    background-color: #364569 !important;
}

.sc-group-8484 .scpc-checkout-btn {
    background-color: #364569 !important;
}

.sc-group-8484 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8484 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8484 .scp-body .container{
    background:transparent;
}

.sc-group-8484 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8484 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8484 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8484 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8484 .sc-modern-emb-main .buttons-main .save{
    background: #364569 !important;
}


/*Capital Park Scrubs*/


.sc-group-8485 .sc_fastordercontent h2 {
    color: #364569;
}

.sc-group-8485 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8485 .scp-footer h4 {
    font-weight: bold !important;
    color: #364569 !important;
}

.sc-group-8485 .sc-store-cart.scws-style-1>a>i {
    color: #364569 !important;
}

.sc-group-8485 .scp-p-price-new {
    color: #364569 !important;
}

.sc-group-8485 .sc-store-cart.scws-style-1>a>i {
    color: #364569 !important;
}

.sc-group-8485 .scpd-template-4 .btn-add-to-cart {
    background-color: #364569 !important;
    font-weight: 400;
}

.sc-group-8485 #shopping_cart_popup .btn-default {
    background-color: #364569 !important;
}

.sc-group-8485 .scpc-checkout-btn {
    background-color: #364569 !important;
}

.sc-group-8485 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8485 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8485 .scp-body .container{
    background:transparent;
}

.sc-group-8485 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8485 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8485 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8485 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8485 .sc-modern-emb-main .buttons-main .save{
    background: #364569 !important;
}

/*LFI*/


.sc-group-8489 .sc_fastordercontent h2 {
    color: #000000;
}

.sc-group-8489 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8489 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8489 .sc-store-cart.scws-style-1>a>i {
    color: #000000 !important;
}

.sc-group-8489 .scp-p-price-new {
    color: #000000 !important;
}

.sc-group-8489 .sc-store-cart.scws-style-1>a>i {
    color: #000000 !important;
}

.sc-group-8489 .scpd-template-4 .btn-add-to-cart {
    background-color: #000000 !important;
    font-weight: 400;
}

.sc-group-8489 #shopping_cart_popup .btn-default {
    background-color: #000000 !important;
}

.sc-group-8489 .scpc-checkout-btn {
    background-color: #000000 !important;
}

.sc-group-8489 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8489 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8489 .scp-body .container{
    background:transparent;
}

.sc-group-8489 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8489 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8489 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8489 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8489 .sc-modern-emb-main .buttons-main .save{
    background: #000000 !important;
}


/*Orthopaedic & Fracture Clinic*/


.sc-group-8528 .sc_fastordercontent h2 {
    color: #081D4B;
}

.sc-group-8528 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8528 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8528 .sc-store-cart.scws-style-1>a>i {
    color: #081D4B !important;
}

.sc-group-8528 .scp-p-price-new {
    color: #081D4B !important;
}

.sc-group-8528 .sc-store-cart.scws-style-1>a>i {
    color: #081D4B !important;
}

.sc-group-8528 .scpd-template-4 .btn-add-to-cart {
    background-color: #081D4B !important;
    font-weight: 400;
}

.sc-group-8528 #shopping_cart_popup .btn-default {
    background-color: #081D4B !important;
}

.sc-group-8528 .scpc-checkout-btn {
    background-color: #081D4B !important;
}

.sc-group-8528 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8528 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8528 .scp-body .container{
    background:transparent;
}

.sc-group-8528 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8528 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8528 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8528 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8528 .sc-modern-emb-main .buttons-main .save{
    background: #081D4B !important;
}

/*Orthopaedic & Fracture Clinic Main*/


.sc-group-8560 .sc_fastordercontent h2 {
    color: #081D4B;
}

.sc-group-8560 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8560 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8560 .sc-store-cart.scws-style-1>a>i {
    color: #081D4B !important;
}

.sc-group-8560 .scp-p-price-new {
    color: #081D4B !important;
}

.sc-group-8560 .sc-store-cart.scws-style-1>a>i {
    color: #081D4B !important;
}

.sc-group-8560 .scpd-template-4 .btn-add-to-cart {
    background-color: #081D4B !important;
    font-weight: 400;
}

.sc-group-8560 #shopping_cart_popup .btn-default {
    background-color: #081D4B !important;
}

.sc-group-8560 .scpc-checkout-btn {
    background-color: #081D4B !important;
}

.sc-group-8560 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8560 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8560 .scp-body .container{
    background:transparent;
}

.sc-group-8560 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8560 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8560 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8560 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8560 .sc-modern-emb-main .buttons-main .save{
    background: #081D4B !important;
}



/*Geater Machining & Manufacturing*/


.sc-group-8538 .sc_fastordercontent h2 {
    color: #4F76B2;
}

.sc-group-8538 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8538 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8538 .sc-store-cart.scws-style-1>a>i {
    color: #4F76B2 !important;
}

.sc-group-8538 .scp-p-price-new {
    color: #4F76B2 !important;
}

.sc-group-8538 .sc-store-cart.scws-style-1>a>i {
    color: #4F76B2 !important;
}

.sc-group-8538 .scpd-template-4 .btn-add-to-cart {
    background-color: #4F76B2 !important;
    font-weight: 400;
}

.sc-group-8538 #shopping_cart_popup .btn-default {
    background-color: #4F76B2 !important;
}

.sc-group-8538 .scpc-checkout-btn {
    background-color: #4F76B2 !important;
}

.sc-group-8538 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8538 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8538 .scp-body .container{
    background:transparent;
}

.sc-group-8538 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8538 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8538 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8538 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8538 .sc-modern-emb-main .buttons-main .save{
    background: #4F76B2 !important;
}

/*Bibb*/


.sc-group-8537 .sc_fastordercontent h2 {
    color: #3A63B7;
}

.sc-group-8537 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8537 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8537 .sc-store-cart.scws-style-1>a>i {
    color: #3A63B7 !important;
}

.sc-group-8537 .scp-p-price-new {
    color: #3A63B7 !important;
}

.sc-group-8537 .sc-store-cart.scws-style-1>a>i {
    color: #3A63B7 !important;
}

.sc-group-8537 .scpd-template-4 .btn-add-to-cart {
    background-color: #3A63B7 !important;
    font-weight: 400;
}

.sc-group-8537 #shopping_cart_popup .btn-default {
    background-color: #3A63B7 !important;
}

.sc-group-8537 .scpc-checkout-btn {
    background-color: #3A63B7 !important;
}

.sc-group-8537 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8537 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8537 .scp-body .container{
    background:transparent;
}

.sc-group-8537 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8537 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8537 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8537 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8537 .sc-modern-emb-main .buttons-main .save{
    background: #4F76B2 !important;
}

/*Millennium*/


.sc-group-8555 .sc_fastordercontent h2 {
    color: #34516E;
}

.sc-group-8555 .scp-footer .scw-pagelinks ul li a {
    color: #fff !important;
}

.sc-group-8555 .scp-footer h4 {
    font-weight: bold !important;
    color: #fff !important;
}

.sc-group-8555 .sc-store-cart.scws-style-1>a>i {
    color: #34516E !important;
}

.sc-group-8555 .scp-p-price-new {
    color: #34516E !important;
}

.sc-group-8555 .sc-store-cart.scws-style-1>a>i {
    color: #34516E !important;
}

.sc-group-8555 .scpd-template-4 .btn-add-to-cart {
    background-color: #34516E !important;
    font-weight: 400;
}

.sc-group-8555 #shopping_cart_popup .btn-default {
    background-color: #34516E !important;
}

.sc-group-8555 .scpc-checkout-btn {
    background-color: #34516E !important;
}

.sc-group-8555 h1 {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 900;
    color:#000;
}
.sc-group-8555 .sc_groupbannercustom{
    background: url('https://cdn.sellerscommerce.com/images/5411/grey.jpg');
}
.sc-group-8555 .scp-body .container{
    background:transparent;
}

.sc-group-8555 section#about-us-section p{
    color: #fff !important;
}

.sc-group-8555 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(3) {
  display: none !important;
}

.sc-group-8555 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(5) {
  display: none !important;
}

.sc-group-8555 div#sce_column_init_1512_1_5_85 ul.list-unstyled li:nth-child(6) {
  display: none !important;
}

.sc-group-8555 .sc-modern-emb-main .buttons-main .save{
    background: #34516E !important;
}


/*guest form*/
.schck-guest-options {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
.schck-guest-options .col-sm-12{
    width:100%;
}
.schck-guest-options .col-sm-12 .form-group {
    width: 50%;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
}

.schck-guest-options .colsm-12 .form-group  {
    width: 100% !important;
}
.schck-guest-options #guestUser .col-sm-12 {
    float: left;
    width: 50%;
    padding: 0;
}
.schck-guest-options #guestUser .col-sm-12 .form-group {
    width: 100%;
}
.scpg-layout-header_customwidgets .col-sm-5 {
    display: none;
}

.scpg-layout-header_customwidgets .col-sm-5 ~ .col-sm-5  {
    display: block;
}
/*.sc-group-6259 .scpg-layout-header_customwidgets .col-sm-4, .sc-group-6259 .scpg-layout-header_customwidgets .col-sm-5 {
   display:none; 
}*/
.sc-group-6259 .scpg-layout-header_customwidgets .col-sm-5:last-child{
    display:block;

}
.sc-group-6342 .scpg-layout-header_customwidgets .col-sm-4 {
   display:none; 
}
.sc-group-6342 .scpg-layout-header_customwidgets .col-sm-5:last-child{
    display:block;
}
.sc-group-6424 .scpg-layout-header_customwidgets .col-sm-4, .sc-group-6424 .scpg-layout-header_customwidgets .col-sm-5 {
   display:none; 
}
.sc-group-6424 .scpg-layout-header_customwidgets .col-sm-5:last-child{
    display:block;
}
.sc-group-6429 .scpg-layout-header_customwidgets .col-sm-4, .sc-group-6429 .scpg-layout-header_customwidgets .col-sm-5 {
   display:none; 
}
.sc-group-6429 .scpg-layout-header_customwidgets .col-sm-5:last-child{
    display:block;
}
.sc-group-6417 .scpg-layout-header_customwidgets .col-sm-4, .sc-group-6417 .scpg-layout-header_customwidgets .col-sm-5 {
   display:none; 
}
.sc-group-6417 .scpg-layout-header_customwidgets .col-sm-5:last-child{
    display:block;
}



/*new demostore*/

/* @media screen and (max-width: 640px){
  .sc_hovermain{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .sc_hovermain{
    width: 33.33333%;
  }
} */

.sc_hovermain .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.sc_hovermain .content {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.sc_hovermain .content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.sc_hovermain .content:hover .content-overlay{
  opacity: 1;
}
.sc_hovermain .content-image{
  width: 100%;
}
.sc_hovermain .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sc_hovermain .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.sc_hovermain .content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.sc_hovermain .content-details p{
  color: #fff;
  font-size: 14px;
}
.sc_hovermain .content-details p:hover{
  text-decoration:underline;
}
.sc_maingrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.sc_hovermain.full-width {
    grid-column: span 2;
}

/*offers*/

.sc_timer p:nth-of-type(1) {
    color: red;
    text-transform:uppercase;
    font-weight:bold;
}
.sc_offerprice {
    font-weight: bold;
    font-size: 42px!important;
    color: #3e3e3e;
}
.sc_timer p {
    font-size: 16px;
    color: #3e3e3e;
}
.sc_shopnow {
    background: #ef031c;
    color: #fff;
    padding: 16px 24px;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
&:hover{
    color:#fff;
}
}
#sc_discount {
    font-size: 28px;
    font-weight: bold;
    color: #3e3e3e;
    margin: 16px 0;
}
.sc_discountsection .col-sm-12:first-child {display: flex;flex-direction: column;justify-content: center;padding-right:0}

.sc_discountsection .col-sm-12:last-child {
    padding-left: 0;
}
.sc_timer {
    padding: 127px 50px;
    height: 498px;
    background: #ef031c20;
}
.sc_ctasection {
    background: url('https://cdn.sellerscommerce.com/images/5411/cta-modal.png') no-repeat;
    background-position: right;
    background-size: contain;
    padding: 60px;
    background-color: #3e3e3e20;
    color: #3e3e3e;
}
.sc_ctasection h2{
    font-size:28px;
    font-weight:bold;
}
.sc_ctasection p {
    margin: 22px 0;
    font-size: 16px;
}
/*auwcards*/
.sc_auwbrands ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.sc_auwbrands ul li {
   /* background: #f7f7f7;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;*/
   list-style:none;
   width: 190px;
   border-right: 1px solid #dbdbdb;
   border-bottom: 1px solid #dbdbdb;
   background: #f7f7f7;
}
.sc_auwbrands ul li img{
    /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
    transition: all 0.5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease-in-out;
}
.sc_auwbrands ul li img:hover{
   -webkit-filter: none;
  filter: none;
}
.sc_auwbrands ul li:nth-child(6n) {
    border-right: 0;
}
.sc_auwbrands ul li:nth-last-child(-n+6){
    border-bottom:0
}

.sc_auwbrands ul li img:hover {
    transform: scale(1.1);
    transition: 0.3s all;
}
/*shop category*/
.sc_categorycustom img{
    border-radius:50%;
    width: 200px !important;
    height: 200px !important;
    text-align: center;
    margin: auto !important;
    padding: 5px;
    object-fit: cover;
}
.sc_categorycustom img:hover {
    outline:2px solid #d4d5d7
}

.sc_categorycustom p span {
    font-size: 18px !important;
    font-weight:500;
    color: #3e3e3e !important;
}
.sc_categorycustom p{
    margin-left: 0 !important;
    text-align: center;
}
.order-five .col-sm-5, .order-five .col-sm-4{
    width: 20%;
}
/*banner*/
.sc_bannercustom .scw-image img, .sc_bannercustom .scw-image a {
    width: 100% !important;
}
.sc_bannercustom .col-sm-24 {
    padding: 0;
}

/*top bar*/
.sc-group-6258 .scp-header .scw-storelogo img{
    height:60px;
}
.sc-group-6258 .scw-shoppingcart.scws-style-1 {
    height: 50px !important;
    margin-top: 24px;
}
.sc-group-6258 .scw-search.scws-style-1 .form-group {
    margin-top: 30px;
}

.sc_freeorders {
    background: #f5f5f5;
    color: #000 !important;
  padding:22px 0 !important;
}

.sct-top-bar{
    background:transparent;
    color:#333;
    border-bottom:1px solid #ccc
}
/*groupordering*/
.sc_grouporderingmain{
    background: url('https://cdn.sellerscommerce.com/images/5411/group-ordering.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.sc_groupordering {
    padding: 58px;
    background: #e7e7e7;
    width: 600px;
    float: right;
    margin: 40px 0;
    border-radius: 8px;
    color: #3e3e3e;
}

.sc_groupordering h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.sc_groupordering span {
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    display: inline-block;
}

.groupstore-logos img {
    width: 138px;
    margin: 16px 21px 40px 0;
}
/*menu*/
.sc-group-0 .scp-menu, .sc-group-6258 .scp-menu {
    background-color: #f00a23;
    border-top: 0;
    text-align:center;
}
.sc-group-0 .scp-menu .navbar .navbar-nav>li>a b, .sc-group-6258 .scp-menu .navbar .navbar-nav>li>a b {
    font-weight: 500;
}
.sc-group-0 .scp-menu .navbar .navbar-nav>li>a, .sc-group-6258 .scp-menu .navbar .navbar-nav>li>a {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.sc-group-6258 .scp-menu .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li:hover>a, .scp-menu .navbar .navbar-nav>li:hover>a {
    background: #636363 !important;
    box-shadow: none;
}
.sc-group-0 .SCN_List_Header, .sc-group-6258 .SCN_List_Header {
    color: #581e7f;
    font-size: 13px;
    font-weight:500;
    display:none;
}

.sc-group-0 .scw-navigation .scw-navigation-nav>.dropdown>.dropdown-menu, .sc-group-6258 .scw-navigation .scw-navigation-nav>.dropdown>.dropdown-menu {
    top: 100%;
    transition: unset;
}
.sc-group-6258 .scw-navigation li:nth-child(2) .dropdown-menu, .scw-navigation li:nth-child(3) .dropdown-menu, .scw-navigation li:nth-child(4) .dropdown-menu, .scw-navigation li:nth-child(6) .dropdown-menu{
    width: 250px !important;   
    left: 0px;
}
.sc-group-6258 .scw-navigation li:nth-child(2), .scw-navigation li:nth-child(3), .scw-navigation li:nth-child(4), .scw-navigation li:nth-child(6){
      position:relative  !important;
 }
.sc-group-6258 .scw-navigation li:nth-child(2) .dropdown-menu .SCN_List_Header, .scw-navigation li:nth-child(3) .dropdown-menu .SCN_List_Header, .scw-navigation li:nth-child(4) .dropdown-menu .SCN_List_Header, .scw-navigation li:nth-child(6) .dropdown-menu .SCN_List_Header{
    display:none;
}
.sc-group-6258 .scw-search-dropdown {
    top: 66px;
}


/*temp code*/
.sc_midseason {
    text-align: center;
    color:#fff;
    margin: 80px 0;
}
/*.sc_midseason h3,h4 {
    font-family: serif;
}*/
.sc_midseason h3 {
    font-size: 48px;
    margin: 30px 0;
}
.sc_midseason h4 {
    line-height: normal;
    font-size: 80px;
    border-bottom: 0;
    margin: 22px 0;
    color:#fff
}
.sc_midseason p {
    margin-bottom: 0;
}
.sc_storediscount{
    background:url('https://cdn.sellerscommerce.com/images/5411/mss-bg-desktop-min.jpg') no-repeat;
    background-size:cover;
    background-attachment: fixed;
}

.sc_midseason a {
    background: red;
    color:#fff;
    padding: 16px 24px;
    border-radius: 6px;
    margin-top: 30px;
    display: inline-block;
    font-weight: bold;
    margin-right:10px;
}
.sc_midseason a:last-child{
    margin-right:0
}
.sc_buyingexperiencemain {
    display: flex;
    align-items: center;
    gap: 24px;
    color:#3e3e3e
}
.sc_buyingexperiencecontent {
    padding: 48px;
}
.sc_buyingexperiencemain h2{
    font-weight:bold;
    font-size: 28px;
  margin-bottom:16px;
}
.sc_buyingexperiencemainbg {
    background: #ef031c20;
    padding: 60px 0;
}

.sc_buyingexperiencemain p {
    margin-bottom: 32px;
    font-size: 16px;
}

h2.sc_buyingheader {
    font-size: 32px;
    color: #3e3e3e;
    margin-bottom: 20px;
    margin-top: 0;
  font-weight:bold;
}
.sc_categorycontent {
    position: absolute; /* Remove absolute positioning */
    bottom: 0; /* Remove top positioning */
    padding: 50px;
    color: #fff;
}

.sc_maincategories {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    position: relative;
}

.sc_linkarrow {
    background: #fff;
    color: #000;
    line-height: normal;
    padding: 12px 16px;
    height: 48px;
    display: inline-block;
    border: 1px solid #000;
    border-left: 0;
    border-right: 0;
}

.sc_categorycontent h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sc_sub-categories {
    flex: 0 0  49%; /* Adjusted to account for gap */
    position: relative; /* Added relative positioning */
}
.sc_sub-categories .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000060; /* Adjust opacity as needed */   
  
  }
  .sc_sub-categories .overlay-content {
    z-index: 1;
  }
.sc_shopnow.mr-10 {
    margin-right: 10px;
}
.sc_categorycontent a:hover svg {
    transform: translateX(5px);
}

.sc_categorycontent a {
    transition: all 0.6s ease-out;
}

.sc_buyingexperience {
    width: 80%;
}
.sc_buyingexperience img{
    width: 100%;
}

/*store credit single widget */
.sc-group-6417 .scpg-layout-header_customwidgets, .sc-group-6424 .scpg-layout-header_customwidgets,.sc-group-6429 .scpg-layout-header_customwidgets, {
    position: relative;
}
.sc-group-6417 .scpg-layout-header_customwidgets .scw-StoreCredit, .sc-group-6424 .scpg-layout-header_customwidgets .scw-StoreCredit, .sc-group-6429 .scpg-layout-header_customwidgets .scw-StoreCredit{
    position: absolute;
    top: -80px;
    width: 100%;
  padding:0;
}
.sc-group-6417 .scw-StoreCredit .sc_allowance, .sc-group-6424 .scw-StoreCredit .sc_allowance, .sc-group-6429 .scw-StoreCredit .sc_allowance  {
    margin-top: 0;
    float: right;
}
.sc-group-6417 .scw-StoreCredit .sc_storefrontdash, .sc-group-6259 .scw-StoreCredit .sc_storefrontdash, .sc-group-6424 .scw-StoreCredit .sc_storefrontdash, .sc-group-6429 .scw-StoreCredit .sc_storefrontdash  {
background: #F2F4F7 !important;
border-color: #E4E7EC !important;
color: #667085  !important;
}
.sc-group-6417 .scw-StoreCredit .sc_storefrontdash svg, .sc-group-6424 .scw-StoreCredit .sc_storefrontdash svg, .sc-group-6429 .scw-StoreCredit .sc_storefrontdash svg{
    width: 22px;
    height: 22px;
margin-right:4px;
}
.sc-group-6417 .scw-StoreCredit .sc_dashtitle, .sc-group-6424 .scw-StoreCredit .sc_dashtitle, .sc-group-6429 .scw-StoreCredit .sc_dashtitle{
    vertical-align: middle;
    font-size:14px
}
.sc-group-6417 .scw-StoreCredit .sc_dashtitle:after, .sc-group-6424 .scw-StoreCredit .sc_dashtitle:after, .sc-group-6429 .scw-StoreCredit .sc_dashtitle:after{
    content:' : '
}
.sc-group-6417 .scw-StoreCredit, .sc-group-6424 .scw-StoreCredit, .sc-group-6429 .scw-StoreCredit{
    padding: 0;
}
/*shop by color hide*/
.scp_shopbycolor {
    display: none !important;
}
.sc-group-0 .scp_shopbycolor {
    display: block !important;
}



 .sc-group-6259 .scpg-layout-header_customwidgets .col-sm-4{
    display:none;
}


/*embroidery dropdown*/  
.scpd-emb-positions .emb-doc.location {
    padding: 0;
}
.scpd-emb-positions #modernEmbData .emb-doc li{
    width:100% !important;
    text-align: left !important;
    justify-content: left;
}
/*.scpd-emb-positions .emb-doc.location span img {
    display: none;
}*/

 .emb-text_size.emb-size {
    padding: 0;
}
.sc-group-6956 .scw-search.scws-style-1 .form-group, .sc-group-6956 .sc-store-cart.scws-style-1 {
    display: none;
}
.sc-group-6956 .sct-top-bar {
    display: none;
}



@media(max-width:767px){
  .sc_categorycustom img{
    width: 150px !important;
    height: 150px !important;
}
.order-five .col-sm-5, .order-five .col-sm-4 {
    width: 50%;
    text-align: center;
    float: left;
}
.sc-group-6258 .sc_maingrid {
    margin-top: 24px;
}
.sc-group-6258 .sc_groupordering {
    width: auto;
    padding: 24px;
}
.sc-group-6258 .sc_ctasection {
    background: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 24px;
}
.sc-group-6258 .sc_discountsection .col-sm-12:first-child{
        padding-right:12px;
        padding-left: 0;
}
.sc-group-6258 .sc_auwbrands ul li {
    width: 50%;
}
.sc-group-6258 .sc_auwbrands ul li:nth-last-child(-n+6){
    border-bottom:1px solid #ccc
}
    .sc_timer{
        padding:48px;
        height:auto
    }
  .sc-group-6258 .scp-header .scw-storelogo img {
    height: auto;
}

.sc-group-6258 .scw-shoppingcart.selling-online.scws-style-1.sc-store-cart {
    top: -130px;
}
.sc-group-6452 .scpg-layout-header_customwidgets .col-sm-4, .sc-group-6452 .scpg-layout-header_customwidgets .col-sm-5 {
   display:none; 
}
.sc-group-6452 .scpg-layout-header_customwidgets .col-sm-5:last-child{
    display:block;
}
  .sc-group-6323 .scpg-layout-header_customwidgets #LedgerBalancePartialView {
    position: static;
}
  .text-preview-23971{
    visibility: hidden;
  }
  .scpd-template-4 #modernEmbData ul li {
    width: 120px;
    height: 100px;
    text-align: center;
    margin-bottom:10px
}
.scpd-template-4 #modernEmbData ul li span{
text-align: center;
  width: 120px;      
  white-space: nowrap;   
  overflow: hidden;      
  text-overflow: ellipsis; 
}
}
  
 
/**categories filters**/

.scp-filters{
  border-right:1px solid #D0D5DD;
  border-radius:0 !important;
}

.scp-filters>div {
   border: 0 !important;
   background: none !important;
}
   .scp-filters h4{
     border: 0 !important;
     font-size:16px !important;
     font-weight:600 !important;
     color: #101828;
       }
       
    .scp-filters ul>li:first-child {
       padding-top:16px;
       padding-bottom:12px;
       }
.scp-filters ul>li span{
         color: #475467;
         }
  .scp-checkbox input[type="checkbox"]:checked + strong + span ,.scp-checkbox input[type="checkbox"]:checked + strong + span +small {
      font-weight: 600 !important;
     color: #475467 !important;
  }

.scp-pricefilter-currencysymbol_parentDiv {
    display: flex;
    gap:12px;
    padding-top: 16px;
}

.scp-pricefilter-currencysymbol input {
    width:108px;
    border:1px solid #D0D5DD;
    border-radius: 5px;
    padding:4px 12px;
    margin-top:0;
}
.scp-pricefilter-currencysymbol {
    width: 123px;
    float: left;
}

.noUi-base {
    height: 2px !important;
}

.noUi-target{
  box-shadow:none !important;
  border: 0 !important;
}

.noUi-horizontal .noUi-handle {
    width: 18px !important;
    height: 18px !important;
    left: -10px !important;
    color: #fff !important;
    top: -8px !important;
    box-shadow: 0px 0px 6px 0px #C1C1D4 !important;
}

.noUi-connect {
    background-color: #004DFF !important;
}

.scp-pricefilter-currencyCode {
    display:none;
}

/*02-09*/
/*filters*/
#sidePanelFilters {
    margin-top: 0;
}
/*.scp-priceslider-parent {
    border-top: 0 !important;
}*/
.scp-search-text {
    /*border: 1px solid #e4e4e4;*/
    /* padding: 10px; */
    padding-top: 0;
}
.scp-search-filters ul li a {
    padding: 6px 12px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #D0D5DD;
    font-weight: 600;
    margin-top: 0;
}

.scp-search-filters ul.list-inline {
    margin-bottom: 0;
}
.scp-checkbox>input:checked+b, .scp-checkbox>input:checked+strong{
    background:#0E4DED;
    border-color:#0E4DED;
}
.scp-checkbox>input:checked+strong em{
    color:#ffffff!important;
    font-weight:bold;
}
/*11-09-2024*/
/*custom carousel*/
.sc_custom_carousel .owl-prev, .sc_custom_carousel .owl-next{
  position: absolute;
    top: 45%;
    transform: translateY(-50%);
    margin: 0 !important;   
}
.sc_custom_carousel .owl-prev {
    left: -20px;
}
.sc_custom_carousel .owl-next
{
    right: -20px;
}
.sc_custom_carousel .owl-prev:before, .sc_custom_carousel .owl-next:before{
   color: #667085 !important;
    font-weight: bold;
    line-height: 1;  
}
.sc_custom_carousel .owl-prev:before {
      display: block;
      content: "";
      width: 85px;
      margin: 3px 0px 0px -4px;
      height: 54px;
      background: transparent url('https://cdn.sellerscommerce.com/images/5576/chevron-left1.png') no-repeat;
}
.sc_custom_carousel .owl-next:before {
       display: block;
       content: "";
       width: 85px;
       height: 54px;
       background: transparent url('https://cdn.sellerscommerce.com/images/5576/chevron-right.png') no-repeat;
       margin: 3px 0px 0px -4px;
}
.sc_custom_carousel .owl-prev, .sc_custom_carousel .owl-next{
  font-size: 0 !important;
  width:40px;
  height:40px;
  background:#F2F4F7 !important;
  border: 4px solid #fff;
}
.sc_custom_carousel  .owl-buttons div{
    opacity:inherit !important;
}
#owl-demo .item {
    position: relative;  
}
#owl-demo .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1;
    border-radius: 10px;
}
#owl-demo .item img{
    border-radius: 10px;
}
#owl-demo .owl-pagination {
    position: absolute;
    bottom: 50px;
    left:50px
}
.sc_custom_carousel .owl-controls .owl-page span {
    width: 8px;
    height:  8px !important;
    border: 0;
    background: #98a2b3;
    border-radius: 50%;
    margin: 4px;
    opacity: inherit;
}
.sc_custom_carousel .owl-controls .owl-page.active span{
    background:#fff;
     width: 20px;
    height: 8px;
    border-radius:40px
} 

/*custom breadcrumb*/

.sc_customsticky {
    position: absolute;
    top: 40px;
    left: 50px;
}
.sc_custombreadcrumb ul {
    padding: 0;
}
.sc_custombreadcrumb ul li {
  display: inline;
  font-size: 16px;
}
.sc_custombreadcrumb ul li+li:before {
  padding: 8px;
  color: #ffffff;
  content: "/\00a0";
}
.sc_custombreadcrumb ul li.active a {
    background: #fff;
    color: #475467 !important;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
}
.sc_custombreadcrumb ul li a{
   color:#fff; 
}
.sc_customcat-desc {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    padding-top: 4px;
    width: 410px;
    line-height: 41px;
}

/*custom cards*/
#sc_customcard .item img{
    border-radius:6px;
}
#sc_customcard .item p {
    position: relative;
    bottom: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background: #000;
      margin-bottom: 0;
    padding: 4px 0;
}
#sc_customcard .owl-item {
    text-align: center;
}
#sc_customcard .owl-pagination {
    display: none;
}  
/**18/09**/
/**filters  size**/

.scp-scroll-size input[type="checkbox"]:checked + strong + .option-size-li {
  border-radius:100px;
  padding: 4px 8px;
  background-color: #f2f4f7;
}
.scp-scroll-size .option-size-li{
  border-radius:100px;
  padding:4px 8px;
  border: 1px solid #d0d5dd;
}
/*.scp-scroll-size  strong, input[type="checkbox"]{
  display:none !important;
}*/
.scp-scroll-size .scp-checkbox>input:checked+strong em{
  display:none;
}
.scp-scroll-size ul li {
    display: inline-block;
    padding-right:4px !important;
    margin-top:5px;
}
.scp-scroll-size .cross {
   margin-left: 10px !important;
}

/**filter text**/

.scp-search-filters-clear{
 display:flex;
 padding: 12px 12px 12px 12px;
 border-right: 1px solid #ccc;
 justify-content: space-between;
  border-bottom:1px solid #ccc;
}

.scp-search-filters-clear span {
    font-size:16px;
    font-weight:600;
    color:#101828;
}

span.resetFilterX {
 color:#667085 !important;
  cursor:pointer;
}

.scp-search-filters ul.list-inline {
  display:flex;
  align-items:center;
  flex-wrap: wrap;
  gap: 10px;
  padding:16px 0;
}
.scp-scroll-size ul li label{
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.scp-priceslider-parent {
    min-height: auto !important;
    margin-top: 4px;
}

  
/*search filter*/
.scp-search-filters .filter-group {
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.scp-search-filters .filter-group.hasRemoveFilter {
    background: #F2F4F7;
    padding:4px;
    border-radius:100px
}
.scp-search-filters li a {
    margin: 0 !important;
}
.scp-search-filters label {
    margin-bottom: 0;
}
.scp-search-filters .remove-all-filters {
    padding: 8px 13px;
    border-radius: 50%;
    font-size: 12px;
    background: #98A2B3;
    font-weight: bold;
    color: #fff;
    line-height:normal;
    cursor:pointer;
}
.scp-search-filters ul li a:hover{
    background:#fff !important;
}
.noUi-horizontal{
    height:2px;
    background:#E9E8EA;
}

/**20/09**/

        .sc-customcarousel {
            width: 100%;
            margin: auto;
            position: relative;
            margin-top:24px;
        }

        .sc-customcarousel-caption {
            position: absolute;
            top: 42px;
            left: 48px;
            color: #fff;
            z-index: 1;
            max-width: 400px;
        }

        .sc-customcarousel-caption span {
            font-family: 'Proxima Nova', sans-serif;
            font-size: 20px;
            font-weight: 600;
            line-height: 20px;
            color: #fff;
        }

        .sc-customcarousel-caption p {
            font-family: 'Proxima Nova', sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 16.8px;
            margin-top: 16px;
            color: #fff;
        }

        .sc-customcarousel .owl-carousel, .sc-customcarousel .owl-nav button {
            position: absolute;
            top: 50%;
            background-color: transparent;
            border: none;
            font-size: 2rem;
            color: white;
            z-index: 10;
            cursor: pointer;
        }

        .sc-customcarousel .owl-carousel, .sc-customcarousel .owl-nav .owl-prev {
            border-radius:50%;
        }

        .sc-customcarousel .owl-carousel, .sc-customcarousel .owl-nav .owl-next {
            border-radius:50%;
        } 

        .sc-customcarousel-item1 {
             background-image: url('https://cdn.sellerscommerce.com/images/5576/image18.png');
             border-radius:10px;
             position: relative;
             background-size: cover;
             background-position: center;
             height: 233px;
        }

        .sc-customcarousel-item2 {
            background-image: url('https://cdn.sellerscommerce.com/images/5576/banner-2.png');
            border-radius:10px;
            position: relative;
            background-size: cover;
            background-position: center;
            height: 233px;
            
        }

        .sc-customcarousel-item3 {
            background-image: url('https://cdn.sellerscommerce.com/images/5576/banner-3.png');
            border-radius:10px;
            position: relative;
            background-size: cover;
            background-position: center;
            height: 233px;
        }

        .sc-customcarousel .owl-dots {
           position:absolute;
           bottom:50px;
           left:50px;
         }

        .sc-customcarousel .owl-dot span {
            width: 8px !important;
            height:  8px !important;
            border: 0 !Important;
            background: #98a2b3;
            border-radius: 50% !important;
            margin: 4px !important;
            opacity: inherit;
        }

.sc-customcarousel .owl-dot.active span {
     background:#fff !important;
     width: 20px !important;
    height: 8px !important;
    border-radius:40px !important;
}

.sc-customcarousel .owl-item:before {
   content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1;
    border-radius: 10px;
}
 .sc-customcarousel .owl-prev:before {
      display: block;
      content: "";
      margin: 10px 0px 0px 8px;
      height: 54px;
      background: transparent url('https://cdn.sellerscommerce.com/images/5576/chevron-left1.png') no-repeat;
}

 .sc-customcarousel .owl-next:before {
       display: block;
       content: "";
       height: 54px;
       background: transparent url('https://cdn.sellerscommerce.com/images/5576/chevron-right.png') no-repeat;
       margin: 10px 0px 0px 8px;
}

.sc-customcarousel .owl-prev, .sc-customcarousel .owl-next{
  font-size: 0 !important;
  width:40px !important;
  height:40px !important;
  background:#F2F4F7 !important;
  border: 4px solid #fff !important;
}

.sc-customcarousel .owl-buttons div{
    opacity:inherit !important;
}

.sc-customcarousel .owl-prev:before,.sc-customcarousel .owl-next:before{
   color: #667085 !important;
   font-weight: bold;
   line-height: 1;
}

.sc-customcarousel .owl-prev {
    left: -20px;
}
.sc-customcarousel .owl-next
{
    right: -20px;
}

.sc-customcarousel .owl-prev,.sc-customcarousel .owl-next{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;   
}

.sc-customcarousel .owl-prev, .sc-customcarousel .owl-next{
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;   
}
.sc-customcarousel .owl-prev {
    left: -20px;
}
.sc-customcarousel .owl-next
{
    right: -20px;
}
.sc-customcarousel .owl-prev:before, .sc-customcarousel .owl-next:before{
   color: #667085 !important;
    font-weight: bold;
    line-height: 1;  
}
.sc-customcarousel .owl-prev:before {
      display: block;
      content: "";
      width: 85px;
      margin: 3px 0px 0px -4px;
      height: 54px;
      background: transparent url('https://cdn.sellerscommerce.com/images/5576/chevron-left1.png') no-repeat;
}
.sc-customcarousel .owl-next:before {
       display: block;
       content: "";
       width: 85px;
       height: 54px;
       background: transparent url('https://cdn.sellerscommerce.com/images/5576/chevron-right.png') no-repeat;
       margin: 3px 0px 0px -4px;
}
.sc-customcarousel .owl-prev, .sc-customcarousel .owl-next{
  font-size: 0 !important;
  width:40px;
  height:40px;
  background:#F2F4F7 !important;
  border: 4px solid #fff;
}
.sc-customcarousel  .owl-buttons div{
    opacity:inherit !important;
}

.sc-customcarousel .owl-controls .owl-page span {
    width: 8px;
    height:  8px !important;
    border: 0;
    background: #98a2b3;
    border-radius: 50%;
    margin: 4px;
    opacity: inherit;
}
.sc-customcarousel .owl-controls .owl-page.active span{
    background:#fff;
     width: 20px;
    height: 8px;
    border-radius:40px
} 


.sc-customcarousel .owl-pagination {
    top: 125px;
    position: absolute;
    bottom: 0px;
    left: 48px;
}

.scp-pagination {
        padding-bottom:0;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        width: 100%;
        color: #101828;
}

.scp-pricefilter-currencysymbol .slider-snap-value-upper ,.scp-pricefilter-currencysymbol .slider-snap-value-lower {
     padding:8px 12px !important;
}

.scw-categoryproducts{
.col-sm-18 {
    margin-left: 1% !important;
    width:74% !important;
}
}
/*product card latest*/
.scp-product {
    width: 260px;
    border: 0;
    box-shadow: none;
    background: none;
    height: 430px;
}

.scp-product .scp-p-image {
    height: 314px;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background: #f7f7f7;  
}
.scp-p-image img {mix-blend-mode: multiply;}
.scp-product:hover .scp-p-image img{transform: rotate(0);}
.scp-color-swatches li img{
    border-radius:50%;
}
.scw-subcategory-item {
    background: #f3f3f3;
    border: 0;
    border-radius: 10px;
  height: 200px;
}
.scw-subcategory-item img {
    mix-blend-mode: multiply;
    height: 200px;
    border-radius: 6px;
}
.sc_custom_carousel .owl-item {
    padding: 0 10px;
}
#sc_customcard {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.scp-filters>div {
    padding-bottom: 12px;
}
.scp-filters h4 {
    padding-bottom: 10px;
}
.scw-categoryproducts .col-sm-6 {
    position: sticky;
    top: 0;
}
.scp-color-swatches ul{
    margin:0
}

/*search page*/
.scpage-search .scw-all-products {
    margin-top: 18px;
}
.scpage-search .scp-search-filters-clear {
    border:0
}
.scpage-search .scp-search-filters-clear span{
    font-size:14px;
    color:#677a88;
}
.scpage-search .scp-search-filters ul.list-inline {
    gap: 0;
}


.scp-p-code, .scp-p-title, .scp-p-price {
    padding-top: 8px !important;
    margin: 0 !important;
}
.scp-color-swatches {
    margin-top: 8px;
}
.scpage-search .scw-all-products .col-sm-6 {
    position: sticky;
    top: 0;
}



/*new*/


/*overviewwidget*/

.sc_overviewwidget {
    background: #F5F6FD;
   /* border-bottom: 1px solid #A8B2EF;*/
    padding: 8px 0 !important;
}
.sc-informationheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.sc-informationheader ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sc-informationheader p {
    color: #344054;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.sc-infosection-1 p {
    color: #101828;
}
.sc-informationheader span {
    color: #667085;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.sc-informationheader .vertical-line {
    border-left: 1px solid #A8B2EF;
    height: 16px;
    margin-left: 16px;
}
.sc-infoimg .sc-btn {
    background: #E2E5FA;
    margin-left: 16px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #162578;
}
.sc-infoimg .sc-btn svg {
    margin-left: 8px;
}
.sc-infoleft, .sc-inforight {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}
.sc-infosection-4 {
    margin-left: 16px;
}
.sc-infosection-4 .sc-price1 {
    color: #583FFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.sc-infosection-4 .sc-pricedes {
    color: #667085;
    font-size: 14px;
    line-height: 20px;
}
.sc-infosection-4 .sc-price2 {
    color: #475467;
    font-size: 14px;
    font-weight: 600;
}
.sc-infosection-4 .sc-date span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #667085;
}
.sc-infosection-2 {
    margin-left: 16px;
}
.scpd-template-4 .scai-products-widgets .scp-products .scp-product {
    height: 360px !important;
}
.scpd-template-4 .scpd-partialviews .scp-product .scp-p-image {
    height: 300px;
    line-height: 300px;
}
.scpd-template-4 .scai-product-heading h4 {
    font-size: 20px;
    color: #101828;
}
.scpd-template-4 .scai-product-heading:after{
    background: #000;
}


.sc_quotamain {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.sc_yourquota {
    grid-row-start: 1;
    grid-row-end: 3;
}

.sc_paymentmethods, .sc_activeorders, .sc_pendingapprovals, .orderupload, .sc_yourquota {
    border: 1px solid #CED4F6;
    border-radius: 4px;
}

.sc_sc_paymentmethodcontent {
    height: 91px;
}

 .no-active-orders-text,.no-payment-text {
    text-align: center;
    display: block;
    padding-top: 19px;
}

p.no-quota-text-vertical{
  font-weight:600 !important;
  font-size:14px !important;
}
.no-quota-div-vertical {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
/*background: url('https://cdn.sellerscommerce.com/images/2576/sb-1.png?v=0');*/
    margin-right: 16px;
    background-size: cover;
    border-radius: 3px;
}

.sc_paymentmethodtitle {
    border-bottom: 1px solid #CED4F6;
    padding: 16px;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
}

.sc_sc_paymentmethodcontent {
    padding: 13px 16px;
}

.sc_sc_paymentmethodcontent p {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #101828;
}

.sc_sc_paymentmethodcontent>span {
    font-weight: 600;
    font-size: 14px;
    color: #101828;
}

.sc_sc_paymentmethodcontent .sc-price1 {
    font-weight: 600;
    color: #583FFF;
    font-size: 16px;
}
/*.sc_pendingapprovals .sc_sc_paymentmethodcontent p:nth-child(3) span:last-child {
    font-weight: 600;
    color: red;
    font-size: 16px;
}
.sc_sc_paymentmethodcontent .order-count {
    color: red;
    font-weight: bold;
}*/
.sc_emp_info {
    font-weight: 600;
}
.sc_carouselbuttons {
    float: right;
    display: flex;
}

.sc_sc_paymentmethodcontent .sc-date {
    float: right;
}
.sc_sc_paymentmethodcontent .sc_status {
    float: right;
    background: #FFF4ED;
    font-size: 12px;
    font-weight: 500;
    color: #B93815;
    line-height: 18px;
    padding: 2px 7px;
    border-radius: 16px;
font-size: 16px;
    line-height: normal;
}

.sc_sc_paymentmethodcontent span.bage {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #EF6820;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
}

.sc_orderprice {
    font-weight: 600;
    font-size: 14px;
color: #F79009;
}
.sc-order-number {
    color: #583FFF;
    font-weight: 600;
    font-size: 16px;
  
}
.sc-order-date {
    float: right;
}
.sc_sc_paymentmethodcontent p:first-child {
    margin-top: 0;
}
.quotasetgroupname {
     display: block;
     font-weight:600;
     color: #243DC6 !important; 
}
.sc_pendingapprovals .sc_user_pending_order_info_2 .order-count {
    font-weight: 600;
}
.sc_pendingapprovals .sc_user_pending_order_info_2 .sc_products_text {
    font-weight: 600;
}
.sc_pendingapprovals .sc_user_pending_order_info_2 p:first-child span:last-child {
    color:#583FFF;
}
.sc_pendingapprovals{
    height: 333px;
}

.carousel {
    position: relative;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
    overflow:initial !important;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-prev, .carousel-next {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

.sc_yourquota .table-container thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
    font-weight: 500;
    color: #111;
}

.sc_yourquota .table-container {
    max-height: 277px;
    overflow-y: auto;
    position: relative;
    padding-left: 16px;
    height: 300px;
}
.sc_yourquota .table-container::-webkit-scrollbar {
    display: none;
}

.sc_yourquota table {
    width: 100%;
    padding: 0 16px;
}

.sc_yourquota td, .sc_yourquota th {
    text-align: left;
    padding: 8px 0;
}

.sc_yourquota tr td:first-child {
    color: #243DC6;
    font-weight: 500;
    font-size: 14px;
    /* cursor:pointer; */
}

.table-container th {
    width: 20%;
    padding-bottom: 0 !important;
}

.table-container th:first-child {
    width: 40%;
}

.scw-store-quota-horizontal .quotasetgroupname {
    white-space: nowrap;
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc_yourquota .quotasetgroupname {
    white-space: nowrap;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0;
}
.sc_yourquota > p{
    display:flex;
}

.sc_yourquota>p {
    color: #344054;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
    margin: 0;
    line-height: 30px;
    padding: 16px 16px 0 16px;
}

.sc_yourquota p span {
    color: #F79009;
    margin-right: 6px;
    margin-left: 6px;
}

.sc_yourquota p {
    font-size: 22px;
    display: flex;
    padding: 16px 16px 0 16px;
    font-weight: 500;
    line-height: normal;
}

.sc_yourquota a {
    color: #111c5b;
}

.sc_yourquota {
    /* padding: 16px; */
}

.sc_redeemnow {
    text-align: center;
    border-top: 1px solid #CED4F6;
    padding: 5px 0;
    background: #F9FAFB;
display:none;
}

.sc_redeemnow p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.sc_redeemnow a {
    text-decoration: none;
    color: #243DC6;
    padding-top: 8px;
    font-weight: 600;
    display: block;
  padding-top:0;
}

.sc_redeemnow a svg {
    vertical-align: middle;
    margin-left: 8px;
}
.sc_pendingapprovals span.sc-pricedes {
    font-weight: normal !important;
}
.no-approval-manager {
    background: url('https://cdn.sellerscommerce.com/images/2576/sb-1.png?v=0');
    border-radius: 4px;
    height: 333px;
    background-size: cover;
}
.scp-load-more-v2 span {
    background: #f8f8f8;
    border: 1px solid #dde1e4;
    padding: 6px 8px;
    color: #5f7286;
    font-weight: 600;
    -webkit-box-shadow: 10px 6px 15px -7px rgba(199, 199, 199, .6);
    -moz-box-shadow: 10px 6px 15px -7px rgba(199, 199, 199, .6);
    box-shadow: 10px 6px 15px -7px rgba(199, 199, 199, .6);
}
.scp-load-more-v2 {
    text-align: center;
}
.sc-group-0 .sc_groupbannercustom {
    background: url(https://cdn.sellerscommerce.com/images/5411/grey.jpg?v=326202454616);
}