@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.scw-cart-btn {
    display: inline-block;
    padding: 0 0px;
}

.subHeadings h2 {
    text-align: center;
        color: #103b5c;
}

/**top bar ***/

.sc-top-bar-left-cnt {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.sct-top-bar .container a {
    color: #555;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0;
}

.sc-top-bar-left-cnt > p > span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 10px;
    color: #555;
}

.sc-top-bar-left-cnt p {
  display:none;
}


/*******logo**********/

.scp-header .scw-storelogo img {
    max-height: 70px;
}

.scw-storelogo{
    margin-top: 4px;
}


 .mini-storelogo {
    display:none;
 }

a {
    color: #103b5c;
}

h3.SCN_List_Header {
    color: #103b5c;
}

.scw-search.scws-style-1 .form-group {
        margin-top: 30px !important;
}

.sc-helpline {
    margin-top: 18px !important;
    display:none;
}

.sc-store-cart.scws-style-2 {
    padding-top: 5px !important;
}

span.result-right {
   width: calc(100% - 88px);
}

/******banner*****/

.hero-triple {
    display: flex;
}

.sc-auwbanner .col-sm-24 {
    padding: 0 !important;
}

/*****customized dropdown***/

ul.list-unstyled.customDropdown a {
    color: #111;
    line-height: 32px;
}

ul.list-unstyled.customDropdown a:hover{
  color: #103b5c;
}

/**shop by color**/


a.scp_shopbycolor svg {
    vertical-align: sub !important;
    margin-right: 5px !important;
}


/*Search*/

.scw-search.scws-style-1 .form-control {
    background-color: #fff;
    color: #444;
    height: 32px;
}
.scw-search.scws-style-1 .form-control-feedback {
    background-color: #fff!important;
    color: #103b5c;
    height: 32px;
    line-height: 32px;
}
input.form-control.scp-search-text::-webkit-input-placeholder {
    color:    #999;
}
input.form-control.scp-search-text:-moz-placeholder {
    color:    #999;
}
input.form-control.scp-search-text::-moz-placeholder {
    color:    #999;
}
input.form-control.scp-search-text:-ms-input-placeholder {
    color:    #999;
}

/****tollfree******/

.scw-tollfree.scws-style-2>div:before {
    display: none;
}
.scw-tollfree.scws-style-2>span>i {
    color: #103b5c;
}
.scw-tollfree.scws-style-2>div>h4 {
    color: #000!important;
    font-weight: 500;
    font-size: 18px;
}
.scw-tollfree.scws-style-2>span:before, .scw-tollfree.scws-style-2>span:after {
    border-top-color: #e39947!important;
}
.scw-tollfree.scws-style-2>div {
    margin-top: 20px;
}

.scw-tollfree a {
    color: #e39947 !important;
}
/*******menu*******/


.scp-menu {
    background-color: #103b5c;
    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: 12px;
    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: #335e7e;
    color: #fff !important;
    box-shadow: none;
}
.SCN_List_Header {
    color: #111;
    font-size: 13px;
    font-weight:500;
}
.scp-menu .navbar .navbar-nav > li .SCNW_List li::after {
    color:#103b5c;
}
.scp-menu .navbar .navbar-nav>li .SCNW_List li:hover a {
    color: #103b5c;
}
.scp-menu .navbar .navbar-nav>li .SCNW_List li:hover:after{
    color: #103b5c;
}
.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;
}*/

/***topbar*****/

.sct-top-bar {
       background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    color: #333;
}

/*Cart*/

.scw-shoppingcart.scws-style-2 .scw-cart-btn>i {
    font-size: 26px;
    color: #103b5c;
    vertical-align: middle;
    margin-right: 0;
}
.scw-shoppingcart.scws-style-2 .scw-cart-btn>span {
    background: #fff;
    color: #111;
    border-radius: 50%;
    border: 2px solid #cccccc;
    padding: 3px 8px;
}
.sc-store-cart #scpc-cart-item-count {
    margin-left: 0;
}
/********product details template*****/

.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: #323232!important;
    font-weight: 400;
}
.scpd-template-4 .scpd-quick-buy .btn {
    background-color: #103b5c!important;
    border: 1px solid #103b5c!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 #103b5c;
    color: #103b5c;
}
.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: #103b5c;
    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;
}

/******product display css******/

