@media only screen and (min-width: 1024px) and (max-width: 1200px) {

}

@media only screen and (min-width: 767px) and (max-width: 1201px) {


    .product-additional-info .info-box {
        margin: 0 10px 40px 10px;
    }

    .product-additional-info {
        padding: 100px 0 300px;
    }

    .intro .intro-text h1 {
        font-size: 28px;
        line-height: 36px;
        padding: 0 0;
    }

    .space {
        padding: 50px 0
    }

    footer {
        padding: 50px 0 0px;
    }

    footer .main-logo {
        width: 100px;
    }

    .about p {
        margin: 0;
    }

    .heading {
        font-size: 32px;
        line-height: 40px;
    }

    .owl-carousel .owl-nav button img {
        width: 30px;
    }

    .owl-carousel .owl-nav button.owl-next {
        top: 50%;
        right: 25px;
        margin-top: -15px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: 50%;
        left: 25px;
        margin-top: -15px;
    }

    .intro .secondary-logo {
        bottom: 20px;
        right: 15px;
        width: 150px;
    }

    .intro .logo {
        top: 0;
        width: 100px;
        margin-left: -50px;
    }

    .carousel-indicators li {
        margin: 0 3px;
        font-size: 0;
        letter-spacing: 0;
    }

    .carousel-indicators {
        right: initial;
        top: initial;
        bottom: 20px;
        padding: 0 0 0 0;
    }

    @keyframes MoveUpDown {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-30px);
        }
    }

    .product-features .product-additional-info .info-box {
        margin: 0 30px 20px 30px;
    }

    .order .product-name {
        max-width: 100%;
    }

    .product-features .product-additional-info {
        padding-bottom: 20px;
    }

    .product-features .product-short {
        padding: 0 0;
        line-height: 24px;
    }

    .select-product .product-additional-info .info-box {
        display: inline-block;
        margin: 0 15px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .owl-carousel .owl-nav button img {
        width: 30px;
    }

    .owl-carousel .owl-nav button.owl-next {
        top: 50%;
        right: 25px;
        margin-top: -15px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: 50%;
        left: 25px;
        margin-top: -15px;
    }

    .space {
        padding: 50px 0;
    }

    .heading {
        margin: 0 0 20px 0;
        font-size: 22px;
        line-height: 30px;
    }

    .about p {
        font-size: 16px;
        line-height: 22px;
        margin: 0;
    }

    .about h5 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }

    .product-features .product-short {
        padding: 0;
    }

    .products .product .product-name {
        width: 100%;
        padding: 30px 0;
        font-size: 20px;
        line-height: 30px;
        left: 0;
    }

    .product-features .product-additional-info .info-box {
        margin: 0 0 20px;
        width: 49%;
        display: inline-block;
    }

    .product-features h5 {
        margin: 0 0 25px 0;
    }

    .product-features .product-additional-info {
        padding-bottom: 30px;
    }

    .order .product-name {
        max-width: 100%;
        text-align: center;
    }

    .order .order-total {
        margin-right: 0;
        text-align: center;
    }

    .order .qty {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .order .button {
        padding: 8px 65px;
        display: block;
        width: 100%;
    }

    .order {
        padding: 25px;
        text-align: center;
    }

    .order .product-info {
        display: block !important;
    }

    .order .product-info {
        text-align: center;
        margin: 0 0 5px 0;
    }

    .aromas {
        margin: 0 auto 20px;
        display: table;
        text-align: center;
    }

    .aromas li {
        margin-bottom: 5px;
    }

    .aromas img {
        height: 40px;
        display: inline-block;
        margin-right: 10px;
    }

    .select-product .sort {
        margin-bottom: 50px;
        text-align: center;
    }

    .select-product .sort:after,
    .select-product .region .region-info:after {
        right: 50%;
        bottom: -15px;
        margin-right: -30px;
    }

    .select-product .region {
        text-align: center;
    }

    .select-product .region .region-img {
        height: 100px;
        margin: 0 0 15px 0;
    }

    .select-product .product-additional-info .info-box {
        display: inline-block;
        margin: 0;
        width: 49%;
    }

    .select-product .product-additional-info .info-box .val {
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-features .product-characteristics {
        padding-top: 0;
        padding-bottom: 0;
    }

    .product-additional-info .heading {
        margin-bottom: 20px;
    }

    .product-features h2 {
        margin: 0 0 25px 0;
    }

    .product-additional-info .info-box {
        margin: 0 10px 40px 10px;
    }

    .product-additional-info {
        padding: 50px 0 20px;
    }

    .intro .secondary-logo {
        bottom: 10px;
        right: 15px;
        width: 100px;
    }

    .intro .logo {
        width: 60px;
        top: 0;
        margin-left: -30px;
    }

    .carousel-indicators li {
        margin: 0 3px;
        font-size: 0;
        letter-spacing: 0;
    }

    footer {
        padding: 50px 0 0px;
    }

    .carousel-indicators {
        right: initial;
        top: initial;
        bottom: 20px;
        padding: 0 0 0 0;
    }

    @keyframes MoveUpDown {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-20px);
        }
    }

    .select-product .region .region-img {
        display: none;
    }

    .select-product .region-city {
        display: inline-block;
    }

    .select-product .region .region-info img {
        margin-left: 6px;
    }

    .select-product .sort {
        margin-bottom: 20px;
    }

    .intro .intro-text h1 {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        padding: 0 0;
        letter-spacing: 0px;
    }

}


@media screen and (orientation: landscape)
and (min-device-width: 0)
and (max-device-width: 767px) {

    .product-features .product-additional-info .info-box {
        margin: 0 15px 20px;
    }

    .select-product .sort {
        margin-bottom: 20px;
    }

    .select-product .region .region-img {
        display: none;
    }

    .select-product .region-city {
        display: inline-block;
    }

    .select-product .region .region-info img {
        margin-left: 6px;
    }

    .intro intro-text h1 {
        font-weight: bold;
        font-size: 26px;
        line-height: 32px;
    }

    .product-features .product-additional-info .info-box {
        width: initial;
        margin: 0 20px 30px;
    }
}