:root{
    --main-cl: var(--fs-color-primary);
    --sub-cl: var(--fs-color-secondary);
    --third-cl: #FFF03E;
    --container-w: 75rem;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.overflow-y::-webkit-scrollbar-track {
    background-color: #D5D5D5;
}
.overflow-y::-webkit-scrollbar {
    width: 3px;
    background-color: #D5D5D5;
}
.overflow-y::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.overflow-y{
    overflow-y: auto;
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
    font-family: 'Nunito', 'sans-serif';
}
body{
    font-family: 'Nunito', 'sans-serif';
    background-color: #FFF;
    word-break: break-word;
}
body #main{
    background-color: #FEF9EB;
}
.load_home_page svg {
    width: 600px;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: var(--main-cl);
    stroke-width: 0.4px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-1{
    fill: var(--main-cl)
}
@keyframes Signature1 {
    to {
        stroke: var(--main-cl);
        stroke-dashoffset: 0;
    }
}
.path-2{
    animation-name: Signature2;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #ACCB46;
    stroke-width: 0.4px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: #ACCB46;
}
@keyframes Signature2 {
    to {
        stroke: #ACCB46;
        stroke-dashoffset: 0;
    }
}
.path-3{
    animation-name: Signature3;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #FFF03E;
    stroke-width: 0.4px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-3{
    fill: #FFF03E;
}
@keyframes Signature3 {
    to {
        stroke: #FFF03E;
        stroke-dashoffset: 0;
    }
}
.path-4{
    animation-name: Signature4;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #FFD000;
    stroke-width: 0.4px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-4{
    fill: #FFD000;
}
@keyframes Signature4{
    to {
        stroke: #FFD000;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #FFF;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.p-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    position: relative;
    overflow: hidden;
}
.img-wrap video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs-11{
    font-size: 0.573rem;
}
.fs-12{
    font-size: 0.625rem;
}
.fs-13{
    font-size: 0.677rem;
}
.fs-14{
    font-size: 0.729rem;
}
.fs-15{
    font-size: 0.78125rem;
}
.fs-16{
    font-size: 0.833rem;
}
.fs-17{
    font-size: 0.885rem;
}
.fs-18{
    font-size: 0.9375rem;
}
.fs-19{
    font-size: 0.99rem;
}
.fs-20{
    font-size: 1.042rem;
}
.fs-21{
    font-size: 1.09375rem;
}
.fs-22{
    font-size: 1.146rem;
}
.fs-23{
    font-size: 1.198rem;
}
.fs-24{
    font-size: 1.25rem;
}
.fs-25{
    font-size: 1.302rem;
}
.fs-30{
    font-size: 1.5625rem;
}
.lh-20{
    line-height: 1.042rem;
}
.lh-21{
    line-height: 1.09375rem;
}
.lh-22{
    line-height: 1.146rem;
}
.lh-23{
    line-height: 1.198rem;
}
.lh-24{
    line-height: 1.25rem;
}
.lh-25{
    line-height: 1.302rem;
}
.lh-26{
    line-height: 1.354rem;
}
.lh-27{
    line-height: 1.40625rem;
}
.lh-28{
    line-height: 1.458rem;
}
.lh-29{
    line-height: 1.51rem;
}
.lh-30{
    line-height: 1.5625rem;
}
.lh-31{
    line-height: 1.615rem;
}
.lh-32{
    line-height: 1.667rem;
}
.lh-33{
    line-height: 1.71875rem;
}
.lh-34{
    line-height: 1.771rem;
}
.lh-40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left-cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right-cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100%;
}
.ls-none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
    opacity: 1;
    width: 100%;
    display: block;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-primary{
    background-color: var(--main-cl);
}
.bg-white{
    background-color: #FFF;
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gradient-border{
    background-image: linear-gradient(#FFF0F9, #FFF0F9), radial-gradient(circle at top left, #D4922D,#FDBE5D);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.bdrs-10{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.bdrs-30{
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.show-mobile{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 600;
}
header#header #masthead{
    height: auto !important;
}
header#header #masthead .header-inner{
    align-items: unset;
    padding: 0;
}
header#header #masthead #logo{
    width: 20.208rem;
    border-right: 1px solid #EEE5CD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}
header#header #masthead #logo img{
    height: 2.448rem;
    width: auto;
    object-fit: contain;
}
header#header #masthead .hide-for-medium.flex-left{
    display: flex;
    align-items: center;
    justify-content: center;
}
header#header #masthead .hide-for-medium.flex-left .header-nav-main{
    height: 100%;
    width: 100%;
}
header#header #masthead .hide-for-medium.flex-left .header-search-form{
    width: 100%;
    padding: 0.573rem 0.729rem;
    height: 100%;
}
header#header #masthead .hide-for-medium.flex-left .searchform,
header#header #masthead .hide-for-medium.flex-left .searchform-wrapper,
header#header #masthead .hide-for-medium.flex-left .header-search-form-wrapper{
    height: 100%;
}
header#header #masthead .hide-for-medium.flex-left .searchform .flex-col{
    height: 100%;
}
header#header #masthead .hide-for-medium.flex-left .searchform input.search-field{
    height: 100%;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 0.9375rem;
}
header#header #masthead .hide-for-medium.flex-left .searchform button.submit-button{
    height: 100%;
    width: auto;
    aspect-ratio: 1;
    min-height: unset;
    border-radius: 50% !important;
}
header#header #masthead .header-nav-main > li{
    margin: 0;
    padding: 0;
}
header#header #masthead .header-nav-main > li > a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    font-size: 0.729rem;
    line-height: 1.042rem;
    text-transform: initial;
    color: #333;
    gap: 0.417rem;
    border-left: 1px solid #DDD4BD;
    padding: 0.365rem 0.729rem;
    margin: 0;
    transition: all 0.4s;
}
header#header #masthead .header-nav-main > li.current-menu-item > a,
header#header #masthead .header-nav-main > li > a:hover{
    color: var(--main-cl);
}
header#header #masthead .header-nav-main > li > a svg,
header#header #masthead .header-nav-main > li > a > img{
    width: 1.5625rem;
    min-width: 1.5625rem;
    height: 1.5625rem;
    min-height: 1.5625rem;
    margin-right: 0 !important;
    transition: unset !important;
}
header#header #masthead .header-nav-main > li.cart-item:after,
header#header #masthead .header-nav-main > li.cart-item:before{
    display: none !important;
}
header#header #masthead .header-nav-main > li.cart-item > ul{
    opacity: 0 !important;
    visibility: hidden !important;
}
header#header #masthead .header-nav-main > li.cart-item:hover > ul{
    opacity: 1 !important;
    visibility: visible !important;
}
header#header #masthead .header-nav-main > li.cart-item > a > .cart-icon-wrap{
    width: 1.5625rem;
    min-width: 1.5625rem;
    height: 1.5625rem;
    min-height: 1.5625rem;
    position: relative;
}
header#header #masthead .header-nav-main > li.cart-item .cart-count{
    position: absolute;
    right: -3px;
    top: 3px;
    border-radius: 0.521rem;
    line-height: 0.677rem;
    background-color: var(--sub-cl);
    padding: 0 0.104rem;
    min-width: 0.677rem;
    color: #FFF;
    font-size: 0.573rem;
    text-align: center;
}
header#header #masthead .header-nav-main > li.cart-item > a{
    background-color: var(--main-cl);
    color: #FFF !important;
}
header#header #wide-nav{
    min-height: unset;
    border-top: 1px solid #EEE5CD;
    border-bottom: 1px solid #EEE5CD;
}
header#header #wide-nav > .container{
    padding: 0;
}
header#header #wide-nav .header-bottom-nav > li{
    margin: 0;
}
header#header #wide-nav .header-bottom-nav > li:before,
header#header #wide-nav .header-bottom-nav > li:after{
    display: none !important;
}
header#header #wide-nav .header-bottom-nav > li > a{
    font-weight: 900;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #333333;
    display: block;
    padding: 0.625rem 0;
    margin: 0 1.25rem;
    position: relative;
    transition: all 0.4s;
}
header#header #wide-nav .header-bottom-nav > li > a > .icon-angle-down{
    display: none !important;
}
header#header #wide-nav .header-bottom-nav > li > a:before{
    bottom: -1px;
    left: 50%;
    width: 0;
    position: absolute;
    content: '';
    transition: all 0.4s;
    transform: translateX(-50%);
    height: 2px;
    background-color: var(--main-cl);
    opacity: 1 !important;
}
header#header #wide-nav .header-bottom-nav > li > ul.sub-menu{
    padding: 0.625rem 1.25rem;
    background-color: #FFF;
    box-shadow: 0px 4px 20px 0px #0000000D;
    border-radius: 0.521rem;
    border: none !important;
}
header#header #wide-nav .header-bottom-nav > li > ul.sub-menu > li > a{
    background: transparent;
    color: #333;
    transition: all 0.4s;
    padding: 0.625rem 0;
    margin: 0;
    border: none !important;
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
header#header #wide-nav .header-bottom-nav > li > ul.sub-menu > li > a:hover{
    color: var(--main-cl);
}
.container-large{
    --container-w: 89.583rem;
    width: var(--container-w);
    max-width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
}
.grid-container{
    --container-w: 75rem;
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
footer#footer{
    background-color: #FEF9EB;
}
footer#footer .footer-section{
    border-top: 1px solid #D4CCB4;
}
footer#footer .footer-top{
    padding: 1.042rem 0;
}
footer#footer .footer-top .footer-logo img{
    height: 3.229rem;
    width: auto;
}
footer#footer .footer-top form{
    margin: 0;
}
footer#footer .footer-top .col-4{
    padding-left: 3.542rem;
}
footer#footer .footer-top .col-5{
    padding-left: 2.604rem;
}
footer#footer .footer-top .form-footer{
    display: flex;
    padding: 0.417rem;
    border-radius: 5.208rem;
    border: 1px solid var(--main-cl);
}
footer#footer .footer-top .form-footer input{
    margin: 0;
}
footer#footer .footer-top .form-footer span.wpcf7-form-control-wrap{
    display: flex;
    flex-grow: 1;
}
footer#footer .footer-top .form-footer input[type='email']{
    width: 100%;
    background-color: transparent !important;
    border: none !important;
    box-shadow: unset !important;
    padding-left: 1.667rem;
    padding-right: 1.667rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.354rem;
    color: #333;
    height: 100%;
}
footer#footer .footer-top .form-footer input[type='submit']{
    height: 2.8125rem;
    width: 5.3125rem;
    border-radius: 2.604rem;
    font-size: 0 !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTJMMjAuMjUgMTIiIHN0cm9rZT0iI0Y3QTUwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTMuNSA1LjI1TDIwLjI1IDEyTDEzLjUgMTguNzUiIHN0cm9rZT0iI0Y3QTUwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid var(--main-cl);
    background-color: var(--main-cl);
    transition: all 0.4s;
}
footer#footer .wpcf7 .wpcf7-spinner,
footer#footer .wpcf7 .wpcf7-not-valid-tip{
    display: none !important;
}
footer#footer .footer-top .form-footer input[type='submit']:hover{
    background-color: transparent;
}
footer#footer .footer-contact{
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.302rem;
}
footer#footer .footer-contact b,
footer#footer .footer-contact strong{
    font-weight: 700;
}
footer#footer .footer-contact p{
    margin-bottom: 0.885rem;
}
footer#footer .footer-contact a{
    color: #333;
    transition: all 0.4s;
}
footer#footer .footer-contact a:hover{
    color: var(--main-cl);
}
footer#footer .column-number-1{
    padding-right: 1.042rem;
}
footer#footer .column-number-2{
    padding-left: 3.542rem;
}
footer#footer .footer-main{
    padding: 2.8125rem 0 1.667rem;
}
footer#footer .footer-main .socials-col{
    width: 7.8125rem;
    margin-left: auto;
}
footer#footer .footer-main .socials-col > .flex-box{
    gap: 0.521rem;
}
footer#footer .footer-main .socials-col > .flex-box a{
    width: 2.1875rem;
    height: 2.1875rem;
}
footer#footer .footer-main .socials-col > .flex-box a img{
    width: 100%;
    height: 100%;
    /*text-shadow:*/
    /*        0px -4px 0px var(--main-cl),*/
    /*        0px 4px 0px var(--main-cl),*/
    /*        4px 0px 0px var(--main-cl),*/
    /*        -4px 0px 0px var(--main-cl),*/
    /*        -4px -4px 0px var(--main-cl),*/
    /*        4px 4px 0px var(--main-cl),*/
    /*        -4px 3px 0px var(--main-cl),*/
    /*        4px -4px 0px var(--main-cl);*/
}
footer#footer .footer-main .hotline-col > a.hotline-btn{
    padding: 0.78125rem 1.042rem;
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
    border-radius: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.042rem;
    margin-bottom: 1.354rem;
    width: max-content;
    max-width: 100%;
}
footer#footer .footer-title{
    margin-bottom: 0.833rem;
}
footer#footer .footer-menu > li {
    margin-bottom: 0;
}
footer#footer .footer-menu > li+li{
    margin-top: 0.521rem;
}
footer#footer .footer-menu > li > a{
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.302rem;
    display: block;
    color: #333333;
}
footer#footer .footer-bottom{
    padding: 0.78125rem 0;
}
footer#footer .footer-bottom .copyright{
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 1.25rem;
}
footer#footer .footer-bottom ul.ls-none{
    gap: 2.604rem;
}
footer#footer .footer-bottom ul.ls-none > li{
    margin: 0;
}
footer#footer .footer-bottom ul.ls-none > li > a{
    font-weight: 800;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #333;
    transition: all 0.4s;
}
footer#footer .footer-bottom ul.ls-none > li.current-menu-item > a{
    color: var(--main-cl)
}
.sec-title{
    font-weight: 900;
    font-size: 3.125rem;
    line-height: 3.385rem;
}
.sec-title-2{
    font-weight: 900;
    font-size: 1.823rem;
    line-height: 2.083rem;
}
.curved-text {
    position: relative;
    display: inline-block;
    /*transform: rotate(-50deg); !* Góc tổng của text cong *!*/
}