.scp-product{
    background-color: #fff;
}
.scp-p-title {
    padding: 2px 8px 0 8px !important;
    color: #333;
    background: #fff;
    font-size:13px;
}
.scp-p-code, .scp-p-price, .scp-p-hide-price-msg {
    background: #fff;
    padding-left:10px;
}
.scp-p-price-new {
    color: #103b5c;
    font-weight: 500;
    font-size: 20px;
}
.scp-p-quick span {
    background: #111;
    font-size: 13px;
    font-weight:500;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.scp-p-quick:before {
    background: #103b5c;
    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: 263px;
    margin: 0 2% 2% 0;
  height:320px;
}
.scp-p-code {
    font-size: 10px;
    color: #888;
}
.scp-filters>div {
    border-bottom: 0;
}
.noUi-connect {
    background: #103b5c;
}
.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: #111;
  font-size: 13px;
}
.scp-breadcrumb .breadcrumb {
    font-size: 13px;
    color: #111;
}
.scw-subcategories.scws-style-2 .scp-viewall {
    right: 10px;
}
.scw-subcategories h3{
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    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: #111;
    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:#111;
}

/******whishlist********/

.scpd-template-4 .scpd-wishlist i, .scpd-template-4 .scpd-wishlist em {
    color: #36729f !important;
}

/******quickview css*******/

.scpd-tabs .nav-tabs>li.active>a, .scpd-tabs .nav-tabs>li.active>a:hover, .scpd-tabs .nav-tabs>li.active>a:focus {
    border-top: 3px solid #111;
    color: #111;
}
.scp-quick-view-modal .btn-add-to-cart {
    background-color: #111;
    letter-spacing:0;
}
.scpd-tabs .nav-tabs>li>a {
    font-size: 15px;
}
h3.modal-title a {
    color: #333;
    font-size: 15px;
}
.scp-quick-view-modal{
    font-family: 'Roboto', sans-serif !important;
}
.scp-quick-view-modal .scpd-title h1 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
   color: #333;
}
.scp-quick-view-modal .scp-p-price-new {
    font-weight: 500;
}

/*Common*/

.scw-image {
    font-size: 0;
}

/*******best sellers********/

.scw-product-slider h4 {
    /* border-bottom: 0; */
    border-top: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight:400;
    text-align: center;
    color: #111;
    margin-top: 28px;
    margin-bottom: 10px;
}
.scw-bestsellers .owl-theme .owl-controls .owl-page span{
    background: #111;
    border: 0;
    height: 11px;
    width: 11px;
}
.scw-bestsellers .owl-buttons{
    display:none;
}
.scw-bestsellers .owl-pagination{
    position: relative;
  display:block;
}
.scw-bestsellers .scp-product{
    height: 320px;
}

/***banner css***/
.owl-theme .owl-controls .owl-buttons div {
    color: #000;
}
.scw-carousel .owl-controls .owl-page.active span, .scw-carousel .owl-controls .owl-page:hover span {
    background: #103b5c;
}



/********product heading in add to cart page********/

.scai-product-heading h3 {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 11px;
    margin: 0;
    top: -6px;
}
.scpd-template-4 .scai-product-heading:after {
    background: #111 !important;
}
	
/*****footer css***/

.sct-footer{
  background-color: #f1f1f1;
  color:#333;
}
.scp-footer h4{
  font-size: 13px!important;
    font-weight: 500;
    letter-spacing: normal;
    font-family:"Roboto",sans-serif;
    color:#000;
    border: 0;
    text-align: left;
}
.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: #333;
    /* height: auto; */
    /* padding:0; */
}
.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;
}

.sci-phone:before {
  margin-right: 10px;
}

.sci-email:before {
  margin-right: 10px;
}

.sci-phone:before {
  margin-right: 10px;
}

.sci-email:before {
  margin-right: 10px;
}

/******pdp page color********/

.scp-color-swatches li img.scai-op-active {
    border: 1px solid #000;
    padding: 2px;
}

