/** Shopify CDN: Minification failed

Line 88:0 Expected identifier but found "\"style=\""
Line 88:31 Expected identifier but found bad string token
Line 88:32 Unterminated string token
Line 147:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
div#fsb_container {
    display: none!important;
}
.t4s-product a.t4s-pr-wishlist.is--added, .css_for_wis_app_true .t4s-product .t4s-pr-wishlist.is--added {
    transform: translate(0);

    visibility: visible;
    color: hsl(240deg 7% 62%);
    background-color: var(--wishlist-active-bg-cl);
}
.t4s-socials.t4s-setts-color-true a {
    color: hsl(240deg 7% 62%);
    background-color: var(--bg-cl);
    border-color: var(--cl);
}
.t4s-pr-style1 {
    --wishlist-cl: var(--pr-wishlist-color);
    --wishlist-bg-cl: tranparent !important;
    --wishlist-hover-cl: #454f5b;
--wishlist-active-bg-cl: transparent!important;
}
.t4s-product {
--wishlist-active-bg-cl:#f6f9fa!important;
}
.t4s-tab__title .t4s-tab__icon {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #5D6576;
    position: relative;
    display: block;
    flex: 0 0 auto;
    margin-left: 5px;

}
.is--tab-design__accordion .t4s-tab-wrapper>.t4s-tab__title[data-t4s-tab-item] {
    display: flex;
    background-color: white!important;
border-top: 1px solid #213B73 !important; 
}
.t4s-pr-style3 .t4s-product-badge {
    display: none;
}
 .t4s-cart__ttprice {
    font-size: 14px!important;
padding-right: 30px!important;
}
.t4s-newsletter__inner {
    border-radius: 0px!important;
}
.t4s-newsletter__inner .t4s-newsletter__submit {
    border-radius: 0px;
  }
.t4s-product .t4s-product-badge {
    display: none;

    display: none!important;
}
button, html input[type=button]:not(.t4s-btn), input[type=reset], input[type=submit]:not(.t4s-btn) {
    padding: 11px 15px;
    font-size: 14px!important;
  
}
span.t4s-text, h3.t4s-product-title,H1,H2,H3,H4,H5,button, span.t4s-tab__text,h3.t4s-product-title, .t4s-col-heading, .t4s-footer-menu .t4s-footer-title, .t4s-newsletter-parent .t4s-footer-title, .t4s-socials-title , .t4s-site-nav__icons{
    letter-spacing: 1.5px!important;
}
.t4s-top-collections {
    border-top: solid 0.5px var(--border-color);
    /* color: #213B73!important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .t4s-sub-menu t4s-pa t4s-op-0 t4s-pe-none t4s-current-scrollbar
element.style {
"style="left: -15px; top: 100%;"
}
.t4s-col-md-6.t4s-col-12.t4s-col-item.t4s-product__media-wrapper {
    padding-right: 82px;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .t4s-product-btns2 {
    display: none!important;
}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .t4s-drawer__header {
background-color :#e6e8ea!important;
text-align: center;
font-color:#ffffff!important;
}

.t4s-mb__menu .t4s-menu-item-has-children.is--opend>a, .t4s-mb__menu .t4s-menu-item-has-children.is--opend>a:hover, .t4s-mb__menu li>a:hover {
    background-color: unset!important;
}
.t4s-coll-style-12 .t4s-cat-title {   
margin-left:-5px!important;
}
.t4s-image-text-heading {
    margin-bottom: 20px;
    color: var(--imtxt-hd-color);
    font-weight: 600;
 font-size: 18px;
}
.h3 {
    font-size: 18px;
}


button.t4s-pp_cookies__accept-btn {
    padding: 10px 8px!important;
    min-width: 86px!important;
}
button.t4s-pp_cookies__decline-btn {
    margin-right: 8px;
    padding: 8px 8px;
 min-width: 75px;
}
a.t4s-pp_cookies__more-btn {
    margin-right: 8px;
}
.t4s-col-item.t4s-col-12.t4s-col-md-auto.t4s-popup_cookies_btns {
    padding: 0px;
}
}