.header-hero{
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 40px;
    border-radius: 36px;
    cursor: pointer;
}

.landingpage h1{
    font-size: 64px;
    background-color: #FAFAFA;
    width: max-content;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 20px 40px;
    border-bottom-left-radius: 36px;
    font-family: 'Playfair Display', serif;
}


.landingpage h1::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-mask-image: radial-gradient(circle at top left, transparent 36px, black 36px);
    mask-image: radial-gradient(circle at top left, transparent 36px, black 36px);
    background: #fafafa; /* mask deluje prek vsebine */
    margin-left: -36px;
    transform: rotate(270deg);
}

.landingpage h1::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-mask-image: radial-gradient(circle at top left, transparent 36px, black 36px);
    mask-image: radial-gradient(circle at top left, transparent 36px, black 36px);
    background: #fafafa; /* mask deluje prek vsebine */
    bottom: -36px;
    transform: rotate(270deg);
    right: -4px;
}

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


.header-hero .tag{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    height: 68px;
    background-color: #120701;
    width: max-content;
    line-height: 68px;
    border-radius: 100px;
    padding: 0 25px;
    font-family: 'Playfair Display', serif;
    position: absolute;
    bottom: 0px;
}

.header-hero .tag.tag1{
    bottom: 135px;
    left: -33px;
    transform: rotate(352deg);
}

.header-hero .tag.tag2{
    bottom: 43px;
    transform: rotate(2deg);
    left: 29px;
}

.landingpage .customers-box{
    position: absolute;
    bottom: 0px;
    right: 100px;
    display: flex;
    background-color: #FAFAFA;
    border-top-right-radius: 36px;
    border-top-left-radius: 36px;
    height: 103px;
    width: max-content;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.landingpage .customers-box:before{
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-mask-image: radial-gradient(circle at top left, transparent 36px, black 36px);
    mask-image: radial-gradient(circle at top left, transparent 36px, black 36px);
    background: #fafafa;
    margin-left: -36px;
    bottom: -4px;
}

.landingpage .customers-box:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-mask-image: radial-gradient(circle at top left, transparent 36px, black 36px);
    mask-image: radial-gradient(circle at top left, transparent 36px, black 36px);
    background: #fafafa;
    bottom: -4px;
    transform: rotate(90deg);
    right: -36px;
}

.landingpage .customers-box img{
    width: 116px;
    height: 56px;
    margin-right: 20px;
}

.landingpage .customers-box .text{
    font-size: 24px;
    width: 310px;
    line-height: 30px;
    font-weight: 500;
    color: #5E5F5F;
}

.landingpage .customers-box .text strong{
    color: #CAB180;
    font-weight: 500;
}



.landingpage .cta1{
    border-radius: 6px;
    background-color: #CAB180;
    height: 56px;
    line-height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    width: max-content;
    margin-top: 30px;
    margin-bottom: 20px;
}

.landingpage .cta1:hover{
    opacity: 0.8;
}

.landingpage .cta1:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}


.explore-box{
    border: 1px solid #CAB180;
    border-radius: 6px;
    display: flex;
    margin-bottom: 50px;
    height: 136px;
    align-items: center;
    padding: 0 30px;
    margin-top: 70px;
    background-color: #F6F5F5;
}

.explore-box .text{
    flex: 0 0 75%;
}


.update-page h2{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
}

.update-page h2 strong{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;

}


.explore-box .text h2{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 11px;
}

.explore-box .text h3{
    font-size: 24px;
}

.explore-box a{
    border-radius: 6px;
    background-color: #3E2910;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: max-content;
    margin-left: auto;
    text-transform: uppercase;
}


.explore-box a:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    filter: invert(1);
}

.explore-box a:hover{
    opacity: 0.8;
}

.container-fluid {
    width: 1400px;
    max-width: 94%;
    padding: 0px;
}


.products h2{
    font-family: 'Playfair Display', serif;
    font-size: 60px;
}

.products h2 strong{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}

.reviews{
    margin-top: 150px;
}

.reviews h2{
    margin-bottom: 30px;
}

.reviews-container {
    display: flex;
    gap: 20px;
    padding: 40px 0px;
    overflow: hidden;
    height: 820px;
    position: relative;
}

.reviews-container:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to top, white 0%, transparent 100%);
    pointer-events: none;
}

.column {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 100%;
}
#col-1 .inner, #col-3 .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column-reverse;
    will-change: transform;
}
#col-2 .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    will-change: transform;
}
.review-card {
    background: #F6F5F5;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 20px;
    height: 260px;
    box-sizing: border-box;
    transition: transform 0.3s;
    position: relative;
}
.review-card img {
    /*    width: 100%;
        border-radius: 12px;
        margin-bottom: 10px;*/
}

.review-card.review-img{
    padding: 0px;
    overflow: hidden;
    height: 100%;
    height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 36px;
}

/*.review-card.review-img img{
   height: 100%;
}*/


.review-card .top{
    display: flex;
}

.review-card .top .author-review{
    font-weight: 700;
    color: #5E5F5F;
    flex: 0 0 70%;
    font-size: 18px;
}


.review-card .top .author-review .verified-buyer{
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #CAB180;
}

.review-card .top .author-review .verified-buyer img{
    vertical-align: middle;
    margin-top: -6px;
}

.review-card .top .date{
    flex: auto;
    text-align: right;
    font-size: 16px;
}

.review-card .rating-box{
    margin-bottom: 20px;
}

.review-card .rating-box ul{
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
    line-height: unset;
}

.review-card .rating-box ul li{
    margin-right: 5px;
}

.review-card .rating-box ul li img{
    width: 18px;
}

.review-card .description{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.review-card a{
    font-size: 17px;
    text-decoration: underline;
    color: #120701;
    position: absolute;
    bottom: 12px;
    right: 23px;
    font-weight: 700;
}

.review-card a:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.ugc-section {
    padding: 0px 20px;
    margin-bottom: 60px;
    padding-top: 40px;
}

.ugc-section h2{
    margin-bottom: 40px;
}

.ugc-carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px;
}

.ugc-card {
    width: 320px;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: .3s;
    position: relative;
}

.ugc-card:hover{
    opacity: 0.7;
}

.ugc-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ugc-card img.play-btn{
    position: absolute;
    z-index: 100;
    object-fit: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
}

.ugc-card.offset {
    margin-top: 30px;
}

#see-more-btn {
    cursor: pointer;
    line-height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 30px;
    background: none;
    border: none;
    text-transform: uppercase;
}

#see-more-btn:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

/* Lightbox */
.ugc-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #403B36BF;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: scroll;
}

.ugc-lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.ugc-lightbox img,
.ugc-lightbox video{
    max-width: 90%;
    max-height: 800px;
    border-radius: 12px;
    margin: 0 auto;
    display: block;
}


.ugc-lightbox iframe{
    min-width: 815px;
    border-radius: 12px;
    margin: 0 auto;
    display: block;
    height: 460px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    height: 51px;
    width: 51px;
    background: #3E291073;
    z-index: 1;
    display: flex;
    align-items: center;
}

.close-btn:hover{
    background-color: #000000;
}

.hidden {
    display: none;
}


.newsletters-box{
    display: flex;
    background-color: #120701;
    border-radius: 36px;
    align-items: center;
    overflow: hidden;
}

.newsletters-box .bg-box{
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
}

.newsletters-box .content{
    width: 50%;
    padding: 20px 40px;
    color: #ffffff;
    font-size: 24px;
}

.newsletters-box .content h2{
    font-size: 60px;
    color: #CAB180;
    margin-bottom: 20px;
}

.newsletters-box .content h2 strong{
    display: block;
}

.newsletters-box .content .text{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 10px;
}

.newsletters-box .content input{
    height: 56px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 18px;
    padding:  0 20px;
    border: none;
    margin-top: 20px;
}

.newsletters-box .content button{
    border-radius: 6px;
    background-color: #CAB180;
    height: 56px;
    line-height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: max-content;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    transition: .3s;
}

.newsletters-box .content button:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.newsletters-box .content button:hover{
    opacity: 0.8;
}


.cake-convert{
    display: flex;
    background-color: #120701;
    border-radius: 36px;
    align-items: center;
    overflow: hidden;
    margin-top: 80px;
}

.cake-convert .bg-box{
    height: 305px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50%;
}

.cake-convert .content{
    width: 50%;
    padding: 20px 40px;
    font-size: 24px;
    color: #ffffff;
    /* font-weight: 300; */
}

