.uni-breadcrumbs {
    background-color: #F5F5F5;
    padding: 16px 0;
    font-size: 14px;
}

.wrap-hotel-single {
    padding: 60px 0;
}

.product-block-2 {
    padding: 20px 30px;
    border-radius: 8px;
    background-color: var(--primary-color);
}

.product-block-2 .product-title.product_title.entry-title {
    color: #FFF;
    padding-bottom: .3em;
    font-size: 1.5rem;
    border-bottom: 1px solid #FFF;
    text-transform: uppercase;
}

.product-block-2 .btn-booking {
    margin: 0;
}

.button.btn-booking {
    border-radius: 12px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
}

.button.white.btn-booking {
    color: #000 !important;
}

.wrap-hotel-single .section-title span,
.wrap-hotel-single .section-title-normal {
    border: 0;
    font-size: 1.125em;
}

.wrap-hotel-single .container.section-title-container {
    margin: 0;
}

.wrap-hotel-single .section-title-normal b {
    display: none;
}

.product-hotel-info {
    padding-top: 30px;
}

.form-consult input {
    height: 40px;
    border-radius: 5px !important;
}

.form-consult+.wpcf7-response-output {
    margin-top: 3em !important;
}

form.wpcf7-form {
    margin: 0;
}

.product-hotel-box .product-small.box {
    border: 0 !important;
    text-align: center;
    border-radius: 0;
}

.product-hotel-box .rate-wrap {
    display: none;
}

.product-hotel-box .product-small .product-title a {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-hotel-box .related-products-wrapper .product-section-title {
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.product-hotel-box .product-small .price-wrapper,
.product-small.box .box_button {
    display: none;
}

.product-hotel-box .product-small.box .box_button {
    display: block;
}

.product-hotel-box .product-small .box-text {
    display: block;
}

.box_button .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    min-width: 130px;
    min-height: 40px;
    font-weight: normal;
    border: 1px solid #ccc;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
}

.uni-toolbox {
    margin-bottom: 1.5em;
}

.woocommerce-products-header__title {
    margin-bottom: 30px;
}

.rebox-home blockquote {
    font-size: inherit;
    font-style: inherit;
}

.rebox-home .col-inner {
    padding: 40px;
    background-color: #fff;
}

.booking-form input[type=email],
.booking-form input[type=number],
.booking-form input[type=search],
.booking-form input[type=tel],
.booking-form input[type=text],
.booking-form input[type=url],
.booking-form textarea {
    border-radius: 5px;
    box-shadow: none !important;
    height: 43px;
    font-size: .875rem;
}

.booking-form .wpcf7 .wpcf7-submit {
    min-width: 100px;
    height: 40px;
    border-radius: 8px;
    margin-bottom: 0;
}

@media (min-width: 850px) {
    .product-hotel-box .product-small.col {
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
}

@media (min-width: 1600px) {

    .product-hotel-box .related-products-wrapper .product-section-title,
    .product-block-2 .product-title.product_title.entry-title {
        font-size: 1.8rem;
    }
}

@media (min-width: 1800px) {

    .product-hotel-box .related-products-wrapper .product-section-title,
    .product-block-2 .product-title.product_title.entry-title {
        font-size: 2.125rem;
    }
}

@media (max-width: 850px) {
    .wrap-hotel-single .product-gallery {
        margin-bottom: 30px;
    }

    .product-hotel-box .product-small.col {
        max-width: 50%;
        flex-basis: 50%;
    }
}

@media (max-width: 550px) {
    .form-consult input.wpcf7-submit {
        margin: 0;
        margin-top: 1em;
        width: 100%;
    }

    .wrap-hotel-single .small-flex-wrap .flex-col {
        margin: 0;
    }

    .product-thumbnails .col {
        max-width: 33.33% !important;
    }

    .product-hotel-box .product-small.col {
        max-width: 100%;
        flex-basis: 100%;
    }
}