/** Shopify CDN: Minification failed

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

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
@media (min-width: 1025px) {
.t4s-wrapper__contentFull .t4s-section-inner>.t4s-container {
    padding-left: 148px;
    padding-right: 148px;
}
}

rez-notify-modal-content {top: 35% !important;}

.rez-notify-modal {
font-family: inherit !important;
}

.rez-notify-product-label {
display: none;
}

.rez-notify-variant-dropdown select {
   padding: 0px 15px !important;
}

.rez-stock-notification-button {
      margin-top: 0px !important;
    margin-bottom: 0px !important;

.rez-notify-modal-content {top: 35% !important;}

.rez-notify-modal {
font-family: inherit !important;
}

.rez-notify-product-label {
display: none;
}

.rez-notify-variant-dropdown select {
   padding: 0px 15px !important;
}

.rez-stock-notification-button {
      margin-top: 0px !important;
border-radius: 36px !important;
font-weight: 600 !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){
  
}