.top-bar-logo-elmt{
    height: auto !important;
    width: 100% !important;
    max-width: 140px;
    margin-top: -30px;
}

.top-bar-icon-elmt{
    background-color: transparent;
    font-size: 32px;
    display: inline-flex;
    transform: translate(-20px, 20px);
    color: #43312c;

}
.top-bar-icon-elmt.top-bar-icon-elmt-2{
    background-color: transparent;
    font-size: 32px;
    display: inline-flex;
    transform: translate(16px, 20px);
    color: #43312c;
}
.topbar-social-container{
    font-size: 22px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}
.footer-logo-elmt{
    width: 100% !important;
    height: auto !important;
    max-width: 120px !important;
}
.footer-map-elmt{
    width:100%;
    height:auto;
}

.home-product-sec-1{
    margin-top: 120px;
    padding-top: 120px;
    background-color: #f3f2e2;
}
.home-product-sec-1 *{
    color:black !important;
}
.home-product-sec-1 .mkdf-iwt-icon{
    /*background-color: #43312c !important;*/
}
.home-product-sec-2{
    /*    margin-bottom: 120px;
        padding-bottom: 63px;
        background-color: #f3f2e2;*/
    margin-bottom: 120px;
    padding-bottom: 63px;
    background-color: #f3f2e2;
    padding-top: 63px;
    margin-top: 120px;
}
.home-product-sec-2 *{
    color:black !important;
}
.home-product-sec-2 .mkdf-iwt-icon{
    /*background-color: #43312c !important;*/
}

.footer-contact-list-con{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*gap: 18px;*/
    gap: 2px;
}
.footer-contact-list-con li{

}
.footer-contact-list-con li div{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}
.footer-contact-list-con li div i{
    display: inline-flex;
    margin-top: 5px;
}
.footer-contact-list-con li div span{
    font-size: 15px;
    margin-top: -1px;
    line-height: 1.7;
}

.footer-col-2-con *{
    color: white !important;
    font-size: 12px !important;
}

.footer-copy-con *{
    text-align:center !important;
    color:white !important;
}
.footer-copy-con{
    text-align:center !important;
    color:white !important;
}

.mkdf-main-menu>ul>li.mkdf-active-item>a {
    color: #43312c !important;
}
.mkdf-footer-top-holder .mkdf-custom-svg-icon-holder span a, .mkdf-top-bar .mkdf-custom-svg-icon-holder span a {
    color:white !important;

    font-size: 13px;
    /*margin-top: 10px !important;*/
    display: inline-flex;
    gap: 10px;
}
.mkdf-footer-top-holder .mkdf-custom-svg-icon-holder span, .mkdf-top-bar .mkdf-custom-svg-icon-holder span{
    color:white !important;

    font-size: 13px;
    margin-top: 10px !important;
    display: inline-flex;
    gap: 8px;
}


/*Header*/
.site-header-sec{
    width: 100%;
    max-width: 1100px;
    display: flex;
    place-self: anchor-center;
}
.site-header-con{
    width:100%;
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;
}
.site-header-left-con{
    width:200px;
    margin-right:12px;
}
.site-header-right-con{
    width: calc(100% - 220px);
    display: flex;
    align-self: stretch;
}
.site-header-right-inner-con{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.site-header-right-top-con{
    width:100%;
    display: flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content: flex-end;
    gap:32px;
}
.site-header-right-top-left-con{
    width:auto;
}
.site-header-right-top-right-con{
    width: auto;
}
.site-header-right-bottom-con{
    width:100%;
}
.site-header-right-bottom-inner-con{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content: flex-end;
}


.site-header-logo-elmt{
    width: 100%;
    height: auto;
    max-width: 140px;
}

.site-header-social-container{

}
.site-header-social-container a{

}
.site-header-social-container a i{

}

.site-header-phone{

}
/*End Header*/



/*Header*/

/* --- CONFIG & CORE SYSTEM VARIABLES --- */
:root {
    --fc-hdr-bg-top: #43312c;
    --fc-hdr-bg-main: #fbf7f0;
    --fc-hdr-primary: #d2ae6d;
    --fc-hdr-text-dark: #333333;
    --fc-hdr-text-muted: #7c7267;
    --fc-hdr-white: #ffffff;

    /* Set custom breakpoints here */
    --fc-hdr-breakpoint-mobile: 768px;
}

.fc-hdr-container {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--fc-hdr-bg-main);
    position: relative;
}

.fc-hdr-container *, .fc-hdr-container *::before, .fc-hdr-container *::after {
    box-sizing: border-box;
}

/* --- SECTION 1: TOP INFOBAR BAR --- */
.fc-hdr-topbar {
    background-color: var(--fc-hdr-bg-top);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 40px;
    font-size: 13px;
}

