/* Add here all your css styles (customizations) */

a.svg-whatsapp, a.svg-messenger {
    color: #bbbbbb;
}
a.svg-whatsapp:hover, a.svg-whatsapp:active, a.svg-whatsapp:visited {
    color: #25d366;
}
a.svg-messenger:hover, a.svg-messenger:active, a.svg-messenger:visited {
    color: #0084ff;
}
img {
    max-width: 100% !important;
}
input:invalid {
    border-color: #ff0000;
    border-width: 2px;
    background-color: #ffdddd;
}
#calendar, .datepicker-dropdown-container, .datepicker-modal-container, .timepicker-modal, .timepicker-wrapper {
    line-height: 1.6 !important;
}
.datepicker-dropdown-container, .datepicker-modal-container, .timepicker-modal, .timepicker-wrapper {
    z-index: 9999 !important
}
.datepicker {
    padding: 0;
    line-height: inherit;
}
.tooltip p {
    color: #ffffff;
}
@media (max-width: 576px) {
    input[type="radio"] {
        width: 38px !important;
    }
}
.navbar.no-box-shadow {
    box-shadow: none !important;
}
.no-box-shadow {
    box-shadow: none !important;
}
.u-btn-orange {
    background-color: #A92f25;
}
.u-btn-orange:hover, .u-btn-orange.active {
    border-color: #8b251b;
    background-color: #8b251b;
}
.btn-outline-primary:hover {
    border-color: #8b251b !important;
    background-color: #8b251b !important;
}

/* .btn-secondary.dropdown-toggle:hover, .btn-secondary.dropdown-toggle:focus {
    background-color: #b579d2 !important;
} */


/* .btn-primary.dropdown-toggle:hover, .btn-primary.dropdown-toggle:focus {
    background-color: #A92f25 !important;
} */

.g-font-size-13 {
    font-size: 13px;
}
a:not(.btn):focus, a:not(.btn):hover {
    color: #A92f25 !important;
}
#product-description table {
    max-width: 100%;
}