.t-popup, .t-popup__bg, .t-zoomer__bg {
    background: rgba(0, 0, 0, 0.7) !important; 
}

.t-popup__container, .t-zoomer__container {
    background: transparent !important;
    box-shadow: none !important;
}

.t-zoomer__wrapper {
    background: none !important;
}



.t-input-error {
    color: #c40c0c !important;  
    font-size: 14px !important;  
    font-weight: bold !important;  
}



.t-input-error .t-form__errorbox-wrapper {
    background-color: rgba(128, 0, 32, 0.8) !important; 
    border: 2px solid #800020 !important; 
    padding: 10px !important;
    border-radius: 5px !important;
}


@media (max-width: 768px) {
  .your-logo-class {
    max-width: 150px; 
  }
}


@media (max-width: 668px) {
    .custom-menu { 
        height: 40px !important; 
    }
}