.fc-hdr-topbar-left {
    display: flex;
    gap: 25px;
}

.fc-hdr-info-item i {
    color: var(--fc-hdr-primary);
    margin-right: 6px;
}

.fc-hdr-topbar-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fc-hdr-social-group {
    display: flex;
    gap: 12px;
}

.fc-hdr-social-icon {
    color: #fff;
    text-decoration: none;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(235, 220, 208, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    transition: all 0.3s ease;
}

.fc-hdr-social-icon:hover {
    /*color: var(--fc-hdr-white);*/
    color: black;
    border-color: var(--fc-hdr-primary);
    background-color: var(--fc-hdr-primary);
}

/* --- SECTION 2: MAIN NAVIGATION --- */
.fc-hdr-mainnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    position: relative;
    background-color: #fff9ef;
    z-index: 9999;
}

.fc-hdr-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.fc-hdr-logo-circle {
    /*  background-color: var(--fc-hdr-bg-top);
      color: var(--fc-hdr-white);
      border-radius: 50%;
      width: 95px;
      height: 95px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border: 4px double var(--fc-hdr-primary);
      cursor: pointer;*/
    background-color: transparent;
    color: transparent;
    border-radius: 50%;
    width: 95px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

.fc-hdr-logo-text-top {
    font-family: 'Georgia', serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.1;
}

.fc-hdr-logo-text-bottom {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
}

.fc-hdr-slogan-text-desk {
    font-family: Cormorant, sans-serif;
    font-style: italic;
    font-size: 22px;
    color: #4a3b32;
    line-height: 1;
    letter-spacing: 0.8px;
    font-weight: 600;
}

/* Desktop Menu Layout Links */
.fc-hdr-nav-menu {
    display: flex;
    gap: 30px;
}

.fc-hdr-nav-link {
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 6px 0;
    position: relative;
    transition: color 0.2s ease;
    font-family: Muli, sans-serif;
    font-weight: 900;
    font-size: 14px;
    color: #43312c;
}

.fc-hdr-nav-link.fc-hdr-active,
.fc-hdr-nav-link:hover {
    /*color: var(--fc-hdr-primary);*/
    color: black;
}

.fc-hdr-nav-link.fc-hdr-active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--fc-hdr-primary);
}

/* Header Utilities/Actions */
.fc-hdr-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fc-hdr-btn-order {
    /*background-color: var(--fc-hdr-primary);*/
    background-color: #43312c;
    color: var(--fc-hdr-white);
    text-decoration: none;
    padding: 16px 28px 14px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(214, 147, 65, 0.25);
    transition: all 0.3s ease;
}
.fcwt-tab-btn-elmt-active.fmws-active{
    color: black;
    background-color: #d2ae6d;
}

.fc-hdr-btn-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 147, 65, 0.35);
}

a.fc-hdr-btn-order:hover{
    color:black;
    background-color: #d2ae6d;
}

