.new-style a.img-holder {
    display: block;
}
.new-style .product-top-pic {
    width: 37.5%;
    padding: 0 46px 0 0;
}

.new-style .product-middle {
    width: 25%;
    float: left;
}
.new-style .product-middle h4 {
    font-family: "Dax-Medium", sans-serif;
    color: #766e64;
    font-size: 22px;
}
.new-style .product-middle {
    font-family: "Dax-Regular", sans-serif;
    color: #766e64;
    font-size: 20px;
    line-height: 24px;
}
.new-style .product-middle p {
    font-size: 18px;
}

.new-style .product-top-about {
    width: 37.5%;
}
.new-style .product-top-about p {
    font-family: "Dax-Regular", sans-serif;
    color: #766e64;
    font-size: 18px;
    letter-spacing:normal;
    padding: 0;
}

.new-style .under-title {
    text-align: center;
    position: relative;
}
.new-style .under-title {
    font-family: "Dax-Medium", sans-serif;
    color: #766e64;
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 90px;
}
.new-style .under-title:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #543825;
    height: 1px;
    width: 500px;
}

.new-style #product-ingredients {
    font-size: 18px;
}
.new-style .about-text-holder {
    font-size: 22px !important;
    font-family: "Dax-Medium", sans-serif !important;
    color: #3b2416 !important;
    margin-bottom: 25px !important;
    margin-top: 15px !important;
}

.new-style ul {
    padding-left: 20px;
    list-style-type: disc !important;
}
.new-style ul li{
    font-family: "Dax-Regular", sans-serif;
    color: #766e64;
    font-size: 18px;
    letter-spacing: normal;
    padding: 0;
    line-height: 24px;
}
.new-style .product-top-about {
    padding: 0 10px;
}

.new-style.single-product {
    background: none;
}

.new-style .product-top-pic .product-image {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.15);
}

.new-style .product-small-slider .single-slide.selected {
    border: 3px solid #766e64;
    position: relative;
}

.new-style .product-small-slider .single-slide {
    cursor: pointer;
    height: 127px;
}

.new-style .single-slide.selected:after, .new-style .single-slide.selected:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.new-style .product-small-slider .slick-list {
    padding-top: 30px;
}

.new-style .single-slide.selected:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
}
.new-style .single-slide.selected:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #766e64;
    border-width: 24px;
    margin-left: -24px;
}

.new-style .product-small-slider .single-slide {
    position: relative;
}

.new-style .single-slide img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.new-style .arrows-wrap {
    position: relative;
}
.new-style .arrows-wrap img {
    width: 16px;
}

.new-style .small-slider-arrow-left {
    transform: rotate(180deg);
    position: absolute;
    left: -40px;
    top: 150px;
    cursor: pointer;
}

.new-style .small-slider-arrow-right {
    position: absolute;
    right: -20px;
    top: 150px;
    cursor: pointer;
}
.new-style .product-top-pic .product-image {
    margin-bottom: 35px;
}

.new-style .slick-track > .slick-slide > div {
    margin-bottom: 24px;
}


/* Domestic and export */
.domestics-wrap {
    height: auto !important;
    padding-bottom: 200px;
}

.domestic-boxes {
    text-align: center;
}

.domestic-boxes .domestic-box {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    width: 280px;
}

.domestic-boxes .domestic-box .domestic-img {
    margin-bottom: 45px;
    box-shadow: -2px 4px 4.85px 0.15px rgba(0, 0, 0, 0.15);
    transition: all .2s linear;
    max-width: 280px;
}
@media only screen and (max-width: 1366px) {

    .domestic-boxes .domestic-box {
        width: 200px;
    }

    .domestic-boxes .domestic-box .domestic-img {
        width: 200px;
        height: 200px;
    }

    .domestic-boxes .domestic-box p {
        font-size: 20px
    }

}

@media only screen and (max-width: 1024px) {
    .domestic-boxes .domestic-box {
        margin-bottom: 45px;
    }
    .domestic-boxes .domestic-box .domestic-img {
        margin-bottom: 30px;
    }
}


.domestic-boxes .domestic-box:hover .domestic-img {
    box-shadow: -2px 4px 4.85px 0.15px rgba(0, 0, 0, 0.6);

}

.domestic-boxes .domestic-box .domestic-img img {
    width: 100%;
    height: 100%;
}

.domestic-boxes .domestic-box p {
    font-size: 24px;
    color: #311f13;
    font-family: "Dax-Medium", sans-serif;
    text-transform: uppercase;
}

.brands-hover-holder .category-slider-hover {
    display: none;
}

.brands-hover-holder {
    text-align: center;
}

.brands-hover-holder img {
    margin-bottom: 15px !important;
}

.brands-hover-holder p {
    display: inline-block;
    color: #766e64;
    font-family: "Dax-Medium", sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
}
.list-items a {
    min-height: 280px;
}
.list-holder {
    margin: 90px 0 105px;
}


.videos-holder .single-video-holder .video-holder img {
    width: 117%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media only screen and (max-width: 1024px) {

    .new-style .product-top-pic {
        width: 370px;
        padding: 0;
        margin: 0 auto 45px;
        float: none;
    }

    .new-style .product-middle, .new-style .product-top-about {
        width: 600px;
        margin: 0 auto 40px;
        float: none;
        padding: 0 ;
        text-align: center;
    }

}

@media only screen and (max-width: 768px) {

    .new-style .product-middle, .new-style .product-top-about {
        width: 100%;
        padding: 0 15px;
    }
    .new-style .under-title::after {
        width: 200px;
    }

    .domestic-boxes .domestic-box {
        display: block;
        margin: 0 auto 45px;
    }

}

@media only screen and (max-width: 480px) {

    .new-style .product-top-pic {
        width: 310px;
    }

    .new-style .small-slider-arrow-left {
        left: -20px;
    }

    .new-style .small-slider-arrow-right {
        right: -15px;
    }
    .new-style .under-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 360px) {
    .new-style .product-top-pic {
        width: 280px;
    }
}

.product-image #main-product-img {
    width: 100%;
}

.new-style .about-the-brand-text a {
    display: inline;
}

.new-style .about-the-brand-text a:hover {
    text-decoration: underline;
}

.new-style .product-desc .video-holder iframe {
    margin: 0 auto;
}

.new-style .footer-social a {
    padding-top: 100px;
    display: block;
}

.new-style .footer-social ul {
    padding-left: 0px;
}

.product-gallery.column {
    padding: 0px;   
    margin-bottom: 0px;
}

.big-image-wrap.column {
    width: 100%;
}
.big-image-holder.column {
    box-shadow: none !important;   
}

.all-recipes-single-holder img {
    padding-top: 110px;
}