.scp-color-swatches li img {
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

/*******Responsive view***********/

@media screen and (max-width: 767px) {
  
.sc_auwbrands ul {
      display:grid !important;
      grid-template-columns: 1fr 1fr;
}
  
.sc-shopall img {
    margin: 10px !important;
}

.scw-shoppingcart {
      top: -128px !important;
}

.scw-tollfree.scws-style-2>span>i {
   line-height: 19px;
}
  
  .sc-helpline {
    margin-top: -5px !important;
}
  
 .wrapper {
    display: block;
    margin: 0 42px !important;
}
  
 h1.fadeInUp.animated {
  margin:0 !important;
  text-align:left !important;
 }

 .row.g-sm-4.g-3.row-cols-md-3.row-cols-lg-4.row-cols-2.mt-1.custom-gy-5.product-style-2.ratio_asos {
    display: none !important;
}
  
 .toggle-buttons {
    display: block !important;
}
  
 .sc-store-cart.scws-style-2 {
    padding-top:0 !important;
}
  
 .scw-search.scws-style-1 .form-group {
    margin-top: 13px !important;
}
  
 .row.top-brands .col-md-3 {
    width: 106.5% !important;
}

.row.tile-row.d-flex {
    display: block;
}
  
 .tile-row .showcase-tile {
   width:100% !important;
   padding:0 !important;
 }
  
 .pbw-employer-holder.employer_holder li {
     width:100% !important;
  }
  
  .row.top-brands {
    display: block !important;
}
  
  .row.top-brands img {
    padding: 10px;
}
  
 .sc_auwbrands ul {
  align-items:center;
  justify-content:center;
 }
  
  .scp-layout.sce-l-s.featured-boxes, .scw-gallery-wrapper.owl-theme .owl-wrapper  {
    text-align: center;
}
  
}

/*******shop by color******/

.color-bg {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: relative;
}

.color-section {
    padding: 15px 20px;
display: flex;
    align-items: center;
}

 .color-name {
    font-weight: 700;
    font-size: 15px;
    color:#111;
    margin-left: 2rem !important;
}

.color-bg:after {
    content: '';
    position: absolute;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    left: -5px;
    top: -5px;
}

.color-item {
    border: 1px solid #d4d4d4;
}

/*****shop by brand*******/

/*.owl-theme .owl-controls .owl-page span{
    background: #103b5c;
    border: 0;
    /*height: 11px;
    width: 11px;*/
}

/* .owl-pagination{
  position: relative;
  display:block;
 }

.owl-buttons {
    display: none;
}

.scw-gallery-brand-logo .owl-item img {
    max-height: 49px !important;
}

.scw-gallery-brand-logo .scw-gallery-slide {
  border:0;
}

/***top brands*****/

.block-inner {
    max-width: 1280px;
    margin: 0 auto !important;
    padding: 15px 0;
}

.row.top-brands {
    display:flex;
    justify-content:center;
}

.row.top-brands .col-md-3 {
    width:22.5%;
}

.mp-product-slider-title {
    font-size: 3.8rem;
    position: relative;
    z-index: 1;
    margin: 0 0 5px;
    text-align: center;
    display: block;
    -webkit-margin-before: .83em;
    -webkit-margin-after: .83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


/*******shop by product*******/

    .toggle-buttons {
        display: flex;
        justify-content:space-around;
        color: #3E3D3D;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
        font-weight: 800;
        margin: 0;
        width: 100%;
        padding-top: 20px;
    }

/******shop by categories*******/

.tile-row .showcase-tile .text-desc {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    word-break: break-word;
    color: #050505;
    margin-top: 15px;
}

 .tile-row .showcase-tile {
    padding: 10px;
    width: 50%;
    text-align: center;
}

.tile-row {
   display:flex;
   justify-content:center;
}

.showcase-tile img {
    border-radius: 50%;
    padding:5px;
}

.showcase-tile img:hover {
    outline:2px solid #817878db;
}
/********/

#shopping_cart_popup .scp-cart-p-info h4 {
    color: #103b5c;
}

.btn-primary {
    background-color: #103b5c;
    border-color: #103b5c;
}

