/** Shopify CDN: Minification failed

Line 22:11 Expected ":"
Line 26:11 Expected ":"
Line 30:11 Expected ":"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-mini_cart__actions .t4s-quantity-cart-item {
  display: none;
}

.t4s-main-cart .t4s-quantity-cart-item {
  display: none;
}

.t4s-footer-menu ul {
font-family: Sora Regular;
font-weight 400;
}
.t4s-footer-raw-html  {
font-family: Sora Regular;
font-weight 400;
}
.t4s-text-bl {
font-family: Sora Regular;
font-weight 400;
}
.t4s-product-price del {
font-size: 16px;
}

.t4s-btn {
font-size: 20px;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- 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){
  
}