/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"
Line 57:0 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
{
  background-color: #03befc;
}

h1, h2, h3 {
color: #FFC20F !important;
}

.t4s-section-tittle{
color:#FFC20F !important;
}
.t4s-product-atc-qty .t4s-quantity-selector {
color:#FFC20F !important;
}
.t4s-product-atc-qty input.t4s-quantity-input{
color:#FFC20F !important;
.t4s-drawer[aria-hidden=false] {
background-color: #222222 !Important;
}

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

@font-face {
  font-family: 'Hunter';
  src: url('//5minutes.shop/cdn/shop/t/13/assets/Hunters.otf?2438') format('opentype');
  font-weight: normal;
  font-style: normal;
}