.btn-default {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.scp-cart-modal .scp-modal .modal-header {
    background: #103b5c;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #103b5c;
    border-color: #103b5c;
}

.scp-cart-total>h3 span {
    float: right;
    color: #103b5c;
}

.scp-cart-continue-shopping {
    color: #103b5c;
}

.scp-cart-p-actions a.removecartitem {
    color: #111;
}


/**********shop by brand or all brands***********/


/*shoptopbrands*/
.sc_shoptopbrands {
    text-align: center;
    margin-bottom: 0;
}

.sc_shoptopbrands p {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    color: #142040;
}

.sc_shoptopbrands p span {
    color: #DD052B;
}

.sc_shoptopbrandsmain {
    background: #F8FAFF;
}

.sc_shoptopbrands {
    padding-top: 36px;
}

.sc_shoptopbrands h2 {
    color: #101828;
    font-size: 40px;
    font-weight: 700;
    line-height: 47.21px;
    letter-spacing: 0.31px;
}

.sc_shopbybrands {
    justify-content: center;
}

.sc_brands {
  width: 267px;
}

.sc_brands img:hover  {
    transform: scale(1.1);
    transition: 0.3s all;
}

.sc_brands:last-child {
    /* padding-right: 0; */
}


.sc_shopbybrands {
    display: flex;
    padding-top: 35px;
    flex-wrap: wrap;
}

.info a {
    color: #fff;
}

.btn-success {
    color: #fff;
    background: #103b5c;
    border-color: #103b5c;
}



/*******POPULAR WOMEN'S TOPS******/

 .pbw-employer-holder.employer_holder ul {
    list-style: none;
    margin-left: 0;
    list-style-type: none;
    justify-content: space-between;
    display: flex;
    margin-left: 0;
    padding-left: 0;
    Gap:10px;
}

.pbw-employer-holder.employer_holder P {
    color:#103b5c;
    font-size:16px;
    font-weight:700;
    margin-top:15px;
    text-align:center;
}
/*.sc_fullwidthbanner .col-sm-24 {
    padding: 0;
}
.sc_fullwidthbanner {
    padding: 0;
}*/

/* .pbw-employer-holder.employer_holder li{
   padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}*/

.pbw-employer-holder.employer_holder li img{
  transition: transform 0.2s;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width:100%;
}

.pbw-employer-holder.employer_holder a{
       padding: 15px 0px 0px 0px;
    font-size: 16px;
    font-weight: 700!important;
    color: #000;
    text-align: center;
}


/*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;
}
.sc_auwbrands ul li img{
    /* -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;
}

/****/

.hero-triple img {
    width: 100%;
    height: auto;
}

.sc-color-boxes img {
    width:100%;
    height:auto;
}


.scw-search-dropdown {
       top: 70px;
}

/*brand categories****/

.brand-categories {
    display: flex;
    align-items:center;
    justify-content:center;
}


.ufa-expIndustryCont{
	position: relative;
}
.ufa-expIndustryCont > h3{
	text-align: center;
}
.ufa-expIndustryTitle{
	position: absolute;
	bottom: 24px;
	left: 0px;
	right: 0px;
	padding: 22px 0px;
	font-size: 18px !important;
	text-align: center !important;
	background-color: #103b5c;
	color: #fff !important;
	text-transform: capitalize !important;
	margin: 0 !important;
	font-weight: normal !important;
	line-height: 0px !important;
	border-bottom: 0 !important;
}
.ufa-expIndustryCont:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	right: 0px;
	height: 100%;
	margin: 0px auto;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	background-color: rgba(16,59,92,0.8);
}
.ufa-expIndustryCont:hover:before{
	width: 100%
}
.ufa-swMore{
	position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
  width:100px;
    margin: -18px auto;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    max-width: 96px;
    padding: 4px 0px;
    z-index: 9;
    visibility: hidden;
    transform: scale(0);
    transition: 0.5s;
}
.ufa-expIndustryCont:hover .ufa-swMore{
	visibility: visible;
    transform: scale(1);
}
.ufa-expIndustryCont:hover .ufa-expIndustryTitle{
	background-color: transparent;
}
a.ufa-swMore:hover, a.ufa-swMore:focus {
    color: #fff;
}

.ufa-expIndustry > ul{
	font-size: 0px;
	margin: 0px -12px;
}

.ufa-expIndustry > ul > li{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 20%;
	padding: 0px 11px
}
.sc_custombanner .col-sm-24 {
    padding: 0;
}
/***shop by industry*****/

@media (min-width: 1200px){
.sc-shopbyindustry.container {
    width: 1200px;
}
}

@media (min-width:2000px){
.pbw-employer-holder.employer_holder ,.sc-shopmens ,.sc-shopprints ,.brand-categories ,.sc-shopall ,.sc-shopbyindustry ,.sc-shopwomentop {
   width:1200px;
   margin: 0 auto !important;
}
}



/***IMAGES***/
.sc-shopprints .scw-image img, .sc-shopmens .scw-image img ,.sc-shopall .scw-image img ,.sc-shopbyindustry .scw-image img ,.sc-shopwomentop .scw-image img {
    width: 100% !important;
}


/**Responsive view******/

