body{

}

img{
    max-width: 100%;
}


.banner{
    height: 460px;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner .banner-content{
    padding-top: 5%;
    width: 35%;
}

.hero-title{width: 1300px;max-width: 100%;margin-right: auto;margin-left: auto;}

.hero-title .hero-title-box{
   width: 40%;
}

h1.main{
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 400;
}

h1.main strong{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    display: block;
}

h2.main{
    color: #D2B887;
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
}

h3.main{
    font-size: 30px;
    font-weight: 400;
    line-height: 54px;
}

.banner h1{
    font-size: 50px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    text-align: left;
}

.banner h2{
    color: #D2B887;
    font-size: 54px;
    font-weight: 400;
    line-height: 54px;
}

.banner h3{
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    margin-top: 20px;
}

.center-content {
    position: relative;
}

.center-content img{
    width: 100%;
}

.center-content .discoun-circle{
    height: 143px;
    width: 143px;
    text-align: center;
    line-height: 143px;
    background-color: #cab180;
    border-radius: 50%;
    font-size: 50px;
    font-weight: 700;
    position: absolute;
    margin-left: 20px;
    margin-top: 20px;
}


.accordion .card-body{
    padding: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C1C1C1;
}

.short-text{
    background-color: #CAB180;
    padding: 20px;
    font-size: 14px;
}


.main-content{
    margin-top: 50px;
    margin-bottom: 50px;
}


.sidebar-content{
    min-height: 98px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}

.sidebar-content h4{
    font-size: 24px;
    line-height: 30px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    text-transform: uppercase;
    width: 71%;
    font-weight: 700;
}


.product_page .company_data{
    margin-top: 50px;
}

.product_page .company_data img{
    margin-top: -125px;
}

.add_to_cart{
    width: 100%;
    padding: 0 20px;
}

.short-content{
    margin-top: 20px;
    padding-left: 20px;
}


.product_page .short-content .special{
    border: none;
    margin-top: 0;
}


.product_page .price_text.price_text_fixed .old_price{
    display: block;
    vertical-align: unset;
    margin-top: -20px;
    margin-bottom: -6px;
    font-size: 16px;
}


.gallery{
    display: flex;
    margin-top: 40px;
}

.gallery .images{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
}

.gallery .images a img{
    display: none;
}

.gallery .images a{
       width: 48.2%;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.gallery .video{
    width: 50%;
}

.gallery .video iframe{
    width: 100%;
    border: none;
    height: 370px;
}

.single_section{
    margin-bottom: 40px;
}


.single_section h2.section-title{
    font-size: 40px;
    margin: 0 auto;
    color: #292828;
    display: block;
    text-align: center;
    font-weight: 200;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    background-color: #CAB180;
    padding: 15px 0px;
    margin-bottom: 40px;
}

.single_section h2.section-title span{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}


.paginator_landing_page {

}

.paginator_landing_page .opinions {

}

.paginator_landing_page .opinion {
    display: none;
}

.paginator_landing_page .pagination-controls {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right;
}

.paginator_landing_page .page-numbers {
    margin-top: 10px;
    display: inline-block;
}

.paginator_landing_page .page-numbers span {
    /*    cursor: pointer;
        padding: 5px;
        margin: 0 2px;
        background-color: #007bff;
        color: #fff;
        border-radius: 3px;*/

    width: 30px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #cec7bc;
    margin-right: 5px;
    padding: 0px;
    text-align: center;
    line-height: 32px;
    color: #292828;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
}

.paginator_landing_page .page-numbers span:hover{
    opacity: 0.8;
    cursor: pointer;
}

.paginator_landing_page .page-numbers span.active {
    background-color: #cec7bc;
    border: 1px solid #cec7bc;
}

.paginator_landing_page button {
    cursor: pointer;
    width: 30px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #cec7bc;
    margin-right: 5px;
    padding: 0px;
    text-align: center;
    line-height: 32px;
    color: #292828;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    background-color: #ffffff;
}
.paginator_landing_page button img {
    width: 11px;
    margin-top: -3px;
}

.paginator_landing_page button.prev{
    transform: rotate(180deg);
}

.paginator_landing_page button:disabled {
    opacity: 0.3;
}

.paginator_landing_page .recipes_card {
    display: none;
}


.recipes_card .content{
    background-color: #ffffff;
}


.single_section.opinions_section{
    background-color: #ffffff;
}


.single_section.opinions_section .box{
    width: 100%;
    position: relative;
}


.single_section.opinions_section .box .rate{
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    width: 260px;
    vertical-align: top;
    border-right: 1px solid #979797;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single_section.opinions_section .box .rate .average{
    font-size: 32px;
    font-weight: 700;
}


.single_section.opinions_section .box .rate button{
    display: block;
    width: fit-content;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 28px;
    background-color: #D2B887;
    border: none;
    text-transform: uppercase;
    transition: .3s;
}

.single_section.opinions_section .box .rate button:hover{
    opacity: 0.8;
}


.single_section.opinions_section .box .all_opinions{
    display: inline-block;
    position: relative;
    width: 75%;
}


.single_section.opinions_section .grades{
    display: block;
    font-size: 14px;
}


.country-img{
    display: inline-block !Important;
}

.toggle-translation {
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
    margin-top: -20px;
}

.single_opinion {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #979797;
}


.opinions_arrows{

}

.opinions_arrows .arrow_box{
    width: 64px;
    height: 64px;
    background-color: #d2b887;
    border-radius: 50px;
    position: relative;
    text-align: center;
    line-height: 64px;
    position: absolute;
    top: 60px;
    right: -40px;
    transition: .3s;
}

.opinions_arrows .arrow_box:hover{
    cursor: pointer;
    opacity: 0.7;
}

.opinions_arrows .arrow_box img{
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.opinions_arrows .arrow_box.left_nav{
    right: unset;
    margin-left: -20px;
}

.slick_opinions{
    width: 90%;
    margin-left: 65px;
}


.questions .questions-box{
    margin-top: -30px;
    padding: 0px;
    margin-bottom: 20px;
}


.products_section .products{
    padding-top: 0px;
    padding-bottom: 0px;
}

.products_section .all_products{
    position: relative;
}

.opinions_arrows.products_arrows .arrow_box.left_nav{
    margin-left: -40px;
    top: 140px;
}

.opinions_arrows.products_arrows .arrow_box{
    margin-right: -10px;
    top: 140px;
}


.product_page .main_product_discount {
    position: absolute;
    top: unset;
    right: 14px;
    height: 143px;
    background-color: #cab180;
    font-weight: 700;
    text-align: center;
    line-height: 143px;
    border-radius: 50%;
    color: #292828;
    width: 143px;
    font-size: 50px;
    bottom: 15px;
}

.product_page .main_bg{
    background: none;
}

.accordion .card .card-header .btn-header-link{
    border-bottom: 1px solid #C1C1C1;
    margin-bottom: 10px;
}

.accordion .card{
    border: none;
}

.product_page .price_text.price_text_fixed .price{
    display: block;
}

.product_page .price .discount{
    position: absolute;
    margin-top: -8px;
}

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

    .banner{
        height: auto;
        width: 100%;
        min-height: 200px;
    }

    .banner .banner-content {
        padding-top: 5%;
        width: 50%;
        padding-bottom: 5%;
        margin-left: 30px;
        margin-right: 30px;
    }

    .banner h1{
        font-size: 39px;
    }


    .banner h2{
        font-size: 36px;
    }


    .banner h3{
        font-size: 27px;
    }

    .banner-img{
        margin: 0 auto;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 768px) {
    .banner .banner-content {
        padding-top: 7%;
        width: 59%;
        padding-bottom: 7%;
        margin-left: 15px;
    }

    .banner h1 {
        font-size: 26px;
        line-height: 33px;
    }

    .banner h2 {
        font-size: 31px;
        line-height: 31px;
    }

    .banner h3{
        font-size: 18px;
        line-height: 23px;
    }

    .center-content .discoun-circle{
        height: 113px;
        width: 113px;
        font-size: 40px;
        line-height: 113px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .short-content {
        padding-right: 20px;
    }

    .accordion{
        padding: 15px;
    }

    .gallery {
        flex-direction: column;
    }

    .gallery .images, .gallery .video {
        width: 100%;
        padding: 10px;
        padding-bottom: 0;
    }

    .gallery .images a{
        height: 134px;
    }

    .gallery .video iframe{
        height: 250px;
    }


    .product_page .main_product_discount{
        height: 115px;
        width: 115px;
        font-size: 40px;
        line-height: 115px;
    }


    .sidebar-content h4{
        font-size: 20px;
        width: 60%;
    }


    .single_section h2.section-title{
        font-size: 30px;
    }

    .single_section h2.section-title span{
        display: block;
    }


    .paginator_landing_page .pagination-controls{
        text-align: center;
    }

    .single_section.opinions_section .box .rate{
        width: 100%;
        border: none;
        border-bottom: 1px solid #979797;
        padding: 0px;
        padding-bottom: 20px;
    }


    .opinions_arrows .arrow_box{
        width: 45px;
        height: 45px;
        top: 22%;
    }

    .single_opinion p.heading{
        font-size: 20px;
        line-height: 30px;
    }

    .opinions_arrows .arrow_box img{
        width: 22px;
    }


    .single_section.opinions_section .box .all_opinions{
        width: 89%;
    }

    .slick_opinions {
        width: 83%;
        margin-left: 59px;
    }

    .opinions_arrows .arrow_box.left_nav{
        margin-left: 6px;
    }


    .questions .questions-box{
        width: 100%;
        margin-top: -100px;
    }

    .opinions_arrows.products_arrows .arrow_box.left_nav {
        margin-left: -1px;
        top: 103px;
    }

    .opinions_arrows.products_arrows .arrow_box {
        margin-right: 45px;
        top: 103px;
    }

    .products_section .all_products {
        padding: 15px;
    }


    .product_card{
        margin: 0px;
    }

    .single_section.opinions_section .box .rate .first{
        display: inline-block;
    }

    .single_section.opinions_section .box .rate button{
        display: inline-block;
        margin-left: 20px;
        vertical-align: top;
    }

    .products_section .products{
        padding-bottom: 0px;
    }


    .sidebar-content{
        margin-top: 15px;
    }

    .product_page .shop_info{
        padding: 15px 40px;
    }

    .product_page .company_data {
        margin-top: 95px;
        margin-bottom: 0px;
    }

    .main-content{
        margin-bottom: 20px;
    }


    .recipes_card{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }


    .recipes_card .bg{
        width: 39%;
        margin-bottom: 10px;
    }

    .recipes_card .content{
        height: 170px;
    }


    .month-products .questions .questions-box{
        margin-top: 0px;
    }


    .opinions_arrows .arrow_box {
        width: 30px;
        height: 30px;
        top: 50px;
    }

    .opinions_arrows .arrow_box img {
        width: 17px;
    }


    h1.main{
        font-size: 36px;
        margin-bottom: 20px;
    }

    h2.main{
        font-size: 30px;
        line-height: normal;
    }
    
    h3.main {
        font-size: 20px;
        line-height: normal;
    }
    
    
    .hero-title .hero-title-box{
        width: 100%;
        padding: 40px 20px;
    }


}