.htmlcontent-home a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.htmlcontent-home a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

#htmlcontent_top li:hover img,
#htmlcontent_top li:hover {
    z-index: 1;
}

#htmlcontent_top li {
    z-index: 0;
}

.display-left-reservation-soon .footer-block .row {
    display: flex;
    flex-wrap: wrap;
}

.display-left-reservation-soon .blog-title {
    text-align: left;
}

.display-left-reservation-soon .blog-desc {
    text-align: justify;
}

.hovered {
    z-index: 1;
}

.ajax_block_product.hovered .new-box {
    height: 85px;
}

.blockcarttop {
    max-width: 45% !important;
}

@supports (-webkit-appearance: none) {
    @media screen and (min-width: 992px) {
        .col-md-3, .col-xs-3, .col-lg-3 {
            max-width: 24.8%;
        }
        .col-md-4, .col-xs-4, .col-lg-4 {
            max-width: 33.3%;
        }
        .col-md-5, .col-xs-5, .col-lg-5 {
            max-width: 41.6%;
        }
        .col-xs-6, .col-md-6, col-lg-6 {
            max-width: 49.8%;
        }
        .col-xs-7, .col-md-7, col-lg-7 {
            max-width: 58.3%;
        }
        .col-xs-8, .col-md-8, col-lg-8 {
            max-width: 66.6%;
        }
        .col-xs-9, .col-md-9, col-lg-9 {
            max-width: 74.8%;
        }
        .col-xs-10, .col-md-10, col-lg-10 {
            max-width: 83.3%;
        }
        .col-xs-11, .col-md-11, col-lg-11 {
            max-width: 91.6%;
        }
    }
}

.row:before, .row:after {
    display: flex !important;
}

body {
    overflow-x: hidden;
    max-width: 100%;
}