@media screen and (max-width: 767px) {
    .scw-tollfree.scws-style-2>div {
        margin-top:0
    }

    .scw-tollfree {
        height: auto;
        margin-top: 20px
    }

    .sca-mrt-md-20 {
        margin-top: 0
    }

    .scw-shoppingcart.selling-online.sca-mrt-md-20 {
        margin-top: 0 !important;
        float: left
    }

    .scw-shoppingcart {
        text-align: left;
        position: absolute;
        top: -101px;
        right: 0;
        margin-top: 0 !important
    }

    .mini-storelogo {
        display: none;
    }

    .mini-storelogo img{
       display:none;
     }

    .scw-storeaddress a {
        color: #fff !important
    }


    .sct-top-bar ul {
        text-align: center;
        margin: 0;
        padding: 0
    }
  
    .sc-top-bar-left-cnt > p > span {
       text-align:center;
    }

    .scw-search.scws-style-1 .form-group {
        margin-top: 0
    }

    .scw-storelogo img {
        max-width: 104px;
        max-width: 120px
    }

    .scp-menu {
        margin-top: 0
    }

    .scw-search {
        height: auto;
        line-height: 22px
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }

    .scw-categoryproducts .scp-product {
        width: 99%;
        margin-bottom: 10px
    }

    .scw-storelogo>a {
       display: block;
       text-align: left;
    }

    .scw-storelogo>a {
       font-size: 18px;
    }

    .scw-shoppingcart.scws-style-2 .scw-cart-btn {
      float: right;
      padding-right:0;
    }

    .scp-menu .navbar-default .navbar-toggle {
        background: #103b5c !important;
        margin-top: -44px;
        margin-right: 20px;
        margin-bottom: 0px;
    }

    .scw-search.scws-style-1 .form-group {
       width: 85%;
    }

    .scw-search.scws-style-1 .form-group {
      margin-bottom: 10px;
    }
    .ufa-expIndustry {
      margin: 20px auto 0px;
     }

     .ufa-offers-scroll{ 
       margin: 12px auto;
       font-size:12px;
      }
    .ufa-expIndustry > ul > li{
        width: 50%;
        margin: 0px auto 24px;
     }
   .ufa-expIndustryCont > h3{
       margin: 0px;
    }

    .pbw-employer-holder.employer_holder ul {
       display: grid;
      grid-template-columns:1fr 1fr;
    }

   .subHeadings h2 {
       font-size: 20px;
       text-align:center;
    }

   .pbw-employer-holder.employer_holder p {
       font-size: 12px;
    }
  
    .brand-categories {
          display: grid;
           gap: 10px;
           grid-template-columns: 1fr 1fr;
    }
}

.nav>li>a {
    padding: 12px 12px;
}

/**store locator***/

.storeLocator-heading {
    text-align: center;
}

.storedist {
    float: right;
    margin: 8px;
}

.storeaddress {
    margin-bottom: 10px;
}

.storename {
    font-weight: bold;
    margin: 10px 0px;
    font-size: 130%;
}

.storephone {
    margin: 5px 0px;
}

.storeurl {
    margin: 5px 0px;
}

.storemisc1 {
    margin-top: 10px;
}

.storetimes TH {
    font-weight: bold;
    padding-right: 15px;
}

.result {
    padding: 6px 12px;
    margin: 5px;
    min-height: 100px;
    border: 1px solid #EAE9E9;
    color: #000000;
    background-color: #FCFCFC;
    background-image: -webkit-linear-gradient(top, #FCFCFC, #EAEAEA);;
    border-radius: 0.5em;
}

#results #searchgui DIV {
    display: inline-block;
}

div#searchguimain INPUT, SELECT, TEXTAREA, .autolocate A {
    margin-top: 11px;
    display: inline-block;
}

#country, #state, .searchtext {
    margin-right: 5px;
}

#resultsinterface {
    display: none;
    text-align: center;
    margin: 10px 20px;
}
#resultsinterface {
    display: none;
    text-align: center;
    margin: 10px 20px;
}



div#searchguimain {
    display: flex;
}

div#searchnumber {
    display: flex;
}

INPUT[type=submit], .btnal {
    font-size: 17px;
    margin-left: 4px;
}

#searchparam {
    white-space: nowrap;
    margin-top: 20px !important;
    font-size: 11px;
    color: #000;
    margin: 10px;
}

