/* REVIEWS BEGIN */
.product-review-block-hidden {
    display: none;
}
/* REVIEWS END */

/* FAST ORDER BEGIN */
.fast-order-popup .btn_close {
    right: 10px;
}
.fast-order-popup .modal_window {
    width: 400px;
    min-height: 240px !important;
    top: -300px;
    padding: 30px;
}
.fast-order-popup .bg_fon {
    opacity: 0;
}
.fast-order-popup .fast-order-popup-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
.fast-order-popup .fast-order-popup-title-separator {
    width: 25%;
    margin-left: 37.5%;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #00BAE9;
}
.fast-order-popup .fast-order-popup-text {
    text-align: center;
}

.fast-order-popup .fast-order-popup-submit {
    margin-top: 20px;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.fast-order-popup .fast-order-popup-input-text {
    margin-top: 20px;
}
/* FAST ORDER END */