.fc-hdr-btn-profile {
    background-color: var(--fc-hdr-white);
    color: var(--fc-hdr-text-dark);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.fc-hdr-btn-profile:hover {
    background-color: var(--fc-hdr-white);
    color: var(--fc-hdr-primary);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.fc-hdr-toggle-menu {
    display: none;
    background: none;
    border: none;
    font-size: 26px;
    color: var(--fc-hdr-text-dark);
    cursor: pointer;
    padding: 5px;
}

/* Mobile-only slogan container initialized as hidden on desktop */
.fc-hdr-mobile-slogan-wrapper {
    display: none;
}

/* --- SECTION 3: USP CARDS LIST --- */
.fc-hdr-features {
    padding: 0 40px 30px 40px;
}

.fc-hdr-features-wrapper {
    background-color: var(--fc-hdr-white);
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 25px 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
}

.fc-hdr-feature-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 5px 24px;
    border-right: 1px solid #f2e7df;
}

.fc-hdr-feature-card:last-child {
    border-right: none;
}

.fc-hdr-feature-icon-box {
    font-size: 30px;
    color: var(--fc-hdr-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
}

.fc-hdr-feature-info h3 {
    margin: 0 0 3px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--fc-hdr-text-dark);
    letter-spacing: 0.3px;
}

.fc-hdr-feature-info p {
    margin: 0;
    font-size: 13px;
    color: var(--fc-hdr-text-muted);
}


.mkdf-iwt.mkdf-featured-icon .mkdf-iwt-icon:after{
    display:none !important;
}

.vc_custom_1552053052105,
.vc_custom_1552053042997{
    background-color: #f6f2e4;
}

.vc_custom_1552053052105{
    padding-top:15px !important;
}

.vc_custom_1552053042997{
    padding-bottom:15px !important;
}

.vc_custom_1552053052105,
.vc_custom_1552053042997{
    background-color: #f6f2e4;
}


.mkdf-masonry-gallery-holder .mkdf-mg-item .mkdf-mg-item-button,
.mkdf-btn.mkdf-btn-solid,
.mkdf-btn.mkdf-btn-medium.mkdf-btn-solid.mkdf-btn-custom-hover-bg.mkdf-btn-custom-border-hover{
    background-color: #43312c !important;
    color: var(--fc-hdr-white) !important;
    text-decoration: none !important;
    padding: 14px 28px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 15px rgba(214, 147, 65, 0.25) !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px !important;
    line-height: 1.8 !important;
    font-weight: 900 !important;
}
.mkdf-masonry-gallery-holder .mkdf-mg-item .mkdf-mg-item-button:hover,
.mkdf-btn.mkdf-btn-solid:hover,
.mkdf-btn.mkdf-btn-medium.mkdf-btn-solid.mkdf-btn-custom-hover-bg.mkdf-btn-custom-border-hover:hover{
    color: black !important;
    background-color: #d2ae6d !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(214, 147, 65, 0.35) !important;
}

.mkdf-eh-item-content.mkdf-eh-custom-1279{
    padding: 32px 32px 32px 32px !important;
}
.mkdf-eh-item-content.mkdf-eh-custom-6149 {
    padding: 32px 32px 32px 32px !important;
}


.cat-sec-con{
    width: 100%;
}
.cat-sec-inner-con{
    width: 100%;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:flex-start;
    gap:32px;
}
.cat-sec-item-con{

    /*    width: calc(((100% / 12) * 2) - -12px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        gap: 6px;
        border: 1px solid #43312c;
        height: stretch;
        box-sizing: border-box;
        padding: 12px;
        border-radius: 24px;
        background: linear-gradient(360deg, #ffffff, transparent);
        box-shadow: 4px 4px 5px 1px #43312c;
        transition: linear 0.1s;*/
    width: calc(((100% / 12) * 2) - -11px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 0px;
    border: none;
    /*height: stretch;*/
    box-sizing: border-box;
    padding: 0px;
    border-radius: 18px;
    background: linear-gradient(360deg, #ffffff, transparent);
    box-shadow: none;
    transition: linear 0.1s;
    overflow: hidden;
    height: stretch;
}
.cat-sec-item-con:hover{
    transform: translateY(-2px) !important;
}
.cat-sec-item-img-elmt{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;

}
.cat-sec-item-text-elmt{
    box-sizing: border-box;
    width: 100%;
    font-family: Cormorant, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.2em;
    text-align: center;
    background-color: var(--fc-hdr-bg-top);
    color: white;
    font-family: Muli, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    padding: 6px 6px !important;
    word-break: break-word;
    height: stretch;
    align-items: center;
    justify-content: center;
    display: flex;
}




.mkdf-blog-list-holder.mkdf-bl-simple .mkdf-blog-list .mkdf-bl-item .mkdf-bli-content{
    vertical-align: middle;
}

.mkdf-page-footer .widget a{
    font-family: Muli, sans-serif;
    font-size: 12px !important;
    letter-spacing: 2px
}

.freshfood-sec-logo-elmt{

}


.home-cat-icon-elmt{
    background-color: #43312c;
}
.home-cat-icon-elmt img{
    filter:contrast(1.8);
}

.home-cat-main-sec-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 42px;
}

.mg-btm-72{
    margin-bottom: 72px;
}
.mg-btm-32{
    margin-bottom: 52px;
}
.line-break-cus{
    display: block;
    width: 100%;
    position: relative;
    line-height: 1;
    padding: 0px;
    margin: 0px;
    height: 8px;
    min-height: 8px;
    max-height: 8px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    border: none;
    box-shadow: none;
    stroke: none;
    box-sizing: border-box;
    color: transparent;
    background-color: transparent;
}

.cover-sec-con{
    width:100%;
    min-width:100%;
    max-width:100%;
    margin-bottom: 52px;
}
.cover-sec-inner-con{
    width:100%;
    min-width:100%;
    max-width:100%;
    position:relative;
    display:flex;
    align-items: center;
    justify-content:center;
}
.cover-sec-img-elmt{
    width:100%;
    height:auto;
}
.cover-sec-ttitle{
    position: absolute;
    line-height: 1;
    text-align: center;
    padding: 0px;
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}


.footer-empt-space-elmt{
    border-style: solid;
    border-bottom-width: 0px;
    margin-top: -4px
}
.footer-emty-space-elmt-2{
    border-style: solid;
    width: 0px;
    border-bottom-width: 0px;
    margin-top: 5px;
}
.footer-emty-space-elmt-3{
    border-style: solid;
    width: 0px;
    border-bottom-width: 0px;
    margin-top: -9px;
}
.footer-emty-space-elmt-4{
    border-style: solid;
    border-bottom-width: 0px;
    margin-top: -9px
}
.foote-logo-elmt{
    max-width: 100%;
    height: auto
}

.footer-copyright-elmt,
.footer-copyright-elmt a{
    font-family: Cormorant !important;
    font-size: 16px !important;
    font-style: italic !important;
    color: #828181;
}
.footer-copyright-elmt a{
    font-size: 16px !important;
}


.cat-item-sec-list-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 22px;
    width: 100%;
}
.cat-item-sec-list-con > .mkdf-pricing-list-item{
    margin: 0px !important;
    width: calc(((100% / 12) * 2)  - -19px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    background-color: #d5ad78;
    height: stretch;
    border-radius: 12px !important;
    overflow: hidden;
}
.cat-item-sec-list-con > .mkdf-pricing-list-item .mkdf-pli-title{
    white-space: normal !important;

    margin: 0px !important;
    padding: 0px !important;
    bottom: 0px !important;
}
.cat-item-sec-list-con > .mkdf-pricing-list-item .mkdf-pli-image-holder{
    margin-right: 0px !important;
    width: 100%;
}
.cat-item-sec-list-con > .mkdf-pricing-list-item .mkdf-pli-title-holder{
    margin-bottom: 0px !important;
}
.cat-item-sec-list-con > .mkdf-pricing-list-item .mkdf-pli-content{
    width: 100% !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px !important;
    padding: 8px 8px;
    box-sizing: border-box;
}

.cat-pag-item-self-con{
    display: flex !important;
    flex-direction:column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}
.cat-pag-item-self-con .mkdf-pli-image-holder{

}
.cat-pag-item-self-con .mkdf-pli-image-holder img{
    width: 100%;
    height: auto;
}

.cat-pag-item-self-con .mkdf-pli-content{

}
.cat-pag-item-self-con .mkdf-pli-content .mkdf-pli-title-holder{
    margin-bottom: 0px !important;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.cat-pag-item-self-con .mkdf-pli-content .mkdf-pli-title-holder .entry-title{
    display: flex !important;
    width: 100% !important;
    vertical-align: middle;
    font-size: 18px;
    font-family: Muli, sans-serif;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    align-items: center;
    word-break: break-word;
}


.cat-item-sec{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.cat-item-sec-h{
    width:100%;
    position:relative;
}
.cat-item-sec-h-elmt{
    width: auto;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-left: 18px;
}
.cat-item-sec-h-elmt:after{
    /*    content:url("../images/decorate/logo-1.png");
        width:100px;
        height:100px;
        position:absolute;
        right:0px;
        top:0px;*/
}
.cat-item-sec-inner-h{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    /*justify-content: center;*/
    gap: 18px;
    position:relative;
}
.cat-item-sec-i-designer{
    aspect-ratio: 1 / 1.0265;
    height: 150px;
    position: relative;
    left: 0px;
    top: 0px;
    transform:translate(120px, -9px) rotate(347deg);
    z-index:-1;
    margin-left: -145px;
}

.cat-pg-item-sec-con:not(:last-child){
    margin-bottom:120px;
}
.cat-pg-item-sec-con:last-child{
    margin-bottom:62px;
}
.cat-item-sec-i{
    width: 92px;
    z-index: -1;
}
.cat-item-sec-h{
    margin: 0px;
    padding: 0px;
}
.cat-item-sec-sub-h{

}

.cat-item-sec-i-designer{
    transition:ease-in-out 0.1s;
}
.cat-item-sec-inner-h:hover .cat-item-sec-i-designer{
    transform: translate(136px, -9px) rotate(398deg);
}
.cat-item-sec-inner-h .cat-item-sec-i-designer {
    /* Changed 'repeat' to 'infinite' (or remove it if you only want it to play once) */
    animation: logo-icon-rotate linear 5s infinite;
}

/* Added the missing 's' to @keyframes */
@keyframes logo-icon-rotate {
    0% {
        transform: translate(120px, -9px) rotate(347deg);
    }
    50% {
        /* Added the missing semicolon at the end */
        transform: translate(136px, -9px) rotate(398deg);
    }
    100% {
        transform: translate(120px, -9px) rotate(347deg);
    }
}


.fc-main-nav-component-ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 32px;
    margin: 0px;
    padding: 0px;
}
.fc-main-nav-component-li{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.fc-main-nav-component-a{

}


.fc-main-nav-component-ul-wrapper{
    position: absolute;
    overflow: hidden;
    top: 32px;
    width: auto;
    HEIGHT: auto;
    background-color: white;
    padding: 3px 10px;
    margin: 0px;
    line-height: 1.3;
    letter-spacing: 0.3px;
    white-space: nowrap;
    width: fit-content;
    min-width: 200px;
    /*left: calc(50% - 125px);*/
    left: calc(0% - 0px);
    border-radius: 8px;
    text-align: center;
    display: none;
}
.fc-main-nav-component-li .fc-main-nav-component-ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.fc-main-nav-component-li .fc-main-nav-component-ul .fc-main-nav-component-li{

}
.fc-main-nav-component-li .fc-main-nav-component-ul .fc-main-nav-component-li .fc-main-nav-component-a{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.fc-main-nav-component-i{
    color: var(--fc-hdr-bg-top);
    font-size: 15px;
    display: flex;
    transform: translate(0px, 1.47px);
}
.fc-main-nav-component-el{
    word-break: break-word;
    white-space: break-spaces;
    display: block;
    position: relative;
    text-align: left;
    line-height: 1.3;
}

.fc-main-nav-component-li:hover .fc-main-nav-component-ul-wrapper{
    display:block;
}

.nav-active-elmt:hover:after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--fc-hdr-primary);
}

.fc-main-nav-component-li .fc-main-nav-component-ul .fc-main-nav-component-li .fc-main-nav-component-a .fc-main-nav-component-el{
    transition:linear 0.1s;
}
.fc-main-nav-component-li .fc-main-nav-component-ul .fc-main-nav-component-li .fc-main-nav-component-a:hover .fc-main-nav-component-el{
    transform: translateX(3px);
}




/*Contact Page*/
.fmws-contact-page-container {
    padding:0;
    background-color: transparent;
    /*font-family: 'Helvetica Neue', Arial, sans-serif;*/
    /*color: #333333;*/
}
.fmws-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.fmws-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.fmws-col-left, .fmws-col-right {
    flex: 1 1 calc(50% - 20px);
    min-width: 320px;
}

.contact-icon-elmt{
    width: auto;
    height: 32px;
    filter: brightness(0);
}

.contact-info-tbl tr td:first-child{
    color: var(--fc-hdr-bg-top);
    font-weight: 700;
    font-size: 15px !important;
}
.contact-info-tbl tr td:last-child{
    color: black;
    font-weight: 400 !important;
    font-size: 13px !important;
}

.pad-n-mg-unsetter{
    padding: 0px !important;
    margin: 0px !important;
}


/* Branch Cards Grid */
.fmws-branches-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 52px;
}
.fmws-branch-card {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0px;
    box-shadow: none;
}

.fmws-icon-pin i{
    color: var(--fc-hdr-bg-top);
    font-size: 21px;
    transform: translate(0px, 2px);
}

.fmws-branch-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.fmws-branch-header h3 {
    margin: 0;
    font-size: 18px;
    color: var(--fc-hdr-bg-top);
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
}
.fmws-branch-detail {
    margin: 6px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
}
.fmws-branch-detail a {
    color: #8c765c;
    text-decoration: none;
}
.fmws-branch-detail a:hover {
    text-decoration: underline;
}

/* Map Tabs Layout */
.fmws-map-container {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 0px;
    overflow: hidden;
}
.fmws-map-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: space-between !important;
}
.fmws-tab-btn {
    /*    flex: 1;
        padding: 10px;
        background: #f5f2eb;
        border: none;
        border-radius: 4px;
        font-weight: bold;
        font-size: 13px;
        color: #666666;
        cursor: pointer;*/
    transition: all 0.2s ease;
}
.form-submit-btn-hover{
    border: none;
}
.fmws-cursor-pointer{
    cursor:pointer;
}
.form-submit-btn-hover:hover{
    color: black !important;
    background-color: #d2ae6d !important;
    border-color: #d2ae6d !important;
    box-shadow: none;
    border: none;
}

.contact-pg-row-con input, .contact-pg-row-con textarea{
    margin-bottom: 0px !important;
    margin-top: 12px;
    border-radius: 8px;
}
#txtInputcaptcha{
    /*margin-bottom: 14px !important;*/
    margin-bottom: 0px !important;
}
.captcha-refresh-elmt{
    cursor:pointer;
}
.mainCaptcha-con{
    margin-top: 12px;
}
.form-textarea-wrapper textarea{
    margin-bottom: 0px !important;
    margin-top: 12px !important;
    resize:none;
    position: relative;
    width: 100%;
    margin: 0 0 21px;
    padding: 12px 22px;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    line-height:1.3;
    color: #545454;
    background-color: transparent;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.fmws-tab-btn.fmws-active, .fmws-tab-btn:hover {
    /*    background: #2b2118;
        color: #ffffff;*/
    color: black;
    background-color: #d2ae6d;
}
.fmws-map-wrapper {
    position: relative;
    height: 350px;
}
.fmws-map-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.fmws-map-frame.fmws-active {
    display: block;
}

/* Form Styles */
.fmws-form-box {
    /*background: #ffffff;*/
    /*background: linear-gradient(180deg, #fffcf6, #ffffff);*/
    background:linear-gradient(180deg, rgba(255, 252, 246, 0.94), rgba(255, 252, 246, 0.99), rgba(255, 255, 255, 0.99)),
        url("../images/contact/1.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: repeat;

    border: 1px solid var(--fc-hdr-bg-top);
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}
.fmws-form-tag {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8c765c;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: Muli, sans-serif;
    margin-top: -10px;
}
.fmws-form-title {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #2b2118;
}
.fmws-form-desc {
    margin: 0 0 30px 0;
    font-size: 14px;
    color: #666666;
}
.fmws-field-row {
    display: flex;
    gap: 15px;
}
.fmws-field-group {
    flex: 1;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.fmws-field-group label {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #444444;
}
.fmws-required {
    color: #c93b3b;
}
.fmws-field-group input,
.fmws-field-group select,
.fmws-field-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #dcd7cd;
    border-radius: 4px;
    background-color: #faf9f6;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
}
.fmws-field-group input:focus,
.fmws-field-group select:focus,
.fmws-field-group textarea:focus {
    border-color: #8c765c;
    background-color: #ffffff;
}
.fmws-submit-button {
    background-color: #2b2118;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.2s;
}
.fmws-submit-button:hover {
    background-color: #423326;
}

.contact-info-tbl, .contact-info-tbl *{
    border:none;
    font-family: Muli, sans-serif;
    font-size: 12px !important;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.6;
    color:black;
    text-align: left;
    padding:0px;
    margin:0px;
}
.contact-seperator{
    text-align: center;
    width: 18px;
}
.contact-info-tbl{
    margin-top:-10px;
}
.contact-info-tbl tr{

}

.contact-info-tbl tr td:first-child{
    width:110px;
}
.contact-info-tbl tr td:last-child{
    width:auto;
}

.contact-info-tbl td{
    padding: 3px 0px !important;
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
    font-size:14px !important;
    font-weight: 600 !important;
}

.fcwt-tab-btn-elmt{

}
.fcwt-tab-btn-elmt-active{

}
.fmws-map-tabs .fcwt-tab-btn-elmt{
    line-height: 1;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Tablet & Mobile Responsiveness Viewports */
@media (max-width: 768px) {
    .fmws-col-left, .fmws-col-right {
        flex: 1 1 100%;
    }
    .fmws-field-row {
        flex-direction: column;
        gap: 0;
    }
    .fmws-form-box {
        padding: 25px;
    }
}
/*End Contact Page*/





@media only screen and (min-width: 1025px) and (max-width: 1366px){
    .mkdf-eh-item-content.mkdf-eh-custom-1279{
        padding: 32px 32px 32px 32px !important;
    }
    .mkdf-eh-item-content.mkdf-eh-custom-6149 {
        padding: 32px 32px 32px 32px !important;
    }
}



/* --- TARGET BREAKPOINTS SYSTEM --- */
@media(max-width:1025px){
    .mkdf-mgf-arrows-controller-sec{
        display: none !important;
    }
    .mkdf-image-with-badge-holder .mkdf-iwb-image{
        width:100%;
    }
    .mkdf-image-with-badge-holder .mkdf-iwb-image img{
        width:100%;
    }
    .mkdf-row-grid-section-wrapper.mkdf-row-grid-section-wrapper-review{
        display: none !important;
    }
    .mkdf-iwb-image-elmt{
        position: relative !important;
    }
    .about-text-elmt-home{

    }
    .freshfood-sec-logo-elmt{
        width: 100% !important;
        max-width: 160px;
    }

    .cat-sec-item-con{
        width: calc(((100% / 12) * 2) - -6px);
    }
}

/* 1. Max Width: 1024px */
@media (max-width: 1024px) {
    .fc-hdr-topbar {
        padding: 10px 20px;
    }
    .fc-hdr-mainnav {
        padding: 20px;
    }
    .fc-hdr-features {
        padding: 0 20px 25px 20px;
    }
    .fc-hdr-features-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 0px;
    }
    .fc-hdr-feature-card:nth-child(2) {
        border-right: none;
    }
    .fc-hdr-feature-card {
        padding: 5px 15px;
    }
    .cat-sec-item-con{
        width: calc(((100% / 12) * 2) - -40px);
    }
}



@media(max-width:991px){
    .freshfood-sec-logo-elmt {
        width: 100% !important;
        max-width: 160px;
        transform: translateY(-31px);
    }
    .home-cat-main-sec-con {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        row-gap: 0px;
        margin-top: 42px;
    }
}

@media(max-width:991px){
    .mkdf-iwt.mkdf-iwt-icon-top .mkdf-iwt-content{
        padding: 12px 0 0;
    }
    .mkdf-iwt .mkdf-iwt-text{
        margin-top: 8px !important;
    }

    .mkdf-eh-item-content.mkdf-eh-custom-7239.about-text-elmt-home{
        padding: 29px 0px 0px 0px !important;
    }
    .mkdf-eh-item-content.mkdf-eh-custom-7239.about-text-elmt-home .mkdf-st-text{
        margin-top: 12px;
    }
    .mkdf-row-grid-section-wrapper.home-product-sec-1 .wpb_wrapper .vc_empty_space,
    .mkdf-row-grid-section-wrapper.home-product-sec-2 .wpb_wrapper .vc_empty_space{
        height: 46px !important;
    }
    .full-width-elmt-max_991{
        width:100% !important;
    }
    .vc_column_container>.vc_column-inner{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mg-top-24-max_991{
        margin-top: 24px !important;
    }
}


/* 2. Max Width: 768px (Mobile UI Redesign Mode Match) */
@media (max-width: 768px) {
    .fc-hdr-topbar {
        flex-direction: row;
        gap: 12px;
        padding: 15px;
        text-align: center;
    }

    .fc-hdr-topbar-left {
        flex-direction: row-reverse;
        gap: 24px;
        align-items: center;
        width:70%;
        justify-content: flex-end;
    }

    .fc-hdr-topbar-right {
        flex-direction: row;
        justify-content: flex-end;
        gap: 8px;
        border-top: none;
        /*width: 100%;*/
        padding-top: 0px;
        width:30%;
        border-bottom:1px solid rgba(0,0,0,0.3);
    }

    /* Main Navigation Adjustments */
    .fc-hdr-mainnav {
        flex-wrap: wrap;
        padding: 20px;
        justify-content: space-between;
    }

    .fc-hdr-desktop-slogan {
        display: none; /* Hide standard side layout version */
    }

    .fc-hdr-logo-circle {
        width: 84px;
        height: 84px;
    }

    .fc-hdr-toggle-menu {
        display: block;
        order: 2;
        top: 4px;
        right: 4px;
        position:absolute;
    }

    /* Responsive Mobile Dropdown Drawer Configuration */
    .fc-hdr-nav-menu {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        background-color: var(--fc-hdr-bg-main);
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        box-shadow: 0 12px 20px rgba(0,0,0,0.06);
        border-top: 1px solid rgba(0,0,0,0.05);
        display: none;
        z-index: 999;
    }

    .fc-hdr-nav-menu.fc-hdr-show {
        display: flex;
    }

    .fc-hdr-nav-link.fc-hdr-active::after {
        bottom: -3px;
        width: 40px;
    }

    /* Central Mobile Slogan Viewport */
    .fc-hdr-mobile-slogan-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        order: 4;
    }

    .fc-hdr-mobile-slogan-title {
        font-family: 'Georgia', serif;
        font-size: 26px;
        font-weight: 600;
        color: #2b1b17;
        margin: 0;
        line-height: 1.3;
    }

    .fc-hdr-mobile-slogan-title span {
        color: var(--fc-hdr-primary);
    }

    .fc-hdr-heart-divider {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        width: 100%;
        margin: 12px 0;
    }

    .fc-hdr-line {
        height: 1px;
        background-color: #dccbc0;
        width: 70px;
    }

    .fc-hdr-heart-icon {
        font-size: 12px;
        color: #c4b3a7;
    }

    .fc-hdr-mobile-slogan-sub {
        margin: 0;
        font-size: 15px;
        color: var(--fc-hdr-text-muted);
    }

    /* Sticky Action Order Box layout positioning matching UI Mock */
    .fc-hdr-actions {
        width: 100%;
        justify-content: center;
        gap: 15px;
        margin-top: 25px;
        order: 5;
    }

    .fc-hdr-btn-order {
        flex-grow: 1;
        max-width: 250px;
        justify-content: center;
        padding: 16px;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .fc-hdr-btn-profile {
        width: 52px;
        height: 52px;
    }

    /* Redesigned Rounded Card Deck for UI consistency */
    .fc-hdr-features {
        padding: 0 20px 30px 20px;
    }

    .fc-hdr-features-wrapper {
        grid-template-columns: 1fr;
        border-radius: 24px;
        padding: 15px;
        border: 1px solid rgba(0, 0, 0, 0.03);
        box-shadow: 0 15px 40px rgba(163, 145, 131, 0.12);
    }

    .fc-hdr-feature-card {
        border-right: none;
        border-bottom: 1px solid #f7ece3;
        padding: 20px 10px;
    }

    .fc-hdr-feature-card:last-child {
        border-bottom: none;
    }

    .fc-hdr-feature-icon-box {
        width: 58px;
        height: 58px;
        background-color: #fffaf5;
        border-radius: 16px;
        font-size: 24px;
        border: 1px solid #fcefe3;
    }
    .fc-hdr-brand{
        width:100%;
        justify-content: center;
    }
    .fc-hdr-nav-link{
        text-align: center;
    }

    .fc-hdr-nav-link.fc-hdr-active::after{
        content: '';
        position: absolute;
        display: inline-flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        /* transform: translateX(-100%); */
        bottom: 0;
        left: calc(50% - 32px);
        width: 64px;
        right: auto;
        height: 2px;
        background-color: var(--fc-hdr-primary);
    }
    .fc-hdr-social-label{
        display: none !important;
    }
    .fc-hdr-toggle-menu{
        font-size:32px;
        z-index: 999999;
    }

    .fc-hdr-topbar-left .fc-hdr-info-item:nth-child(1){
        display:none !important;
    }

    /*    .fc-hdr-nav-menu.fc-hdr-show.fc-hdr-nav-menu-effect{
            transition: 1s ease-in-out !important;
            transform: translateX(100%) !important;
        }
        .fc-hdr-nav-menu.fc-hdr-show.fc-hdr-nav-menu-effect{
            transform: translateX(0%) !important;
        }*/

    .mkdf-main-home-column-1, .mkdf-main-home-column-2{
        margin-left: 0px !important;
        margin-bottom: 0px !important;
    }

    .mkdf-eh-item-content.mkdf-eh-custom-6149,
    .mkdf-eh-item-content.mkdf-eh-custom-1279{
        padding: 27px 30px 27px 30px !important;
    }

    .cat-sec-item-con {
        width: calc(((100% / 12) * 5) - -36px);
    }


    .fc-main-nav-component-ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    .fc-main-nav-component-li{
        display: flex;
        align-items: center;
    }
    .fc-main-nav-component-a{
        padding: 0px;
    }

    .fc-main-nav-component-ul-wrapper{
        position: relative;
        overflow: hidden;
        top: 0px;
        text-align: center !important;
        width: auto;
        HEIGHT: auto;
        background-color: white;
        padding: 7px 10px;
        margin: 0px;
        line-height: 1.3;
        letter-spacing: 0.3px;
        white-space: nowrap;
        width: fit-content;
        min-width: 200px;
        /* left: calc(50% - 125px); */
        left: calc(0% - 0px);
        border-radius: 8px;
        text-align: center;
        /* display: none; */
        /*background-color: transparent;*/
    }
    .fc-main-nav-component-li .fc-main-nav-component-ul{
        gap: 12px;
    }
}

/* 3. Max Width: 667px */
@media (max-width: 667px) {
    .fc-hdr-line {
        width: 50px;
    }
    .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section{
        /*width: calc(100% - 54px) !important;*/
        width: calc(100% - 19px) !important;
    }
    .vc_column-inner.vc_custom_1561375492223 .mkdf-cc-item.mkdf-item-space.mkdf-cci-no-link{
        width:50% !important;
    }

    footer.mkdf-page-footer .widget.mkdf-separator-widget{
        display:none !important;
    }
    footer.mkdf-page-footer .mkdf-custom-svg-icon-holder a span{
        margin-top:0px !important;
    }
    .mkdf-page-footer .widget{
        margin:0 0 12px !important;
    }
    .mkdf-page-footer .widget ul:not(.mkdf-shortcode-list) li:last-child{
        margin-bottom:24px !important;
    }
    .mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid{
        padding-bottom: 52px;
    }
    .cat-item-sec-i-designer{
        margin-left: -118px;
    }
}

/* 4. Max Width: 480px & 390px Fluid Adapters */
@media (max-width: 481px) {
    .fc-hdr-topbar-left .fc-hdr-info-item:nth-child(1),
    .fc-hdr-topbar-left .fc-hdr-info-item:nth-child(2){
        display:none !important;
    }

    .cat-sec-item-con {
        width: calc(((100% / 12) * 6) - 16px);
    }
}

@media (max-width: 480px) {
    .fc-hdr-mobile-slogan-title {
        font-size: 24px;
    }
    .fc-hdr-btn-order {
        max-width: none;
    }
    .mkdf-page-footer .widget ul:not(.mkdf-shortcode-list) li:last-child{
        margin-bottom: 0px !important;
    }
    .freshfood-sec-logo-elmt {
        width: 100% !important;
        max-width: 160px;
        transform: translate(-24px, -43px);
    }
}

@media (max-width: 392px) {
    .footer-logo-elmt{
        margin-top: -18px;
    }


    .cat-item-sec-inner-h {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 4px;
        text-align: center;
        position: relative;
        flex-wrap: wrap;
    }
    .cat-item-sec-i-designer {
        margin-left: calc(50% - 345px);
    }
    .cat-item-sec-i {
        width: 92px;
        z-index: -1;
        margin-left: 11px;
    }
    .cat-item-sec-h-elmt {
        width: auto;
        position: relative;
        margin: 0px;
        padding: 0px;
        margin-left: 0px;
        width: 100%;
    }
}

/*End Header*/