/** Shopify CDN: Minification failed

Line 77:1 Expected "*/" to terminate multi-line comment

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-image-text-content {
direction:ltr
}
.flickityt4s-page-dots {
margin-top:10px !important
}
.t4s-nav__ul .t4s-icon-select-arrow {
opacity:1 !important
}
.t4s-mb__menu .t4s-img_catk_mb {
max-width:40px
}

.t4s-cat-title span.t4s-text, .t4s-image-text-heading, .t4s-btn, .t4s-shipping-title, .t4s-ins-title, .t4s-product__title, .t4s-product__title, h1 {
font-weight:800 !important
}
.t4s-product-title, .t4s-top-bar-text__item {
font-weight:700 !important
}

.rtl_true svg.t4s-btn-icon {
transform: rotate(180deg) !important;
}

ul#menu-mb__ul, ul#menu-mb__cat {
padding-right:0 !important
}
#t4s-mini_cart .t4s-drawer__bottom .t4s-btn__cart, #t4s-mini_cart .t4s-drawer__bottom .t4s-btn__checkout {
letter-spacing:0
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .mobile__only {
display:none
}
.slideshow2-font-dk {
font-size:20px
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

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

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .t4s-slideshow-item .t4s-slideshow-inner .t4s-content-wrap .t4s-content-position {
width:100% !important
}

.t4s-flicky-slider.t4s-dots-style-br-outline .dot.is-selected, .t4s-flicky-slider.t4s-dots-style-br-outline2 .dot.is-selected {
box-shadow: 0 0 0 2px #fff !important;
}
.t4s-flicky-slider.t4s-dots-style-br-outline .dot:before, .t4s-flicky-slider.t4s-dots-style-br-outline2 .dot:before {
background-color:white
}

/*.t4s-slideshow-inner a {
display:none
}
}