

body {
    overflow-x: hidden;
}


.horeca-content {
    margin-top: 25px;
}

.horeca-full-title {
    width: 100%;
    text-align: center;
    background-color: #fede00;
    padding: 50px 0;
}

.horeca-logo {
    width: 300px;
    margin-bottom: 25px;
}

.horeca-title {
    width: 275px;
}

.horeca-single-products {
    margin-top: 75px;
}

.horeca-single-product-info {
    position: relative;
    width: 80%;
    left: 0;
}

.horeca-single-first .horeca-single-product-info {
    top: 20%;
}

.horeca-single-left .horeca-single-product-info {
    top: 28%;
}

.horeca-single-right .horeca-single-product-info {
    top: 45%;
}

.horeca-single-product-image img {
    width: 90%;
}

.horeca-single-product-title {
    width: 450px;
    margin-bottom: 15px;
}

.horeca-single-product-info h2 {
    font-weight: bold;
    font-size: 46px;
    margin-bottom: 35px;
}

.horeca-single-product-info p {
    font-size: 36px;
    margin-bottom: 35px;
}

.horeca-single-product-ingredients img {
    width: 90px;
}

.horeca-single-right {
    position: relative;
}

.horeca-single-right .horeca-single-product-info {
    left: 15%;
}

.horeca-single-right .horeca-single-product-image {
    text-align: right;
}

.horeca-single-right {
    margin-top: -350px;
}

.horeca-single-left {
    margin-top: -200px;
}

.togo-products .horeca-single-right,
.togo-products .horeca-single-left {
    margin-top: 0;
}

.horeca-ecatalog-button {
    width: 100%;
    text-align: center;
    margin: 75px 0;
}

.horeca-ecatalog-button img {
    width: 350px;
}

.horeca-ecatalog-button a {
    transition: all 0.2s;
}

.horeca-ecatalog-button a:hover {
    opacity: 0.7;
    transition: all 0.2s;
}

.horeca-promo-items .horeca-single-product-image {
    margin-top: -0px;
}

@media (min-width: 992px) {

}

@media (min-width: 1369px) and (max-width: 1690px) {
    .horeca-single-product-info h2 {
        font-size: 28px;
    }

    .horeca-single-product-info p {
        font-size: 22px;
    }

    .horeca-single-product-title {
        width: 300px;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1368px) {
    .horeca-single-right {
        margin-top: -220px;
    }

    .horeca-single-left {
        margin-top: -100px;
    }

    .horeca-single-product-info {
        width: 80%;
    }

    .horeca-single-product-info h2 {
        font-size: 28px;
    }

    .horeca-single-product-info p {
        font-size: 22px;
    }

    .horeca-single-product-title {
        width: 300px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .horeca-single-right {
        margin-top: -75px;
    }

    .horeca-single-left {
        margin-top: -25px;
    }

    .horeca-single-product-info {
        width: 80%;
    }

    .horeca-single-first .horeca-single-product-info {
        top: 20%;
    }

    .horeca-single-left .horeca-single-product-info {
        top: 28%;
    }

    .horeca-single-right .horeca-single-product-info {
        top: 25%;
    }

    .horeca-single-product-info h2 {
        font-size: 24px;
    }

    .horeca-single-product-info p {
        font-size: 18px;
    }

    .horeca-single-product-title {
        width: 300px;
        margin-bottom: 15px;
    }

    .horeca-single-product-ingredients img {
        width: 75px;
    }
}

@media (max-width: 767px) {
    .horeca-full-title {
        padding: 25px 0;
    }

    .horeca-logo {
        width: 200px;
        margin-bottom: 15px;
    }

    .horeca-title {
        width: 200px;
    }

    .horeca-single-first,
    .horeca-single-right,
    .horeca-single-left {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .horeca-single-product-info {
        width: 95%;
        top: 0;
    }

    .horeca-single-first .horeca-single-product-info {
        top: 0%;
    }

    .horeca-single-left .horeca-single-product-info {
        top: 0;
    }

    .horeca-single-right .horeca-single-product-info {
        top: 0;
    }

    .horeca-single-product-info h2 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .horeca-single-product-info p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .horeca-single-product-title {
        width: 80%;
        margin-bottom: 15px;
    }

    .horeca-single-product-ingredients img {
        width: 45px;
    }

    .togo-products .horeca-single-right,
    .togo-products .horeca-single-left {
        margin-top: 50px;
    }

    .horeca-ecatalog-button img {
        width: 200px;
    }
}