.curved-text span {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform-origin: bottom center;
    font-weight: bold;
    font-size: 2.5rem;
    color: #2E6B2E;
}
#home-page{
    background-color: #FEF9EB;
}
.title-stroke{
    width: max-content;
    max-width: 100%;
    position: relative;
    font-weight: 900;
    font-size: 3.646rem;
    line-height: 4.167rem;
}
.title-stroke .title{
    -webkit-text-stroke: 0.833rem var(--main-cl);
    color: var(--main-cl);
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    text-rendering: initial;
}
.title-stroke .overlay-title{
    color: var(--third-cl);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 3;
    width: 100%;
}
.title-stroke.text-center,
.text-center > .title-stroke{
    margin-left: auto;
    margin-right: auto;
}
.title-group > svg{
    width: 2.917rem;
    height: auto;
}
.title-group .title-stroke{
    margin-bottom: 1.25rem;
}
.title-group .sub-title{
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 2.865rem;
    margin-bottom: 1.042rem;
}
.sec-des{
    font-weight: 400;
    font-size: 1.146rem;
    line-height: 1.5625rem;
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
.swiper-arrow{
    width: 3.542rem;
    min-width: 3.542rem;
    height: 3.542rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.swiper-arrow .border{
    width: 100%;
    height: 100%;
}
.swiper-arrow .arrow{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    width: 1.25rem;
    height: 1.25rem;
}
.swiper-arrow.prev:hover .arrow{
    transform: translate(-80%, -50%);
}
.swiper-arrow.next:hover .arrow{
    transform: translate(-20%, -50%);
}
.recipe-item .post-thumb{
    background-color: transparent;
    transition: all 0.4s;
    border-radius: 1.5625rem;
    margin-bottom: 1.25rem;
    padding: 0.417rem;
}
.recipe-item .post-thumb .img-wrap{
    border-radius: 1.354rem;
}
.recipe-item h3{
    margin: 0;
}
.recipe-item:hover h3{
    text-decoration: underline;
}
.recipe-item:hover .post-thumb{
    background-color: var(--third-cl);
    transform: rotate(3deg);
}
.z-5{
    z-index: 5;
}
.btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    padding: 0.417rem 1.146rem 0.417rem 1.667rem;
    cursor: pointer;
    font-weight: 900;
    font-size: 0.833rem;
    line-height: 1.042rem;
    transition: all 0.4s;
}
.btn-2{
    padding: 0.625rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
    font-weight: 900;
    font-size: 0.833rem;
    line-height: 1.354rem;
    position: relative;
    width: max-content;
    max-width: 100%;
    transition: all 0.4s;
    border-radius: 2.604rem;
}
.btn-2 .icon {
    display: flex;
}
.btn-2 .icon svg{
    width: 1.25rem;
    height: 1.25rem;
}
.btn-2.btn-primary{
    background-image: linear-gradient(90deg, #00742E 0.36%, #00742E 39.97%, #00742E 56.54%, #ACCB46 99.64%);
    background-size: 240%;
    color: #FFF;
}
.btn .icon{
    display: flex;
}
.btn .icon svg{
    width: 1.979rem;
    height: 1.979rem;
}
.btn.btn-primary{
    color: #FFF;
    border-radius: 1.823rem 0 1.823rem 0;
    background: linear-gradient(90deg, #00742E 8%, #ACCB46 50%, #00742E 60%, #FFD000 100%);
    background-size: 240%;
}
.btn.btn-primary:hover{
    background-position: 100% 0%;
}
.home-sec-1{
    padding-top: 5.729rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home-sec-1 .title-group{
    width: 59.167rem;
    max-width: 100%;
    margin-bottom: 4.167rem;
}
.home-sec-1 .title-group .sub-title{
    margin-bottom: 2.083rem;
}
.home-sec-1 .title-group .title-stroke{
    font-size: 4.6875rem;
}
.home-scroll-images{
    height: 53.125rem;
    position: relative;
    z-index: 3;
}
#home-scroll-canvas{
    position: sticky;
    top: 10.417rem;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    width: 15.104rem;
    aspect-ratio: 290/500;
}
.home-scroll-images-wrap .home-rice-image{
    text-align: center;
    transform: translateY(-26.042rem);
    transition: all 1.4s;
    opacity: 0;
    position: sticky;
    z-index: 2;
}
.home-scroll-images-wrap .home-rice-image.active{
    opacity: 1;
    /*top: -100px;*/
    transform: translateY(-5.208rem);
}
.home-scroll-images-wrap .home-rice-image img{
    height: auto;
    width: 15.104rem;
    aspect-ratio: 290/500;
}
.home-scroll-images-wrap .logo-animate{
    position: relative;
    margin-top: -20.833rem;
    width: max-content;
    z-index: 9;
}
.home-scroll-images-wrap .logo-animate .home-logo-path{
    transform: translateY(1.5625rem);
    opacity: 0;
    transition: all 0.8s;
}
.home-scroll-images-wrap .logo-animate > svg{
    display: block;
    width: 23.854rem;
    height: auto;
}
.home-scroll-images-wrap .logo-animate > img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.8s;
    z-index: 9;
    display: block;
}
.home-scroll-images-wrap .logo-animate.active .home-logo-path.home-logo-path-1{
    transition-delay: 0.2s;
}
.home-scroll-images-wrap .logo-animate.active .home-logo-path.home-logo-path-2{
    transition-delay: 0.5s;
}
.home-scroll-images-wrap .logo-animate.active .home-logo-path.home-logo-path-3{
    transition-delay: 0.8s;
}
.home-scroll-images-wrap .logo-animate.active .home-logo-path.home-logo-path-4{
    transition-delay: 1.1s;
}
.home-scroll-images-wrap .logo-animate.active.active .home-logo-path{
    opacity: 1;
    transform: translateY(0);
}
.home-scroll-images-wrap .logo-animate.active > img{
    transition-delay: 1.6s;
    opacity: 1;
}
.home-sec-2 .title-group{
    width: 52.5rem;
    max-width: 100%;
    position: absolute;
    top: 5.208rem;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.home-sec-2 .title-group .sec-des{
    padding: 0 4.0625rem;
}
.home-2-images > img:nth-of-type(1){
    margin-bottom: -3.854rem;
}
.home-2-images > img:nth-of-type(3),
.home-2-images > img:nth-of-type(2){
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-2-images > img:nth-of-type(2){
    bottom: 10%;
}
.home-sec-3{
    padding-top: 8.229rem;
    margin-top: -9.375rem;
}
.home-sec-3:before{
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1920/2897;
    background-image: var(--home-3-bg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    z-index: 2;
}
.home-sec-3 .title-group{
    margin-bottom: 7.292rem;
}
.home-3-content{
    padding-left: 7.292rem;
    padding-right: 7.292rem;
}
.home-3-content .item .cont-wrap{
    width: max-content;
    max-width: 100%;
}
.home-3-content .item:last-child .cont-wrap > svg{
    display: none !important;
}
.home-3-content .item .cont-wrap > svg{
    position: absolute;
    pointer-events: none !important;
    top: calc(100% + 1.771rem);
    width: 44.792rem;
    height: auto;
}
.home-3-content .item .cont-wrap > svg > path{
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
}

.home-3-content .item .cont-wrap > svg.active > path{
    stroke-dashoffset: 0;
    transition: all 2s;
}
.home-3-content .item:nth-of-type(odd) .cont-wrap > svg{
    left: calc(50% - 3.646rem);
}
.home-3-content .item:nth-of-type(even) .cont-wrap > svg{
    right: calc(50% - 3.646rem);
}
.home-3-content .item .cont-wrap .icon{
    height: 3.542rem;
    margin-bottom: 0.78125rem;
}
.home-3-content .item .cont-wrap .icon img{
    height: 100%;
    width: auto;
    object-fit: contain;
}
.home-3-content .item .cont-wrap .sec-title{
    margin-bottom: 0.833rem;
}
.home-3-content .item .media-wrap{
    position: relative;
}
.home-3-content .item .media-wrap > div{
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.home-3-content .item .media-wrap > div > *{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.home-3-content .item .media-wrap .overlay-image{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: auto;
}
.home-3-content .item:first-of-type{
    margin-top: 0 !important;
}
.home-3-content .item:nth-of-type(even){
    margin-top: 12.5rem;
}
.home-3-content .item:nth-of-type(odd){
    margin-top: 7.8125rem;
}
.home-3-content .item:nth-of-type(even) > .flex-box{
    flex-direction: row-reverse;
}
.home-3-content .item:nth-of-type(even) .media-wrap > div{
    border-radius: 1.042rem 15.625rem;
}
.home-3-content .item:nth-of-type(even) .media-wrap .overlay-image{
    border-radius: 0 0 1.042rem 15.625rem;
}
.home-3-content .item:nth-of-type(even) .media-wrap:before{
    z-index: 1;
    position: absolute;
    content: '';
    left: -1.302rem;
    top: -0.9375rem;
    width: 100%;
    height: 100%;
    border-radius: 1.042rem 15.625rem;
    background: linear-gradient(135deg, #FFD000 0%, rgba(255, 208, 0, 0.325802) 28.88%, rgba(255, 208, 0, 0) 73.76%);
}
.home-3-content .item:nth-of-type(even) .cont-wrap{
    padding-left: 7.396rem;
}
.home-3-content .item:nth-of-type(odd) .cont-wrap{
    padding-right: 7.396rem;
}
.home-3-content .item:nth-of-type(odd) .media-wrap:before{
    z-index: 1;
    position: absolute;
    content: '';
    right: -1.302rem;
    top: -0.9375rem;
    width: 100%;
    height: 100%;
    border-radius: 15.625rem 1.042rem;
    background: linear-gradient(225deg, #FFD000 0%, rgba(255, 208, 0, 0.325802) 28.88%, rgba(255, 208, 0, 0) 73.76%);
}
.home-3-content .item:nth-of-type(odd) .media-wrap > div{
    border-radius: 15.625rem 1.042rem;
}
.home-3-content .item:nth-of-type(odd) .media-wrap .overlay-image{
    border-radius: 0 0 15.625rem 1.042rem;
}
.home-sec-3 .title-group{
    width: 65.833rem;
    max-width: 100%;
}
.home-sec-4{
    padding-top: 8.854rem;
}
.home-swiper.swiper{
    padding: 0 20.833rem;
}
.home-swiper.swiper .swiper-slide{
    padding: 0 8.854rem;
}
.home-swiper.swiper .swiper-slide .home-product{
    display: flex;
    align-items: center;
}
.home-sec-4 .sec-title-2{
    margin-bottom: -6.771rem;
    width: 45.9375rem;
    max-width: 100%;
}
.home-sec-5{
    margin-top: -4.427rem;
    padding-bottom: 0.833rem;
}
.home-sec-5:after{
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1920/440;
    content: '';
    background-image: url('../images/home-product-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-sec-5 .title-group{
    width: 53.021rem;
    max-width: 100%;
    margin-bottom: 4.167rem;
}
.home-sec-5 .swiper{
    padding-bottom: 3.646rem;
    padding-top: 3.125rem;
    margin-bottom: 2.083rem;
}
.home-sec-5 .swiper-slide .home-product{
    position: relative;
    z-index: 9;
}
.home-sec-5 .swiper-slide .home-product .plus-btn{
    width: 3.542rem;
    height: 3.542rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(0.521rem);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2.1875rem;
    bottom: -2.083rem;
}
.home-sec-5 .swiper-slide .home-product .plus-btn svg{
    width: 1.875rem;
    height: 1.875rem;
}
.home-sec-5 .swiper-slide .img-wrap{
    width: 14.792rem;
    min-width: 14.792rem;
    margin-right: 2.8125rem;
    transition: all 0.8s;
    transform: scale(0.8);
    position: relative;
    z-index: 9;
}
.home-sec-5 .swiper-slide.swiper-slide-active .img-wrap {
    transition-delay: 0.4s;
    transform: scale(1);
}
.home-sec-5 .swiper-slide.swiper-slide-prev .img-wrap{
    transform: scale(0.8) translateX(31.25rem);
}
.home-sec-5 .swiper-slide .cont-wrap{
    padding-right: 5rem;
    position: relative;
    opacity: 0;
    transform: translateX(5.208rem);
    transition: all 0.8s;
}
.home-sec-5 .swiper-slide.swiper-slide-active .cont-wrap {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translateX(0);
}
.home-sec-5 .swiper-slide .cont-wrap .title{
    font-weight: 900;
    font-size: 1.823rem;
    line-height: 2.083rem;
    margin-bottom: 0.729rem;
}
.home-sec-5 .swiper-slide .cont-wrap .product-info{
    padding-top: 1.5625rem;
}
.home-sec-5 .swiper-slide .cont-wrap .product-info .info-item:hover .icon{
    animation-name: bounce;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes bounce {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}
.home-sec-5 .swiper-slide .cont-wrap .product-info .icon{
    width: 2.917rem;
    min-width: 2.917rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0.417rem;
    border: 1px solid rgba(0, 116, 46, 0.5);
    margin-right: 0.833rem;
}
.home-sec-5 .swiper-slide .cont-wrap .product-info .info-item+.info-item{
    margin-top: 0.78125rem;
}
.home-sec-5 .swiper-slide .cont-wrap .item-link{
    margin-top: 1.5625rem;
    font-weight: 900;
    font-size: 0.9375rem;
    line-height: 2.083rem;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: var(--main-cl);
    transition: all 0.4s;
}
.home-sec-5 .swiper-slide .cont-wrap .item-link .icon{
    display: flex;
}
.home-sec-5 .swiper-slide .cont-wrap:before{
    right: 0.625rem;
    top: -5.365rem;
    width: 33.333rem;
    height: auto;
    aspect-ratio: 1;
    background: linear-gradient(180deg, #EFE7D3 0%, rgba(239, 231, 211, 0.507178) 68.63%, rgba(239, 231, 211, 0) 96.95%);
    border-radius: 50%;
    position: absolute;
    content: '';
    z-index: -1;
    opacity: 0;
    transform: translateY(10.417rem);
    transition: all 0.8s;
}
.home-sec-5 .swiper-slide.swiper-slide-active .cont-wrap:before{
    transition-delay: 0.6s;
    transform: translateY(0);
    opacity: 1;
}
.home-sec-5 .swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.home-sec-5 .swiper .swiper-arrow.prev{
    left: 18.75rem;
}
.home-sec-5 .swiper .swiper-arrow.next{
    right: 18.75rem;
}
.home-sec-6{
    padding-top: 7.083rem;
    margin-top: -3.125rem;
}
.home-sec-6 .pattern-1{
    position: absolute;
    left: -6.458rem;
    width: 20.833rem;
    height: auto;
    aspect-ratio: 1;
    background-image: url('../images/home-pattern-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    top: 10.677rem;
    z-index: 6;
}
.home-sec-6 .pattern-2{
    position: absolute;
    right: -5.208rem;
    width: 18.229rem;
    height: auto;
    aspect-ratio: 1;
    background-image: url('../images/home-pattern-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    bottom: -6.771rem;
    z-index: 3;
}
.home-sec-6:before{
    z-index: 3;
    position: absolute;
    content: '';
    background-image: var(--home-6-bg);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1920/1527;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.home-sec-6 .title-group{
    margin-bottom: 2.34375rem;
}
.home-sec-6 .home-posts-wrap{
    background-image: url('../images/home-subtract.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2.604rem 7.604rem 3.75rem;
}
.home-sec-6 .home-posts-wrap .swiper{
    margin: 0 -1.25rem;
    padding-top: 0.521rem;
}
.home-sec-6 .home-posts-wrap .swiper-slide{
    padding: 0 1.25rem;
}
.home-sec-6 .btn-primary{
    margin-top: 2.917rem;
}
.home-sec-7 .title-group{
    margin-bottom: 3.542rem;
}
.home-sec-7 .home-brands{
    gap: 2.604rem;
    margin-bottom: 1.458rem;
}
.home-sec-7 .container-large{
    padding: 6.25rem 0 2.5rem;
}
.home-sec-7 .swiper.home-swiper-2{
    margin: 0 2.8125rem;
    padding: 2.604rem 8.854rem 0;
}
.home-sec-7 .swiper.home-swiper-2 .swiper-slide{
    opacity: 0;
    transition: all 0.4s;
}
.home-sec-7 .swiper.home-swiper-2 .swiper-slide .img-wrap{
    transition: all 0.4s;
}
.home-sec-7 .swiper.home-swiper-2 .swiper-slide-next,
.home-sec-7 .swiper.home-swiper-2 .swiper-slide-prev,
.home-sec-7 .swiper.home-swiper-2 .swiper-slide-active{
    opacity: 1;
}
.home-sec-7 .swiper.home-swiper-2 .swiper-slide-active .img-wrap{
    box-shadow: 0rem 0rem 2.604rem 0rem #DBD5C380;
}
.marquee-text-wrap .marquee-text{
    display: flex;
    width: max-content;
    max-width: unset;
    align-items: center;
    font-weight: 900;
    font-size: 4.6875rem;
    line-height: 7.292rem;
    text-transform: uppercase;
    color: #FEF9EB;
    text-shadow: 1px 1px 0px var(--main-cl), -1px -1px 0px var(--main-cl), -1px 1px 0px var(--main-cl), 1px -1px 0px var(--main-cl);
    margin-bottom: 2.083rem;
    margin-top: 2.083rem;
}
.marquee-text-wrap .marquee-text svg{
    margin: 0 3.125rem;
}
.home-sec-7 .home-brands .item{
    width: 5.46875rem;
    height: 5.46875rem;
}
.show-tablet{
    display: none !important;
}
header#header #wide-nav .menu-item.lang-item > a{
    width: 1.5625rem !important;
}
header#header #wide-nav .menu-item.lang-item > a:before{
    position: relative;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    aspect-ratio: 29/21;
    z-index: 4;
    width: 1.5625rem !important;
    opacity: 1 !important;
}
header#header #wide-nav .menu-item.lang-item.lang-item-en > a:before{
    background-image: url('../images/GB.png');
}
header#header #wide-nav .menu-item.lang-item > a > img{
    display: none !important;
}
.searchform .button.icon i.icon-search{
    color: var(--main-cl)
}
.fixed-buttons{
    position: fixed;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    z-index: 999;
}
.fixed-buttons > a{
    width: 2.865rem;
    height: 2.34375rem;
    border-radius: 2.604rem 0 0 2.604rem;
    background-color: var(--main-cl);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.104rem 0;
    padding-right: 0.417rem;
    transform: translateX(0.417rem);
    transition: all 0.4s;
}
.fixed-buttons > a:hover{
    background-color: #F7A500;
}
.fixed-buttons > a img{
    width: 1.458rem;
    height: 1.458rem;
}
.fixed-buttons > a:hover{
    transform: translateX(0);
}
.contact-sec{
    padding-bottom: 5.208rem;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.breadcrumbs ol{
    padding-top: 1.302rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0;
    text-align: center;
}
.breadcrumbs ol > li{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.042rem;
    opacity: 0.4;
    color: #353535;
    list-style: none;
    margin: 0;
    display: inline;
}
.breadcrumbs ol > li a{
    font-size:inherit;
    line-height:inherit;
    opacity: 1;
    color:inherit;
}
.breadcrumbs ol > li+li{
    margin-left: 8px;
}
.breadcrumbs ol > li+li:before{
    position: relative;
    display: inline-block;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: currentColor;
    margin-right: 8px;
    border-radius: 50%;
}
.breadcrumbs ol > li:last-of-type{
    opacity: 1;
}
.contact-sec .title-group{
    margin-top: 4.479rem;
    margin-bottom: 2.604rem;
    width: 47.1875rem;
    max-width: 100%;
}
.contact-sec .title-group .title-stroke{
    margin-bottom: 2.8125rem;
    margin-top: 1.875rem;
}
.contact-sec .grid-box{
    grid-gap: 2.865rem;
    margin-bottom: 8.333rem;
}
.contact-sec .grid-box .item{
    background-image: url('../images/contact-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 2.604rem 3.125rem 3.958rem 2.917rem;
    text-align: center;
}
.contact-sec .grid-box .item .icon-wrap{
    margin-bottom: 0.521rem;
}
.contact-sec .grid-box .item .icon-wrap img{
    width: 2.083rem;
    height: 2.083rem;
}
.contact-sec .grid-box .item .title{
    margin-bottom: 1.40625rem;
    font-size: 1.5625rem;
    line-height: 2.083rem;
}
.contact-sec .grid-box .item .info{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.302rem;
    color: #353535
}
.contact-sec .grid-box .item .info p{
    margin-bottom: 0.521rem;
}
.contact-sec .grid-box .item .info a{
    color: #353535;
}
.contact-sec .grid-box .item .info a:hover{
    color: var(--main-cl);
}
.contact-sec .grid-box .item .info a[href*="tel:"]{
    font-weight: 700;
    font-size: 1.302rem;
    line-height: 1.823rem;
}
.contact-sec .contact-form{
    border-radius: 2.083rem;
    overflow: hidden;
    background-color: #F6EFDB;
}
.contact-sec .contact-form .img-left{
    width: 36%;
    align-self: stretch;
}
.contact-sec .contact-form .form-right{
    padding: 3.125rem 6.354rem 3.125rem 4.167rem;
    width: 64%;
    flex-grow: 1;
}
.form-wrap{
    gap: 1.042rem 0.833rem;
}
.form-wrap .form-group{
    width: 100%;
}
.form-wrap .group-half{
    width: calc(50% - 0.417rem);
}
section.default-page{
    padding: 6.25rem 0;
}
form.woocommerce-form-track-order .form-row:last-of-type{
    margin-bottom: 0;
}
form.woocommerce-form-track-order{
    margin: 0;
    padding: 2.604rem 5.208rem;
    border-radius: 1.042rem;
    background-color: #FFF;
}
form.woocommerce-form-track-order button{
    margin: 0;
    border-radius: 1.5625rem;
    background-image: linear-gradient(90deg, #00742E 0.36%, #00742E 39.97%, #00742E 56.54%, #ACCB46 99.64%);
    background-size: 240%;
    color: #FFF;
    padding: 0.625rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
    font-weight: 900;
    font-size: 0.833rem;
    line-height: 1.354rem;
    position: relative;
    width: max-content;
    max-width: 100%;
    transition: all 0.4s;
    text-transform: initial;
}
form.woocommerce-form-track-order button:hover{
    background-position: 90% 0;
}
form.woocommerce-form-track-order .form-row > input,
.form-wrap .form-group .form-input{
    border: 1px solid #00742E4D;
    height: 3.125rem;
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.5625rem;
    color: #353535;
    background-color: transparent;
    border-radius: 2.604rem;
    padding: 0 1.771rem;
    margin: 0;
}
.form-wrap .form-group textarea.form-input{
    border-radius: 1.042rem;
    padding: 1.042rem 1.771rem;
    width: 100%;
    height: 7.8125rem;
}
.form-wrap .form-group .form-input:focus{
    border-color: var(--main-cl);
}
.form-wrap .btn input{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0 !important;
}
form.wpcf7-form{
    margin-bottom: 0;
}
.contact-sec .contact-form .form-right .sec-title{
    margin-bottom: 0.417rem;
}
.contact-sec .contact-form .form-right .sec-des{
    margin-bottom: 1.667rem;
}
.styled-background{
    background-image: url('../images/page-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
}
.support-sec {
    padding-bottom: 7.03125rem;
}
.support-sec .title-group{
    margin-top: 4.479rem;
    margin-bottom: 4.479rem;
}
.support-menu{
    padding: 0.78125rem 1.5625rem;
    border-radius: 1.042rem;
    background-color: #FFF9E8;
    margin: 0;
}
.support-menu > li{
    margin: 0;
}
.support-menu > li > a{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.354rem;
    color: #333333;
    padding: 0.78125rem 0;
    display: block;
    transition: all 0.4s;
}
.support-menu > li+li > a{
    border-top: 1px solid #E3E3E3;
}
.support-sec .col-9{
    padding-left: 4.167rem;
}
.support-sec .col-9 .box-content{
    border-radius: 1.042rem;
    padding: 2.1875rem;
    background-color: #FFF9E8;
}
.post-content,
.post-content p,
.post-content li{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.354rem;
}
.post-content p{
    margin-bottom: 1.40625rem;
}
.post-content ol,
.post-content ul{
    margin-left: 1.5625rem;
}
.post-content a{
    text-decoration: underline;
    color: var(--main-cl);
}
.faq-list .faq-item+.faq-item{
    border-top: 1px solid #E4E4E4;
}
.faq-list .faq-item .faq-title{
    gap: 0.625rem;
    cursor: pointer;
    padding: 1.667rem 0;
    transition: all 0.4s;
}
.faq-list .faq-item .faq-title svg{
    width: 1.771rem;
    height: auto;
}
.faq-list .faq-item .faq-title.active{
    padding-bottom: 0.78125rem;
}
.faq-list .faq-item .faq-title.active svg path:nth-of-type(2){
    opacity: 0;
}
.faq-list .faq-item .faq-title h2{
    font-weight: 700;
    font-size: 1.667rem;
    line-height: 2.083rem;
    color: #333;
}
.faq-list .faq-item .faq-content{
    padding-bottom: 1.667rem;
}
.faq-list .faq-item .question+.question{
    margin-top: 2.083rem;
}
.faq-list .faq-item .question .ask{
    margin-bottom: 0.521rem;
}
.faq-list .faq-item .question .answer p{
    margin-bottom: 0.521rem;
}
.sticky-box{
    position: sticky;
    top: 7.292rem;
}
.post-item .img-wrap{
    aspect-ratio: 22/15;
    border-radius: 1.042rem;
}
.post-item .cont-wrap{
    padding: 1.823rem 1.25rem 0 0;
}
.post-meta{
    display: flex;
    align-items: center;
    margin-bottom: 0.521rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
.post-meta .meta-item.date{
    flex: 0 0 auto;
}
.post-meta .meta-item.term{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.post-meta .meta-item+.meta-item{
    margin-left: 0.46875rem;
    position: relative;
}
.post-meta .meta-item+.meta-item:before{
    position: relative;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.208rem;
    height: 0.208rem;
    border-radius: 50%;
    content: '';
    background-color: #333;
    margin-right: 0.46875rem;
}
#posts-list{
    margin-top: 3.4375rem;
}
#posts-grid{
    grid-gap: 4.0625rem 4.375rem;
}
.terms-menu > ul{
    gap: 1.146rem;
}
.terms-menu > ul > li{
    margin: 0;
}
.terms-menu > ul > li > a{
    padding: 0.78125rem 1.771rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.302rem;
    border-radius: 1.823rem 0 1.823rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-cl);
    transition: all 0.4s;
    position: relative;
    z-index: 3;
}
.terms-menu > ul > li > a:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    content: '';
    border-radius: 1.823rem 0 1.823rem 0;
    background: linear-gradient(46.76deg, #00742E, #ACCB46) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    padding: 1px;
}
.terms-menu > ul > li > a:after{
    background: linear-gradient(46.76deg, #00742E, #ACCB46);
    opacity: 0;
    border-radius: 1.823rem 0 1.823rem 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    transition: all 0.4s;
}
.terms-menu > ul > li.current-menu-item > a:after,
.terms-menu > ul > li:hover > a:after{
    opacity: 1;
}
.terms-menu > ul > li.current-menu-item > a,
.terms-menu > ul > li:hover > a{
    color: #FFF;
}
.posts-sec{
    padding-bottom: 5.99rem;
}
.posts-sec .title-group{
    margin: 2.917rem auto 1.667rem;
    width: 47.1875rem;
    max-width: 100%;
}
.posts-sec .featured-posts{
    margin-top: 3.125rem;
}
ul.thenativePagination{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 0.78125rem;
    margin-top: 4.167rem;
    margin-bottom: 0;
}
ul.thenativePagination > li{
    margin: 0;
}
ul.thenativePagination > li > a{
    width: 2.083rem;
    height: 2.083rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    border: 1px solid #58595B80;
    transition: all 0.4s;
}
ul.thenativePagination > li:hover > a,
ul.thenativePagination > li.active > a,
ul.thenativePagination > li > a.active{
    color: var(--main-cl);
    border-color: var(--main-cl);
}
.featured-posts.swiper{
    margin-bottom: 5.208rem;
}
.featured-posts .item .img-wrap{
    width: 68%;
    aspect-ratio: 97/50;
    border-radius: 1.5625rem;
}
.featured-posts .item .cont-wrap{
    width: 32%;
    padding: 1.5625rem 0 1.5625rem 3.75rem;
}
.featured-posts .item .cont-wrap h3{
    font-weight: 900;
    font-size: 1.823rem;
    line-height: 2.083rem;
    margin-bottom: 0.625rem;
}
.featured-posts .item .cont-wrap .post-content{
    -webkit-line-clamp: 7;
}
.box-swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.box-swiper .swiper-arrow.prev{
    left: -5.729rem;
}
.box-swiper .swiper-arrow.next{
    right: -5.729rem;
}
.post-details{
    padding-bottom: 5.208rem;
}
.post-details .title-group svg{
    display: none !important;
}
.post-details .title-group{
    margin: 4.479rem 0 1.25rem;
    width: 59.375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.post-details .container-large > .img-wrap{
    margin-top: 3.125rem;
}
.post-details .container-large > .flex-box{
    padding-top: 3.229rem;
}
.post-details .container-large .col-8 .post-excerpt{
    margin-bottom: 2.396rem;
    font-weight: 700;
    font-size: 1.146rem;
    line-height: 1.458rem;
}
.related-posts{
    margin-top: 8.854rem;
}
.related-posts .swiper-slide{
    padding: 0 2.1875rem;
}
.related-posts .swiper{
    margin: 0 -2.1875rem;
}
.related-posts .sec-title{
    margin-bottom: 2.1875rem;
}
.post-content h2{
    font-weight: 900;
    font-size: 1.823rem;
    line-height: 2.5rem;
    margin-bottom: 1.667rem;
}
.post-content h3{
    font-weight: 700;
    font-size: 1.40625rem;
    line-height: 1.667rem;
    margin-bottom: 0.417rem;
}
.post-tags{
    display: flex;
    gap: 1.042rem;
    align-items: center;
}
.post-tags > span{
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: #333333;
    text-transform: uppercase;
}
.post-tags > a{
    font-weight: 500;
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: #FFF;
    padding: 0.26rem 0.625rem;
    border-radius: 1.5625rem;
    background-color: var(--main-cl);
    transition: all 0.4s;
}
.post-details .post-nav{
    padding-top: 0.625rem;
    margin-top: 2.1875rem;
    border-top: 1px solid #E3E3E3;
}
.post-details .post-nav .back-btn{
    padding: 0.26rem 0.521rem;
    border-radius: 1.5625rem;
    background-color: var(--sub-cl);
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.042rem;
    color: var(--main-cl);
    width: 2.1875rem;
    overflow: hidden;
    gap: 0.417rem;
    transition: all 0.4s;
}
.post-details .post-nav .back-btn > span{
    height: 1.146rem;
    white-space: nowrap;
}
.post-details .post-nav .back-btn:hover{
    width: 5.417rem;
}
.post-details .post-nav .back-btn svg{
    width: 1.146rem;
    min-width: 1.146rem;
    height: 1.146rem;
}
.post-details .post-share{
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 7.292rem;
    align-items: center;
    margin-right: 5.729rem;
    margin-right: auto;
}
.post-details .post-share > a{
    margin-bottom: 0.729rem;
    display: flex;
}
.post-details .post-share > a svg{
    width: 1.875rem;
    height: 1.875rem;
}
.post-details .post-share > span{
    transform: rotate(-90deg);
    width: 3.646rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.5625rem;
}
.post-details .col-8{
    padding-right: 1.667rem;
}
.absolute-breadcrumbs{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.absolute-breadcrumbs .breadcrumbs ol > li{
    color: #FFF;
}
.about-sec-1{
    height: calc(100vh - 6.354rem);
}
.about-sec-1 .cont-wrap{
    width: 61.979rem;
    max-width: 100%;
}
.about-sec-1 .logo-wrap{
    margin-bottom: 1.458rem;
    height: 3.385rem;
}
.about-sec-1 .logo-wrap img{
    height: 100%;
    width: auto;
}
.about-sec-1 .title{
    font-weight: 900;
    font-size: 1.823rem;
    line-height: 2.083rem;
    margin-bottom: 1.458rem;
    padding: 0 1.823rem;
}
.about-sec-1 .img-wrap{
    height: 100%;
}
.about-sec-1 .img-wrap:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004D;
    position: absolute;
    content: '';
    z-index: 2;
}
.about-sec-1:before{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1.979rem;
    aspect-ratio: 1920/38;
    position: absolute;
    content: '';
    z-index: 3;
    background-image: url('../images/about-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.about-sec-2{
    padding-top: 5.9375rem;
}
.about-sec-2 .title-group{
    width: 60.417rem;
    max-width: 100%;
}
.about-image:after{
    z-index: 6;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: '';
    height: 40%;
    background: linear-gradient(180deg, rgba(255, 248, 227, 0) 0%, #FFF8E3 100%);
}
.about-image > img:nth-of-type(2){
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}
.about-image .element-in-view{
    position: absolute;
    right: 0;
    z-index: 2;
    top: 4.0625rem;
    height: auto;
    width: 78.125rem;
}
.about-cont-wrap{
    width: 41.667rem;
    border-radius: 1.042rem 10.417rem;
    background-image: url('../images/about-content-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 4.6875rem 5.208rem;
}
.about-cont-wrap .title-stroke .title{
    -webkit-text-stroke: 6px var(--main-cl);
}
.about-cont-wrap .title-stroke{
    margin-bottom: 0.78125rem;
    font-weight: 900;
    font-size: 2.604rem;
    line-height: 3.125rem;
}
.about-sec-3{
    padding: 1.5625rem 2.396rem 0 4.896rem
}
.about-sec-3 > svg{
    position: absolute;
    top: -18.75rem;
    left: 14.583rem;
    z-index: 9;
    width: 7.5rem;
    height: auto;
}
.about-sec-3 .map-wrap{
    width: 66.667rem;
}
.about-sec-3 .map-wrap > img,
.about-sec-3 .map-wrap > svg{
    width: 100%;
    height: 100%;
}
.about-sec-3 .map-wrap > svg{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.about-sec-3 .map-wrap .map-dot{
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    z-index: 9;
    left: 76.5%;
    top: 55%;
    transition: all 2s;
}
.about-sec-3 .map-wrap.active .map-dot{
    top: var(--top);
    left: var(--left);
}
.about-sec-3 .map-wrap .map-dot .dot{
    width: 0.521rem;
    height: 0.521rem;
    border-radius: 50%;
    background-color: var(--main-cl);
    position: relative;
}
.about-sec-3 .map-wrap .map-dot .dot:before{
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--main-cl);
    animation: scaleBorder 1s infinite;
    border-radius: 50%;
}
.about-sec-3 .map-wrap .map-dot .map-tooltip{
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    width: max-content;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none !important;
}
.about-sec-3 .map-wrap .map-dot .map-tooltip > .flex-box{
    padding: 0.104rem 0.417rem;
    gap: 0.208rem;
    border-radius: 1.042rem;
    background-color: #FFF;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.042rem;
    color: #333;
}
.about-sec-3 .map-wrap .map-dot .map-tooltip img{
    width: 1.042rem;
    height: auto;
    object-fit: contain;
}
.about-sec-3 .map-wrap .map-dot:hover{
    z-index: 99;
}
.about-sec-3 .map-wrap .map-dot:hover .map-tooltip{
    opacity: 1;
}
.clip-path-to-bot path{
    transition: all 2s;
    clip-path: inset(0 0 100% 0);
}
.clip-path-to-left path{
    transition: all 2s;
    clip-path: inset(0 0 0 100%);
}
.clip-path-to-right path{
    transition: all 2s;
    clip-path: inset(0 100% 0 0);
}
.active > .clip-path-to-left path,
.clip-path-to-left.active path,
.active > .clip-path-to-right path,
.clip-path-to-right.active path,
.active > .clip-path-to-bot path,
.clip-path-to-bot.active path{
    clip-path: inset(0 0 0 0);
}
.about-sec-3 .map-wrap > svg > path{
    transition: all 2s;
    clip-path: inset(0 0 0 100%);
}
.about-sec-3 .map-wrap.active > svg > path{
    clip-path: inset(0 0 0 0);
}
.about-sec-3 .map-wrap .flag{
    display: flex;
    transform: translateX(50%) translateY(-50%);
    position: absolute;
    right: 23.5%;
    top: 55%;
    z-index: 3;
}
.about-sec-3 .about-cont-wrap{
    margin-top: -14.583rem;
}
.ml-auto{
    margin-left: auto;
}
.mr-auto{
    margin-right: auto;
}
.about-sec-4{
    padding-top: 5.677rem;
}
.about-sec-4 > svg{
    position: absolute;
    left: 27.604rem;
    top: -1.042rem;
    width: auto;
    height: 13.021rem;
}
.about-sec-4 > .flex-box{
    padding: 0 4.896rem 2.5rem;
}
.about-sec-4 .about-cont-wrap{
    padding: 6.25rem 5rem;
    margin-bottom: 4.583rem;
}
.about-sec-4 .img-wrap{
    margin-right: -19.167rem;
}
.about-sec-5 .title-group{
    width: 59.896rem;
    max-width: 100%;
}
.about-sec-5 .title-group .title-stroke{
    margin-bottom: 2.34375rem;
}
.about-5-cont{
    margin-bottom: -110px;
}
.about-5-cont .swiper{
    position: absolute;
    z-index: 4;
    top: 2.292rem;
    width: 100%;
    left: 0;
    padding: 2.083rem 35.9375rem 2.083rem 6.667rem;
}
.about-5-cont .swiper .swiper-slide{
    padding: 0 4.583rem;
}
.about-5-cont .swiper .swiper-slide .img-wrap{
    width: 21.875rem;
    min-width: 21.875rem;
    height: auto;
    border-radius: 1.042rem;
    aspect-ratio: 420/530;
}
.about-5-cont .swiper .swiper-slide .cont-wrap{
    padding-right: 2.34375rem;
}
.about-5-cont .swiper .swiper-slide .cont-wrap .text-primary{
    font-weight: 900;
    font-size: 1.5625rem;
    line-height: 1.823rem;
    margin-bottom: 0.729rem;
}
.about-5-cont .swiper .swiper-slide-active .img-wrap{
    transition-delay: 600ms;
    transform: rotate(5deg);
}
.about-sec-6{
    padding-top: 10.417rem;
    padding-bottom: 5.417rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 3;
}
.about-sec-6 .title-group{
    margin-bottom: 2.1875rem;
}
.about-sec-6 .flex-box{
    gap: 4.479rem;
}
.about-sec-6 .flex-box .item{
    padding: 0 0.833rem;
}
.about-sec-6 .flex-box .item .img-wrap{
    width: 10.417rem;
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 1.458rem;
}
.about-sec-6 .flex-box .item .img-wrap img{
    object-fit: contain;
}
#store-system{
    padding-bottom: 2.865rem;
}
.store-system{
    padding-bottom: 1.5625rem;
}
.store-system .title-group{
    width: 47.1875rem;
    max-width: 100%;
    margin-top: 4.479rem;
    margin-bottom: 2.604rem;
}
.store-system .stores-filter{
    position: relative;
    z-index: 9;
    margin-bottom: 2.8125rem;
}
.store-system .stores-filter .flex-box{
    gap: 1.354rem
}
.select-options{
    display: none;
}
.store-system .stores-filter .select{
    position: relative;
}
.store-system .stores-filter .select-styled{
    width: 18.75rem;
    height: 2.396rem;
    padding: 0 0.9375rem;
    display: flex;
    align-items: center;
    gap: 0.521rem;
    justify-content: space-between;
    border: 1px solid var(--main-cl);
    border-radius: 2.604rem;
    cursor: pointer;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    color: #353535;
}
.store-system .stores-filter .select-styled:after{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iIzM1MzUzNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    width: 0.9375rem;
    min-width: 0.9375rem;
    height: 0.9375rem;
    background-size: 100%;
    content: '';
    position: relative;
    display: block;
}
.select .select-options{
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    border-radius: 0.521rem;
    background-color: #FFF;
    z-index: 999;
    list-style: none;
    overflow: hidden;
}
.select .select-options > li{
    margin: 0;
    padding: 0.417rem 0.9375rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    color: #353535;
    transition: all 0.4s;
    cursor: pointer;
}
.select .select-options > li:hover,
.select .select-options > li.active{
    background-color: var(--main-cl);
    color: #FFF;
}
.select .select-options > li+li{
    border-top: 1px solid rgba(0, 116, 46, 0.3);
}
.store-system .stores-filter button{
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.604rem;
    height: 2.396rem;
    padding: 0 1.667rem;
    background-color: var(--main-cl);
}
.store-system .col-4{
    padding: 1.771rem 0.625rem 2.1875rem;
    border-radius: 1.042rem;
    background-color: #F6EFDB;
}
.store-system .col-4 .total-stores{
    margin-bottom: 1.042rem;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.042rem;
    color: #A6A6A6;
}
.store-system .col-4 .store-list{
    height: 100%;
    padding-right: 1.042rem;
    max-height: 28.646rem;
}
.store-system .col-4 .store-list .store-item{
    padding: 1.25rem 1.042rem;
    border-radius: 0.521rem;
    transition: all 0.4s;
    position: relative;
}
.store-system .col-4 .store-list .store-item+.store-item{
    margin-top: 0.521rem;
}
.store-system .col-4 .store-list .store-item:before{
    left: 1.042rem;
    right: 1.042rem;
    height: 1px;
    position: absolute;
    content: '';
    top: -0.26rem;
    background-color: #D2D2D2;
}
.store-system .col-4 .store-list .store-item:hover,
.store-system .col-4 .store-list .store-item.active{
    background-color: #FFF9E8;
}
.store-system .col-4 .store-list .store-item .store-name{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.302rem;
    margin-bottom: 0.729rem;
}
.store-system .col-4 .store-list .store-item ul > li{
    margin-bottom: 0;
}
.store-system .col-4 .store-list .store-item ul > li > a,
.store-system .col-4 .store-list .store-item ul > li{
    display: flex;
    gap: 0.417rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.458rem;
}
.store-system .col-4 .store-list .store-item ul > li+li{
    margin-top: 0.208rem;
}
.store-system .col-4 .store-list .store-item ul > li > a{
    color: #333;
}
.store-system .col-4 .store-list .store-item ul > li > a:hover{
    color: var(--main-cl);
}
.store-system .col-4 .store-list .store-item ul > li > img,
.store-system .col-4 .store-list .store-item ul > li > svg{
    min-width: 0.833rem;
    width: 0.833rem;
    height: 0.833rem;
    margin-top: 0.3125rem;
}
.store-system .col-8{
    padding-left: 1.302rem;
}
.store-system .col-8 #stores-map{
    height: 100%;
    width: 100%;
    border-radius: 1.042rem;
    overflow: hidden;
    min-height: 31.25rem;
}
.product-details-1 .product-main-content{
    padding: 4.0625rem 0 6.771rem;
}
.product-details-1 .woocommerce-breadcrumb{
    display: none !important;
}
.product-details-1 .single-product-summary{
    padding-left: 5.521rem;
}
.product-details-1 .single-product-summary h1{
    font-weight: 900;
    font-size: 2.083rem;
    line-height: 2.34375rem;
    margin-bottom: 0.78125rem;
    color: var(--main-cl);
    letter-spacing: -0.03em;
}
.product-details-1 .single-product-summary .single-product-metas{
    display: flex;
    margin-bottom: 1.042rem;
    align-items: center;
}
.product-details-1 .single-product-summary .single-product-metas .meta-item{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
    position: relative;
    display: flex;
    align-items: center;
}
.product-details-1 .single-product-summary .single-product-metas .meta-item+.meta-item{
    margin-left: 1.042rem;
}
.product-details-1 .single-product-summary .single-product-metas .meta-item+.meta-item:before{
    width: 0.26rem;
    height: 0.26rem;
    position: relative;
    display: block;
    content: '';
    margin-right: 1.042rem;
    border-radius: 50%;
    background-color: #333333;
    opacity: 0.5;
}
.product-details-1 .single-product-summary .single-product-metas .meta-item .product-status{
    font-weight: 700;
    font-size: 0.729rem;
    line-height: 1.042rem;
    padding: 0.104rem 0.521rem;
    display: flex;
    border-radius: 1.5625rem;
    color: var(--main-cl);
}
.product-details-1 .single-product-summary .single-product-metas .meta-item .product-status.instock{
    background: #D2F072;
}
.product-details-1 .single-product-summary .single-product-metas .meta-item .product-status.outofstock{
    background: #FFAA00;
}
.product-details-1 .single-product-summary .single-product-metas .meta-item .product-status.onbackorder{
    background: #FFD000;
}
.product-details-1 .single-product-summary .product-short-description{
    margin-bottom: 1.25rem;
    letter-spacing: -0.03em;
}
.product-details-1 .single-product-summary .price-wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}
.product-details-1 .single-product-summary .variations .label{
    padding: 0;
}
.product-details-1 .single-product-summary form.cart .quantity-wrap .label,
.product-details-1 .single-product-summary .variations .label label,
.product-details-1 .single-product-summary .price-wrapper .label{
    min-width: 6.667rem;
    font-weight: 500;
    font-size: 0.833rem;
    line-height: 1.042rem;
    padding: 0 0.833rem 0 0;
    margin: 0;
}
.product-details-1 .single-product-summary .price-wrapper .price{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0.833rem;
}
.product-details-1 .single-product-summary .price-wrapper .price > ins span.amount,
.product-details-1 .single-product-summary .price-wrapper .price > span.amount{
    font-weight: 800;
    font-size: 1.302rem;
    line-height: 1.5625rem;
    color: var(--main-cl);
}
.product-details-1 .single-product-summary .price-wrapper .price > del,
.product-details-1 .single-product-summary .price-wrapper .price > del span.amount{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
    color: #35353580;
    opacity: 1;
}
.product-details-1 .single-product-summary .price-wrapper .price > del{
    order: 2;
}
.product-details-1 .single-product-summary .price-wrapper .price .sale-badge{
    font-weight: 800;
    font-size: 0.833rem;
    line-height: 0.9375rem;
    padding: 0.26rem 0.521rem;
    border-radius: 1.042rem;
    color: var(--main-cl);
    background-color: var(--sub-cl);
    order: 4;
}
.product-details-1 .single-product-summary .variations{
    margin-bottom: 0;
}
.product-details-1 .single-product-summary .variations .value{
    padding: 0;
}
.product-details-1 .single-product-summary .variations .reset_variations{
    display: none !important;
}
.product-details-1 .single-product-summary .variations .value .ux-swatches{
    margin: 0;
}
.product-details-1 .single-product-summary .variations .value .ux-swatches > .ux-swatch{
    box-shadow: unset !important;
    outline: unset !important;
    border-radius: 1.5625rem;
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid #00742E80;
    padding: 0.208rem 0.625rem;
    color: var(--main-cl);
    transition: all 0.4s;
    min-height: unset;
}
.product-details-1 .single-product-summary .variations .value .ux-swatches > .ux-swatch:hover,
.product-details-1 .single-product-summary .variations .value .ux-swatches > .ux-swatch.selected{
    color: #FFF;
    background-color: var(--main-cl);
    border-color: var(--main-cl);
}
.product-details-1 .single-product-summary .single_variation_wrap .single_variation{
    display: none !important;
}
.product-details-1 .single-product-summary .single_variation_wrap{
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid rgba(0, 62, 45, 0.2);
}
.product-details-1 .single-product-summary form.cart{
    margin-bottom: 0;
}
.product-details-1 .single-product-summary form.cart:not(.variations_form){
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 62, 45, 0.2);
}
.product-details-1 .single-product-summary .where-to-buy {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid rgba(0, 62, 45, 0.2);
}
.product-details-1 .single-product-summary .where-to-buy > .title{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.146rem;
    color: #333;
}
.product-details-1 .single-product-summary .where-to-buy > .flex-box{
    gap: 1.042rem;
    margin-top: 0.9375rem;
}
.product-details-1 .single-product-summary .where-to-buy .img-wrap{
    width: 3.333rem;
    height: auto;
    aspect-ratio: 1;
}
.product-details-1 .single-product-summary form.cart .quantity-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 1.354rem;
}
html body .quantity.ux-quantity{
    border-radius: 1.5625rem;
    border: 1px solid #00742E80;
}
html body .quantity.ux-quantity > input{
    width: 1.823rem;
    height: 1.823rem;
    min-height: unset;
    min-width: unset;
    border: none;
    background: transparent !important;
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 0.833rem;
    color: var(--main-cl);
}
html body .quantity.ux-quantity > input.qty{
    border-right: 1px solid #00742E80;
    border-left: 1px solid #00742E80;
}
.product-details-1 .single-product-summary form.cart .buttons-wrap{
    display: flex;
    gap: 1.042rem;
}
.product-details-1 .single-product-summary form.cart .buttons-wrap > button{
    border: none !important;
    letter-spacing: initial;
    margin: 0 !important;
    min-height: unset !important;
    box-shadow: unset !important;
}
.product-details-1 .single-product-summary form.cart .buttons-wrap > button.ux-buy-now-button{
    font-weight: 900;
    font-size: 0.833rem;
    line-height: 1.042rem;
    background: #F7A500;
    padding: 0.417rem 1.667rem;
    transition: all 0.4s;
    border-radius: 1.823rem 0 1.823rem 0;
}
.product-details-1 .single-product-summary form.cart .buttons-wrap > button.ux-buy-now-button:hover{
    background: #FFD000;
}
.product-details-2{
    border-top: 1px solid #DDD4BD;
    border-bottom: 1px solid #DDD4BD;
    margin-bottom: 4.948rem;
}
.product-details-2 .container-large{
    padding: 2.34375rem 0;
}
.product-details-2 .container-large > .flex-box{
    gap: 9.635rem
}
.product-details-2 .container-large > .flex-box .commit-item{
    width: 100%;
}
.product-details-2 .container-large > .flex-box .commit-item > .flex-box{
    gap: 1.5625rem
}
.product-details-2 .container-large > .flex-box .commit-item .icon-wrap{
    width: 6.667rem;
    min-width: 6.667rem;
    height: auto;
    aspect-ratio: 1;
    overflow: hidden;
    display: flex;
}
.product-details-2 .container-large > .flex-box .commit-item .icon-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-details-2 .container-large > .flex-box .commit-item h3{
    font-weight: 900;
    font-size: 1.5625rem;
    line-height: 2.083rem;
    margin-bottom: 0;
}
.product-details-3{
    padding-bottom: 4.479rem;
}
.product-details-3 .grid-container{
    width: 61.458rem;
}
.product-details-3 .grid-container .product-tabs .tab{
    border: 1px solid #00742E4D;
    border-radius: 1.5625rem;
    transition: all 0.4s;
}
.product-details-3 .grid-container .product-tabs .tab+.tab{
    margin-top: 1.25rem;
}
.product-details-3 .grid-container .product-tabs .tab .tab-title{
    padding: 0.78125rem 1.667rem;
    font-weight: 800;
    font-size: 1.302rem;
    line-height: 1.5625rem;
    gap: 1.042rem;
    transition: all 0.4s;
    cursor: pointer;
}
.product-details-3 .grid-container .product-tabs .tab.active .tab-title{
    padding-bottom: 0.625rem;
}
.product-details-3 .grid-container .product-tabs .tab.active .tab-title svg path:nth-of-type(2){
    opacity: 0;
}
.product-details-3 .grid-container .product-tabs .tab .tab-content{
    padding: 0 6.875rem 1.667rem 1.667rem;
}
.product-details-3 .grid-container .product-tabs .tab.active{
    border-color: var(--main-cl);
}
#review_form_wrapper.fancybox-content #review_form #reply-title,
.product-details-3 .grid-container #tt-reviews .tt-reviews-title{
    font-weight: 800;
    font-size: 1.302rem;
    line-height: 1.5625rem;
    color: var(--main-cl);
    margin-bottom: 1.354rem;
}
#tt-reviews{
    border: 1px solid #00742E4D;
    padding: 1.875rem 1.667rem;
    border-radius: 1.042rem;
    margin-top: 3.646rem;
}
.home-sec-6.product-details-4{
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 6.771rem;
}
.product-details-5{
    padding-bottom: 2.604rem;
}
.product-details-5 .title-group{
    margin-bottom: 3.542rem;
}
.product-details-5 .grid-container{
    width: 68.75rem;
}
.related-products-sec .box-swiper{
    margin: 0 -2.083rem;
}
.related-products .swiper-slide{
    padding: 0 2.083rem;
}
.product-item{
    padding-bottom: 1.354rem;
}
.product-item .sale-badge{
    width: 4.583rem;
    height: 4.583rem;
    border-radius: 50%;
    font-weight: 900;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: var(--main-cl);
    background-color: var(--sub-cl);
    top: -1.042rem;
    right: -0.677rem;
    position: absolute;
    z-index: 9;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    padding: 1.354rem 0.78125rem;
}
.product-item > .btn-2{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.product-item .item-inner{
    overflow: hidden;
    background-color: #FFFFFF59;
    border-radius: 1.042rem;
    padding: 0.833rem 0.625rem 2.917rem;
}
.product-item .img-wrap{
    aspect-ratio: 114/125;
    padding: 1.771rem;
}
.product-item .cont-wrap{
    padding: 0.3125rem 1.042rem 0;
}
.product-item .cont-wrap h3{
    margin-bottom: 0.521rem;
}
.product-item .cont-wrap .product-item-price{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-item .cont-wrap .product-item-price *{
    display: flex;
}
.product-item .cont-wrap .product-item-price > span.amount,
.product-item .cont-wrap .product-item-price > ins span.amount{
    font-weight: 700;
    font-size: 1.146rem;
    line-height: 1.302rem;
    color: var(--main-cl);
}
.product-item .cont-wrap .product-item-price > del{
    order: 2;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.302rem;
    margin-top: 0.15625rem;
    color: #35353580;
    display: flex;
}
.product-item .cont-wrap .product-item-price > del span.amount{
    opacity: 1;
    margin-right: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.product-item .cont-wrap .stars{
    width: 6.25rem;
    height: 1.25rem;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIxIiBoZWlnaHQ9IjIzIiB2aWV3Qm94PSIwIDAgMTIxIDIzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTEuMDQzMyAxLjAyNDUzQzExLjIxOTUgMC42MjkyODYgMTEuNzgwNSAwLjYyOTI4NSAxMS45NTY3IDEuMDI0NTNMMTQuNTU5NiA2Ljg2Mzg2QzE0LjYzMjIgNy4wMjY4OCAxNC43ODYzIDcuMTM4OCAxNC45NjM4IDcuMTU3NTNMMjEuMzIxNiA3LjgyODU3QzIxLjc1MiA3Ljg3Mzk5IDIxLjkyNTMgOC40MDc1NCAyMS42MDM5IDguNjk3MjNMMTYuODU0NyAxMi45NzcyQzE2LjcyMjEgMTMuMDk2NyAxNi42NjMzIDEzLjI3NzggMTYuNzAwMyAxMy40NTIzTDE4LjAyNjggMTkuNzA2NEMxOC4xMTY2IDIwLjEyOTcgMTcuNjYyNyAyMC40NTk1IDE3LjI4NzkgMjAuMjQzM0wxMS43NDk4IDE3LjA0OTFDMTEuNTk1MiAxNi45NTk5IDExLjQwNDggMTYuOTU5OSAxMS4yNTAyIDE3LjA0OTFMNS43MTIxNCAyMC4yNDMzQzUuMzM3MjkgMjAuNDU5NSA0Ljg4MzQyIDIwLjEyOTcgNC45NzMyMSAxOS43MDY0TDYuMjk5NyAxMy40NTIzQzYuMzM2NzQgMTMuMjc3OCA2LjI3Nzg5IDEzLjA5NjcgNi4xNDUzMSAxMi45NzcyTDEuMzk2MTEgOC42OTcyM0MxLjA3NDY2IDguNDA3NTQgMS4yNDgwMiA3Ljg3Mzk5IDEuNjc4MzYgNy44Mjg1N0w4LjAzNjIzIDcuMTU3NTNDOC4yMTM3MiA3LjEzODggOC4zNjc3NyA3LjAyNjg4IDguNDQwNDMgNi44NjM4NkwxMS4wNDMzIDEuMDI0NTNaIiBmaWxsPSIjRkRCMzA3Ii8+CjxwYXRoIGQ9Ik0zNS4yMDI3IDEuMTM0MDJDMzUuMzcyIDAuNzE5MzA4IDM1Ljk1OTIgMC43MTkzMDkgMzYuMTI4NSAxLjEzNDAyTDM4LjUzNDkgNy4wMjg5N0MzOC42MDYxIDcuMjAzNDEgMzguNzY5MyA3LjMyMyAzOC45NTcxIDcuMzM4MzRMNDUuMjE5NyA3Ljg0OTlDNDUuNjYwNCA3Ljg4NTkgNDUuODQwOSA4LjQzNDE5IDQ1LjUwNzcgOC43MjQ5NEw0MC43MjI2IDEyLjkwMTRDNDAuNTgzMiAxMy4wMjMxIDQwLjUyMjQgMTMuMjExOCA0MC41NjQ2IDEzLjM5Mkw0Mi4wMjQxIDE5LjYyNjNDNDIuMTI1NyAyMC4wNjAzIDQxLjY1MTUgMjAuNDAwMyA0MS4yNzMxIDIwLjE2NDhMMzUuOTI5OCAxNi44Mzk0QzM1Ljc2OCAxNi43Mzg4IDM1LjU2MzEgMTYuNzM4OCAzNS40MDE0IDE2LjgzOTRMMzAuMDU4MSAyMC4xNjQ4QzI5LjY3OTcgMjAuNDAwMyAyOS4yMDU1IDIwLjA2MDMgMjkuMzA3MSAxOS42MjYzTDMwLjc2NjYgMTMuMzkyQzMwLjgwODggMTMuMjExOCAzMC43NDggMTMuMDIzMSAzMC42MDg1IDEyLjkwMTRMMjUuODIzNCA4LjcyNDk0QzI1LjQ5MDMgOC40MzQxOSAyNS42NzA4IDcuODg1OSAyNi4xMTE1IDcuODQ5OUwzMi4zNzQxIDcuMzM4MzRDMzIuNTYxOSA3LjMyMyAzMi43MjUxIDcuMjAzNDEgMzIuNzk2MyA3LjAyODk3TDM1LjIwMjcgMS4xMzQwMloiIGZpbGw9IiNGREIzMDciLz4KPHBhdGggZD0iTTU5LjU4MDMgMS4xODAyOEM1OS43NDY3IDAuNzU4MDYgNjAuMzQ0MiAwLjc1ODA2IDYwLjUxMDYgMS4xODAyOEw2Mi44NDg3IDcuMTEyNjZDNjIuOTE5NCA3LjI5MjA4IDYzLjA4NzEgNy40MTQ4NCA2My4yNzk0IDcuNDI4MTNMNjkuNTU2MiA3Ljg2MTc3QzcwLjAwMzMgNy44OTI2NiA3MC4xODcxIDguNDUwODEgNjkuODQ1OSA4Ljc0MTMxTDY1LjAwNCAxMi44NjMyQzY0Ljg1OTcgMTIuOTg2IDY0Ljc5NzIgMTMuMTc5OCA2NC44NDI3IDEzLjM2MzhMNjYuMzc5NCAxOS41ODc3QzY2LjQ4NzcgMjAuMDI2MyA2Ni4wMDUgMjAuMzcyMiA2NS42MjQ1IDIwLjEyODhMNjAuMzE0OSAxNi43MzIzQzYwLjE1MDYgMTYuNjI3MyA1OS45NDAzIDE2LjYyNzMgNTkuNzc2IDE2LjczMjNMNTQuNDY2NCAyMC4xMjg4QzU0LjA4NTkgMjAuMzcyMiA1My42MDMzIDIwLjAyNjMgNTMuNzExNiAxOS41ODc3TDU1LjI0ODMgMTMuMzYzOEM1NS4yOTM3IDEzLjE3OTggNTUuMjMxMiAxMi45ODYgNTUuMDg3IDEyLjg2MzJMNTAuMjQ1MSA4Ljc0MTMxQzQ5LjkwMzggOC40NTA4MSA1MC4wODc2IDcuODkyNjYgNTAuNTM0NyA3Ljg2MTc3TDU2LjgxMTUgNy40MjgxM0M1Ny4wMDM5IDcuNDE0ODQgNTcuMTcxNSA3LjI5MjA4IDU3LjI0MjIgNy4xMTI2Nkw1OS41ODAzIDEuMTgwMjhaIiBmaWxsPSIjRkRCMzA3Ii8+CjxwYXRoIGQ9Ik04My45NjE1IDEuMTM0MDJDODQuMTMwNyAwLjcxOTMwOCA4NC43MTggMC43MTkzMDkgODQuODg3MyAxLjEzNDAyTDg3LjI5MzcgNy4wMjg5N0M4Ny4zNjQ5IDcuMjAzNDEgODcuNTI4MSA3LjMyMyA4Ny43MTU5IDcuMzM4MzRMOTMuOTc4NSA3Ljg0OTlDOTQuNDE5MiA3Ljg4NTkgOTQuNTk5NyA4LjQzNDE5IDk0LjI2NjUgOC43MjQ5NEw4OS40ODE0IDEyLjkwMTRDODkuMzQyIDEzLjAyMzEgODkuMjgxMiAxMy4yMTE4IDg5LjMyMzQgMTMuMzkyTDkwLjc4MjkgMTkuNjI2M0M5MC44ODQ1IDIwLjA2MDMgOTAuNDEwMyAyMC40MDAzIDkwLjAzMTkgMjAuMTY0OEw4NC42ODg2IDE2LjgzOTRDODQuNTI2OCAxNi43Mzg4IDg0LjMyMTkgMTYuNzM4OCA4NC4xNjAyIDE2LjgzOTRMNzguODE2OSAyMC4xNjQ4Qzc4LjQzODUgMjAuNDAwMyA3Ny45NjQzIDIwLjA2MDMgNzguMDY1OSAxOS42MjYzTDc5LjUyNTQgMTMuMzkyQzc5LjU2NzYgMTMuMjExOCA3OS41MDY4IDEzLjAyMzEgNzkuMzY3MyAxMi45MDE0TDc0LjU4MjIgOC43MjQ5NEM3NC4yNDkxIDguNDM0MTkgNzQuNDI5NiA3Ljg4NTkgNzQuODcwMyA3Ljg0OTlMODEuMTMyOSA3LjMzODM0QzgxLjMyMDcgNy4zMjMgODEuNDgzOSA3LjIwMzQxIDgxLjU1NTEgNy4wMjg5N0w4My45NjE1IDEuMTM0MDJaIiBmaWxsPSIjRkRCMzA3Ii8+CjxwYXRoIGQ9Ik0xMDguNzU4IDEuMTMyNEMxMDguOTI4IDAuNzE3OTU3IDEwOS41MTUgMC43MTc5NTYgMTA5LjY4NCAxLjEzMjRMMTEyLjEzIDcuMTE3NEMxMTIuMjAzIDcuMjk0MjMgMTEyLjM2OSA3LjQxNDQzIDExMi41NiA3LjQyNzEyTDExOS4wOTMgNy44NjIzNUMxMTkuNTQ1IDcuODkyNDYgMTE5LjcyNyA4LjQ2MDIyIDExOS4zNzcgOC43NDc3TDExNC4zNjUgMTIuODYxNkMxMTQuMjE1IDEyLjk4NDggMTE0LjE1IDEzLjE4MzkgMTE0LjE5OCAxMy4zNzIxTDExNS43OTQgMTkuNjAzOUMxMTUuOTA2IDIwLjAzOTcgMTE1LjQzIDIwLjM4OTcgMTE1LjA0NyAyMC4xNTM1TDEwOS40ODQgMTYuNzIxOUMxMDkuMzIzIDE2LjYyMjcgMTA5LjEyIDE2LjYyMjcgMTA4Ljk1OSAxNi43MjE5TDEwMy4zOTYgMjAuMTUzNUMxMDMuMDEzIDIwLjM4OTcgMTAyLjUzNyAyMC4wMzk3IDEwMi42NDkgMTkuNjAzOUwxMDQuMjQ0IDEzLjM3MjFDMTA0LjI5MyAxMy4xODM5IDEwNC4yMjcgMTIuOTg0OCAxMDQuMDc3IDEyLjg2MTZMOTkuMDY1NyA4Ljc0NzdDOTguNzE1NSA4LjQ2MDIyIDk4Ljg5NzYgNy44OTI0NiA5OS4zNDk3IDcuODYyMzVMMTA1Ljg4MyA3LjQyNzEyQzEwNi4wNzMgNy40MTQ0MyAxMDYuMjQgNy4yOTQyMyAxMDYuMzEyIDcuMTE3NEwxMDguNzU4IDEuMTMyNFoiIGZpbGw9IiNGREIzMDciLz4KPC9zdmc+Cg==);
    -webkit-mask-size: 6.25rem 1.25rem;
    background-color: #E9E9E9;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.3125rem;
}
.product-item .cont-wrap .stars:before{
    left: 0;
    top: 0;
    width: var(--stars-width);
    height: 100%;
    position: absolute;
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIxIiBoZWlnaHQ9IjIzIiB2aWV3Qm94PSIwIDAgMTIxIDIzIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTEuMDQzMyAxLjAyNDUzQzExLjIxOTUgMC42MjkyODYgMTEuNzgwNSAwLjYyOTI4NSAxMS45NTY3IDEuMDI0NTNMMTQuNTU5NiA2Ljg2Mzg2QzE0LjYzMjIgNy4wMjY4OCAxNC43ODYzIDcuMTM4OCAxNC45NjM4IDcuMTU3NTNMMjEuMzIxNiA3LjgyODU3QzIxLjc1MiA3Ljg3Mzk5IDIxLjkyNTMgOC40MDc1NCAyMS42MDM5IDguNjk3MjNMMTYuODU0NyAxMi45NzcyQzE2LjcyMjEgMTMuMDk2NyAxNi42NjMzIDEzLjI3NzggMTYuNzAwMyAxMy40NTIzTDE4LjAyNjggMTkuNzA2NEMxOC4xMTY2IDIwLjEyOTcgMTcuNjYyNyAyMC40NTk1IDE3LjI4NzkgMjAuMjQzM0wxMS43NDk4IDE3LjA0OTFDMTEuNTk1MiAxNi45NTk5IDExLjQwNDggMTYuOTU5OSAxMS4yNTAyIDE3LjA0OTFMNS43MTIxNCAyMC4yNDMzQzUuMzM3MjkgMjAuNDU5NSA0Ljg4MzQyIDIwLjEyOTcgNC45NzMyMSAxOS43MDY0TDYuMjk5NyAxMy40NTIzQzYuMzM2NzQgMTMuMjc3OCA2LjI3Nzg5IDEzLjA5NjcgNi4xNDUzMSAxMi45NzcyTDEuMzk2MTEgOC42OTcyM0MxLjA3NDY2IDguNDA3NTQgMS4yNDgwMiA3Ljg3Mzk5IDEuNjc4MzYgNy44Mjg1N0w4LjAzNjIzIDcuMTU3NTNDOC4yMTM3MiA3LjEzODggOC4zNjc3NyA3LjAyNjg4IDguNDQwNDMgNi44NjM4NkwxMS4wNDMzIDEuMDI0NTNaIiBmaWxsPSIjRkRCMzA3Ii8+CjxwYXRoIGQ9Ik0zNS4yMDI3IDEuMTM0MDJDMzUuMzcyIDAuNzE5MzA4IDM1Ljk1OTIgMC43MTkzMDkgMzYuMTI4NSAxLjEzNDAyTDM4LjUzNDkgNy4wMjg5N0MzOC42MDYxIDcuMjAzNDEgMzguNzY5MyA3LjMyMyAzOC45NTcxIDcuMzM4MzRMNDUuMjE5NyA3Ljg0OTlDNDUuNjYwNCA3Ljg4NTkgNDUuODQwOSA4LjQzNDE5IDQ1LjUwNzcgOC43MjQ5NEw0MC43MjI2IDEyLjkwMTRDNDAuNTgzMiAxMy4wMjMxIDQwLjUyMjQgMTMuMjExOCA0MC41NjQ2IDEzLjM5Mkw0Mi4wMjQxIDE5LjYyNjNDNDIuMTI1NyAyMC4wNjAzIDQxLjY1MTUgMjAuNDAwMyA0MS4yNzMxIDIwLjE2NDhMMzUuOTI5OCAxNi44Mzk0QzM1Ljc2OCAxNi43Mzg4IDM1LjU2MzEgMTYuNzM4OCAzNS40MDE0IDE2LjgzOTRMMzAuMDU4MSAyMC4xNjQ4QzI5LjY3OTcgMjAuNDAwMyAyOS4yMDU1IDIwLjA2MDMgMjkuMzA3MSAxOS42MjYzTDMwLjc2NjYgMTMuMzkyQzMwLjgwODggMTMuMjExOCAzMC43NDggMTMuMDIzMSAzMC42MDg1IDEyLjkwMTRMMjUuODIzNCA4LjcyNDk0QzI1LjQ5MDMgOC40MzQxOSAyNS42NzA4IDcuODg1OSAyNi4xMTE1IDcuODQ5OUwzMi4zNzQxIDcuMzM4MzRDMzIuNTYxOSA3LjMyMyAzMi43MjUxIDcuMjAzNDEgMzIuNzk2MyA3LjAyODk3TDM1LjIwMjcgMS4xMzQwMloiIGZpbGw9IiNGREIzMDciLz4KPHBhdGggZD0iTTU5LjU4MDMgMS4xODAyOEM1OS43NDY3IDAuNzU4MDYgNjAuMzQ0MiAwLjc1ODA2IDYwLjUxMDYgMS4xODAyOEw2Mi44NDg3IDcuMTEyNjZDNjIuOTE5NCA3LjI5MjA4IDYzLjA4NzEgNy40MTQ4NCA2My4yNzk0IDcuNDI4MTNMNjkuNTU2MiA3Ljg2MTc3QzcwLjAwMzMgNy44OTI2NiA3MC4xODcxIDguNDUwODEgNjkuODQ1OSA4Ljc0MTMxTDY1LjAwNCAxMi44NjMyQzY0Ljg1OTcgMTIuOTg2IDY0Ljc5NzIgMTMuMTc5OCA2NC44NDI3IDEzLjM2MzhMNjYuMzc5NCAxOS41ODc3QzY2LjQ4NzcgMjAuMDI2MyA2Ni4wMDUgMjAuMzcyMiA2NS42MjQ1IDIwLjEyODhMNjAuMzE0OSAxNi43MzIzQzYwLjE1MDYgMTYuNjI3MyA1OS45NDAzIDE2LjYyNzMgNTkuNzc2IDE2LjczMjNMNTQuNDY2NCAyMC4xMjg4QzU0LjA4NTkgMjAuMzcyMiA1My42MDMzIDIwLjAyNjMgNTMuNzExNiAxOS41ODc3TDU1LjI0ODMgMTMuMzYzOEM1NS4yOTM3IDEzLjE3OTggNTUuMjMxMiAxMi45ODYgNTUuMDg3IDEyLjg2MzJMNTAuMjQ1MSA4Ljc0MTMxQzQ5LjkwMzggOC40NTA4MSA1MC4wODc2IDcuODkyNjYgNTAuNTM0NyA3Ljg2MTc3TDU2LjgxMTUgNy40MjgxM0M1Ny4wMDM5IDcuNDE0ODQgNTcuMTcxNSA3LjI5MjA4IDU3LjI0MjIgNy4xMTI2Nkw1OS41ODAzIDEuMTgwMjhaIiBmaWxsPSIjRkRCMzA3Ii8+CjxwYXRoIGQ9Ik04My45NjE1IDEuMTM0MDJDODQuMTMwNyAwLjcxOTMwOCA4NC43MTggMC43MTkzMDkgODQuODg3MyAxLjEzNDAyTDg3LjI5MzcgNy4wMjg5N0M4Ny4zNjQ5IDcuMjAzNDEgODcuNTI4MSA3LjMyMyA4Ny43MTU5IDcuMzM4MzRMOTMuOTc4NSA3Ljg0OTlDOTQuNDE5MiA3Ljg4NTkgOTQuNTk5NyA4LjQzNDE5IDk0LjI2NjUgOC43MjQ5NEw4OS40ODE0IDEyLjkwMTRDODkuMzQyIDEzLjAyMzEgODkuMjgxMiAxMy4yMTE4IDg5LjMyMzQgMTMuMzkyTDkwLjc4MjkgMTkuNjI2M0M5MC44ODQ1IDIwLjA2MDMgOTAuNDEwMyAyMC40MDAzIDkwLjAzMTkgMjAuMTY0OEw4NC42ODg2IDE2LjgzOTRDODQuNTI2OCAxNi43Mzg4IDg0LjMyMTkgMTYuNzM4OCA4NC4xNjAyIDE2LjgzOTRMNzguODE2OSAyMC4xNjQ4Qzc4LjQzODUgMjAuNDAwMyA3Ny45NjQzIDIwLjA2MDMgNzguMDY1OSAxOS42MjYzTDc5LjUyNTQgMTMuMzkyQzc5LjU2NzYgMTMuMjExOCA3OS41MDY4IDEzLjAyMzEgNzkuMzY3MyAxMi45MDE0TDc0LjU4MjIgOC43MjQ5NEM3NC4yNDkxIDguNDM0MTkgNzQuNDI5NiA3Ljg4NTkgNzQuODcwMyA3Ljg0OTlMODEuMTMyOSA3LjMzODM0QzgxLjMyMDcgNy4zMjMgODEuNDgzOSA3LjIwMzQxIDgxLjU1NTEgNy4wMjg5N0w4My45NjE1IDEuMTM0MDJaIiBmaWxsPSIjRkRCMzA3Ii8+CjxwYXRoIGQ9Ik0xMDguNzU4IDEuMTMyNEMxMDguOTI4IDAuNzE3OTU3IDEwOS41MTUgMC43MTc5NTYgMTA5LjY4NCAxLjEzMjRMMTEyLjEzIDcuMTE3NEMxMTIuMjAzIDcuMjk0MjMgMTEyLjM2OSA3LjQxNDQzIDExMi41NiA3LjQyNzEyTDExOS4wOTMgNy44NjIzNUMxMTkuNTQ1IDcuODkyNDYgMTE5LjcyNyA4LjQ2MDIyIDExOS4zNzcgOC43NDc3TDExNC4zNjUgMTIuODYxNkMxMTQuMjE1IDEyLjk4NDggMTE0LjE1IDEzLjE4MzkgMTE0LjE5OCAxMy4zNzIxTDExNS43OTQgMTkuNjAzOUMxMTUuOTA2IDIwLjAzOTcgMTE1LjQzIDIwLjM4OTcgMTE1LjA0NyAyMC4xNTM1TDEwOS40ODQgMTYuNzIxOUMxMDkuMzIzIDE2LjYyMjcgMTA5LjEyIDE2LjYyMjcgMTA4Ljk1OSAxNi43MjE5TDEwMy4zOTYgMjAuMTUzNUMxMDMuMDEzIDIwLjM4OTcgMTAyLjUzNyAyMC4wMzk3IDEwMi42NDkgMTkuNjAzOUwxMDQuMjQ0IDEzLjM3MjFDMTA0LjI5MyAxMy4xODM5IDEwNC4yMjcgMTIuOTg0OCAxMDQuMDc3IDEyLjg2MTZMOTkuMDY1NyA4Ljc0NzdDOTguNzE1NSA4LjQ2MDIyIDk4Ljg5NzYgNy44OTI0NiA5OS4zNDk3IDcuODYyMzVMMTA1Ljg4MyA3LjQyNzEyQzEwNi4wNzMgNy40MTQ0MyAxMDYuMjQgNy4yOTQyMyAxMDYuMzEyIDcuMTE3NEwxMDguNzU4IDEuMTMyNFoiIGZpbGw9IiNGREIzMDciLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 6.25rem 1.25rem;
}
.product-gallery-images{
    display: flex;
    gap: 1.25rem
}
.product-gallery-images .product-gallery-thumb-wrap{
    width: 5.729rem;
    min-width: 5.729rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.146rem;
}
.product-gallery-images .product-gallery-thumb-wrap .product-gallery-thumb{
    margin: -0.573rem 0;
    max-height: 13.542rem;
}
.product-gallery-images .product-gallery-thumb-wrap .swiper-slide{
    padding: 0.573rem 0;
}
.product-gallery-images .product-gallery-thumb-wrap .product-gallery-thumb .img-wrap{
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 0.521rem;
    background-color: #FEF9EB;
    padding: 0.417rem;
    border: 1px solid transparent;
    transition: all 0.4s;
    cursor: pointer;
}
.product-gallery-images .product-gallery-thumb-wrap .swiper-slide.swiper-slide-thumb-active .img-wrap{
    border-color: var(--sub-cl);
}
.product-gallery-images .product-gallery-thumb-wrap .product-gallery-thumb .img-wrap img{
    object-fit: contain;
}
.product-gallery-images .product-gallery-wrap{
    width: calc(100% - 6.979rem);
}
.product-gallery-images .product-gallery-thumb-wrap .product-gallery-item.video-item:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    opacity: 0.3;
    background-color: #000;
    z-index: 2;
    pointer-events: none;
}
.product-gallery-images .product-gallery-thumb-wrap .product-gallery-item.item-360 svg{
    width: 2.8rem;
    height: auto;
}
.product-gallery-images .product-gallery-thumb-wrap .product-gallery-item{
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 0.521rem;
    background-color: #FEF9EB;
}
.product-gallery-images .product-gallery-thumb-wrap .product-gallery-item > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.product-gallery-images .product-gallery{
    border-radius: 1.042rem;
    background-color: #FDF7E7;
}
.product-gallery-images .product-gallery .swiper-slide{
    padding: 3.542rem;
}
.woocommerce-mini-cart__buttons .button:first-child{
    display: none !important;
}
.woocommerce-mini-cart__buttons .button.checkout{
    padding: 0.625rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
    font-weight: 900;
    font-size: 0.833rem;
    line-height: 1.354rem;
    position: relative;
    width: 100%;
    transition: all 0.4s;
    border-radius: 2.604rem;
    background-image: linear-gradient(90deg, #00742E 0.36%, #00742E 39.97%, #00742E 56.54%, #ACCB46 99.64%);
    background-size: 240%;
    color: #FFF;
}
.woocommerce-mini-cart__buttons .button.checkout:hover{
    background-position: 90% 0%;
}
section.cuisine-sec-1,
section.product-cat-sec-1 {
    padding-bottom: 5.833rem;
    background-image: url('../images/product-cat-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
section.cuisine-sec-1{
    padding-bottom: 6.042rem;
}
section.cuisine-sec-1 .title-group{
    margin-top: 4.167rem;
}
section.product-cat-sec-1 .title-group{
    margin-top: 3.125rem;
    width: 53.125rem;
    max-width: 100%;
}
section.cuisine-sec-1:before{
    width: 24.0625rem;
    height: auto;
    aspect-ratio: 462/350;
    position: absolute;
    content: '';
    left: 0;
    bottom: -6.615rem;
    background-image: url('../images/recipe-pattern.png');
    background-repeat: no-repeat;
    background-size: 100%;
    animation: riceUp 1.4s;
    animation-delay: 600ms;
}
section.product-cat-sec-1:after,
section.product-cat-sec-1:before{
    width: 15.625rem;
    height: auto;
    aspect-ratio: 1;
    position: absolute;
    content: '';
    background-image: url('../images/rice-pattern.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
@keyframes riceDown {
    from{
        transform: translateY(-50%);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes riceUp {
    from{
        transform: translateY(50%);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}
section.product-cat-sec-1:before{
    right: 10.417rem;
    top: -6.51rem;
    animation: riceDown 1.4s;
    animation-delay: 600ms;
}
section.product-cat-sec-1:after{
    bottom: -5.521rem;
    left: -3.958rem;
    animation: riceUp 1.4s;
    animation-delay: 600ms;
}
section.product-cat-sec-2 .products-filter{
    border-top: 1px solid #DFD3B3;
    border-bottom: 1px solid #DFD3B3;
}
.hidden-input{
    display: none !important;
}
section.product-cat-sec-2 .products-filter .left-col{
    padding: 0.78125rem 6.042rem 0.78125rem 0;
}
section.product-cat-sec-2 .products-filter .left-col > .flex-box{
    height: 100%;
    align-items: center;
    gap: 1.25rem;
}
.filter-items .filter-item{
    position: relative;
}
.filter-items .filter-item > svg{
    position: absolute;
    top: 50%;
    right: 0.833rem;
    height: 1.25rem;
    width: auto;
    transform: translateY(-50%);
}
.filter-items .filter-item input,
.filter-items .filter-item .select-styled{
    height: 2.708rem;
    border-radius: 2.604rem;
    border: 1px solid var(--main-cl);
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding: 0 0.833rem 0 1.354rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.042rem;
    background-color: transparent !important;
    margin: 0;
    color: #333;
}
.filter-items .filter-item input::placeholder{
    color: #333;
    opacity: 1;
}
.filter-items .filter-item input{
    padding-right: 2.604rem;
    width: 21.875rem;
}
.filter-items .filter-item:not(:first-child){
    flex-grow: 1;
}
.filter-items .filter-item .select-styled{
    cursor: pointer;
}
.filter-items .filter-item .select-styled:after{
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iIzM1MzUzNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--main-cl);
    width: 0.9375rem;
    min-width: 0.9375rem;
    height: 0.9375rem;
    background-size: 100%;
    content: '';
    position: relative;
    display: block;
}
section.product-cat-sec-2 .products-filter .right-col{
    border-left: 1px solid #DFD3B3;
    padding: 0.78125rem 0 0.78125rem 2.083rem;
}
section.product-cat-sec-2 .products-filter .right-col .label{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.146rem;
}
section.product-cat-sec-2 .products-filter .right-col .tastes{
    gap: 1.667rem;
    margin-left: 3.854rem;
}
section.product-cat-sec-2 .products-filter .right-col .taste-item label{
    cursor: pointer;
    margin: 0;
}
section.product-cat-sec-2 .products-filter .right-col .taste-item .icon-wrap{
    width: 3.542rem;
    height: 3.542rem;
    position: relative;
    display: flex;
    margin-bottom: 0.521rem;
}
section.product-cat-sec-2 .products-filter .right-col .taste-item .icon-wrap > img{
    width: 100%;
    height: 100%;
}
section.product-cat-sec-2 .products-filter .right-col .taste-item .icon-wrap > svg{
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}
section.product-cat-sec-2 .products-filter .right-col .taste-item .name{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.146rem;
}
section.product-cat-sec-2 .products-filter .right-col .taste-item label input:checked+.icon-wrap > svg{
    opacity: 1;
}
section.product-cat-sec-2 .product-list-wrap{
    padding: 2.34375rem 0 5.208rem;
}
section.product-cat-sec-2 .product-list-wrap .product-nav{
    margin-bottom: 3.4375rem;
}
section.product-cat-sec-2 .product-list-wrap .product-nav .woocommerce-result-count{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
section.product-cat-sec-2 .product-list-wrap .product-nav .label{
    margin-right: 0.833rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
section.product-cat-sec-2 .product-list-wrap .product-nav .select{
    position: relative;
}
section.product-cat-sec-2 .product-list-wrap .product-nav .select-styled{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    display: flex;
    justify-content: space-between;
    gap: 0.625rem;
    min-width: 9.896rem;
    cursor: pointer;
}
section.product-cat-sec-2 .product-list-wrap .product-nav .select-styled:after{
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjYyNSA2Ljc1TDkgMTIuMzc1TDMuMzc1IDYuNzUiIHN0cm9rZT0iIzM1MzUzNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: var(--main-cl);
    width: 0.9375rem;
    min-width: 0.9375rem;
    height: 0.9375rem;
    background-size: 100%;
    content: '';
    position: relative;
    display: block;
}
section.product-cat-sec-2 .product-list-wrap .product-nav .select-options{
    width: max-content;
    right: 0;
    left: unset;
    min-width: 100%;
}
section.product-cat-sec-2 .product-list-wrap .product-nav .select-options > li{
    font-size: 0.833rem;
    line-height: 1.042rem;
    width: max-content;
    min-width: 100%;
}
#products-grid{
    grid-gap: 3.4375rem 3.229rem;
}
section.product-cat-sec-3.product-details-2{
    margin-bottom: 0;
}
section.product-cat-sec-4.home-sec-5 .swiper{
    padding-bottom: 8.333rem;
    margin-bottom: 0;
}
section.product-cat-sec-4.home-sec-5{
    margin-top: 0;
    padding-top: 4.6875rem;
}
.recipe-details{
    padding-bottom: 7.292rem;
}
.recipe-details .title-group{
    margin-top: 3.958rem;
    margin-bottom: 1.5625rem;
    width: 50.78125rem;
    max-width: 100%;
}
.recipe-details .recipe-metas{
    gap: 2.34375rem;
}
.recipe-details .recipe-metas .item > .flex-box{
    gap: 0.78125rem;
}
.recipe-details .recipe-metas .item > .flex-box .icon-wrap{
    display: flex;
}
.recipe-details .recipe-metas .item > .flex-box .icon-wrap svg{
    width: 2.083rem;
    height: 2.083rem;
    object-fit: contain;
}
.recipe-details .recipe-description{
    margin-top: 5.9375rem;
}
.recipe-details .recipe-description .cont-wrap{
    padding: 3.854rem 20.15625rem 3.854rem 7.396rem;
    background-size: cover;
    background-position: left center;
    background-image: url('../images/recipe-shape.png');
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5625rem;
    min-height: 32.552rem;
    margin-right: -17.552rem;
    flex-basis: 58%;
}
.recipe-details .recipe-description .cont-wrap .title{
    font-size: 1.823rem;
    line-height: 2.083rem;
    letter-spacing: -0.03em;
    margin-bottom: 0.521rem;
}
.recipe-details .recipe-description .cont-wrap .cont{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.5625rem;
    letter-spacing: -0.03em;
}
.recipe-details .recipe-description .cont-wrap .products .cont a{
    text-decoration: underline;
    color: #333;
    display: block;
}
.recipe-details .recipe-description .cont-wrap > a{
    margin-top: 0.521rem;
}
.recipe-details .recipe-description .img-wrap{
    flex-basis: 64%;
    border-radius: 1.042rem;
    aspect-ratio: 912/700;
}
.recipe-details .recipe-content{
    margin-top: 4.583rem;
}
.related-recipes-sec{
    padding-bottom: 2.083rem;
}
.related-recipes-sec .title-group{
    margin-bottom: 32px;
}
.related-recipes-sec .box-swiper{
    margin: 0 -1.25rem 4.375rem;
}
.related-recipes-sec .box-swiper .swiper{
    padding-top: 1.042rem;
}
.related-recipes-sec .swiper-slide{
    padding: 0 1.25rem;
}
.related-recipes-sec .swiper-slide h3{
    padding: 0 1.5625rem;
    color: #333;
}
.recipe-content .post-nav{
    padding-top: 1.823rem;
    margin-top: 2.292rem;
    border-top: 1px solid rgba(0, 62, 45, 0.2);
}
.post-nav .recipe-share{
    gap: 0.833rem;
}
.cuisine-sec-2 {
    padding-bottom: 2.083rem;
    background-position: bottom center;
}
.cuisine-sec-2 .recipe-list-wrap{
    margin-top: 3.854rem;
}
.cuisine-sec-2 .recipe-filters{
    padding: 2.083rem 0;
    border-top: 1px solid #DFD3B3;
    border-bottom: 1px solid #DFD3B3;
}
.cuisine-sec-2 .filter-items{
    gap: 1.25rem;
}
.cuisine-sec-2 .filter-items input{
    width: 44.271rem;
}
#recipes-grid{
    grid-gap: 4.375rem 2.5rem;
    margin-top: 4.6875rem;
}
#recipes-grid .recipe-item h3{
    padding: 0 1.5625rem;
    color: #333;
}
.featured-recipe .cont-wrap{
    background-size: cover;
    background-position: left center;
    background-image: url('../images/recipe-shape.png');
    min-height: 32.552rem;
    margin-right: -5.208rem;
    flex-basis: 58%;
    padding: 3.854rem 10.833rem 3.854rem 7.396rem;
}
.featured-recipe .cont-wrap .title{
    font-weight: 900;
    font-size: 1.823rem;
    line-height: 2.083rem;
    letter-spacing: -0.03em;
    margin-bottom: 1.979rem;
}
.featured-recipe .cont-wrap .recipe-metas{
    gap: 3.229rem;
    margin-bottom: 1.979rem;
}
.featured-recipe .cont-wrap .recipe-metas .icon-wrap{
    height: 1.458rem;
    width: 1.458rem;
    margin-bottom: 0.3125rem;
}
.featured-recipe .cont-wrap .recipe-metas .icon-wrap svg{
    width: 100%;
    height: 100%;
}
.featured-recipe .cont-wrap .excerpt{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.146rem;
    margin-bottom: 3.125rem;
}
.featured-recipe .img-wrap{
    flex-basis: 36.458rem;
    border-radius: 1.042rem;
}
.featured-recipe .img-wrap.active{
    transform: rotate(3deg);
}
@keyframes MenuFadeDown {
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}
.cuisine-sec-2 .fixed-on-scroll.is-fixed .recipe-filters,
.product-cat-sec-2 .fixed-on-scroll.is-fixed .products-filter{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px 0 #d5d5d5;
    animation: MenuFadeDown 0.6s;
    background-color: #FEF9EB;
}
.cuisine-sec-2 .fixed-on-scroll.is-fixed .recipe-filters{
    padding-top: 0.521rem;
    padding-bottom: 0.521rem;
}
.product-cat-sec-2 .fixed-on-scroll.is-fixed .products-filter .left-col,
.product-cat-sec-2 .fixed-on-scroll.is-fixed .products-filter .right-col{
    padding-bottom: 0.521rem;
    padding-top: 0.521rem;
}
.product-cat-sec-2 .fixed-on-scroll.is-fixed .products-filter .right-col .taste-item .icon-wrap{
    height: 2.604rem;
    margin-bottom: 0.208rem;
}
.product-cat-sec-2 .fixed-on-scroll.is-fixed .products-filter .right-col .taste-item .name{
    font-size: 0.729rem;
    line-height: 0.9375rem;
}
.nk-checkout-page .woocommerce-order #order-review .column-inner:before{
    background-color: var(--sub-cl) !important;
}
.woocommerce-order-received .nk-checkout-page .woocommerce{
    width: var(--container-w) !important;
}
.nk-checkout-page .checkout-products .checkout-product-thumb img{
    padding: 5px;
}
.box-loading{
    position: relative;
    min-height: 10.417rem;
}
.box-loading:before{
    height: 3.646rem;
    width: 3.646rem;
    left: calc(50% - 1.823rem);
    top: calc(50% - 1.823rem);
    aspect-ratio: 1;
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
    border: 5px solid #d8d8d8;
    border-bottom-color: var(--main-cl);
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.6s linear infinite;
}
.product-landing-1 .breadcrumbs{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 3;
}
.product-landing-1 .title-group{
    position: absolute;
    width: 35.417rem;
    max-width: 100%;
    top: 4.896rem;
    left: 11.979rem;
}
.product-landing-2{
    padding-top: 5.99rem;
}
.product-landing-2 .landing-ratings{
    padding: 1.5625rem 0;
    border-bottom: 1px solid #DDD4BD;
    border-top: 1px solid #DDD4BD;
}
.product-landing-2 .landing-ratings .flex-box{
    gap: 1.5625rem 7.8125rem
}
.product-landing-2 .landing-ratings .item > img{
    height: 1.25rem;
    width: auto;
    display: block;
}
.product-landing-2 .landing-ratings .item .fs-22{
    margin-bottom: 0.625rem;
}
.landing-2-content{
    padding-bottom: 5.208rem;
}
.landing-2-content:before{
    top: 1.979rem;
    width: 41.667rem;
    height: 41.667rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-radius: 50%;
    background: linear-gradient(180deg, #FFEDBB 0%, rgba(239, 231, 211, 0.507178) 54.92%, rgba(239, 231, 211, 0) 73.01%);
    z-index: 2;
}
.landing-2-content .image{
    width: 18.229rem;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    aspect-ratio: 350/650;
    z-index: 3;
    position: relative;
}
.landing-2-content .cont-wrap{
    display: flex;
    gap: 5.625rem 29.167rem;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 9.271rem;
    left: 0;
    z-index: 9;
}
.landing-2-content .cont-wrap .item{
    width: 25rem;
    gap: 2.292rem;
}
.landing-2-content .cont-wrap .item:nth-of-type(odd){
    flex-direction: row-reverse;
    text-align: right;
}
.landing-2-content .cont-wrap .item:nth-of-type(3){
    transform: translateX(-2.5rem);
}
.landing-2-content .cont-wrap .item:nth-of-type(4){
    transform: translateX(2.5rem);
}
.landing-2-content .cont-wrap .item h3{
    margin-bottom: 0.208rem;
}
.landing-2-content .cont-wrap .item .icon-wrap img{
    width: 6.667rem;
    min-width: 6.667rem;
    height: auto;
    aspect-ratio: 1;
}
.product-landing-3{
    padding-top: 5.729rem;
}
.product-landing-3 .cont-wrap{
    max-width: 100%;
    width: 40.625rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: -3.125rem;
    position: relative;
    z-index: 3;
}
.product-landing-3 .title-styled{
    font-family: "NVN Motherland Signature", "Nunito", "sans-serif";
    font-weight: 400;
    font-size: 3.646rem;
    line-height: 4.167rem;
    margin-bottom: 2.604rem;
    transform: rotate(-3deg);
}
.landing-4-content{
    padding: 3.125rem 7.552rem;
    background-image: url('../images/landing-shape.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    mix-blend-mode: multiply;
    margin-top: -6.25rem;
}
.landing-4-content .title-group{
    margin-bottom: 4.427rem;
}
.landing-4-content .cont-wrap{
    gap: 5rem;
}
.landing-4-content .cont-wrap .item{
    max-width: 32%;
}
.landing-4-content .cont-wrap .item .child{
    display: flex;
    gap: 0.833rem;
    align-items: center;
    width: 100%;
}
.landing-4-content .cont-wrap .item .child+.child{
    margin-top: 0.521rem;
}
.landing-4-content .cont-wrap .item .child .icon img{
    width: 2.8125rem;
    min-width: 2.8125rem;
    height: auto;
    aspect-ratio: 1;
}
.landing-4-content .cont-wrap .item .child .child-cont p,
.landing-4-content .cont-wrap .item .child .child-cont td,
.landing-4-content .cont-wrap .item .child .child-cont li,
.landing-4-content .cont-wrap .item .child .child-cont{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.146rem;
    color: #333;
}
.landing-4-content .cont-wrap .item .child .child-cont{
    width: 100%;
}
.landing-4-content .quality-cert{
    margin-top: 3.542rem;
    padding-top: 1.458rem;
    border-top: 1px solid #D1C3A1;
    gap: 2.8125rem;
}
.landing-4-content .quality-cert .fs-18{
    width: 9.896rem;
}
.landing-4-content .quality-cert > .flex-box{
    gap: 1.042rem;
}
.landing-4-content .quality-cert > .flex-box > img{
    display: block;
    width: 4.167rem;
    height: 4.167rem;
    object-fit: contain;
}
.landing-4-content > img{
    position: absolute;
    left: 2.24rem;
    bottom: -3.49rem;
    width: 28.125rem;
    height: auto;
}
.product-landing-5{
    padding-top: 5.208rem;
}
.product-landing-5 .title-group{
    margin-bottom: 3.385rem;
}
.related-products-sec .grid-container{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
.product-landing-6{
    padding-top: 4.948rem;
    padding-bottom: 12.5rem;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials-wrap{
    padding: 0.833rem;
    width: 61.667rem;
    max-width: 100%;
    margin-top: 2.34375rem;
}
.testimonials-wrap > img{
    position: absolute;
    right: -6.25rem;
    bottom: -5.729rem;
    z-index: 4;
    width: 23.4375rem;
}
.testimonials-wrap .testimonials-box{
    overflow: hidden;
    padding: 6.146rem 11.979rem 3.229rem;
    background-color: var(--main-cl);
    border-radius: 13.021rem 1.042rem;
    position: relative;
    z-index: 3;
}
.testimonials-wrap:before{
    width: 100%;
    height: 100%;
    border-radius: 13.021rem 1.042rem;
    right: 0;
    top: 0;
    background: linear-gradient(227.84deg, #FFD000 0%, rgba(255, 208, 0, 0.325802) 28.88%, rgba(255, 208, 0, 0) 73.76%);
    position: absolute;
    content: '';
}
.testimonial-swiper.swiper{
    margin-bottom: 1.979rem;
}
.testimonial-swiper .text-white{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    margin-bottom: 1.042rem;
}
.testimonial-swiper .cont{
    font-weight: 900;
    font-size: 1.5625rem;
    line-height: 1.823rem;
    color: var(--third-cl);
}
.testimonial-avatar-swiper.swiper{
    margin-bottom: 2.8125rem;
    width: 8.333rem;
    overflow: unset;
}
.testimonial-avatar-swiper.swiper .swiper-slide{
    transition: all 0.4s;
}
.testimonial-avatar-swiper.swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev){
    opacity: 0;
}
.testimonial-avatar-swiper.swiper .testimonial-avatar{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    transform: scale(1.125);
    transition: all 0.4s;
}
.testimonial-avatar-swiper.swiper .testimonial-avatar:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    border-radius: 50%;
    background-color: #000;
    opacity: 0.5;
    transition: all 0.4s;
}
.testimonial-avatar-swiper.swiper .swiper-slide-active .testimonial-avatar:before{
    opacity: 0;
}
.testimonial-avatar-swiper.swiper .swiper-slide-active{
    z-index: 9;
}
.testimonial-avatar-swiper.swiper .swiper-slide-active .testimonial-avatar{
    transform: scale(1.4);
}
.testimonials-box .swiper-pagination{
    position: relative !important;
    bottom: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.417rem;
}
.testimonials-box .swiper-pagination .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    background-color: #FFFFFF80;
    margin: 0 !important;
}
.testimonials-box .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--third-cl);
}
.product-landing-7.home-sec-5{
    margin-top: 0;
    padding-top: 4.6875rem;
}
.product-landing-7.home-sec-5 .sub-title{
    margin-bottom: 2.34375rem;
}
.woocommerce-checkout .woocommerce-message.message-wrapper{
    display: none !important;
}
#review_form_wrapper #review_form #commentform > div.form-submit{
    text-align: center;
}
.gallery-360{
    position: absolute;
    z-index: 9;
    left: 5%;
    top: 5%;
}
.gallery-360 svg{
    width: 2.8125rem;
    height: 2.8125rem;
}
.first-frame-cloud{
    position: absolute;
    top: 9.375rem;
    width: 100%;
    height: 80vh;
}
.first-frame-cloud .cloud-img{
    position: absolute;
    height: auto;
}
.first-frame-cloud .cloud-to-left .cloud-img.cloud-1{
    left: -4.271rem;
    top: 13.646rem;
    z-index: 6;
    width: 79.6875rem;
    transition: all 2s;
}
.first-frame-cloud .cloud-to-left .cloud-img.cloud-2{
    z-index: 2;
    width: 46.042rem;
    top: 17.292rem;
    right: -17.083rem;
    transition: all 2.2s;
}
.first-frame-cloud .cloud-to-left .cloud-img.cloud-3{
    z-index: 4;
    width: 46.042rem;
    top: 7.292rem;
    right: -1.458rem;
    transition: all 2.1s;
}
.first-frame-cloud .cloud-to-right .cloud-img.cloud-1{
    width: 87.083rem;
    z-index: 1;
    top: 0;
    right: -29.167rem;
    transition: all 2.5s;
}
.first-frame-cloud .cloud-to-right .cloud-img.cloud-2{
    width: 65.104rem;
    top: 18.75rem;
    left: 22.917rem;
    z-index: 8;
    transition: all 2.4s;
}
.first-frame-cloud.active .cloud-to-left .cloud-img.cloud-1{
    left: -44.792rem;
}
.first-frame-cloud.active .cloud-to-left .cloud-img.cloud-2{
    right: 53.958rem;
}
.first-frame-cloud.active .cloud-to-left .cloud-img.cloud-3{
    right: 69.583rem;
}
.first-frame-cloud.active .cloud-to-right .cloud-img.cloud-1{
    right: -93.75rem;
}
.first-frame-cloud.active .cloud-to-right .cloud-img.cloud-2{
    left: 72.917rem;
}
#wrapper > .back-to-top{
    width: 2.865rem;
    height: auto;
    aspect-ratio: 1;
    background-color: rgba(247, 165, 0, 0.2);
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none !important;
    outline: none !important;
    transition: all 0.4s;
}
#wrapper > .back-to-top:hover{
    background-color: rgba(247, 165, 0, 1);
}
#wrapper > .back-to-top:hover path{
    stroke: #FFF;
}
.featured-posts .grid-box{
    grid-gap: 1.25rem 1.667rem;
}
.featured-posts .grid-box .featured-post-item .img-wrap{
    border-radius: 1.042rem;
    overflow: hidden;
    height: 100%;
    width: 33%;
    min-width: 33%;
}
.featured-posts .grid-box .featured-post-item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.featured-posts .grid-box .featured-post-item .cont-wrap .post-excerpt{
    font-size: 0.885rem;
    margin-top: 0.625rem;
}
.featured-posts .grid-box .featured-post-item:first-of-type{
    grid-row: 1/4;
    display: block !important;
}
.featured-posts .grid-box .featured-post-item:first-of-type .img-wrap{
    width: 100%;
    aspect-ratio: auto;
}
.featured-posts .grid-box .featured-post-item:first-of-type .img-wrap:before{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.featured-posts .grid-box .featured-post-item:first-of-type .cont-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 1.25rem 1.667rem;
}
.featured-posts .grid-box .featured-post-item:first-of-type .cont-wrap * {
    color: #FFF;
}
.sticky-box .title{
    background-color: var(--sub-cl);
    color: var(--main-cl);
    padding: 0.521rem 1.5625rem;
    font-weight: 900;
    border-radius: 0.521rem;
    font-size: 1.146rem;
    line-height: 1.5625rem;
    margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
    .post-details .col-3{
        padding-right: 7.083rem;
    }
    .title-stroke{
        font-size: 3.125rem;
        line-height: 1.4;
    }
    .product-details-1 .single-product-summary .where-to-buy > .flex-box .item:hover .img-wrap{
        transform: translateY(-0.521rem);
    }
    body, html {
        font-size: 1vw;
    }
    .commit-item .icon-wrap {
        transition: all 0.4s;
    }
    .commit-item:hover .icon-wrap {
        transform: translateY(-10%);
    }
    .btn-plus:hover .icon svg{
        transform: rotate(90deg);
    }
    .product-item:hover .item-inner{
        background-color: #FFFFFF;
    }
    .product-item:hover .img-wrap img{
        transform: scale(1.07);
    }
    .post-nav .recipe-share a:hover svg{
        transform: scale(0.9);
    }
    .about-sec-6 .flex-box .item:hover .img-wrap{
        transform: translateY(-1.024rem);
    }
    #recipes-grid .recipe-item:hover h3,
    .support-menu > li:hover > a,
    .support-menu > li.current-menu-item > a{
        color: var(--main-cl);
    }
    .home-sec-5 .swiper-slide .home-product .plus-btn:hover{
        background-color: #FFF;
    }
    .home-sec-5 .swiper-slide .home-product .plus-btn:hover svg{
        transform: rotate(360deg);
    }
    .home-sec-5 .swiper-slide .cont-wrap .item-link:hover path{
        fill: var(--sub-cl)
    }
    .home-sec-5 .swiper-slide .cont-wrap .item-link:hover{
        color: var(--sub-cl);
    }
    header#header #masthead .header-nav-main > li > a:hover{
        color: var(--main-cl);
    }
    .home-sec-7 .home-brands .item:hover .img-wrap{
        transform: translateY(-0.833rem);
    }
    .related-recipes-sec .swiper-slide:hover h3,
    footer#footer .footer-bottom ul.ls-none > li:hover > a{
        color: var(--main-cl)
    }
    header#header #wide-nav .header-bottom-nav > li:hover > a,
    header#header #wide-nav .header-bottom-nav > li.current-menu-item > a{
        color: var(--main-cl)
    }
    header#header #wide-nav .header-bottom-nav > li:hover > a:before,
    header#header #wide-nav .header-bottom-nav > li.current-menu-item > a:before{
        width: 100%;
    }
    footer#footer .footer-menu > li > a:hover{
        color: var(--main-cl);
    }
    footer#footer .footer-menu > li > a,
    footer#footer .footer-main .socials-col > .flex-box a img,
    footer#footer .footer-main .hotline-col > a.hotline-btn{
        transition: all 0.4s;
    }
    footer#footer .footer-main .hotline-col > a.hotline-btn:hover{
        background-color: var(--main-cl);
        color: #FFF;
    }
    footer#footer .footer-main .hotline-col > a.hotline-btn:hover path{
        fill: #FFF;
    }
    footer#footer .footer-main .socials-col > .flex-box a:hover img{
        transform: scale(0.9);
    }
    .home-3-content .item:hover .cont-wrap .icon img{
        transform: rotateY(360deg);
    }
    .post-item:hover .img-wrap img{
        transform: scale(1.1);
    }
    .post-item:hover h3{
        color: var(--main-cl);
    }
    .post-tags > a:hover{
        background-color: var(--sub-cl);
    }
    .btn-2.btn-primary:hover{
        background-position: 90% 0%;
    }
    .featured-posts .item:hover .img-wrap img{
        transform: scale(1.1);
    }
}
@media only screen and (max-width: 1199px){
    .grid-container,
    :root{
        --container-w: 59.375rem;
    }
    .left-cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    .container-large{
        width: 59.375rem;
    }
    footer#footer .footer-bottom ul.ls-none{
        gap: 1rem;
    }
    footer#footer .footer-contact,
    footer#footer .footer-menu > li > a,
    footer#footer .footer-top .col-4 .fs-20,
    footer#footer .footer-bottom ul.ls-none > li > a{
        font-size: 0.85rem;
        line-height: 1.4;
    }
    footer#footer .column-number-1{
        padding-right: 0;
    }
    footer#footer .footer-top .col-4,
    footer#footer .column-number-2{
        padding-left: 1.5rem;
    }
    footer#footer .footer-top .col-5{
        width: 38%;
    }
    footer#footer .footer-top .col-4{
        width: 37%;
    }
    footer#footer .column-number-4 > .flex-box{
        flex-direction: column;
    }
    footer#footer .footer-main .socials-col{
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
    }
    header#header #masthead #logo{
        width: 14rem;
    }
    header#header #masthead .header-nav-main > li > a{
        font-size: 0.65rem;
    }
    header#header #wide-nav .header-bottom-nav > li > a{
        font-size: 0.8rem;
        margin: 0 0.4rem;
        font-weight: 700;
    }
    .home-sec-1{
        padding-top: 3rem;
    }
    .title-group .sub-title{
        font-size: 2rem;
        line-height: 1.3;
    }
    #wrapper .title-group .title-stroke{
        font-size: 3rem;
        line-height: 1.3;
    }
    .title-stroke .title{
        -webkit-text-stroke: 10px var(--main-cl);
    }
    .home-sec-2{
        padding-top: 5rem;
    }
    .home-sec-2 .title-group {
        top: 3rem;
    }
    .home-sec-3{
        margin-top: -4.5rem;
        padding-top: 5rem;
    }
    .home-3-content{
        padding-right: 0;
        padding-left: 0;
    }
    .home-3-content .item:nth-of-type(odd) .media-wrap:before,
    .home-3-content .item:nth-of-type(odd) .media-wrap > div{
        border-radius: 10rem 1rem;
    }
    .home-3-content .item:nth-of-type(even) .media-wrap:before,
    .home-3-content .item:nth-of-type(even) .media-wrap > div{
        border-radius: 1rem 10rem;
    }
    .home-3-content .item:nth-of-type(even) .media-wrap .overlay-image{
        border-radius: 0 0 1rem 10rem;
    }
    .home-3-content .item:nth-of-type(even) .media-wrap .overlay-image{
        border-radius: 0 0 1rem 10rem;
    }
    .home-3-content .item:nth-of-type(odd) .media-wrap .overlay-image{
        border-radius: 0 0 10rem 1rem;
    }
    .sec-title{
        font-size: 2.5rem;
        line-height: 1.3;
    }
    .home-3-content .item .cont-wrap > svg{
        width: 37rem;
    }
    .home-3-content .item:nth-of-type(odd){
        margin-top: 10.5rem;
    }
    .home-sec-4 .sec-title-2{
        margin-bottom: 0;
    }
    .home-sec-6 .pattern-1{
        width: 16rem;
    }
    .home-sec-6 .home-posts-wrap{
        padding: 2.5rem 2rem 3rem;
    }
    .home-sec-6 .home-posts-wrap .swiper-slide{
        padding: 0 0.5rem;
    }
    .recipe-item .cont-wrap h3{
        font-size: 1.125rem;
    }
    .home-sec-7 .swiper.home-swiper-2{
        padding: 2.4rem 3rem;
        margin: 0 1rem;
    }
    .related-products-sec .grid-container{
        padding-left: 0;
        padding-right: 0;
    }
    .marquee-text-wrap .marquee-text{
        font-size: 3.5rem;
        line-height: 1.5;
    }
    .home-swiper.swiper{
        padding-left: 0;
        padding-right: 0;
    }
    .home-sec-5 .swiper .swiper-arrow.prev{
        left: 2rem;
    }
    .home-sec-5 .swiper .swiper-arrow.next{
        right: 2rem;
    }
    section.default-page{
        padding: 3rem 0;
    }
    .contact-sec .grid-box .item{
        padding: 2rem 1rem;
    }
    form.woocommerce-form-track-order .form-row > input,
    .form-wrap .form-group .form-input{
        height: 2.8125rem;
        font-size: 0.875rem;
        padding: 0 1rem;
    }
    .form-wrap .form-group textarea.form-input{
        padding: 0.75rem 1rem;
    }
    .contact-sec .contact-form .form-right{
        padding: 2rem 4rem;
    }
    .contact-sec .grid-box{
        margin-bottom: 5rem;
    }
    .contact-sec{
        padding-bottom: 3rem;
    }
    .contact-sec .title-group .title-stroke{
        margin-bottom: 1rem;
    }
    #store-system{
        padding-bottom: 0;
    }
    .featured-posts .item .cont-wrap{
        padding: 1.5rem 0 1.5rem 1.5rem;
    }
    #posts-grid{
        grid-gap: 3rem 2rem
    }
    .post-item .cont-wrap{
        padding-top: 1rem;
    }
    .related-posts .swiper-slide{
        padding: 0 1rem;
    }
    .related-posts .swiper{
        margin: 0 -1rem;
    }
    .related-posts{
        margin-top: 5rem;
    }
    section.cuisine-sec-1:before{
        width: 30%;
        bottom: -20%;
    }
    .cuisine-sec-2 .filter-items input{
        width: 25rem;
    }
    .featured-recipe .cont-wrap{
        padding: 3rem 6rem 3rem 4rem;
    }
    .featured-recipe .cont-wrap .recipe-metas{
        gap: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .featured-recipe .cont-wrap .excerpt,
    .featured-recipe .cont-wrap .title{
        margin-bottom: 1.5rem;
    }
    .featured-recipe .cont-wrap{
        min-height: unset;
    }
    #recipes-grid{
        grid-gap: 3rem 2rem;
        margin-top: 3rem;
    }
    .recipe-item h3{
        padding: 0 !important;
    }
    .cuisine-sec-2{
        background-position: top center;
    }
    ul.thenativePagination{
        margin-top: 2.5rem;
    }
    section.product-cat-sec-4.home-sec-5{
        padding-top: 2.5rem;
    }
    section.product-cat-sec-4.home-sec-5 .swiper{
        padding-bottom: 4rem;
    }
    .recipe-details .recipe-description .cont-wrap{
        padding: 3rem 14rem 3rem 4rem;
        margin-right: -12rem;
    }
    .recipe-details .recipe-description{
        margin-top: 4rem;
    }
    .product-details-1 .single-product-summary{
        padding-left: 2rem;
    }
    .product-gallery-images .product-gallery-thumb-wrap{
        width: 4rem;
        min-width: 4rem;
    }
    .product-gallery-images{
        gap: 1rem
    }
    .product-gallery-images .product-gallery-wrap{
        width: calc(100% - 5rem);
    }
    .product-gallery-images .product-gallery-thumb-wrap .product-gallery-item.item-360 svg{
        width: 2rem;
    }
    .product-details-2 .container-large > .flex-box{
        gap: 2rem
    }
    .product-details-2 .container-large > .flex-box .commit-item .icon-wrap{
        width: 4.5rem;
        min-width: 4.5rem;
    }
    .product-details-2 .container-large > .flex-box .commit-item > .flex-box{
        gap: 1rem
    }
    .product-details-2 .container-large > .flex-box .commit-item h3{
        font-size: 1.25rem;
    }
    section.product-cat-sec-2 .products-filter{
        position: relative !important;
        top: unset !important;
        animation: unset !important;
        box-shadow: unset !important;
        background-color: transparent !important;
    }
    section.product-cat-sec-2 .products-filter .right-col > .flex-box{
        flex-direction: column;
    }
    section.product-cat-sec-2 .products-filter .right-col .tastes{
        margin-left: 0;
        justify-content: flex-start;
        margin-top: 0.5rem;
        width: 100%;
        gap: 1rem;
    }
    section.product-cat-sec-2 .products-filter .left-col > .flex-box{
        flex-wrap: wrap;
        gap: 1rem;
    }
    .products-filter .filter-items .filter-item input{
        width: 100%;
    }
    .products-filter .filter-items .filter-item:first-child{
        width: 100% !important;
    }
    .products-filter .filter-items .filter-item{
        width: calc(50% - 0.5rem);
    }
    section.product-cat-sec-2 .products-filter .left-col{
        padding: 0.5rem 2rem 0.5rem 0;
    }
    section.product-cat-sec-2 .products-filter .right-col{
        padding: 0.5rem 0 0.5rem 2rem;
    }
    #products-grid{
        grid-gap: 3rem 1.5rem;
    }
    section.product-cat-sec-2 .product-list-wrap .product-nav{
        margin-bottom: 1.5rem;
    }
    section.product-cat-sec-1:before{
        right: 2rem;
    }
    section.product-cat-sec-1:after{
        bottom: -7.5rem;
    }
    .about-sec-2{
        padding-top: 2rem;
    }
    .about-image .element-in-view{
        top: 2rem;
        width: 76%;
    }
    .about-sec-3 > svg{
        top: -30%;
        left: 12%;
        width: 8.5%;
    }
    .about-sec-3 .map-wrap{
        width: 45rem;
        max-width: 100%;
    }
    .about-sec-3{
        padding: 2rem 2rem 0 2rem;
    }
    .about-cont-wrap{
        padding: 2rem 3rem !important;
        border-radius: 1rem 8rem;
        width: 32rem;
    }
    .about-sec-3 .about-cont-wrap{
        margin-top: -7rem;
    }
    .about-sec-4 > .flex-box{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .about-5-cont .swiper .swiper-slide{
        padding: 0 1.5rem;
    }
    .about-5-cont .swiper {
        padding: 2rem 14rem 2rem 3.5rem;
    }
    .about-5-cont .swiper .swiper-slide .img-wrap{
        width: 18rem;
        min-width: 18rem;
    }
    .about-sec-6{
        padding-top: 6.5rem;
    }
    .about-sec-6 .flex-box .item .img-wrap{
        width: 8rem;
    }
    .about-sec-6 .flex-box{
        gap: 2rem
    }
    .about-sec-4 > svg{
        height: auto;
        width: 54%;
        left: 20%;
    }
    .first-frame-cloud.active .cloud-to-right .cloud-img.cloud-1{
        right: -45rem;
    }
    .first-frame-cloud.active .cloud-to-right .cloud-img.cloud-2{
        left: 38rem;
    }
    .product-landing-1 .title-group{
        width: 32rem;
        top: 2rem;
        left: 1rem;
    }
    .product-landing-1 .title-group > svg{
        display: none !important;
    }
    .product-landing-1 .title-group .sub-title{
        margin-bottom: 0;
    }
    .product-landing-1 .title-group .sec-des{
        font-size: 1rem;
        line-height: 1.4;
    }
    .landing-2-content .image{
        width: 12rem;
    }
    .landing-2-content:before{
        width: 27rem;
        height: 27rem;
    }
    .landing-2-content .cont-wrap{
        gap: 4rem 16rem;
        top: 4rem;
    }
    .landing-2-content .cont-wrap .item{
        width: calc(50% - 8rem);
        gap: 1rem;
    }
    .landing-2-content .cont-wrap .item .icon-wrap img{
        width: 4.5rem;
        min-width: 4.5rem;
    }
    .product-landing-2 .landing-ratings .flex-box{
        gap: 1.5rem 3rem;
    }
    .landing-4-content{
        padding: 3rem 4rem;
    }
    .landing-4-content > img{
        width: 20rem;
        left: 0.2rem;
        bottom: -2rem;
    }
    .landing-4-content .cont-wrap{
        gap: 3rem
    }
}
@media only screen and (max-width: 991px){
    .container-large{
        width: 45rem;
    }
    .grid-container,
    :root{
        --container-w: 45rem;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .left-cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet-grid-3{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    header#header #masthead .header-inner .icon-search{
        color: var(--main-cl);
        font-size: 18px !important;
    }
    header#header #masthead .header-inner{
        padding: 1rem;
        border-bottom: 1px solid #EEE5CD;
        align-items: center;
    }
    header#header #masthead #logo{
        border: none !important;
        margin: 0 !important;
    }
    .home-sec-1 .title-group{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .home-sec-1 .title-group .sub-title{
        margin-bottom: 1rem;
    }
    .title-group .sub-title{
        font-size: 1.75rem;
    }
    #wrapper .title-group .title-stroke{
        font-size: 2.5rem;
    }
    .sec-des{
        font-size: 0.9375rem;
        line-height: 1.5;
    }
    #home-scroll-canvas{
        top: 6rem;
        width: 10rem;
    }
    .home-sec-1 .title-group{
        margin-bottom: 2rem;
    }
    .home-scroll-images-wrap .home-rice-image img{
        width: 10rem;
    }
    .home-scroll-images-wrap .logo-animate > svg{
        width: 16rem;
    }
    .home-scroll-images-wrap .logo-animate{
        margin-top: -15rem;
    }
    .home-sec-2 .title-group{
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
    }
    .home-3-content .item:nth-of-type(odd) .cont-wrap{
        padding-right: 1rem;
    }
    .home-3-content .item:nth-of-type(even) .cont-wrap{
        padding-left: 1rem;
    }
    .sec-title{
        font-size: 2rem;
    }
    .home-3-content .item:nth-of-type(odd) .media-wrap:before, .home-3-content .item:nth-of-type(odd) .media-wrap > div{
        border-radius: 7rem 1rem;
    }
    .home-3-content .item:nth-of-type(even) .media-wrap:before, .home-3-content .item:nth-of-type(even) .media-wrap > div{
        border-radius: 1rem 7rem;
    }
    .home-3-content .item:nth-of-type(even) .media-wrap .overlay-image{
        border-radius: 0 0 1rem 7rem;
    }
    .home-3-content .item:nth-of-type(odd) .media-wrap .overlay-image{
        border-radius: 0 0 7rem 1rem;
    }
    .home-3-content .item .cont-wrap > svg{
        width: 23rem;
    }
    .home-3-content .item:nth-of-type(odd) .cont-wrap > svg{
        left: 50%;
    }
    .home-3-content .item:nth-of-type(even){
        margin-top: 9.5rem;
    }
    .home-3-content .item:nth-of-type(even) .cont-wrap > svg{
        right: 50%;
    }
    .home-3-content .item:nth-of-type(odd){
        margin-top: 8.5rem;
    }
    .home-sec-5 .title-group,
    .home-sec-4 .sec-title-2{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .home-sec-5{
        margin-top: 0;
    }
    .title-group .title-stroke,
    .title-group .sub-title{
        margin-bottom: 0.5rem;
    }
    .home-sec-6 .pattern-1{
        top: 8rem;
    }
    .home-sec-7 .home-brands{
        gap: 1.25rem;
    }
    .home-sec-7 .swiper-arrow{
        display: none !important;
    }
    .home-sec-7 .swiper.home-swiper-2{
        margin: 0;
        padding: 0;
    }
    .show-tablet{
        display: block !important;
    }
    .mobile-dots .swiper-pagination{
        position: relative !important;
        bottom: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
    }
    .mobile-dots .swiper-pagination .swiper-pagination-bullet{
        width: 0.625rem;
        height: 0.625rem;
    }
    .mobile-dots .swiper-pagination .swiper-pagination-bullet-active{
        background-color: var(--main-cl);
    }
    .home-sec-7 .title-group{
        margin-bottom: 2rem;
    }
    .home-sec-7 .container-large{
        padding-top: 4rem;
    }
    footer#footer .footer-top .col-5{
        padding-left: 1.5rem;
    }
    footer#footer .column-number-3,
    footer#footer .column-number-4{
        padding-top: 3rem;
    }
    footer#footer .column-number-4{
        padding-left: 1.5rem;
    }
    footer#footer .footer-main{
        padding: 3rem 0;
    }
    .home-swiper.swiper .swiper-slide{
        padding-right: 6rem;
        padding-left: 6rem;
    }
    .home-sec-5 .swiper .swiper-arrow.prev{
        left: 1rem;
    }
    .home-sec-5 .swiper .swiper-arrow.next{
        right: 1rem;
    }
    .home-sec-5 .swiper-slide .img-wrap{
        width: 12rem;
        min-width: 12rem;
        margin-right: 1.5rem;
    }
    .home-sec-5 .swiper-slide .cont-wrap{
        padding-right: 4rem;
    }
    .home-sec-5 .swiper-slide .cont-wrap:before{
        width: 28rem;
        top: -3rem;
    }
    .home-swiper.swiper{
        margin-bottom: 0;
        padding-bottom: 2.5rem;
    }
    header#header .nav-icon .hamburger{
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 28px;
        height: 100%;
        justify-content: center;
    }
    header#header .nav-icon .hamburger span{
        background-color: var(--main-cl);
        height: 2px;
        display: block;
        width: 100%;
        border-radius: 2px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    header#header .nav-icon .hamburger span:nth-of-type(2){
        width: 70%;
    }
    header#header .nav-icon .active .hamburger span:nth-of-type(1){
        transform-origin: center;
        transform: rotate(405deg) translateX(7px) translateY(7px);
    }
    header#header .nav-icon .active .hamburger span:nth-of-type(2){
        opacity: 0;
    }
    header#header .nav-icon .active .hamburger span:nth-of-type(3){
        transform-origin: center;
        transform: rotate(-405deg) translateX(7px) translateY(-7px);
        width: 100%;
    }
    #main-menu{
        position: fixed;
        left: 0;
        z-index: 99999999999;
        display: block !important;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100vw;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: all 0.4s;
    }
    #main-menu .sidebar-menu{
        height: 100%;
        overflow: auto;
        width: 70%;
        background-color: #FFF;
        transition: all 0.4s;
        transform: translateX(-100%);
    }
    #main-menu .sidebar-menu li{
        margin: 0;
    }
    #main-menu .sidebar-menu li.active{
        background-color: #f2faff;
    }
    #main-menu .sidebar-menu li li{
        padding-left: 16px;
    }
    #main-menu .sidebar-menu li > a{
        padding: 10px 20px;
        font-size: 15px;
        text-transform: initial;
        color: #333;
        font-weight: 700;
    }
    #main-menu .sidebar-menu li > a > img{
        width: 32px;
        height: 32px;
        padding-right: 0;
    }
    #main-menu .sidebar-menu li > button{
        margin-right: 0;
        opacity: 1;
    }
    #main-menu .sidebar-menu li.current-menu-item{
        background-color: var(--main-cl);
    }
    #main-menu .sidebar-menu li.current-menu-item > button,
    #main-menu .sidebar-menu li.current-menu-item a{
        color: #FFF;
    }
    #main-menu .sidebar-menu li.current-menu-item a > img{
        filter: brightness(0) invert(1);
    }
    #main-menu.active .sidebar-menu{
        transform: translateX(0);
    }
    #main-menu.active{
        opacity: 1;
        pointer-events: unset;
        visibility: visible;
    }
    .home-sec-5 .swiper-slide .home-product .plus-btn{
        width: 3rem;
        height: 3rem;
        bottom: 0;
    }
    form.woocommerce-form-track-order{
        padding: 2rem 3rem;
    }
    header#header .nav-icon{
        margin-right: 1rem;
    }
    header#header .show-for-medium.flex-right > ul > li{
        margin: 0 0 0 12px !important;
    }
    header#header .cart-icon strong{
        height: 1.5rem;
        line-height: 1.2rem;
        width: 1.5rem;
        border-width: 1.5px;
        margin-bottom: 0 !important;
    }
    header#header .cart-icon strong:after{
        height: 7px;
        width: 9px;
        margin-left: -5px;
        border-width: 1.5px;
    }
    .header-account-item.header-item svg {
        width: 24px;
        height: 24px;
    }
    .contact-sec .grid-box .item:nth-of-type(1){
        grid-column: 1/3;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .contact-sec .title-group .title-stroke{
        margin-top: 0;
    }
    .title-group > svg{
        width: 2rem;
        height: auto;
    }
    .contact-sec .contact-form .form-right{
        padding: 2rem 1rem;
    }
    .store-system .col-8{
        padding-left: 0;
    }
    .store-system .col-4 .store-list{
        padding-right: 0.5rem;
    }
    .store-system .col-4 .store-list .store-item ul > li > a, .store-system .col-4 .store-list .store-item ul > li{
        font-size: 0.875rem;
    }
    .store-system .col-4{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .home-sec-7 .swiper.home-swiper-2 .swiper-slide-active .img-wrap{
        box-shadow: 0 0 1.25rem 0 #DBD5C380;
    }
    .home-sec-7 .swiper.home-swiper-2{
        padding: 2rem;
    }
    .support-sec .col-9{
        padding-left: 1rem;
    }
    .support-sec .title-group{
        margin-bottom: 2rem;
    }
    .faq-list .faq-item .faq-title h2{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .support-sec{
        padding-bottom: 3rem;
    }
    .featured-posts .item > .flex-box{
        flex-direction: column;
    }
    .featured-posts .item > .flex-box > div{
        width: 100%;
    }
    .featured-posts .item .cont-wrap{
        padding-left: 0;
        padding-bottom: 0;
    }
    .featured-posts.swiper{
        margin-bottom: 3rem;
    }
    .terms-menu > ul > li > a{
        padding: 0.5rem 1.5rem;
        border-radius: 20px 0 20px 0;
    }
    .terms-menu > ul > li > a:after,
    .terms-menu > ul > li > a:before{
        border-radius: 20px 0 20px 0;
    }
    .post-item h3{
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .posts-sec{
        padding-bottom: 3rem;
    }
    ul.thenativePagination{
        margin-top: 2rem;
    }
    .post-details .container-large > .flex-box > .col-2{
        order: 2;
    }
    .post-details .post-share{
        flex-direction: row;
        margin-left: 0;
        gap: 1rem;
        margin-right: 0;
        margin-top: 1.5rem;
    }
    .post-details .post-share > a{
        margin-bottom: 0;
    }
    .post-details .post-share > span{
        transform: unset;
        width: max-content;
        margin-right: 10px;
        order: -1
    }
    section.cuisine-sec-1 .title-group {
        margin-top: 2rem;
    }
    section.cuisine-sec-1{
        padding-bottom: 4rem;
    }
    .cuisine-sec-2 .filter-items{
        flex-wrap: wrap;
        gap: 1rem
    }
    .cuisine-sec-2 .filter-items .filter-item:first-child{
        width: 100%;
    }
    .cuisine-sec-2 .filter-items input{
        width: 100%;
    }
    .cuisine-sec-2 .filter-items .filter-item{
        width: calc(100% / 3 - 1rem * 2 / 3);
    }
    .filter-items .filter-item input, .filter-items .filter-item .select-styled{
        height: 2.25rem;
    }
    .featured-recipe .cont-wrap .title{
        -webkit-line-clamp: 2;
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .featured-recipe .cont-wrap .excerpt{
        -webkit-line-clamp: 3;
    }
    .featured-recipe .cont-wrap .recipe-metas{
        flex-wrap: wrap;
    }
    .featured-recipe .cont-wrap .recipe-metas .item{
        width: calc(50% - 0.75rem);
    }
    .featured-recipe .img-wrap{
        flex-basis: 25rem;
    }
    .featured-recipe .cont-wrap{
        padding-right: 7rem;
    }
    .related-recipes-sec .swiper-slide{
        padding: 0 0.75rem
    }
    .related-recipes-sec .box-swiper{
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        margin-bottom: 3rem;
    }
    .product-details-1 .single-product-summary h1{
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .tablet-mx-auto{
        margin-left: auto;
        margin-right: auto;
    }
    .product-details-1 .single-product-summary{
        padding-left: 0;
        padding-top: 2rem;
    }
    .product-details-1 .product-main-content{
        padding: 2rem 0 3rem;
    }
    .product-gallery-images{
        flex-direction: column-reverse;
    }
    .product-gallery-images .product-gallery-thumb-wrap{
        flex-direction: row;
        width: 100%;
        gap: 1rem;
    }
    .product-gallery-images .product-gallery-thumb-wrap .product-gallery-thumb{
        margin: 0 -0.5rem;
    }
    .product-gallery-images .product-gallery-thumb-wrap .swiper-slide{
        padding: 0 0.5rem;
    }
    .product-gallery-images .product-gallery-thumb-wrap .product-gallery-item{
        width: 22%;
    }
    .product-gallery-images .product-gallery-wrap{
        width: 100%;
    }
    .product-details-2 .container-large > .flex-box .commit-item > .flex-box{
        flex-direction: column;
        text-align: center;
    }
    .product-details-2 .container-large > .flex-box .commit-item .icon-wrap{
        margin-left: auto;
        margin-right: auto;
    }
    .product-details-2{
        margin-bottom: 2.5rem;
    }
    #tt-reviews {
        margin-top: 2rem;
    }
    #tt-reviews .tt-reviews-statistics .reviews-button-wrap{
        margin-top: 1.5rem;
    }
    .home-sec-6.product-details-4{
        margin-bottom: 3rem;
    }
    .related-products .swiper-slide{
        padding: 0 0.75rem;
    }
    .related-products-sec .box-swiper{
        margin: 0 -0.75rem;
    }
    section.product-cat-sec-2 .product-list-wrap{
        padding: 2rem 0 3rem;
    }
    .breadcrumbs ol{
        padding-top: 0.5rem;
    }
    section.product-cat-sec-1:after{
        bottom: -9.5rem;
    }
    section.product-cat-sec-1:before{
        right: -6rem;
        top: -8rem;
    }
    section.product-cat-sec-2 .products-filter .left-col > .flex-box{
        height: auto;
    }
    .about-sec-4 > svg,
    .about-sec-3 > svg{
        display: none !important;
    }
    .about-sec-3 .about-cont-wrap{
        margin: 2rem auto 0;
        width: 100%;
    }
    .about-sec-4{
        padding-top: 2.5rem;
    }
    .about-sec-4 .img-wrap{
        width: 110% !important;
        margin-right: -10%;
    }
    .about-sec-4 .about-cont-wrap{
        margin-bottom: 0;
    }
    .about-5-cont .swiper{
        position: relative;
    }
    .about-5-cont .swiper{
        padding: 2rem 3rem;
        margin-bottom: -10rem;
    }
    body.woocommerce-checkout header#header .header-wrapper #masthead .header-inner #logo{
        margin-right: auto !important;
        margin-left: auto !important;
        padding: 0 !important;
    }
    .landing-2-content .cont-wrap{
        top: 50%;
        transform: translateY(-50%);
        gap: 2rem 16rem;
    }
    .landing-2-content .cont-wrap .item{
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        transform: unset !important;
    }
    .landing-2-content{
        padding-bottom: 8rem;
        padding-top: 5rem;
    }
    .product-landing-2{
        padding-top: 0;
    }
    .product-landing-3 .title-styled{
        font-size: 2.5rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    .landing-4-content > img{
        display: none;
    }
    .landing-4-content .quality-cert .fs-18{
        flex-grow: 1;
    }
    .landing-4-content{
        padding: 2rem;
    }
    .landing-4-content .item .fs-25{
        font-size: 1rem;
    }
    .landing-4-content .cont-wrap{
        gap: 1.5rem
    }
    .testimonials-wrap .testimonials-box{
        padding: 5rem 4rem 3rem;
    }
    .testimonials-wrap > img{
        right: -4.25rem;
        bottom: -4.729rem;
        width: 20.4375rem;
    }
    .product-landing-6{
        padding-bottom: 7.5rem;
    }
    .product-landing-1 .title-group{
        transform: scale(0.8) translateX(-13%);
    }
    .featured-posts .grid-box{
        grid-template-columns: 1fr;
    }
    .post-details .col-8{
        padding-right: 0;
    }
    .post-details .col-3{
        width: 100% !important;
        padding-right: 0;
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .container-large{
        width: 100%;
    }
    .grid-container{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .load_home_page svg {
        width: 240px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    footer#footer .col-3{
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 1.5rem !important;
    }
    footer#footer .footer-main .socials-col > .flex-box a{
        width: 1.75rem;
        height: 1.75rem;
    }
    footer#footer .footer-bottom .col-8{
        display: none !important;
    }
    footer#footer .footer-main{
        padding: 0 0 2rem;
    }
    footer#footer .footer-top .col-3{
        padding-top: 0;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    footer#footer .footer-top .col-5,
    footer#footer .footer-top .col-4{
        padding-left: 0;
    }
    footer#footer .footer-top .col-4{
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .sec-title-2{
        font-size: 1.45rem;
        line-height: 1.3;
    }
    .home-sec-7 .home-brands .item{
        width: 4rem;
        height: 4rem;
    }
    .home-sec-7 .home-brands{
        gap: 0.75rem
    }
    #wrapper .title-group .title-stroke{
        font-size: 1.8rem;
    }
    .marquee-text-wrap .marquee-text{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 2.25rem;
    }
    .marquee-text-wrap .marquee-text svg{
        margin: 0 2rem;
        height: 18px;
    }
    footer#footer .footer-top .form-footer input[type='submit'] {
        height: 2.5rem;
    }
    footer#footer .footer-top .form-footer{
        padding: 0.2rem;
    }
    .home-sec-6 .pattern-1{
        width: 10rem;
        left: -3rem;
        top: 6rem;
    }
    .title-group .sub-title{
        font-size: 1.4rem;
    }
    .home-sec-6 .title-group{
        margin-bottom: 1rem;
    }
    .home-sec-6 .home-posts-wrap {
        padding: 2.5rem 1rem 2rem;
    }
    .home-sec-6 .home-posts-wrap .swiper{
        padding: 0.5rem 5rem 0;
        margin: 0 -1rem;
    }
    .recipe-item .cont-wrap{
        padding: 0 0.4rem;
    }
    .recipe-item .post-thumb{
        padding: 0.4rem;
        margin-bottom: 0.75rem;
    }
    .home-sec-6 .home-posts-wrap .swiper-slide{
        padding: 0;
    }
    .recipe-item .cont-wrap h3{
        font-size: 0.9rem;
        line-height: 1.3;
    }
    .home-sec-6 .pattern-2{
        width: 12rem;
        right: -3rem;
        bottom: -6rem;
    }
    .title-group > svg{
        width: 2.25rem;
    }
    .home-sec-1{
        padding-top: 2rem;
    }
    .home-sec-2{
        padding-top: 3rem;
    }
    .home-sec-2 .title-group{
        top: 2rem;
    }
    .home-sec-2 .title-group .sec-des{
        padding: 0;
    }
    .home-sec-3 {
        margin-top: -1.5rem;
        padding-top: 3rem;
    }
    .home-sec-3 .title-group{
        margin-bottom: 3rem;
    }
    .home-3-content .item:not(:first-child){
        margin-top: 3rem !important;
    }
    .home-3-content .item .cont-wrap{
        padding: 0 !important;
        margin-bottom: 2rem !important;
    }
    .home-3-content .item > .flex-box{
        flex-direction: column !important
    }
    .home-3-content .item .cont-wrap .des{
        font-size: 0.9rem;
    }
    .home-3-content .item .cont-wrap .icon{
        height: 3rem;
    }
    .sec-title{
        font-size: 1.65rem;
    }
    .home-3-content .item .cont-wrap .sec-title{
        margin-bottom: 0;
    }
    .home-sec-4 {
        padding-top: 3rem;
    }
    .home-swiper.swiper .swiper-slide{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .home-sec-5 .swiper .swiper-arrow{
        display: none !important;
    }
    .home-swiper.swiper .swiper-slide .home-product{
        flex-direction: column;
    }
    .home-sec-5 .swiper-slide.swiper-slide-prev .img-wrap{
        transform: scale(0.8);
    }
    .home-sec-5 .swiper-slide .img-wrap{
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    .home-sec-5 .title-group{
        margin-bottom: 1.5rem;
    }
    .home-sec-5 .swiper-slide .cont-wrap{
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .home-sec-5 .swiper-slide .cont-wrap:before {
        right: 50%;
        transform: translateY(10.417rem) translateX(50%);
        border-radius: 38%;
        width: 30rem;
        top: -5rem;
    }
    .home-sec-5 .swiper-slide.swiper-slide-active .cont-wrap:before{
        transform: translateY(0) translateX(50%);
    }
    .home-sec-5 .swiper-slide .home-product .plus-btn{
        display: none !important;
    }
    form.woocommerce-form-track-order{
        padding: 0;
        background-color: transparent;
    }
    form.woocommerce-form-track-order .form-row {
        margin-bottom: 20px;
    }
    form.woocommerce-form-track-order .form-row > input, .form-wrap .form-group .form-input{
        height: 45px;
        font-size: 14px;
        line-height: 20px;
    }
    header#header #masthead #logo{
        width: 8rem;
    }
    .breadcrumbs+.title-group{
        margin-top: 3rem;
    }
    .contact-sec .grid-box .item:nth-of-type(1){
        grid-column: unset;
        width: 100%;
    }
    .contact-sec .grid-box{
        grid-gap: 1.75rem;
    }
    .contact-sec .contact-form .img-left{
        display: none !important;
    }
    .contact-sec .contact-form .form-right{
        width: 100%;
    }
    .contact-sec .grid-box{
        margin-bottom: 3rem;
    }
    .title-stroke .title{
        -webkit-text-stroke: 8px var(--main-cl);
    }
    .store-system .stores-filter .flex-box{
        gap: 1rem
    }
    .store-system .col-4{
        margin-bottom: 1rem;
    }
    .store-system .col-4 .store-list{
        max-height: 16rem;
    }
    .store-system .col-8 #stores-map{
        min-height: unset;
        height: auto;
        aspect-ratio: 1;
    }
    .store-system .stores-filter{
        margin-bottom: 1.5rem;
    }
    .home-sec-7 .container-large{
        padding-top: 2rem;
    }
    .home-sec-7 .swiper.home-swiper-2{
        padding: 0;
    }
    .home-sec-7 .swiper.home-swiper-2 .swiper-slide:not(.swiper-slide-active){
        opacity: 0;
    }
    .home-sec-7 .swiper.home-swiper-2 .swiper-slide .img-wrap{
        border-radius: 10px;
    }
    .home-sec-7 .swiper.home-swiper-2 .swiper-slide-active .img-wrap{
        box-shadow: unset;
    }
    .support-sec .col-9{
        padding-left: 0;
        padding-bottom: 2rem;
    }
    .support-sec .col-9 .box-content{
        padding: 1rem;
    }
    .faq-list .faq-item .faq-title{
        padding: 0.75rem 0;
    }
    .faq-list .faq-item .faq-title h2{
        font-size: 1rem;
    }
    .breadcrumbs+.title-group{
        margin-bottom: 2rem;
    }
    .featured-posts .item .cont-wrap h3{
        font-size: 24px;
        line-height: 28px;
    }
    .featured-posts .item .cont-wrap .post-content{
        -webkit-line-clamp: 3;
    }
    #posts-grid{
        grid-gap: 2rem 1rem;
    }
    .post-item .img-wrap{
        border-radius: 10px;
    }
    .post-meta{
        font-size: 0.75rem;
    }
    .post-item .cont-wrap{
        padding-right: 0;
        padding-top: 0.5rem;
    }
    .post-item h3{
        font-size: 1rem;
        font-weight: 700;
    }
    .featured-posts .item .img-wrap{
        border-radius: 15px;
    }
    .breadcrumbs ol{
        padding-top: 0.5rem;
    }
    .related-posts .swiper{
        margin: 0 -0.5rem;
    }
    .related-posts .swiper-slide{
        padding: 0 0.5rem;
    }
    .related-posts{
        margin-top: 2.5rem;
    }
    .post-details{
        padding-bottom: 3rem;
    }
    .post-tags{
        gap: 0.5rem;
    }
    .post-tags > a{
        font-size: 0.75rem;
        padding: 0.2rem 0.4rem;
    }
    .post-details .container-large > .flex-box{
        padding-top: 2rem;
    }
    .post-details .container-large .col-8 .post-excerpt{
        font-size: 1rem;
        line-height: 1.4;
    }
    .bdrs-20{
        border-radius: 10px;
    }
    .post-details .container-large > .img-wrap{
        margin-top: 1.5rem;
    }
    .post-details .breadcrumbs+.title-group{
        margin-bottom: 0.75rem;
    }
    .post-content h2{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .post-content h3{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .post-content h4{
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .home-sec-5 .swiper-slide .img-wrap{
        width: 9rem;
        min-width: 9rem;
    }
    .cuisine-sec-2 .filter-items{
        gap: 0.75rem 0.5rem
    }
    .cuisine-sec-2 .filter-items .filter-item{
        width: calc(50% - 0.25rem) !important;
    }
    .filter-items .filter-item input, .filter-items .filter-item .select-styled{
        font-size: 0.875rem;
        font-weight: 500;
    }
    #recipes-grid{
        grid-gap: 2rem 0.4rem;
        margin-left: -0.4rem;
        margin-right: -0.4rem;
    }
    section.product-cat-sec-4.home-sec-5{
        padding-top: 1.5rem;
    }
    .cuisine-sec-2 .recipe-list-wrap{
        margin-top: 2.5rem;
    }
    .featured-recipe > .flex-box{
        flex-direction: column-reverse;
    }
    .featured-recipe .img-wrap{
        width: 100%;
        flex-basis: 100%;
        margin-bottom: -1.5rem;
        transform: unset !important;
    }
    .featured-recipe .cont-wrap{
        width: 100%;
        flex-basis: 100%;
        margin-right: 0;
        padding: 3rem 1.5rem 2rem 3rem;
    }
    .featured-recipe .cont-wrap .recipe-metas{
        flex-wrap: nowrap;
        gap: 0.5rem
    }
    .featured-recipe .cont-wrap .recipe-metas .fs-14{
        font-size: 0.625rem;
        line-height: 1.3;
    }
    .featured-recipe .cont-wrap .recipe-metas .fs-16{
        font-size: 0.75rem;
        line-height: 1.3;
    }
    .recipe-details .recipe-metas {
        gap: 1.75rem;
    }
    .recipe-details .recipe-metas .item > .flex-box{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .recipe-details .recipe-description > .flex-box{
        flex-direction: column-reverse;
    }
    .recipe-details .recipe-description > .flex-box .img-wrap{
        margin-bottom: -2rem;
        width: 100%;
    }
    .recipe-details .recipe-description .cont-wrap{
        padding: 3rem 1.5rem 2rem 3.5rem;
        width: 100%;
        margin-right: 0;
        flex-basis: 100%;
        min-height: unset;
        gap: 1rem
    }
    .recipe-details .recipe-content{
        margin-top: 2.5rem;
    }
    .recipe-content .post-nav > .flex-box{
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    .recipe-details{
        padding-bottom: 3rem;
    }
    .related-recipes-sec .swiper-slide{
        padding: 0 0.4rem;
    }
    .related-recipes-sec .box-swiper{
        margin: 0 -0.8rem 2rem;
    }
    .btn{
        font-size: 0.75rem;
    }
    .btn .icon svg{
        width: 1.75rem;
        height: 1.75rem;
    }
    .related-recipes-sec .title-group{
        margin-bottom: 1.25rem;
    }
    section.product-cat-sec-4.home-sec-5 .swiper{
        padding-top: 2rem;
    }
    .product-gallery-images .product-gallery-wrap{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .product-details-1 .product-main-content{
        padding-top: 0.5rem;
        padding-bottom: 2rem;
    }
    .product-details-1 .single-product-summary form.cart .quantity-wrap .label, .product-details-1 .single-product-summary .variations .label label, .product-details-1 .single-product-summary .price-wrapper .label{
        min-width: 5.8rem;
        font-size: 0.8125rem;
    }
    .product-details-1 .single-product-summary .variations .value .ux-swatches > .ux-swatch{
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }
    .product-details-2 .container-large > .flex-box{
        flex-wrap: wrap;
        gap: 1rem
    }
    .product-details-3 .grid-container .product-tabs .tab .tab-content{
        padding: 0 1rem 1rem;
    }
    .product-details-3 .grid-container .product-tabs .tab .tab-title{
        padding: 0.5rem 1rem;
        font-size: 1rem;
        line-height: 1.4;
    }
    #tt-reviews{
        padding: 1rem;
    }
    #tt-reviews .tt-reviews-title{
        font-size: 1rem !important;
        line-height: 1.4;
    }
    .home-sec-6 .btn-primary{
        margin-top: 1rem;
    }
    .product-details-5 .title-group{
        margin-bottom: 2rem;
    }
    .product-item .cont-wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .product-item .sale-badge{
        font-size: 0.75rem;
        width: 3.125rem;
        height: 3.125rem;
        top: -0.75rem;
        right: -0.375rem;
        padding: 0 0.375rem 0.625rem 0.5rem;
    }
    .product-item .img-wrap{
        padding: 0.5rem;
    }
    .product-item .cont-wrap h3{
        font-size: 0.9375rem;
    }
    .related-products .swiper-slide{
        padding: 0 0.5rem;
    }
    .related-products-sec .box-swiper{
        margin: 0 -0.5rem;
    }
    .btn-2{
        font-size: 0.75rem;
        line-height: 1.4;
        padding: 0.4rem 1rem;
    }
    .btn-2 .icon svg{
        width: 1rem;
        height: 1rem;
    }
    .product-item{
        padding-bottom: 0.9375rem;
    }
    .product-item .item-inner{
        padding-bottom: 1.75rem;
    }
    .product-details-5{
        padding-bottom: 1.5rem;
    }
    #products-grid{
        grid-gap: 2rem 1rem
    }
    section.product-cat-sec-2 .product-list-wrap .product-nav > .flex-box{
        flex-direction: column;
    }
    section.product-cat-sec-2 .product-list-wrap .product-nav .mobile-al-start{
        align-items: center;
        margin-top: 1rem;
    }
    section.product-cat-sec-2 .products-filter .left-col{
        padding-right: 0;
        padding-top: 1rem;
    }
    section.product-cat-sec-2 .products-filter .right-col{
        padding-left: 0;
        border-left: none !important;
        padding-bottom: 1rem;
    }
    section.product-cat-sec-2 .products-filter .right-col > .flex-box{
        align-items: flex-start;
    }
    section.product-cat-sec-2 .products-filter .right-col .taste-item .icon-wrap{
        width: 3rem;
        height: 3rem;
    }
    section.product-cat-sec-2 .products-filter .left-col > .flex-box{
        gap: 0.5rem
    }
    section.cuisine-sec-1:before{
        bottom: -10%;
    }
    .terms-menu > ul{
        flex-wrap: wrap;
        gap: 0.75rem 1rem
    }
    .terms-menu > ul > li{
        width: calc(50% - 0.5rem);
    }
    .terms-menu > ul > li > a{
        padding: 0.75rem 1.5rem;
    }
    .product-gallery-images .product-gallery-thumb-wrap .product-gallery-item svg{
        width: 1.5rem;
    }
    .product-gallery-images .product-gallery-thumb-wrap .product-gallery-item.item-360 svg{
        width: 3rem;
    }
    .product-details-4.home-sec-6 .pattern-1{
        top: -1rem;
    }
    .about-sec-1{
        height: calc(100vh - 80px);
    }
    .about-sec-1 .title{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .about-sec-4,
    .about-sec-3{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .about-cont-wrap .title-stroke{
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .about-sec-3 .map-wrap .map-dot .dot{
        width: 0.3rem;
        height: 0.3rem;
    }
    .about-sec-3 .map-wrap .map-dot .dot:before{
        width: 0.5rem;
        height: 0.5rem;
    }
    .about-sec-4 > .flex-box{
        padding-left: 0;
        padding-right: 0;
    }
    .about-5-cont .swiper{
        padding: 2rem 0;
        margin-bottom: -18rem;
    }
    .about-5-cont .swiper .swiper-slide{
        padding: 0 1rem;
    }
    .about-5-cont .swiper .swiper-slide .item{
        flex-direction: column-reverse;
    }
    .about-5-cont .swiper .swiper-slide .img-wrap{
        transform: unset !important;
    }
    .about-5-cont .swiper .swiper-slide .cont-wrap{
        padding-right: 0;
        padding-top: 1rem;
        text-align: center;
    }
    .about-5-cont .swiper .swiper-slide .cont-wrap .sec-des{
        font-size: 1.05rem
    }
    .home-2-images > img:nth-of-type(3){
        bottom: -1.5rem;
    }
    .fixed-buttons{
        bottom: 4.5rem;
        top: unset;
        transform: unset;
    }
    .first-frame-cloud .cloud-to-right .cloud-img.cloud-1{
        right: -2rem;
        top: 3rem;
    }
    .first-frame-cloud .cloud-to-right .cloud-img.cloud-2{
        left: 4rem;
    }
    .landing-2-content .cont-wrap{
        position: relative;
        top: unset;
        transform: unset;
        gap: 2rem 1rem;
        margin-top: 2rem;
    }
    .landing-2-content .cont-wrap .item{
        width: calc(50% - 1rem);
        justify-content: flex-start !important;
    }
    .landing-2-content{
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .landing-2-content:before{
        top: 3rem;
        width: 24rem;
        height: 24rem;
    }
    .product-landing-1{
        display: flex;
        flex-direction: column-reverse;
    }
    .product-landing-1 .title-group{
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 5rem;
        padding-bottom: 1rem;
    }
    .product-landing-3 .cont-wrap{
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: -1rem;
    }
    .product-landing-3 .title-styled{
        font-size: 1.6rem
    }
    .sec-des{
        font-size: 0.875rem;
    }
    .landing-4-content{
        margin-top: 0;
        padding: 2rem 1rem;
    }
    .landing-4-content .cont-wrap{
        flex-direction: column;
    }
    .landing-4-content .cont-wrap .item{
        max-width: 100%;
        width: 100%;
    }
    .landing-4-content .title-group{
        margin-bottom: 2rem;
    }
    .landing-4-content .quality-cert{
        padding-top: 1.5rem;
        margin-top: 1.5rem;
        gap: 1rem;
        flex-direction: column;
    }
    .landing-4-content .quality-cert .fs-18{
        width: 100%;
        font-size: 1rem;
    }
    .landing-4-content .quality-cert > .flex-box{
        width: 100%;
        justify-content: flex-start;
    }
    .product-landing-5{
        padding-top: 3rem;
    }
    .testimonials-wrap .testimonials-box{
        border-radius: 6rem 1rem;
        padding:3rem 2rem 2rem;
    }
    .testimonials-wrap > img{
        display: none !important;
    }
    .testimonials-wrap:before{
        border-radius: 6rem 1rem;
    }
    .testimonial-avatar-swiper.swiper{
        margin-bottom: 1.8rem;
    }
    .testimonial-swiper .cont{
        font-size: 1.25rem;
    }
    #wrapper > .back-to-top{
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 10px;
    }
    #wrapper > .back-to-top svg{
        width: 24px;
        height: auto;
    }
    .featured-posts .grid-box .featured-post-item .cont-wrap h3{
        font-size: 1.125rem;
        line-height: 1.4;
    }
    .featured-posts .grid-box .featured-post-item .cont-wrap .post-meta{
        margin-bottom: 0;
    }
    .featured-posts .grid-box .featured-post-item .cont-wrap .post-excerpt{
        margin-top: 0.417rem;
    }
    .featured-posts .grid-box .featured-post-item:first-of-type .cont-wrap{
        padding: 1.25rem;
    }
}
@media only screen and (max-width: 400px){
    html{
        font-size: 15px;
    }
}
@media only screen and (max-width: 380px){
    html{
        font-size: 14px;
    }
}
@media only screen and (max-width: 350px){
    html{
        font-size: 13px;
    }
}