.product-template-default .degressive-price-title {
    display: none;
}

.tiered-pricing-wrapper h3 {
    padding: 0 0 10px !important;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    font-family: var(--font-body);
    letter-spacing: 0;
    margin: 0 !important;
    float: left;
    width: 50%;
}

.email-alert {
    float: right;
    width: 50%;
    padding: 0 0 10px !important;
}

#tiered-pricing .shop_table {
    border-top: 1px solid;
}

#tiered-pricing {
    border-top: none!important;
    margin: 0 0 30px 0 !important;
}

.email-alert i {
    margin-left: 10px;
}

.email-alert-form {
    margin-top: 40px;
}

.alert-email__submit {
    float: right;
}

.button.btn-desactivated,
.button.btn-activated {
    background: #fed012 !important;
}

.button.btn-activated {
    cursor: pointer;
}

.email-alert-desc {
    margin-bottom: 25px;
}

#alert_email {
    border: 1px solid;
}

.alert-modal .w-popup-box-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    background: #fed012 !important;
    padding-right: 20px !important;
}

.alert-modal .alert-modal-closer {
    display: none;
}

.w-popup-box-title .alert-modal-closer-title {
    color: black !important;
    opacity: 1!important;
    position: relative!important;
    background: #fed012 !important;
    display: block !important;
    line-height: normal !important;
    width: auto !important;
}

.switch-alert {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch-alert input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.alert-products {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px !important
} 

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fed012;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fed012;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


@media screen and (max-width:767px) {
    #subscribe-btn {
        font-size: 3vw !important;
    }   
    
    .email-alert i {
        margin-left: 5px;
    }
    
    .alert-modal .w-popup-box-title {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    
    .alert-modal .w-popup-closer {
        height: auto;
    }
}
    