#results #searchgui DIV SELECT {
    margin-left: 5px;
    margin-right: 5px;
}

 div#searchguimain INPUT, SELECT, TEXTAREA {
    font-family: inherit;
    font-size: 17px !important;
    padding: 6px !important;
    display: inline-block !important;
    border: 1px solid #AAA !important;
    box-shadow: 0px 1px 3px #DDD inset !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-radius: 0.25em !important;
}

/*.btn {
    cursor: pointer;
    margin-top: 11px;
}*/

.subheading {
    color: #000;
    font-size: 11px;
}

.autolocate A {
  font-size:11px;
}


/***Group stores Banner***/

/***Group stores Banner***/

.sc-groupstore {
    background-image: url('https://cdn.sellerscommerce.com/images/5385/bg-1.jpg');
    background-size: cover;
}

.groupstore-logos img {
    width: 225px;
    /* margin-right: 33px; */
    background: #fff;
    padding: 40px;
}
.groupstore-logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.groupstore-logos a:nth-child(1), .groupstore-logos a:nth-child(2) {
            border-bottom: 1px solid #ccc;
}
.groupstore-logos a:nth-child(1), .groupstore-logos a:nth-child(3){
        border-right:1px solid #ccc
}
.sc-groupstore h1 {
    padding: 20px 0;
    font-size: 45px;
    font-weight: 600;
    margin: 0;
}

.sc-groupstore span {
    font-size: 25px;
    font-weight: 500;
    /* padding: 27px 20px; */
    margin: 20px 0;
}

.groupstore-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.groupstorecontent {
    /* padding: 40px; */
}

.groupstore-logos {
    padding: 48px 0;
}

/*.groupstore-logos img:hover{
    transform: rotate(0deg) scale(1.1);
   -webkit-transform: rotate(0deg) scale(1.1);
   -moz-transform: rotate(0deg) scale(1.1);
  }*/


@media (max-width:767px) {
  
   .groupstore-img img {
     display: none;
    }

    .groupstore-logos img {
        margin:0;
    }

    .groupstore-logos {
        padding:0;
    }

    .sc-groupstore span {
        padding: 0;
        font-size: 20px !important;
        margin: 44px 0;
    }
     .sc-groupstore h1 {
          padding:0 !important;
          font-size: 26px !important;
     }

    .groupstorecontent {
         padding: 20px !important;
    }
    
}
/*deals*/
.scpd-dealOffers{
	position: relative;
	text-align: center;
	border: 2px solid #f5f6f7;
	overflow: hidden;
}
.scpd-selctImg{
	display: block;
}
.scpd-offerContent{
	position: relative;
	padding: 20px;
	height: 166px;
}
.scpd-offerContent > b{
	display: block;
	font-size: 20px;
	text-transform: capitalize;
	margin: 0px auto 4px;
}

.scpd-offerContent > span{
	display: block;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
}
.scpd-offerContent > .scpd-useCode{
	display: block;
	color: #1c1e21;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
    margin: 0px auto 0px;
}
.scpd-selctImg > img{
	transform: scale(1);
    transition: 0.9s;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
}

.scpd-dealOffers:hover .scpd-selctImg > img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.scpd-bottomDown{
  margin:0px auto 50px;
}

.scws-style-2 .scw-subcategory-item span {
    background: rgb(42,74,152,0.8);
    color: #fff;
}
.scpd-clickToshop {
  position:absolute;
  left:0px;
  right:0px;
  bottom:20px;
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  margin: 10px auto 0px;
  border: 1px solid #103b5c;
  max-width: 138px;
  background-color: #103b5c;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.scpd-clickToshop:hover {
    color: #fff;
}
.scch-productInfo{
	position: relative;
	text-align: center;
	margin: 24px auto 0px;
}

.scch-productInfo > b{
	display: block;
	font-size: 18px;
	color: #2e2e2e;
	text-transform: uppercase;
}

.scch-productInfo > span{
	display: block;
	color: #545454;
	font-size: 14px;
	margin: 14px auto 30px;
	height: 40px;
}

.scch-shopProduct{
    display: block;
    max-width: 140px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #2e2e2e;
    text-transform: capitalize;
    margin: 0 auto;
    transition: 0.5s;
    z-index: 9;
}

.scch-shopProduct:hover{
  color:#fff;
}

.scch-showByproduct:hover{
	border: solid 1px #dbdbdb;
    box-shadow: 0 4px 15px 0 rgba(149, 149, 149, 0.5);
    overflow: hidden;
}

