/** Shopify CDN: Minification failed

Line 27:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/


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

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  #carthike-chat-button-container .whatsappbutton {
    margin-bottom: 50px !important;
}
    .Rise__widget-launcher.Rise__widget-launcher__Type__icon-text {
        background-position: 50% !important;
        margin-bottom: 43px !important;
    }
}
}

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

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}