/** Shopify CDN: Minification failed

Line 41:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
button.t4s-sticky-atc__atc.t4s-btn-loading__svg {
    background-color: #1D5DBA
!important;
}
button.t4s-sticky-atc__atc.t4s-btn-loading__svg:hover {
    background-color: #2BCA55 !important;
}
button.t4s-sticky-atc__atc.t4s-btn-loading__svg {
    border-radius: 5px !important;
}
.t4s-sticky-atc__qty {
    border-radius: 5px !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){
  
}