.scch-imgBuddy > img{
  margin: 0 auto;
	-webkit-transition: .35s;
	transition: .35s;
	-moz-transition: .35s;
}
.scch-showByproduct:hover .scch-imgBuddy > img{
	transform: rotate(0deg) scale(1.1);
    -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
}
.scw-carousel .owl-controls .owl-page.active span, .scw-carousel .owl-controls .owl-page:hover span{
  background-color:#2e2e2e;
}
.sc_customnewimg {
    background: url('https://cdn.sellerscommerce.com/images/5385/1134614.png');
    height: 331px;
    background-size: cover;
    border-radius: 4px;
}
/*home grid*/
.sc-fullgrid .scp-products-holder {
    width: 100%;
}
.sc-fullgrid .scp-product {
    width: 265px;
    / border: 0; /
    box-shadow: none;
    background: none;
    height: 424px;
}
.sc-fullgrid .scp-product:nth-child(4n){
    margin-right:0
}
.scp-p-code, .scp-p-price, .scp-p-hide-price-msg, .scp-p-title{
    background:none
}
.sc-fullgrid .scp-product .scp-p-image {
    height: 182px;
    padding: 0;
    margin: 0;
}
.scp-p-price-new {color: #101828;}
.scp-product:hover .scp-p-image img{transform: rotate(0);}

.sc_collection .scp-products-holder {
    width: 100%;
}
.sc_collection .scp-product {
    width: 273px;
    border: 0;
    box-shadow: none;
    background: none;
    height: 435px;
    margin-bottom: 0;
}

.sc_collection .scp-product .scp-p-image {
    height: 322px;
    padding: 0;
    margin: 0;
}
.sc_gridimg{
    margin-top:10px;
}
.sc_collection .col-sm-6, .sc-fullgrid .col-sm-6 {
    display: none;
}
.sc_collection .col-sm-18, .sc-fullgrid .col-sm-18 {
width:100%;
}
.scw-product-slider.scw-products.sc-fullgrid h4 span {
   color: #10284a;
}

.sc-aboutus p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.sc-aboutus {
    margin-left: auto;
}
.sc-aboutus h3 {
  color: #10284a;
}
.sc_overviewwidget.sc-overview-border:has(.notLoggedInWidget) {
    display: none;
}
.sc_horziontalborder:has(.notLoggedInWidget){
  display: none;
}

.womensclassics p {
  font-size:16px;
  font-weight:400;
  line-height:30px;
}

.sc-aboutus a {
  padding:12px 20px;
  border:1px solid #10284a;
  color:#10284a;
  font-size:16px;
  font-weight:500;
  display:inline-block;
  margin-top:10px;
}

.scpage-yourquota.sc-group-6963 .scp-product {
    height: 300px;
}

/**categories**/

.section-1,.section-2 {
    display: flex;
    gap: 10px;
}

.main-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.scp-footer {
    padding: 0 52px;
    position: relative;
}

.scw-tollfree a {
    color: #ffffff !important;
}

.scws-style-3.scw-tollfree>span>i {
    background: #ff7b00;
    border-color: #000000;
    border-width: 3px;
    color: #000000;
    width: 33px;
    height: 30px;
    font-size: 24px;
    line-height: 36px;
    border-radius: 25%;
    padding: 6px;
}

element.style {
    font-size: 18px;
}

.sc-store-cart.scws-style-1>a>i {
    color: #ffffff;
    font-size: 30px;
    top: 0;
}

.sc-store-cart.scws-style-1 .scw-cart-btn:after {
    color: #ff7b00 !important;
    font-weight: 600;
    left: 40px;
}

.scp-menu {
    background-color: #ff0000;
    border-top: 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .scp-menu .navbar-default .navbar-toggle {
        background: #ff7b00 !important;
        margin-top: -44px;
        margin-right: 20px;
        margin-bottom: 0px;
    }
}

.scw-shoppingcart.scws-style-1>a>span#scpc-cart-item-count {
    position: absolute;
    background: #ff0000;
    border-radius: 18px;
    min-width: 18px;
    min-height: 18px;
    line-height: 18px !important;
    padding-top: 0 !important;
    text-align: center;
    color: #fff;
    font-size: 10px !important;
    left: 15px;
}

/**hide storelocator**/

.sct-top-bar ul li:first-child {
  display: none;
}