.e-product-information .pv-text {
    color: #7c7c7c;
    font-size: 14px;
    text-transform: uppercase;
}

.e-product-title .pt-text {
    font-size: 35px;
    color: #000000;
}

.e-product-price .pp-price {
    font-size: 20px;
}

.reg-crossed {
    text-decoration: line-through;
    font-size: 16px !important;
}

.--bagde-sale {
    background: #ea0606;
    border-radius: 0px;
    letter-spacing: 1px;
}

/* FULL CALENDAR CSS CUSTOMIZE */
.fc .fc-toolbar h2 {
    font-size: 18px;
    font-weight: 900;
    color: #222;
}

button.fc-prev-button.fc-button.fc-button-primary {
    background: #fd552e;
    border: none;
}

button.fc-prev-button.fc-button.fc-button-primary:focus {
    background: #fd552e;
    border: none;
}

button.fc-next-button.fc-button.fc-button-primary {
    background: #fd552e;
    border: none;
}

button.fc-next-button.fc-button.fc-button-primary:focus {
    background: #fd552e;
    border: none;
}

button.fc-today-button.fc-button.fc-button-primary {
    background: #fae7e0;
    color: #000;
    text-transform: capitalize;
    border: none;
}

button.fc-today-button.fc-button.fc-button-primary:focus {
    background: #fae7e0;
    color: #000;
}

.fc .fc-button .fc-icon {
    font-size: 13px !important;
    vertical-align: middle;
}

.fc-view-harness.fc-view-harness-active {
    height: 300px !important;
}

.fc-highlight {
    background: #fae7e0 !important;
}

:root {
    --fc-non-business-color: none;
}

#calendar {
    height: 600px;
}