.cake-convert .content h3{
    font-size: 36px;
    color: #CAB180;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.cake-convert .content h3 strong{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}


.cake-convert .content .text{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 10px;
}


.cake-convert .content .cta-cake{
    border-radius: 6px;
    background-color: #CAB180;
    height: 56px;
    line-height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: max-content;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    transition: .3s;
}

.cake-convert .content .cta-cake:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}


.cake-convert .content .cta-cake.cta-add-to-cart:after{
    background-image: url(../../images/mc/update/cta-cart.svg);
    height: 21px;
    width: 18px;
    margin-left: 10px;
}

.cake-convert .content .cta-cake:hover{
    opacity: 0.8;
}

.why{
    margin-top: 100px;
}

.why h2{
    margin-bottom: 50px;
}

.why .why-card{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.why .why-card img.main{
    height: 672px;
    max-width: 100%;
    flex: 1;
}
.why .why-card .content{
    flex: auto;
    /* margin-left: 30px; */
    flex: 1;
}
.why .why-card .content ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.why .why-card .content ul li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 55px;
}

.why .why-card .content ul li img{
    vertical-align: top;
    margin-right: 16px;
    margin-top: -15px;
    width: 64px;
}

.why .why-card .content ul li .text{
    font-size: 24px;
}

.why .why-card .content ul li .text h3{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.why .why-card .content ul li .text div{
    font-size: 24px;
}


.product-page-why .why-card .img-box{
    flex: 1;
    height: 600px;
    max-width: 100%;
    text-align: center;
}

.product-page-why .why-card .img-box img{
    width: auto;
    height: 100%;
    /*    max-height: 80%;*/
    border-radius: 36px;
}


.why.product-page-why .cta-add-to-cart{
    border-radius: 6px;
    background-color: #CAB180;
    height: 56px;
    line-height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: max-content;
    border: none;
    transition: .3s;
    margin: 0 auto;
    margin-top: 30px;
}


.why.product-page-why .cta-add-to-cart:hover{
    opacity: 0.8;
}

.why.product-page-why .cta-add-to-cart:after {
    content: '';
    display: inline-block;
    background-image: url(../../images/mc/update/cta-cart.svg);
    height: 21px;
    width: 18px;
    margin-left: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}


.academy-section{
    border-radius: 36px;
    background-color: #F0ECEC;
    overflow: hidden;
    margin-top: 120px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.academy-section img.main{
    height: 100%;
    width: 400px;
}


.academy-section .content{
    flex: auto;
    padding: 50px;
    font-weight: 400;
    font-size: 24px;
}


.academy-section .content h2{
    margin-top: 10px;
}


.academy-section .content .masters{
    display: flex;
    gap: 25px;
    margin-top: 20px;
}

.academy-section .content .masters .single-master{
    display: flex;
    gap: 10px;
}

.academy-section .content .masters .single-master img{
    width: 36px;
    height: 36px;
}

.academy-section .content .masters .single-master .description{
    font-size: 14px;
}


.academy-section .content .masters .single-master .description h3{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: -2px;
}

.academy-section .content a.main{
    border-radius: 6px;
    background-color: #CAB180;
    height: 56px;
    line-height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: max-content;
    margin-top: 30px;
}

.academy-section .content a.main:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.academy-section .content a.main:hover{
    opacity: 0.8;
}

.team{
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.team .team-box{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.team img.main{
    width: 610px;
}

.team .content{
    flex: auto;
    margin: 50px;
    font-size: 24px;
}

.team .content h3{
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.team .content h3 strong{
    color: #CAB180;
    font-weight: 400;
}

.team .content .main-cta{
    line-height: 56px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-top: 30px;
    height: auto;
    padding: 0px;
    border: none;
    box-shadow: none;
    border: none;
    border-radius: unset;
}

.team .content .main-cta:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.team .content .main-cta:hover{
    opacity: 0.8;
}


.team .tags{

}

.team .tags .tag{
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    height: 50px;
    background-color: #120701;
    width: max-content;
    line-height: 50px;
    border-radius: 73px;
    padding: 0 25px;
    font-family: 'Playfair Display', serif;
    position: absolute;
    right: 0px;
    top: 0px;
}

.team .tags .tag.tag1{
    transform: rotate(-8deg);
}

.team .tags .tag.tag2{
    transform: rotate(5deg);
    margin-top: 72px;
    min-width: 180px;
}

.faq{
    margin-top: 50px;
    margin-bottom: 50px;
}

.faq.faq-product{
    margin-top: 100px;
}


.faq h2{
    text-align: center;
}

.faq a.main{
    line-height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 30px;
}

.faq a.main:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.faq a.main:hover{
    opacity: 0.8;
}

.faq .accordion{
    width: 1040px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 50px;
}

.faq .accordion .card{
    border: none;
    background-color: #F0ECEC;
    border-radius: 16px;
    margin-bottom: 15px;
}

.faq .accordion .card .card-header .btn-header-link{
    font-size: 24px;
    text-transform: none;
    padding: 18px 20px;
}

.faq .accordion .card-body{
    font-size: 18px;
    text-align: left;
    line-height: normal;
    color: #5E5F5F;
    padding: 20px 20px;
    padding-top: 0;
}

.faq .accordion .card .card-header .btn-header-link.collapsed:after{
    height: 45px;
    background-image: url(../../images/mc/update/plus.svg);
    background-size: 16px;
    width: 45px;
}


.products{

}

.title-box{
    display: flex;
    margin-bottom: 50px;
}

.title-box a{
    line-height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    margin-left: auto;
    margin-top: 20px;
    text-transform: uppercase;
}

.title-box a:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.title-box a:hover{
    opacity: 0.8;
}


.update-page .product_card button{
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0px;
    height: 48px;
    background-color: #CAB180;
    font-size: 18px;
    letter-spacing: normal;
    transition: .3s;
}

.update-page .product_card .top:hover{
    opacity: 1;
}


.update-page .product_card button:hover{
    background-color: #C6AB78;
}

.update-page .product_card:hover .content.stock .price_box, .update-page .product_card:hover .content.stock .ratings, .update-page .product_card:hover .content.stock .grades{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
}


.update-page .product_card .content .price_box{
    text-align: left;
}

.update-page .product_card .top{
    height: 295px;
    border-radius: 36px;
}

.update-page .product_card .content .price, .product_card .content .old_price{
    font-size: 16px;
}


.update-page .rating-box{
    height: 20px;
    display: block;
    margin-bottom: 10px;
}


.update-page .product_card .top .discount{
    background-color: #EF5450;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 6px;
}

.categories{
    margin-bottom: 100px;
    margin-top: 100px;
}

.categories .category-card{
    display: block;
    height: 470px;
    border-radius: 40px;
    text-align: left;
    display: flex;
    /* justify-content: center; */
    align-items: flex-end;
    padding-bottom: 15px;
    padding: 20px 23px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.categories .category-card:after{
    content: '';
    display: block;
    background: linear-gradient(180deg, rgba(62, 41, 16, 0) 0%, rgba(62, 41, 16, 0.486571) 75%, rgba(62, 41, 16, 0.65) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: background 0.1s ease-in-out;
}

.categories .category-card h3{
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    z-index: 1;
}


.categories .category-card:hover:after{
    background: linear-gradient(180deg, rgba(62, 41, 16, 0) 0%, rgba(62, 41, 16, 0.673714) 75%, rgba(62, 41, 16, 0.9) 100%);
}

/* navigation */


.second_nav.second_nav_new{
    text-align: left;

}

.second_nav.second_nav_new li{
    font-size: 16px;
    margin-right: 30px;
}

.main-body-mc .second_nav li.discount_box a{
    background-color: #F0ECEC;
}

.search_preview .text {
    display: none;
}

.main-body-mc .main_nav .nav_brand{
    text-align: left;
}


.main-body-mc .first_nav{
    text-align: left;
}

.main-body-mc .main_nav{
    background-color: #FAFAFA;
}


.product-section-card{
    background-color: #F6F5F5;
    border-radius: 16px;
    border: 1px solid #EAE8E3;
    padding: 20px;
    margin-bottom: 30px;
}


.product_page.product_page_update .stock{
    display: inline-flex;
    margin: 0;
    text-transform: uppercase;
    vertical-align: middle;
}


.product_page h1{
    font-size: 36px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}

.product_page .grades {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}


.product-section-card .pricing{
    margin-top: 30px;
}

.product-section-card .pricing .old_price{
    font-size: 18px;
    font-weight: 600;
    color: #5E5F5F;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 10px;
}


.product-section-card .pricing .price{
    display: inline-block;
    font-size: 32px;
}

.product-section-card .pricing .per_kg{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    margin-top: -5px;
}


.product-section-card .tax{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #120701;
    vertical-align: middle;
    margin-top: -4px;
}


.product-section-card .short{
    font-size: 18px;
    margin-bottom: 30px;
}


.product-section-card .product_page.product_page_update .quantity_wrap{
    display: inline-block;
}

.product-section-card .add_to_cart.main_add_to_cart{
    display: inline-block;
    width: auto;
    margin-left: 20px;
    background-color: #CAB180;
    margin: 0px;
    margin-left: 20px;
    height: 56px;
    font-size: 18px;
    transition: .3s;
}

.product-section-card .add_to_cart.main_add_to_cart:hover{
    opacity: 0.8;
}

.product-section-card .add_to_cart.main_add_to_cart img{
    margin: 0px;
    margin-left: 5px;
    margin-top: 2px;
}

.product-section-card .quantity .pro-qty{
    height: 56px;
    width: 131px;
    border: 1px solid #CAB180;
    background: none;
}

.product-section-card .quantity .pro-qty .qtybtn{
    width: 30px;
    line-height: 56px;
    color: #CAB180;
    font-size: 24px;
}

.product-section-card .quantity .pro-qty input{
    width: 50px;
    line-height: 56px;
    height: 56px;
    font-size: 18px;
    color: #CAB180;
}

.product_page.product_page_update .quantity_wrap{
    margin: 0px;
}


.product_page .others_images .other_image_bg{
    border-radius: 14px;
}

.product_page .main_bg{
    border-radius: 36px;
}

.product-section-card h2{
    font-size: 24px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    text-transform: unset;
    margin-bottom: 18px;
}

.product_page .right_price_box .best_buy{
    left: unset;
    border-radius: unset;
    border-bottom-right-radius: 8px;
    margin-right: 0px;
    display: block;
    background-color: #750D0B;
    width: fit-content;
    padding: 0 10px;
    position: relative;
    top: unset;
    margin-top: -10px;
    margin-left: -17px;
    margin-bottom: 10px;
}

.product_page .right_price_box .best_buy.super_price{
    background-color: #225F30;
}

.product_page .right_price_box .right-button-box{
    display: flex;
    gap: 15px;
    display: flex;
    gap: 15px;
}

.product_page .right_price_btn.right_price_btn_hu{
    font-size: 13px;
}

.product_page .right_price_btn.right_price_btn_hu .old{
    font-size: 13px;
}

.product_page .right_price_btn {
    flex: 1;
    padding: 0px;
    height: 92px;
    flex: 0 0 33.3333%;
    box-sizing: border-box;
    flex: 0 0 calc((100% - 30px) / 3);
    border-radius: 8px;
    text-align: left;
    padding: 0 17px;
    overflow: hidden;
    color: #5E5F5F;
    font-weight: 700;
}

.product_page .right_price_btn h3{
    color: #292828;
    font-size: 18px;
    font-weight: 700;
}


.product_page .right_price_btn .procentage{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
    font-weight: 700;
    background-color: #CAB180;
    height: 28px;
    padding: 0 10px;
    border-bottom-left-radius: 8px;
    line-height: 28px;
    color: #ffffff;
    margin-left: 10px;
}


.product_page .right_price_btn .old{
    display: inline-block;
    font-size: 16px;
    color: #999999;
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 8px;
}

.subscriptions_products.product-section-card li{
    width: 100%;
    margin: 0px;
    display: block;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #EAE8E3;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}


.influencer .hero{
    display: flex;
    gap: 50px;
    margin-top: 30px;
    align-items: center;
    margin-bottom: 50px;
}

.influencer .hero .bg-img{
    height: 720px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    position: relative;
}


.influencer .hero .content{
    flex: 1;
    font-size: 24px;
}

.influencer .hero .content h1{
    font-size: 65px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
    color: #5E5F5F;
}

.influencer .hero .content a{
    border-radius: 6px;
    background-color: #CAB180;
    height: 56px;
    line-height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    display: inline-block;
    width: fit-content;
    text-align: center;
    padding-right: 20px;
    text-transform: uppercase;
}

.influencer .hero .content .text{
    margin-bottom: 40px;
    padding-right: 15px;
}

.influencer .hero .content a:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.influencer .hero .content a:hover{
    opacity: 0.8;
}

.influencer .hero .content a.cta1{

}

.influencer .hero .content .signature{
    display: block;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.influencer .hero .content a.cta2{
    background: none;
    border: 2px solid #3E2910;
    vertical-align: middle;
    margin-left: 10px;
}

.influencer .hero .tag{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    height: 68px;
    background-color: #120701;
    width: max-content;
    line-height: 68px;
    border-radius: 100px;
    padding: 0 25px;
    font-family: 'Playfair Display', serif;
    position: absolute;
    bottom: 0px;
}

.influencer .hero .tag.tag1{
    bottom: 79px;
    left: 30px;
    transform: rotate(352deg);
}

.influencer .hero .tag.tag2{
    bottom: -25px;
    transform: rotate(2deg);
    left: 70px;
}


.influencer .story{
    text-align: center;
    margin-top: 100px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.influencer .story h2{

}

.influencer .story  .text{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #292828;
    width: 57%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 70px;
}


.influencer .gallery{

}

.influencer .gallery img{
    height: 315px;
    width: 240px;
    border: 5px solid #FAFAFA;
    border-radius: 36px;
    object-fit: cover;    /* naj slika zapolni okvir */
    object-position: center; /* naj se izreÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾e iz centra */
}

.influencer .gallery img.first{
    transform: rotate(12deg);
}

.influencer .gallery img.last{
    transform: rotate(348deg);
    position: relative;
    z-index: 3;
    margin-left: -20px;
}

.influencer .gallery img.second{
    z-index: 2;
    position: relative;
    margin-left: -30px;
}


.recipes{
    margin-bottom: 100px;
}


.influencer .recipes{
    margin-top: 60px;
}

.recipes h2{
    margin-bottom: 30px;
}

.recipes .recipe-card{
    display: block;
    height: 360px;
    border-radius: 40px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
    padding: 20px 23px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.recipes .recipe-card:after{
    content: '';
    display: block;
    background: linear-gradient(180deg, rgba(62, 41, 16, 0) 0%, rgba(62, 41, 16, 0.486571) 75%, rgba(62, 41, 16, 0.65) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: background 0.1s ease-in-out;
}

.recipes .recipe-card h3{
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-left: 20px;
}


.recipes .recipe-card:hover:after{
    background: linear-gradient(180deg, rgba(62, 41, 16, 0) 0%, rgba(62, 41, 16, 0.673714) 75%, rgba(62, 41, 16, 0.9) 100%);
}


.promocodes-box{
    display: flex;
    background-color: #F0ECEC;
    border-radius: 36px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 20px;
}


.promocodes-box .img-box{
    flex: 1;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.promocodes-box .content{
    flex: 1;
}

.promocodes-box .content .text{
    padding: 48px;
    font-size: 18px;
}

.promocodes-box .content .text h3{
    font-size: 32px;
    margin-bottom: 20px;
    font-family: 'Playfair Display';
}

.promocodes-box .content .text h3 strong{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}


.promocodes-box .content .text a{
    border-radius: 6px;
    background-color: #CAB180;
    height: 56px;
    line-height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    display: inline-block;
    width: fit-content;
    text-align: center;
    padding-right: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.promocodes-box .content .text a:hover{
    opacity: 0.8;
}

.qoute-section{
    padding-top: 130px;
    padding-bottom: 60px;
}

.qoute-section .single-card{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.qoute-section .single-card .img-container{
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.qoute-section .single-card .img-container img{
    background-color: #F0ECEC;
    object-fit: cover;
    object-position: center;
}

.qoute-section .single-card .img-container .img-box{

}

.qoute-section .single-card .img-container img.first{
    width: 422px;
    height: 554px;
    border-width: 3.9px;
    border-radius: 36px;
    overflow: hidden;
    border: solid 5.28px #FAFAFA;

}
.qoute-section .single-card .img-container img.second{
    width: 253px;
    height: 332px;
    border-radius: 36px;
    border: solid 5.28px #FAFAFA;
    overflow: hidden;
    transform: rotate(351deg);
    margin-left: -156px;
    margin-bottom: -50px;
}


.qoute-section .single-card .img-container img.third{
    width: 304px;
    height: 399px;
    border-radius: 36px;
    overflow: hidden;
    border: solid 5.28px #FAFAFA;
}
.qoute-section .single-card .img-container img.fourth{
    width: 304px;
    height: 399px;
    border-radius: 22px;
    border: solid 5.28px #FAFAFA;
    overflow: hidden;
    transform: rotate(350deg);
    margin-left: -46px;
}

.qoute-section .single-card .content{
    flex: 1;
}

.qoute-section .single-card .content h3{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 36px;
}

.sales-points{
    background-color: #F0ECEC;
    display: flex;
    margin-bottom: 80px;
    margin-top: 80px;
}


.sales-points .content{
    padding: 50px;
    width: 70%;
}

.sales-points .content h2{
    font-size: 32px;
}

.sales-points .locations{
    margin-top: 20px;
}

.sales-points .locations .location{
    display: inline-block;
    width: 33%;
    vertical-align: top;
    font-size: 18px;
}

.sales-points .locations .location.last{
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    margin-top: 10px;
}


.sales-points .img-container{
    width: 40%;
    display: flex;
}


.sales-points .img-container .first{
    flex: 1;
    width: 69%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sales-points .img-container .img-logo{
    flex: 1;
}

/*.sales-points .img-container .img-box{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

.sales-points .img-container .img-box img{
     position: absolute; 
     right: 0; 
    margin-left: auto;
    float: right;
}*/


.product-category-card{
    margin-top: 20px;
}


.product-category-card h3.main{
    text-align: center;
    border-radius: 16px;
    background-color: #292828;
    color: #ffffff;
    padding: 16px;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    transition: .3s;
}


.product-category-card h3.main:hover{
    opacity: 0.8;
    cursor: pointer;
}

.single-product-top-pick-img-box{
    text-align: center;
    margin-bottom: 40px;
}

.single-product-top-pick-img-box img.first{
    width: 430px;
    height: 564px;
    border-radius: 64.49px;
    border: 8.96px solid #FAFAFA;
    transform: rotate(5deg);
}

.single-product-top-pick-img-box img.second{
    width: 294px;
    height: 386px;
    border-radius: 44.09px;
    border: 6.12px solid #FAFAFA;
    transform: rotate(-10deg);
    margin-left: -43px;
}


.subscriptions_products li .text.text_checked{
    color: unset;

}

.subscriptions_products li .text{
    font-size: 18px;
    font-weight: 700;
    color: unset;
}

.subscriptions_products li .text .sub-price{
    font-size: 16px;
    color: #5E5F5F;
    margin-top: 5px;
}

.subscriptions_products li .text .sub-price .old-price{
    display: inline-block;
    color: #999999;
    text-decoration: line-through;
}

.subscriptions_products li label{
    padding-left: 40px;
}

.subscriptions_products li .text span{
    display: inline-block;
    color: #5E5F5F;
}


.subscriptions_products li .discount{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #CAB180;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 12px;
    border-bottom-left-radius: 8px;
    height: 28px;
    line-height: 28px;
}

.subscriptions_products .checkmark_radio{
    top: 18px;
}


.subscriptions_products li .extra_text{
    font-size: 16px;
    font-style: unset;
    margin-top: 5px;
}


.product_page .recommendations_products .discount{
    margin: 0px;
    border-radius: 0;
    top: 0px;
    width: auto;
    height: 28px;
    font-size: 16px;
    color: #ffffff;
    background: #CAB180;
    right: 0px;
    position: absolute;
    border-bottom-left-radius: 8px;
    padding: 0 11px;
    line-height: 28px;
    font-weight: 700;
}

.recommendations_products .product-price .old-price{
    display: inline-block;
    font-size: 18px;
    color: #999999;
}

.product_page .price{
    display: inline-block;
    font-size: 24px;
}

.recommendations_products .single_product{
    align-items: center;
    position: relative;
}

.recommendations_products .product-content{
    margin: 0;
    padding: 0;
    flex: 0 0 40%;
    margin-right: 10px;
}

.recommendations_products .product-price{
    margin: 0px;
    text-align: right;
}

.recommendations_products .recommendation-product-card{
    position: relative;
    border-radius: 8px;
}


.product_page_update .accordion .card{
    background-color: #F6F5F5;
    border: 1px solid #EAE8E3;
    border-radius: 16px;
    margin-bottom: 15px;
}

.product_page_update .accordion .card .card-header .btn-header-link{
    color: #292828;
    display: block;
    text-align: left;
    padding: 25px 20px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    outline: 0 !important;
    transition: .3s;
    text-transform: uppercase;
    height: 76px;
}

.product_page_update .accordion .card .card-header .btn-header-link h2{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: initial;
    font-size: 24px;
}

.product_page_update .accordion .card .card-header .btn-header-link.collapsed:after {
    height: 20px;
    width: 50px;
    background-size: 18px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 30px;
    transform: rotate(0deg);
    background-image: url('../../images/mc/update/plus.svg');
}

.accordion .card .card-header .btn-header-link:after{
    background-image: url('../../images/mc/update/minus.svg');
    background-size: 16px;
    transform: none;
    height: 45px;
    width: 45px;
    background-size: 16px;
    right: 15px;
}


.product_page .right_price_box{
    margin: 0px;
}

.container_radio .checkmark_radio:after {
    background: #cab180;
}

.recommendations_products{
    margin-top: 0px;
}


.product_page .special {
    border: none;
    margin: 0;
    margin-top: 20px;
}


.product_page .special h3{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 40px;
}

.product_page .special .img-box{
    height: 64px;
    width: 64px;
    background-color: #F7F4ED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 17px;
}

.product_page .special .img-box img{
    margin: 0px;
}


.product_page .package{
    border: none;
    padding: 0px;
    margin: 0px;
}

.subscriptions_products ul{
    padding: 0px;
}

.product_page .package .single_product .bg{
    height: 160px;
    border-radius: 20px;
}


.product_page .package .single_product .bg img{
    max-width: 70%;
    height: auto;
    max-height: 80%;
}

.product_page .package .single_product .content{
    padding: 0px 15px;
    width: 100%;
}

.product_page .package .single_product .content h4{
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 10px;
}

.product_page .package .single_product .content .price{

}

.product_page .package .single_product .old_price_double{
    font-size: 14px;
    font-weight: 400;
    color: #5E5F5F;
}

.product_page .package .single_product{
    margin-bottom: 30px;
}


.product_page_update .products_news_box h2{
    font-size: 36px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}


.product_page_update .products_news_box h2 strong{
    display: block;
    font-weight: 800;
    font-family: "Roboto Condensed", sans-serif;
}

.footer-new{
    padding-top: 50px;
}

.footer-new .footer-main-logo{

}

.footer-new .footer-main-logo img{
    width: 260px;
    max-width: 100%;
}

.footer-new .footer-content{
    display: flex;
    margin-top: 20px;
    gap: 25px;
}

.footer-new .footer-content .newsletters{
    background-color: #272727;
    border-radius: 36px;
    padding: 36px;
    width: 600px;
    margin-right: 20px;
    max-width: 100%;
}

.footer-new .footer-content .newsletters h3{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 36px;
    color: #CAB180;
}

.footer-new .footer-content .newsletters h3 strong{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer-new .footer-content .newsletters p{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-new .footer-content .newsletters .input-box{
    display: flex;
    gap: 10px;
}

.footer-new .footer-content .newsletters .input-box input{
    border: none;
    border-radius: 6px;
    height: 56px;
    padding: 0 20px;
    /* width: 80%; */
    font-size: 18px;
    flex: auto;
}

.footer-new .footer-content .newsletters .input-box button{
    border-radius: 6px;
    background-color: #CAB180;
    height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: max-content;
    border: none;
    transition: .3s;
    text-transform: uppercase;
}

.footer-new .footer-content .newsletters .input-box button:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.footer-new .footer-content .newsletters .input-box button:hover{
    opacity: 0.8;
}

.footer-new .footer-content .single-section{
    flex: 0 0 18%;
    flex: 1;
    margin-top: 15px;
}

.footer-new .footer-content .single-section ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-new .footer-content .single-section ul li{
    margin-bottom: 5px;
}

.footer-new .footer-content .single-section ul li a{
    color: #ffffff;
    font-size: 18px;
}

.footer-new .footer-content .single-section ul li a:hover{
    color: #CAB180;
}


.footer-new .footer-content .single-section ul.social{
    margin-bottom: 20px;
}

.footer-new .footer-content .single-section ul.social li{
    display: inline-block;
    margin-right: 10px;
}

.footer-new .footer-content .single-section ul.social li img{
    height: 36px;
}


.footer-new .footer-content .single-section label{
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    margin-bottom: 20px;
}

.footer-new .footer-rewards{
    display: flex;
    gap: 15px;
    margin-top: 60px;
    margin-bottom: -130px;
    z-index: 1;
    position: relative;
}

.footer-new .footer-rewards img{
    height: 130px;
}

.footer-new .bg-img{
    position: relative;
    width: 100%;
}


.footer-new .payment_type_icon_container {
    margin-bottom: 20px;
    margin-top: 10px;
}

.footer-new  .payment_type_icon_container img {
    width: 35px;
    height: 25px;
    padding: 4px;
    border-radius: 3px;
    background-color: #ffffff;
    margin-right: 5px;
}

.copyright{
    font-size: 24px;
    font-weight: 700;
    color: #5E5F5F;
    margin-top: 35px;
}


.info-box{
    font-size: 18px;
    margin-top: 20px;
}

.info-box .info-title{
    font-weight: 700;
}

.info-box a{
    color: #ffffff;
}

.info-box a:hover{
    color: #dbb470;
}



.main-body-mc .first_nav li{
    font-size: 16px;
}

.product_page .more_images img {
    border-radius: 14px;
}


.product_page .package .single_product .content .old_price{
    text-decoration: none;
}

.product_page .right_price_box .selected_buy{
    border: 1px solid #CAB180;
    background: #ffffff;
}

.add_to_cart_mobile{
    height: 88px;
}

.add_to_cart_mobile .container-fluid{
    margin-top: 12px;
}


.add_to_cart_mobile .mobile_price_box {
    text-align: left;
    display: inline-block;
    margin: 0;
    font-size: 24px;
    color: #5E5F5F;
    font-weight: 700;
}

.add_to_cart_mobile .mobile_price_box .old_price{
    font-size: 18px;
    color: #999999;
    font-weight: 700;
    text-decoration: line-through;
    display: inline-block;
}

.add_to_cart_mobile .mobile_price_box .tax{
    display: none;
}

.add_to_cart_mobile .mobile_price_box .per_kg{
    display: none;
}

.add_to_cart_mobile .payments-text{
    color: #5E5F5F;
    font-size: 14px;
    display: inline-block;
    margin-top: 12px;
}

.add_to_cart_mobile .payments-text img{
    width: 190px;
    margin-bottom: 3px;
}


.add_to_cart_mobile .delivery-text{
    display: inline-block;
    color: #5E5F5F;
    margin-left: 50px;
}

.add_to_cart_mobile .delivery-text label{
    color: #120701;
    font-weight: 700;
    font-size: 14px;
    margin: 0px;
    text-transform: uppercase;
}


.add_to_cart_mobile .mobile_price_box .price{
    font-size: 18px;
}



.add_to_cart_mobile .mobile_price_box .price .discount{
    display: none;
}


.add_to_cart_mobile button{
    width: max-content;
    min-width: 226px;
    border-radius: 6px;
    background-color: #CAB180;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    line-height: normal;
    padding: 0 30px;
}

.add_to_cart_mobile button:after{
    content: '';
    background-image: url(../../images/mc/update/local_mall.svg);
    display: inline-block;
    height: 23px;
    width: 23px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
}

.add_to_cart_mobile button:hover{
    opacity: 0.8;
}

.add_to_cart_mobile .quantity_box{
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    margin: 0;
    margin-left: 15px;
}


.add_to_cart_mobile .quantity .pro-qty {
    height: 48px;
    width: 92px;
    border: 1px solid #CAB180;
    background: none;
}

.add_to_cart_mobile .quantity .pro-qty .qtybtn {
    width: 23px;
    line-height: 46px;
    color: #CAB180;
}

.add_to_cart_mobile .quantity .pro-qty input {
    width: 29px;
    line-height: 43px;
    height: 47px;
    font-size: 17px;
    color: #CAB180;
}


.products_news_box .product_news{
    border-radius: 16px;
    overflow: hidden;
    background-color: #F6F5F5;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.products_news_box .product_news .bg{
    flex: 0 0 400px;
    height: 220px;
}

.products_news_box .product_news .content{
    width: auto;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    flex: auto;
    padding: 25px;
}

.products_news_box .product_news .arrow-img{
    position: absolute;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.products_news_box .product_news .time{
    color: #5E5F5F;
    font-size: 18px;
}

.products_news_box .product_news .time img{
    margin-top: -3px;
}

.products_news_box .product_news .time span{
    color: #cab180;
    font-weight: 500;
}

.products_news_box .product_news .text{
    font-size: 18px;
    line-height: unset;
    margin-top: 10px;
    margin-bottom: 15px;
}

.products_news_box .product_news h3{
    font-size: 24px;
}

.ugc-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 1001;
    user-select: none;
    padding: 10px;
}

.ugc-lightbox-nav.left {
    left: 10px;
}

.ugc-lightbox-nav.right {
    right: 10px;
}

.opinions h2{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 140px;
}
.opinions h2 strong{
    display: block;
}

.opinions .cta{
    font-size: 18px;
}

.opinions .opinions_box{
    background: none;
    width: 1030px;
    max-width: 100%;
    margin: 0 auto;
}

.opinions .overview {
    border-bottom: 0.5px solid #979797;
    padding-bottom: 50px;
    margin: 0 auto;
    border: none;
}


.single_opinion{
    background-color: #F6F5F5;
    border-radius: 16px;
    overflow: hidden;
    border: none;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.single_opinion .user{
    font-size: 18px;
    margin: 0px;
    color: #5E5F5F;
    font-weight: 700;
}

.single_opinion .date{
    color: #292828;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
}

.single_opinion .country-img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.single_opinion .verified-buyer{
    display: inline-block;
    color: #CAB180;
    font-weight: 400;
    font-size: 16px;
    margin-left: 18px;
}

.single_opinion .verified-buyer img{
    margin-top: -4px;
}

.others_products_box h2{
    text-align: left;
    margin-top: 170px;
}

.product-page-why h2{
    font-size: 36px;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}

.product-page-why h2 strong{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}

.product_page_update .breadcrumbs{
    font-size: 16px;
}

.subscriptions_products.product-section-card .subscription_list_items{
    margin-top: 10px;
    margin-bottom: 10px;
}

.subscriptions_products.product-section-card .subscription_list_items li{
    padding: 0px;
    margin: 0px;
    border: none;
    font-size: 14px;
    font-weight: 500;
}

.subscriptions_products.product-section-card .subscription_list_items li::before{
    content: '';
    background-image: url(../../images/mc/update/check.svg);
    height: 10px;
    width: 12px;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.update-page .product_card .ratings li{
    margin-right: 3px;
}

.update-page .product_card .ratings li img{
    width: 15px;
}


.influencer .container-fluid{
    width: 1240px;
}

.product_page .price .discount{
    display: none;
}

.product_page.product_page_update .price_text{
    margin-left: 0px;
    display: block;
}


.extra-banner{
    display: flex;
    background-color: #F0ECEC;
    border-radius: 36px;
    overflow: hidden;
    align-items: center;
    margin-bottom: 60px;
}

.extra-banner .content{
    flex: 1;
}
.extra-banner .content .text{
    padding: 48px;
    font-size: 18px;
}

.extra-banner .img-box{
    flex: 1;
    height: 398px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.extra-banner .content .text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: 'Playfair Display';
    text-transform: uppercase;
}

.extra-banner .content .text h3 strong {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}


.extra-banner a{
    border-radius: 6px;
    background-color: #CAB180;
    height: 56px;
    line-height: 56px;
    color: #000000;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    display: inline-block;
    width: fit-content;
    text-align: center;
    padding-right: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.extra-banner a:hover{
    opacity: 0.8;
}

.extra-banner a:after{
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}


.product_card .top .attribute{
    font-size: 12px;
}

.more_images_button{
    color: #292828;
}

.product-gallery {
    max-width: 100%;
    margin: 0 auto;
}

.slider-for .img-box{

}

.slider-for a{
    background-color: #ffffff;
    width: 100%;
    display: block;
    height: 600px;
    overflow: hidden;
    border-radius: 36px;
}

.slider-for a img{
    /*    object-fit: cover;*/
    object-fit: contain;
    object-position: center;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
}


.slider-nav a{
    height: 250px;
    text-align: center;
    margin: 5px;
    width: 185px !Important;
    border-radius: 15px;
    overflow: hidden;
}


/*.slick-slider .slick-track{
    display: flex;
    justify-content: center;
}*/

/*.slider-for img,
.slider-nav img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}*/

.slider-nav a img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    height: 100%;
}

.slider-nav {
    margin-top: 10px;
}

.slider-nav .slick-slide {
    cursor: pointer;
    /*    opacity: 0;*/
}

.slider-nav .slick-current {
    opacity: 1;
    border: 4px solid #cab180;
}


.slick-initialized .slick-slide.slick-active{
    opacity: 1;
}

.slider-nav-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*    margin-left: 50px;*/
}

.slider-nav-wrapper.margin-left-slider{
    margin-left: 8%;
}

.custom-prev-nav,
.custom-next-nav {
    font-size: 24px;
    cursor: pointer;
    padding: 6px 15px;
    z-index: 1;
    color: #333;
    background-color: #F6F5F5;
    border: 1px solid #EAE8E3;
    border-radius: 50%;
}

.custom-prev-nav {
    margin-right: -34px;
}

.custom-next-nav {
    margin-left: -35px;
}

.slider-nav {
    width: 100%;
}


.product_page .attribute_main{
    z-index: 4;
    top: 0px;
}


.product_page .accordion .card-body{
    font-size: 16px;
}


.title-box.title-box-mobile{
    display: none;
}


.cc-window.cc-animation-in.cc-pos-bottom, .cc-window.cc-animation-in.cc-pos-bottom-center, .cc-window.cc-animation-in.cc-pos-bottom-left, .cc-window.cc-animation-in.cc-pos-bottom-right{
    z-index: 100000;
}

.influencer .product_card .top .stock_status{
    display: none;
}

.influencer .product_card .stock_mobile{
    display: block;
    text-align: center;
    margin-top: 20px;
}



.product-section-card .pricing .discount-procentage{
    display: inline-block;
    background-color: #EF5450;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    margin-top: -10px;
    color: #ffffff;
    font-weight: 700;
}

/* Update products card */

.product_card.product_card_update .top{
    height: 295px;
    border-radius: 36px;
}


.product_card.product_card_update .top .attribute {
    font-size: 12px;
}

.product_card.product_card_update button {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0px;
    height: 48px;
    background-color: #CAB180;
    font-size: 18px;
    letter-spacing: normal;
    transition: .3s;
}


.product_card.product_card_update button img{
    display: none;
}

.product_card.product_card_update .content .price_box {
    text-align: left;
}

.product_card.product_card_update .content .price, .product_card.product_card_update .content .old_price {
    font-size: 16px;
}

.product_card.product_card_update .content .price, .product_card.product_card_update .content .old_price {
    font-size: 16px;
}

.product_card.product_card_update .top .discount {
    background-color: #EF5450;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 6px;
    z-index: 1;
}

.product_card.product_card_update .top:hover{
    opacity: 0.8;
    background-color: #f8f7f7;
}


.product_card.product_card_update button:hover{
    background-color: #C6AB78;
}

.product_card.product_card_update:hover .content.stock .price_box, .product_card.product_card_update:hover .content.stock .ratings, .product_card.product_card_update:hover .content.stock .grades{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
}


.product_card.product_card_update .rating-box {
    height: 20px;
    display: block;
    margin-bottom: 10px;
}

.product_card.product_card_update .ratings li {
    margin-right: 3px;
}

.product_card.product_card_update .ratings li img {
    width: 15px;
}

.product-yt-video{
    width: 100%;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
    min-height: 350px;
}


.main-body-spices{
    background-color: #fafafa;
}

.recommendations_products .product-img img{
    object-fit: cover;
}

/* The container */
.ps-checkbox-update {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.ps-checkbox-update input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.ps-checkbox-update .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #888888;
    background-color: #ffffff;
}


/* Create the checkmark/indicator (hidden when not checked) */
.ps-checkbox-update .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ps-checkbox-update input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ps-checkbox-update .checkmark:after {
    left: 9px;
    top: 3px;
    width: 5px;
    height: 15px;
    border: solid #cab180;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.add_to_cart_mobile .sticky-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.add_to_cart_mobile .sticky-inner .sticky-inner-left{
    display: flex;
    align-items: center;
    gap: 11px;
}


.add_to_cart_mobile .sticky-inner .sticky-inner-right{
    display: flex;
    gap: 20px;
    align-items: center;
}


.add_to_cart_mobile .sticky-inner .sticky-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #000000;
    font-weight: 600;
    margin-right: 20px;
}

.add_to_cart_mobile .sticky-inner .img-box{
    height: 48px;
    width: 48px;
    background-color: #F6F5F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_to_cart_mobile .sticky-inner .img-box img{
    max-width: 90%;
    max-height: 90%;
}

.add_to_cart_mobile .sticky-inner button{
    background-color: #85B023;
    color: #ffffff;
    height: 48px;
}


.add_to_cart_mobile .sticky-inner button img{

}



.box-banner{
    margin-bottom: 100px;
}

.box-banner .banner-inner{
    background-color: #F0ECEC;
    border-radius: 36px;
    display: flex;
    align-items: center;
    position: relative;
}

.box-banner .banner-inner .banner-content{
    flex: 0 0 30%;
    font-size: 18px;
    margin: 60px;
}

.box-banner .banner-inner .banner-content .title{
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.box-banner .banner-inner .banner-content .title strong{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}

.box-banner .banner-inner .banner-content a{
    background-color: #CAB180;
    border-radius: 6px;
    min-width: 216px;
    height: 56px;
    display: block;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 600;
    margin-top: 20px;
    transform: translateZ(0);
    transition: filter .25s ease, transform .25s ease;
}

.box-banner .banner-inner .banner-content a:hover{
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.box-banner .banner-inner .banner-content a:after {
    content: '';
    background-image: url(../../images/mc/update/chevron-right.svg);
    display: inline-block;
    height: 30px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -3px;
}

.box-banner .banner-inner .banner-img-box{
    display: flex;
    flex: auto;
    position: relative;
}

.box-banner .banner-inner .banner-img-box img{
    margin-left: auto;
}

.box-banner .banner-inner .banner-img-box img.patricia{
    position: absolute;
    bottom: 0px;
    left: -60px;
}


/* Mobile */


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

    .container-fluid{
        width: 1240px;
        max-width: 97%;
    }

    .header-hero{
        height: 728px;
    }

    .newsletters-box .content h2{
        font-size: 50px;
    }

    .why .why-card{
        margin-bottom: 30px;
    }

    .why .why-card img.main{
        width: 500px;
        height: auto;
    }

    .explore-box .text h2{
        font-size: 34px;
    }

    .categories .category-card{
        height: 420px;
    }

    .ugc-card{
        height: 420px;
    }

    .why .why-card .content{
        flex: 0 0 50%;
    }

}


@media screen and (max-width: 991px) {
    .influencer .hero .content h1{
        font-size: 45px;
    }

    .influencer .hero .content {
        font-size: 20px;
    }

    .main_nav .nav_brand img {
        max-width: 125px;
        margin-left: 75px;
    }


    .header-hero{
        height: 300px;
        margin-top: 20px;
    }

    .header-hero h1{
        font-size: 45px;
        padding: 0px;
    }

    .header-hero h1::before, .header-hero .customers-box:before{
        display: none;
    }

    .header-hero .tag {
        font-size: 15px;
        height: 28px;
        line-height: 28px;
    }

    .header-hero .customers-box{

    }

    .header-hero .tag.tag1{
        left: -3px;
        bottom: 41px;
    }

    .header-hero .tag.tag2{
        bottom: -1px;
    }


    .landingpage h1{
        position: relative;
        font-size: 30px;
        padding: 0px;
        margin-top: 15px;
    }

    .landingpage h1::after{
        display: none;
    }

    .landingpage .cta1{
        margin: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
        display: block;
        margin-top: 20px;
    }


    .explore-box{
        height: auto;
        flex-direction: column;
        padding: 20px;
        margin-top: 45px;
        margin-bottom: 0;
    }

    .explore-box .text h2{
        font-size: 24px;
    }

    .explore-box .text h3{
        font-size: 18px;
    }

    .explore-box a{
        margin: 0px;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .container-fluid{
        width: 100%;
        max-width: 93%;
    }



    .update-page .product_card button{
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        right: unset;
    }

    .categories{
        margin-top: 0px;
        margin-bottom: 50px;
    }


    .categories .category-card{

    }

    .product_card .top .img_box img{
        max-height: 120px;
    }


    .ugc-carousel{

    }

    .ugc-card{
        width: 50%;
    }

    .newsletters-box{
        flex-direction: column;
    }

    .newsletters-box .content{
        width: 100%;
        padding: 23px;
        font-size: 18px;
    }

    .newsletters-box .content h2{
        font-size: 28px;
    }

    .newsletters-box .bg-box{
        width: 100%;
        height: 240px;
    }

    .newsletters-box .content button{
        width: 100%;
        font-size: 12px;
        margin-top: 0;
    }

    .newsletters-box .content input{
        width: 100%;
    }


    .reviews-container{
        padding: 0px;
        display: block;
    }

    .column{
        display: block;
        height: auto;
    }

    #col-1 .inner, #col-3 .inner{
        position: relative;
        left: unset;
        right: unset;
        display: block;
    }

    .review-card{
        height: auto;
    }


    .review-card a{
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        font-size: 14px;
    }

    .reviews-container:after{
        display: none;
    }


    .cake-convert{
        flex-direction: column;
    }

    .cake-convert .bg-box{
        width: 100%;
        height: 155px;
    }


    .cake-convert .content{
        width: 100%;
        padding: 15px;
        font-size: 18px;
    }

    .cake-convert .content h3{
        font-size: 28px;
    }



    .why .why-card{
        flex-direction: column;
    }

    .why .why-card .content{
        width: 100%;
        flex: unset;
    }


    .cake-convert .content .cta-cake{
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
    }

    .why .why-card .content ul li .text h3{
        font-size: 24px;
    }

    .why .why-card .content ul li .text{
        font-size: 18px;
    }


    .why .why-card .content ul li img{
        width: 50px;
        margin-top: -16px;
    }


    .why .why-card .content ul li{
        margin-bottom: 30px;
    }

    .academy-section{
        flex-direction: column;
    }

    .academy-section img.main{
        height: 360px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .academy-section .content{
        padding: 20px;
        width: 100%;
        font-size: 16px;
    }

    .academy-section .content .masters{
        flex-direction: column;
    }

    .academy-section .content h2{
        margin-bottom: 20px;
    }


    .academy-section .content a.main{
        width: 100%;
        font-size: 13px;
        text-align: center;
    }


    .team .team-box{
        flex-direction: column;
    }

    .team img.main{
        width: 100%;
    }

    .team .tags{
        display: none;
    }

    .team .content{
        margin: 10px;
        font-size: 18px;
    }


    .team .content h3{
        font-size: 24px;
    }


    .faq .accordion .card .card-header .btn-header-link{
        font-size: 18px;
    }

    .faq .accordion .card-body{
        font-size: 16px;
    }

    .team .content .main-cta{
        margin: 0 auto;
        margin-top: 20px;
    }

    .landingpage .customers-box{
        position: relative;
        margin: 0px;
        right: unset;
        bottom: unset;
        height: auto;
    }

    .landingpage .customers-box img{
        height: 28px;
        width: auto;
        margin-right: 10px;
    }

    .landingpage .customers-box .text{
        font-size: 16px;
        line-height: 20px;
    }

    .reviews{
        margin-top: 50px;
    }

    .team{
        margin-bottom: 50px;
    }


    .footer-new .footer-content .single-section label{
        font-size: 24px;
    }

    .footer-new .footer-content .single-section ul li a{
        font-size: 16px;
    }


    /*    .product_page .special{
            display: none;
        }*/

    .product_page .others_images .other_image_bg{
        height: 142px;
    }

    .product_page_update .breadcrumbs{
        font-size: 12px;
    }

    .product_page.product_page_update h1{
        font-size: 28px;
    }

    .product_page_update .product_content_box{
        padding: 0px;
        margin-top: 20px;
    }

    .product-section-card .add_to_cart.main_add_to_cart{
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .product_page .right_price_box .right-button-box{
        flex-direction: column;
    }

    .product_page .right_price_btn{
        width: 100%;
        flex: unset;
        font-size: 16px;
    }

    .product_page .right_price_btn .pieces{

    }

    .product_page .right_price_btn .pieces{
        display: inline-block;
        font-size: 16px;
    }


    .product_page .right_price_box .best_buy{
        margin: 0;
        margin-top: -7px;
        margin-bottom: 10px;
        margin-right: 45px;
        margin-left: auto;
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        border-top-left-radius: 8px;
    }

    .product_page .package .single_product .content h4{
        text-align: left;
    }

    .recommendations_products .product-img{
        flex: 0 0 17%;
        margin-right: 10px;
    }

    .recommendations_products .product-content h3{
        font-size: 14px;
    }


    .faq.update-page{
        margin: 15px;
    }


    .recommendations_products .product-content{
        flex: 0 0 36%;
    }

    .recommendations_products .product-price .old-price{
        font-size: 14px;
    }

    .product_page .recommendations_products .price{
        font-size: 16px;
    }

    .recommendations_products .product-price .price-discount .tax, .product-section-card .tax{
        display: none;
    }

    .recommendations_products .recommendation-product-card{
        min-height: 95px;
    }

    .products_news_box .product_news{
        flex-direction: column;
    }

    .products_news_box .product_news .bg{
        flex: auto;
        width: 100%;
        height: 180px;
    }

    .products_news_box .product_news .arrow-img{
        display: none;
    }

    .products_news_box .product_news .text{
        font-size: 16px;
    }

    .products_news_box .product_news h3{
        font-size: 18px;
    }

    .products_news_box .product_news .content{
        padding: 15px;
    }

    .opinions h2, .product_page_update .products_news_box h2{
        font-size: 32px;
    }

    .opinions h2{
        margin-top: 0px;
    }

    .single_opinion p.heading{
        font-size: 16px;
    }

    .opinions .opinions_box{
        padding: 0px;
        margin-bottom: 30px;
    }

    .single_opinion .verified-buyer{
        font-size: 14px;
    }

    .faq h2{
        text-align: left;
        margin-top: 50px;
    }


    .update-page .product_card .top .discount{
        z-index: 1;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        padding: 0 9px;
    }

    .why{
        margin-top: 0px;
    }

    .why .why-card .content ul li .text div{
        font-size: 18px;
    }

    .product-page-why h2{
        font-size: 32px;
        margin-bottom: 15px;
    }

    .others_products_box h2{
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .faq .accordion{
        margin-top: 15px;
    }


    .add_to_cart_mobile .payments-text, .add_to_cart_mobile .delivery-text{
        display: none;
    }

    .add_to_cart_mobile button{
        width: 100%;
    }


    .add_to_cart_mobile button:after{
        margin: 0;
    }

    .add_to_cart_mobile .quantity .pro-qty input{
        width: 13px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }

    .add_to_cart_mobile .quantity .pro-qty .qtybtn{
        width: 15px;
        line-height: 30px;
    }

    .add_to_cart_mobile .quantity .pro-qty{
        width: 59px;
        height: 30px;
        border-radius: 8px;
    }

    .add_to_cart_mobile .mobile_price_box .price{
        font-size: 22px;
    }


    .ugc-lightbox iframe{
        min-width: 100%;
        height: auto;
    }

    .ugc-lightbox .close-btn{
        background: #3e2910;
    }


    .influencer .product_card .top .img_box img{
        height: 290px;
    }

    .influencer.update-page .product_card .top{
        height: 295px;
    }

    .search_preview.search_preview_new_position {
        margin-top: -13px;
        right: 54px;
    }


    .influencer .hero .tag{
        font-size: 27px;
    }

    .single-product-top-pick-img-box img.second {
        margin-left: -209px;
        margin-top: 120px;
    }


    .qoute-section .single-card .img-container img.first{
        width: 390px;
    }

    .qoute-section .single-card .img-container{
        margin-right: 30px;
    }


    .qoute-section .single-card.second-card{
        margin-top: 100px;
    }



    .products_categories .product_card.product_card_update button{
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        right: unset;
        position: relative;
        top: unset;
    }

    .product_card.product_card_update .content {
        width: 100%;
        margin: 0;
    }

    .products_categories .product_card.product_card_update .top .discount{
        font-size: 14px;
    }

    .product_card.product_card_update .top .img_box img {
        max-height: 120px;
    }

    .products_categories .product_card.product_card_update .ratings, .product_card.product_card_update .ratings{
        display: inline-block;
    }

    .products_categories .product_card.product_card_update .grades, .product_card.product_card_update .grades{
        display: inline-block;
    }

}

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

    .product_card.product_card_update .top {
        height: 160px;
    }

    .influencer .hero{
        flex-direction: column;
        margin: 15px;
        margin-top: 35px;
    }

    .influencer .hero .bg-img{
        flex: none;
        width: 100%;
        height: 400px;
        border-radius: 36px;
    }

    .influencer .hero .content {
        flex: none;
        width: 100%;
    }


    .influencer .hero .tag{
        font-size: 15px;
        line-height: 30px;
        height: 30px;
        padding: 0 17px;
    }

    .influencer .hero .tag.tag1{
        bottom: unset;
        top: -13px;
    }

    .influencer .hero .tag.tag2{
        bottom: unset;
        top: 35px;
        left: 49px;
    }

    .influencer .hero .content h1 {
        font-size: 32px;
        text-align: center;
    }


    .influencer .hero .content img{
        height: 39px;
    }


    .influencer .hero .content a{
        width: 100%;
    }

    .influencer .hero .content a.cta2{
        margin: 0px;
        margin-top: 10px;
    }

    h2, .products h2{
        font-size: 32px;
        text-align: left;
    }


    .influencer .story{
        padding: 0 10px;
    }

    .influencer .story .text{
        width: 100%;
        font-size: 18px;
        line-height: normal;
    }


    .influencer .gallery img{
        width: 240px;
        height: 315px;
        border-radius: 36px;
    }

    .influencer .gallery img.second {
        margin-left: 0;
        margin-top: -60px;
    }

    .influencer .gallery img.last {
        transform: rotate(-348deg);
        position: relative;
        z-index: 3;
        margin-left: 0;
        margin-top: -60px;
    }

    .product_card{
        margin: 0px;
        margin-bottom: 25px;
    }

    .product_card .top {
        height: 160px;
        border-radius: 36px;
        display: block;
        width: 100%;
        border-radius: 16px;
    }

    .product_card .top .attribute li{
        font-size: 0px;
    }

    .product_card .top .img_box{
        max-height: 96px;
        margin: 0px;
        top: 50%;
        margin-top: -45px;
    }

    .product_card .content{
        width: 100%;
        margin: 0;
    }

    .product_card .top .attribute img{
        height: 16px;
        width: 16px;
    }

    .product_card .content h3{
        margin-top: 5px;
    }

    .product_card .content h3, .product_card .content .price, .product_card .content .old_price{
        font-size: 14px;
    }

    .product_card button{
        margin-top: 20px;
        font-size: 15px;
    }

    .products-box{
        padding: 5px;
    }

    .recipes .recipe-card h3{
        font-size: 24px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .qoute-section .single-card{
        flex-direction: column;
        margin-bottom: 40px;
    }

    .qoute-section .single-card .img-container img.first{
        width: 240px;
        height: 315px;
    }

    .qoute-section .single-card .img-container img.second{
        width: 150px;
        height: 190px;
        margin-left: -75px;
    }

    .qoute-section .single-card .content h3{
        font-size: 16px;
        text-align: center;
        margin-top: 30px;
        width: 80%;
        margin: 0 auto;
    }

    .qoute-section .single-card .img-container {
        flex: 1;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 75px;
    }

    .qoute-section .single-card .img-container img.third{
        width: 173px;
        height: 227px;
        border-radius: 22px;
    }

    .qoute-section .single-card .img-container img.fourth{
        width: 173px;
        height: 227px;
        margin-left: -30px;
    }

    .qoute-section .single-card.second-card .content{
        order: 2;
        margin-top: -40px;
    }

    .qoute-section {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .promocodes-box{
        flex-direction: column;
    }

    .promocodes-box .content .text{
        padding: 25px;
    }

    .promocodes-box .img-box{
        flex: none;
        width: 100%;
        height: 180px;
    }


    .promocodes-box .content .text h3{
        font-size: 28px;
    }

    .extra-banner{
        flex-direction: column;
    }

    .extra-banner .content .text{
        padding: 25px;
    }

    .extra-banner .img-box{
        flex: none;
        width: 100%;
        height: 250px;
    }


    .extra-banner .content .text h3{
        font-size: 28px;
    }


    .sales-points{
        flex-direction: column;
    }

    .sales-points .content {
        padding: 30px;
        width: 100%;
    }

    .sales-points .locations .location{
        width: 100%;
    }

    .sales-points .img-container{
        display: none;
    }

    .title-box a{
        display: none;
    }

    .categories .category-card{
        height: 227px;
        border-radius: 20px;
        text-align: left;
        padding: 13px;
    }

    .categories .category-card h3{
        font-size: 24px;
    }

    .single-product-top-pick-img-box img.first{
        border-radius: 36px;
        width: 240px;
        height: 315px;
    }

    .single-product-top-pick-img-box img.second{
        width: 150px;
        height: 190px;
        margin-left: -75px;
        border-radius: 36px;
    }


    .influencer .hero .content .text{
        text-align: center;
        font-size: 18px;
    }

    .product-category-card h3.main{
        font-size: 26px;
    }

    .ugc-card{
        width: 46%;
        height: auto;
        height: 238px;
    }


    .ugc-carousel{
        overflow-x: hidden;
    }

    .ugc-section {
        padding: 0px 10px;
    }


    .footer-new .footer-content{
        flex-direction: column;
    }


    .footer-new .footer-content .newsletters{
        order: 2;
        padding: 20px;
    }

    .footer-new .footer-content .single-section{

    }

    .footer-new .footer-content .newsletters h3{
        font-size: 18px;
    }

    .footer-new .footer-content .newsletters p{
        font-size: 16px;
    }

    .footer-new .footer-content .newsletters .input-box, .footer-new .footer-rewards{
        flex-direction: column;
    }

    .footer-new .footer-rewards img {
        height: auto;
        max-width: 50%;
    }

    .footer-new .footer-rewards{
        margin-bottom: 0px;
    }



    .slider-for a{
        height: 450px;
    }

    .slider-nav a{
        height: 129px;
        width: 98px ! Important;
    }

    .custom-prev-nav {
        margin-right: -27px;
    }

    .custom-next-nav{
        margin-left: -26px;
    }

    .custom-prev-nav, .custom-next-nav{
        font-size: 18px;
        padding: 3px 10px;
    }


    .recommendations_products .product-price{
        flex: 0 0 28%;
    }


    .others_products_box h2, .faq h2{
        font-size: 34px;
    }




    .add_to_cart_mobile .mobile_price_box.cz .old_price{
        font-size: 14px;
    }

    .add_to_cart_mobile .mobile_price_box.cz .price{
        font-size: 16px;
    }

    .add_to_cart_mobile .quantity_box.cz{
        margin-right: 10px;
        margin-left: 13px;
    }

    .product_page_update .why .why-card .img-box img{
        max-width: 100%;
        height: auto;
    }

    .others_products_box.update-page .products_categories .product_card .top .img_box img{
        top: 50%;
        max-height: 120px;
    }


    .update-page h2{
        font-size: 32px;
    }


    .why-card.second-card .content{
        order: 2;
    }


    .cake-convert{
        margin-bottom: 50px;
    }

    .title-box.title-box-mobile, .title-box.title-box-mobile a{
        display: block;
        text-align: center;
        margin: 0px;
    }

    .influencer .product_card .top .img_box img{
        top: 60%;
    }

    .influencer.update-page .product_card .top{
        height: 175px;
    }

    .qoute-section .single-card.second-card{
        margin-top: 0px;
    }

    .search_preview.search_preview_new_position{
        margin-top: -48px;
    }

    .products_categories .product_card .top .img_box img {
        top: 60%;
        max-height: 96px;
    }

    .product_card.product_card_update .top .img_box img {
        max-height: 120px;
    }

    .product_card.product_card_update .content h2 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product_card.product_card_update .ratings li img{
        width: 12px;
    }

    .products_categories .product_card.product_card_update .grades, .product_card.product_card_update .grades{
        font-size: 10px;
    }


    .update-page .product_card .ratings li img{
        width: 10px;
    }

    .update-page .product_card .ratings li {
        margin-right: 1px;
    }

    .update-page .product_card .grades{
        font-size: 10px;
    }

    .update-page .product_card .top{
        height: 160px;
    }

    .product-yt-video {
        min-height: 235px;
    }

    .product_page.product_page_update.gift_page .gift_main{
        padding: 0px;
    }


    .add_to_cart_mobile .sticky-inner .sticky-inner-left{

    }

    .add_to_cart_mobile .mobile_price_box{
        display: none;
    }

    .add_to_cart_mobile .sticky-inner{
        flex-direction: column;
        gap: 0px;
    }

    .add_to_cart_mobile{
        height: auto;
    }

    .add_to_cart_mobile .sticky-inner button{
        width: 100%;
    }

    .add_to_cart_mobile .sticky-inner .sticky-inner-right{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .add_to_cart_mobile .sticky-inner .sticky-title{
        font-size: 14px;
    }

    .box-banner .banner-inner{
        flex-direction: column;
    }

    .box-banner .banner-inner .banner-content{
        margin: 15px;
        padding: 15px;
    }

    .box-banner .banner-inner .banner-img-box img{
        width: 70%;
    }

    .box-banner .banner-inner .banner-img-box img.patricia{
        left: 0px;
    }


    .box-banner .banner-inner .banner-img-box{
        margin-top: 60px;
    }

}

.is-hidden { display: none !important; }