

    body
    {
     font-family: "Montserrat", sans-serif;
     background-color: #fffee0;
     color: #676767;
     font-size: 15px;
     font-weight: 500;
     /* background-image: url(../../assets/images/bg1.png);
     background-position: bottom; */

    }

    a
    {
        text-decoration: none;
    }
    /* @font-face {
        font-family: chinese;
        src: url(../../assets/fonts/GuoZiWenMaiShuFaShiJi-2.ttf);
      } */
        .ch, .ch > *
        {
            font-family: "Ma Shan Zheng", cursive;

        }

    ul.navbar-nav li img {
        height: 32px;
        width: 32px;
        object-fit: contain;
    }
 
/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f6f1cd; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #AE0001; 
    cursor: pointer;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #676767; 
  }
    .offcanvas-body {
        max-width: 1660px;
        justify-content: space-between;
    }
    ul.navbar-nav li span {
        display: block;
        text-align: center;
    }
    header .container-fluid {
        text-align: center;
        margin: 0 auto;
    }

    .product-main .cat-list ul li:hover a {
        color: #AF0000;
    }
    nav.navbar {
        padding: 20px 0px;
        background-color: #fffee0;
    }
    
    .navbar-toggler-icon {
        filter: brightness(0);
        width: 40px;
    }

    button.btn-close.btn-close-white.text-reset {
        filter: brightness(0);
        position: absolute;
        right: 15px;
        top: 15px;
    }


    footer {
        background-color: #9D978D;
        color: #fff;
    }

    .footer-logo img {
        width: 100%;
        max-width: 280px;
    }

    .footer-contact ul li span {
        min-width: 69px;
        font-weight: 800;
    }
    
    .footer-contact ul li a {
        color: #fff;
        font-weight: 500;
    }
    .footer-contact ul li {
        font-size: 15px;
        display: flex;
        column-gap: 13px;
        margin-bottom: 8px;
    }
    .footer-contact ul {
        padding-left: 0;
        list-style: none;
    }
    .footer-menu h6 {
        font-weight: 700;
        margin-bottom: 25px;
    }
    
    .footer-menu ul li {
        margin-bottom: 16px;
    }
    .footer-menu ul li a {
        color: #fff;
        font-weight: 500;
    }
    .footer-menu.single-row ul {
        display: block;
    }
    .footer-menu ul {
        display: grid;
        grid-template-columns: auto auto;
        padding-left: 0;
        list-style: none;
    }

    ul.navbar-nav li a {
        text-align: left;
        letter-spacing: 0px;
        color: #676767;
        font-weight: 500;
    }
    ul.navbar-nav li {
        margin-right: 45px;
        text-align: left;
        letter-spacing: 0px;
    }
    .user-cart ul li ul li {
    margin-bottom: 10px;
}
.user-cart ul li img {
    width: 12px;
    transform: rotate(0deg);
    transition: 200ms ease-in;
}

.user-cart ul li:hover img {
    transform: rotate(180deg);
    transition: 200ms ease-in;
}
.user-cart ul li:hover ul {
    display: block !important;
    cursor: pointer;
}

    .user-cart ul li ul li span {
        color: #676767;
        cursor: pointer;
    }
    .user-cart ul li ul {
        position: absolute;
        background-color: #fffee096;
        padding: 10px;
        padding-top: 40px;
        padding-bottom: 10px;
        z-index: 1;
    }
    .user-cart ul li {
        color: rgb(157, 151, 141);
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid;
    }
    .user-cart ul {
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
    }

    h1.ch {
        font-weight: bold;
        color: #AE0001;
        font-size: 70px;
    }




    @media(min-width:768px)
    {
        .about-title {
            position: relative;
            min-height: 384px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        div#process .owl-prev, div#process .owl-next {
            top: 72%;
            z-index: 99;
        }
        div#process .owl-prev {
            left: auto;
            right: 14%;
        }
        .cat-title {
            position: relative;
            top: -75px;
        }
        div#process .owl-next {
            right: 0%;
        }
        .user-cart {
            order: 3;
            column-gap: 40px;
            display: flex;
        }
        .process-title {
            position: absolute;
            text-align: center;
            left: 66%;
            top: 50%;
            transform: translateY(-50%);
            z-index: 99;
        }

        .process-title h1.ch {
        
            font-size: 88px;
        }
        .text-right {
            text-align: right;
        }
        .logo-wrap {
            order: 1;
        }
        div#navbarOffcanvas {
            order: 2;
        }

        .logo-wrap img {
            width: 100%;
            max-width: 200px;
        }
        .offcanvas-body {
            margin-right: auto;
            margin-left: 150px;
        }
        .user-cart img {
            max-width: 40px;
        }

      
       
        .about-title {
            max-width: 80%;
            margin-left: auto;
        }


        div#recipe .owl-prev {
            position: absolute;
            top: 50%;
            transform: translate(68%, -38%);
        }

        div#recipe .owl-next {
            position: absolute;
            top: 60%;
            transform: translate(64%, -23%);
            right: auto;
            left: 0;
        }

        .content-main:after {
         
            top: -204px;
        }

        .about-us-title {
            position: relative;
            top: -49px;
        }
    }



    @media (min-width: 768px) and (max-width: 1640px)
    {
    .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * 1.5);
        padding-left: calc(var(--bs-gutter-x) * 1.5);
    }
    .recipe-slider{
        height: 550px;
    }

    .recipe-slider .recipe-inner img {
        object-fit: cover;
        width: 100%;
        height: 550px;
    }
}
    

    @media(max-width:1640px)
    {
        p
        {
    font-size: 15px;
    letter-spacing: 0px;
        }
    }



    @media(min-width:1400px) and (max-width:1639px)
    {
        .container-xxl {
            padding-right: calc(var(--bs-gutter-x) * 1.5);
            padding-left: calc(var(--bs-gutter-x) * 1.5);
            max-width: 1500px;
        }

    

    }


    @media(min-width:1641px)
    {

        .container-xxl {
            padding-right: calc(var(--bs-gutter-x) * 1.5);
            padding-left: calc(var(--bs-gutter-x) * 1.5);
            max-width: 1560px;
        }

        p
        {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
        }

        .recipe-slider{
            height: 700px;
        }
    
        .recipe-slider .recipe-inner img {
            object-fit: cover;
            width: 100%;
            height: 700px;
        }
        
    }


    .hungwen-banner  {
        max-height: 750px;
        object-fit: cover;
        width: 100%;
    }
    .hungwen-banner .owl-item img {
        max-height: 750px;
        object-fit: cover;
        width: 100%;
    }

    .hungwen-banner {
        position: relative;
    }


    /* .hungwen-banner:after {
        content: "";
        background-image: url(../../assets/images/bgw.png);
        width: 100%;
        height: 200px;
        position: absolute;
        bottom: 0;
        background-size: cover;
        background-position: left bottom;
    } */


    .banner-content {
        position: absolute;
        top: 30%;
        transform: translate(30%, -50%);
    }

    .banner-content h1 {
        font: normal normal 800 48px/92px Montserrat;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 1.2;
    }
    
    .banner-content {
        position: absolute;
        top: 40%;
        transform: translate(130px, -40%);
        max-width: 500px;
    }
    .owl-prev svg, .owl-next svg {
        width: 24px;
    }

    .owl-prev:hover svg path, .owl-prev:hover svg, .owl-next:hover svg path, .owl-next:hover svg  {
       fill: #AF0000;
       color: #AF0000;
       opacity: 1;
    }
    
    .owl-prev {
        position: absolute;
        top: 40%;
        transform: translate(100%, -40%);
    }

    .owl-next {
        position: absolute;
        top: 40%;
        transform: translate(-100%, -40%);
        right: 0;
        left: auto;
    }

    .banner-content p {
        letter-spacing: 0px;
        color: #FFFFFF;
        font-weight: 500;
        font-size: 20px;
    }

    .primary-btn:hover {
        color: #AF0000;
        background-color: #fff;
        cursor: pointer;
    }
    
    .primary-btn {
        background: #AF0000 0% 0% no-repeat padding-box;
        border-radius: 50px;
        color: #fff;
        font-size: 16px;
        padding: 10px 40px;
        display: inline-block;
        margin-top: 10px;
        border: 0;
    }


    .about-title:after {
        background-image: url(../../assets/images/home-splash.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        top: 28px;
        width: 100%;
        height: 100%;
        z-index: -1;
        left: -32px;
    }

  
    .about-title .title
    {
        text-indent: 27px;

    }
    .title {
        font: normal normal bold 20px/20px Montserrat;
        letter-spacing: 1.5px;
        color: #9D978D;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .process-title .title {
   
        text-align: right;
        margin-right: 60px;
    }

    h2.title {
        font-size: 26px;
        text-indent: 0px;
    }

    div#owl-clients .owl-item img {
        width: 100%;
    }

    div#owl-clients .owl-item {
        padding: 23px;
    }

    div#owl-clients .owl-prev {
        position: absolute;
        top: 50%;
        transform: translate(-70%, -50%);
    }

    div#owl-clients .owl-next {
        position: absolute;
        top: 50%;
        transform: translate(70%, -50%);
    }

    div#owl-clients .owl-next svg path,  div#owl-clients .owl-prev svg path
    {
        color: #AE0001;
        fill: #AE0001;
    }

    .bottomfooter {
        background-color: #AF0000;
        color: #fff;
        font-size: 14px;
    }
.developed-by a
{
    color: #fff;
}

    .copyright-text p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .enquiry-title .title {
        text-indent: 3px;
    }

    .enquiry-image img {
        width: 100%;
    }

    .enquiry-section .icon-box img {
        width: 45px;
    }
    
    .enquiry-section .icon-box p {
        margin-bottom: 0;
    }
    .enquiry-section .icon-box {
        display: flex;
        align-items: center;
        column-gap: 16px;
    }


    .outline-btn:hover
    {
        background: #AF0000 0% 0% no-repeat padding-box;
        color: #fff;
     
    }

    .outline-btn
    {
        border-radius: 50px;
        color: #AF0000;
        border: 1.5px solid #AF0000;
        font-size: 16px;
        padding: 10px 40px;
        display: inline-block;
    }

    .enquiry-image {
        margin: 0 auto;
        text-align: center;
    }
    
    .enquiry-image img {
        width: 80%;
        position: relative;
        top: 26px;
    }


    .enquiry-main
    {
        position: relative;
    }

    .enquiry-main::after {
        content: "";
        background-image: url(../../assets/images/home-contact-pattern.png);
        height: 210px;
        width: 100%;
        position: absolute;
        bottom: 00;
        background-size: cover;
        z-index: -1;
        left: 0;
        right: 0;
        background-position: top;
    }
    .btn-wrap {
        text-align: center;
    }
    .recipe-slider {
        background-color: #FFFEE0;
    }

    .recipe-slider .recipe-inner img {
        object-fit: cover;
        width: 100%;
    }

    .rcipe-inner h3 {
        font: normal normal bold 24px/35px Montserrat;
        letter-spacing: 0px;
        color: #AF0000;
        margin-bottom: 20px;
    }


    .rcipe-inner {
        position: relative;
    }
    
    .rcipe-inner:after {
        background: linear-gradient(360deg, #fffee0, transparent);
        content: "";
        height: 160px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }


    div#recipe .owl-prev svg, div#recipe .owl-next svg {
        width: 18px;
        height: 18px;
        line-height: 18px;
    }
    
    div#recipe .owl-prev, div#recipe .owl-next {
        background-color: #ffffffb0;
        border-radius: 100%;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        margin: 0 auto;
    }
    div#recipe .owl-prev svg g, div#recipe .owl-next svg g {
        opacity: 1;
    }
    div#recipe .owl-prev svg path, div#recipe .owl-next svg path {
        fill: #AF0000;
        opacity: 1;
    }



    .recipe-tag {
        position: absolute;
        top: -10px;
        left: 30px;
    }

    .recipe-tag img {
        width: 45px !important;
        height: auto !important;
    }
    .recipe-inner {
        position: relative;
    }

    

    /* .content-main {
        background-image: url(../../assets/images/bg1.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    } */

    .content-main {
        position: relative;
        z-index: 9;
    }
    
   


    .content-main:after {
        background-image: url(../../assets/images/hbg.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        z-index: 9999;
        position: absolute;
        content: "";
        width: 100%;
        height: calc( 100% + 204px);
        z-index: -2;
    }
    .developed-by img {
        width: 24px;
    }




    .about-banner .owl-item  {
        max-height: 550px;
        object-fit: cover;
        width: 100%;
        height:550px;
    }
    .about-banner .owl-item img {
        max-height: 550px;
        height: 550px;
        object-fit: cover;
        width: 100%;
    }
    .about-content-main .about-image img {
        width: 100%;
    }

    .about-content-main {
        max-width: 1060px;
        margin: 0 auto;
    }



    div#certificate .owl-wrapper .owl-item .item {
        margin: 20px;
    }

    div#certificate .owl-wrapper .owl-item .item img {
        width: 100%;
        height: 335px;
        object-fit: cover;
        object-position: top;
    }

.process-inner {
    position: relative;
}

div#certificate  .owl-prev  svg path, div#certificate  .owl-next  svg path
{
    fill: #AE0001;
}

div#certificate  .owl-prev  svg g, div#certificate  .owl-next  svg g
{
    opacity: 1;
}

div#certificate .owl-prev {
    top: 50%;
    transform: translate(-70%, -50%);
}
div#certificate .owl-next {
    top: 50%;
    transform: translate(70%, -45%);
    bottom: auto;
}


.process-slider {
    padding-left: 0;
}
.process-inner .row {
    position: relative;
}

div#process .owl-prev svg g, div#process .owl-next svg g {
    opacity: 1;
}
div#process .owl-item img {
    width: 71%;
}

/* .process-inner:after {
    background-image: url(../../assets/images/b12.png);
    height: 100vh;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */


.mask-it {
    -webkit-mask-image: url(../../assets/images/mask.png);
    mask-image: url(../../assets/images/mask.png);
    -webkit-mask-size: 75%;
    mask-size: 75%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

div#process .owl-item img {
    width: 75%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}

div#process .owl-prev svg, div#process .owl-next svg {
    width: 18px;
    height: 18px;
    line-height: 18px;
    fill: #AE0001;
}

div#process .owl-prev:hover svg path, div#process .owl-next:hover svg path
{
    fill: #fff;
}

div#process .owl-prev svg path, div#process .owl-next svg path {

    fill: #AE0001;
}

div#process .owl-prev:hover, div#process .owl-next:hover
{
    background-color: #AE0001;
}

div#process .owl-prev, div#process .owl-next {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid  #AE0001;
}

.product-categories ul li a:hover {
    color: #AE0001;
    border-bottom: 1px solid #AE0001;
    padding-bottom: 7px;
}
.about-banner {
    position: relative;
}
.product-categories ul li a {
    letter-spacing: 0px;
    color: #9D978D;
    font-weight: 600;
}
.product-categories ul li {
    width: 20%;
}
.product-categories ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.product-categories ul {
    margin-bottom: 00;
}

.product-categories {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-image: url(../../assets/images/cat.png);
    height: 83px;
    display: flex;
    align-items: center;
    margin-top: -83px;
    z-index: 9;
    position: relative;
}


.pcat-main.sticky .product-categories ul {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0 !important;
    width: 100%;
    z-index: 999;
    height: 83px;
    display: flex;
    align-items: center;
    background-color: #f7f4d4;
}



.category-wrapper .cat-row {
    position: relative;
}
.category-wrapper .cat-row h3 {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    color: #fff;
    letter-spacing: 4.5px;
    font-weight: bold;
}
.category-wrapper .cat-row img {
    width: 100%;
}

.cat-items {
    text-align: center;
}
.cat-box p {
    letter-spacing: 0px;
    color: #676767;
}

.cat-box h4 {
    letter-spacing: 0px;
    color: #676767;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
}
.cat-box a img {
    transform: scale(1);
    transition: .2s ease-out;
}

.cat-box a:hover img {
    transform: scale(1.05);
    transition: .2s ease-in;
}

.cat-items img {
    width: 84%;
}


div#sync2 .synced .item img {
    opacity: 1;
}

div#sync2 .item img {
    opacity: 0.5;
    cursor: pointer;
}






.product-main {
    background-image: url(../../assets/images/bg-xtopbanner.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-details {
    max-width: 100%;
    margin: 0 auto;
}

.product-details h3 {
    font-weight: 500;
    font-size: 27px;
    margin-bottom: 20px;
}
.product-details h2 {
    color: #676767;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
div#sync1 svg path {
    fill: #AE0001;
}
.main-image {
    text-align: center;
}
.storage-wrap p, .ingredients-wrap p {
    max-width: 90%;
    margin: 0 auto;
}

.main-image img {
    width: 100%;
    max-width: 75%;
    height: auto;
    object-fit: contain;
}

div#sync1 .owl-next, div#sync1 .owl-prev {
    top: 50%;
}

.storage-wrap h6, .ingredients-wrap h6 {
    color:#AE0001ed;
    font-weight: 700;
    letter-spacing: 1.6px;
}
.storage-wrap, .ingredients-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.purchase-wrap h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.purchase-wrap {
    margin-top: 40px;
}

div#sync2 .item {
    text-align: center;
}

div#sync2 .item img {
    width: 100%;
    height: 100%;
    max-width: 70px;
}

div#enquiryModal .modal-dialog {
    max-width: 80%;
}
div#enquiryModal .contact-form-row img {
    width: 100%;
}
div#enquiryModal .modal-body {
    padding: 0;
}

div#enquiryModal .contact-form-row label.submit-btn {
    display: block;
    margin-top: 24px;
}

div#enquiryModal .modal-content
{
    background-image: none !important;
}
div#enquiryModal .contact-form-row img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    object-position: center;
}
div#enquiryModal button.btn-close {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 9;
}





.recipies-box img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.recipies-box h2 {
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 55px;
    font-weight: bold;
    position: absolute;
    text-shadow: 1px 1px 3px #333;
    font-family: "Ma Shan Zheng", cursive;
    writing-mode: vertical-lr;
    bottom: 60px;
    top: auto;
    left: -30px;
}
.recipies-box {
    position: relative;
}
.recipies-box h6 {
    text-align: center;
    letter-spacing: 0px;
    color: #676767;
    opacity: 1;
    font-weight: 600;
    font-size: 18px;
    margin-top: 18px;
}



.recipies-box {
    position: relative;
    overflow: hidden;
}

.recipies-box .image{
    overflow: hidden;
}


.recipies-box img {
    transform: scale(1);
    transition: .2s ease-out;
}

.recipies-box:hover img {
    transform: scale(1.05);
    transition: .2s ease-in;
}

.serving-time {
    background-color: #FFFEE0;
}

.recipie-wrapper img {
    width: 100%;
}

.serving-time > div {
    padding: 0;
}

.ingredients-list a {
    color: #AF0000;
    font-weight: 700;
    display: grid;
    margin: 18px 0px;
    width: auto;
}
.ingredients-list ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #AF000B;
    display: inline-flex;
    border-radius: 100px;
    margin-right: 8px;
    vertical-align: middle;
}
.ingredients-list ul li {
    letter-spacing: 0px;
    color: #676767;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px;
}
.ingredients-list ul, .recipie-desc ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 41px;
}
.ingredients-list h3, .recipie-desc h3 {
    font-weight: 700;
    font-size: 22px;
    color: #AF0000;
}
.recipie-desc ul li::marker {
    font-weight: 700;
}

.recipie-desc ul li {
    margin-bottom: 20px;
    list-style: auto;
    padding-left: 7px;
}
.serving {
    position: relative;
}

.serving:after {
    content: "";
    border-right: 1px solid #AF0000;
    position: absolute;
    right: 0;
    top: 0;
    height: 60%;
    top: 20%;
}
.serving-time h4 {
    letter-spacing: 0px;
    color: #676767;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
}
.serving-time h6 {
    letter-spacing: 1.6px;
    color: #AF0000;
    font-weight: 700;
}







.outline-btn {

    background: none;
}


.cat-list ul li.active a {
    color: #AE0001;
    font-weight: 700;
}
.cat-list ul li a {
    color: #676767;
    font-weight: 600;
}
.cat-list ul li {
    margin: 20px 0px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    width: 80%;
    border-color: #a2a2a2;
}

.cat-list ul li:last-child
{
    border: 0;
}
.cat-list ul {
    list-style: none;
    padding-left: 0;
}
.cat-list ul {
    margin-top: 30px;
}
.cat-list h1 {
    font-size: 40px;
}
.cat-list h3 {
    font-size: 21px;
    font-weight: 600;
}


.pagination-main a.active {
    background-color: #AE0001;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 100%;
}

.pagination-main a {
    color: #676767;
    font-weight: 600;
    line-height: 40px;
}
.pagination-main .pagination {
    display: flex;
    column-gap: 25px;
}
.pagination-main i {
    font-size: 20px;
}
.pagination-main {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 33px;
    font-size: 15px;
}

.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
  }


  .qty-input input {
    background: none;
    border: 0;
    text-align: center;
    min-width: 100px;
    height: 42px;
    font-size: 20px;
    font-weight: 500;
    color: #737373;
}

.qty-input button {
    background: none;
    border: 0;
    padding: 0;
    font-size: 27px;
    color: #af0000;
}
.qty-input {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #9D978D;
}

.single-product-cart a {
    font-weight: 500;
    font-size: 13px;
    padding: 11px;
    width: 100%;
}
.modal-content {
    background-image: url(../../assets/images/bg1.png) !important;
    background-color: #F0EECA;
    color: #333;
}
.single-product-cart {
    display: flex;
    align-items: center;
    column-gap: 10px;
}








.contact-main  .icon-box p {
    margin-bottom: 0;
}
.contact-main .icon-box img {
    width: 35px;
}

.contact-main .icon-box {
    display: flex;
    align-items: center;
    column-gap: 11px;
}

.contact-image img {
    width: 90%;
}

.location img {
    width: 100%;
}


.form-sec:after {
    content: "";
    background-image: url(../../assets/images/contact-pattern.png);
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    bottom: -60px;
    background-size: cover;
    z-index: 99;
    left: 0;
    z-index: -1;
}
.form-sec {
    position: relative;
}


.contact-form-row label input:not(input[type="submit"]) {
    border: 1.5px solid #c2c2c2;
    background-color: #f4edc6;
    height: 37px;
    padding-left: 12px;
    font-size: 13px;
    color: #676767;
    font-weight: 500;
}
.contact-form-row label.submit-btn {
    display: block;
    margin-top: 40px;
}
 .contact-form-row  input::placeholder, .contact-form-row textarea::placeholder {
    padding-left: 6px;
    font-size: 13px;
    color: #676767;
    font-weight: 500;
}

.contact-form-row label {
    display: grid;
    margin-bottom: 15px;
}

.contact-form-row textarea {
    min-height: 145px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 13px;
    color: #676767;
    font-weight: 500;
    border: 1.5px solid #c2c2c2;
    background-color: #f4edc6;
}



.hungwen_cart .proceed.form, .hungwen_checkout .proceed.form {
    border: 1px solid #EEEEEE;
    background-image:url(../../assets/images/bg1.png) !important;
    background-color: #f8f3d1;

}


    @media(min-width:1800px)
    {
        .container-xxl {
            padding-right: calc(var(--bs-gutter-x) * 1.5);
            padding-left: calc(var(--bs-gutter-x) * 1.5);
            max-width: 1640px;
        }


        
    }

 


    
    @media(max-width:767px)
    {
        .logo-wrap img {
            width: 100%;
            max-width: 156px;
        }
        ul.navbar-nav li span {
            color: #7f7f7f;
            text-align: left;
            font-size: 19px;
        }
        .about-banner .owl-item {
            max-height: 300px;
            height: 300px;
        }
        .process-title {
            text-align: center;
            margin-top: 34px;
        }

        .process-inner .owl-prev {
            top: -35px;
            left: auto;
            right: 146px;
        }

        .process-inner .owl-next {
            top: -35px;
         
        }

        
        .process-title .title {
            text-align: center;
            margin-right: auto;
        }
        .about-us-title {
            margin-bottom: 30px;
        }
        div#process .owl-item img {
            width: 100%;
            height: auto;
          
        }
        .mask-it {
            -webkit-mask-size: 100%;
            mask-size: 100%;
        }
        .user-cart ul {
            display: none;
        }
        .bottomfooter {
            text-align: center;
        }
        div#navbarOffcanvas ul li {
            margin-bottom: 19px;
        }
        .about-banner .owl-item img {
            max-height: 300px;
            height: 300px;
           
        }
        div#navbarOffcanvas ul li a {
            color: #AE0001;
            font-size: 25px;
        }
        div#navbarOffcanvas {
            background-color: #fffee0;
        }

        .user-cart {
            display: flex;
            align-items: center;
            column-gap: 21px;
            margin-left: auto;
            margin-right: 10px;
        }
        .user-cart svg {
            width: 41px;
            height: 34px;
        }
        .user-cart img {
            width: 29px;
        }
        .hungwen-banner .owl-item img {
            height: 500px;
        }
        .banner-content {
            top: 16%;
            transform: none;
            max-width: 90%;
            margin: 0 auto;
            text-align: center;
            right: 0;
            left: 0;
        }
        .banner-content h1 {
            font: normal normal 800 25px/32px Montserrat;
        }

        .banner-content p {
          
            font-size: 16px;
        }
        .content-main:after {

            top: -150px;
        }
        h1.ch {
            font-weight: bold;
            color: #AE0001;
            font-size: 48px;
        }
        .about-title {
            position: relative;
            top: -35px;
        }
        h2.title {
        
            font-size: 18px;
        }
        .hungwen-banner .owl-next {
            right: 19px;
            bottom: 35%;
            transform: none;
            top: auto;
        }

        .hungwen-banner .owl-prev {
            top: auto;
            bottom: 35%;
            left: auto;
            right: 66px;
            transform: none;
        }
        div#owl-clients {
            width: 90%;
            margin: 0 auto;
        }

        .recipe-inner .owl-next {
            position: absolute;
            top: 24%;
            transform: none;
            right: 5%;
            left: auto;
        }

        .recipe-inner .owl-prev {
            position: absolute;
            top: 24%;
            transform: none;
            left: auto;
            right: 20%;
        }
        .footer-inner {
            padding-top: 80px !important;
        }

        .enquiry-main::after {
         
            height: 64px;
         
            bottom: -52px;
                }
    }



    .whatsapp-btn img {
        width: 100%;
    }
    .whatsapp-btn {
        position: fixed;
        max-width: 50px;
        right: 15px;
        bottom: 30px;
        top: auto;
        z-index: 9;
    }

    .hungwen_registration section .container .user a {
        color: #af0000 !important;
    }

    .forget-password {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 10px 0px;
    }

    .hungwen_registration section .container .user .formBx form .keep-signin input, .hungwen_registration section .container .user .formBx form .aggree-box input {
        width: 15px !important;
        height: 15px !important;
        margin: 0 !important;
        position: relative;
        top: 2px;
    }

    .hungwen_order-details .form-wrapping .form-group input.primary-btn {
    
        background-color: #af0000;
        border-color: #AE0001;
    }

    
    .hungwen_order-details .form-wrapping .form-group input.primary-btn:hover 
    {
        background-color: #ffffff;
        border-color: #AE0001;
border: 1px solid !important;

    }


    @media(min-width:1400px) and (max-width:1580px)
    {
        div#process .owl-next {
            right: 4%;
        }

        div#process .owl-prev {
            left: auto;
            right: 16%;
        }
        div#process .owl-prev, div#process .owl-next {
            top: 72%;
            z-index: 99;
        }

    }


    @media(min-width:1581px) and (max-width:1800px)
    {
        div#process .owl-next {
            right: 6%;
        }

        div#process .owl-prev {
            left: auto;
            right: 17%;
        }
        div#process .owl-prev, div#process .owl-next {
            top: 72%;
            z-index: 99;
        }
    }


    @media(min-width:1801px) 
    {
        div#process .owl-next {
            right: 11%;
        }

        div#process .owl-prev {
            left: auto;
            right: 20%;
        }
        div#process .owl-prev, div#process .owl-next {
            top: 72%;
            z-index: 99;
        }
    }



    .address-card {
        position: relative;
    }
    .address-card i {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translate(10px, -50%);
        cursor: pointer;
    }
    div#addressModal .modal-content {
        background-image: none !important;
    }
    .g-checkout div label {
        margin-bottom: 4px;
    }
    
    .g-checkout div label, .g-checkout div input {
        display: grid;
        width: 100%;
    }




    @media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (-webkit-min-device-pixel-ratio: 1){
       
        .rcipe-inner {
            max-height: 395px;
            overflow: hidden;
        }

        div#navbarOffcanvas {
            order: 2;
            max-width: 350px;
        }
        .offcanvas-body {
            margin-right: auto;
            margin-left: 26px;
        }
        div#navbarOffcanvas ul li {
            margin-bottom: 19px;
        }
        div#navbarOffcanvas ul li a {
            color: #AE0001;
            font-size: 25px;
        }
        div#navbarOffcanvas {
            background-color: #fffee0;
        }

        .process-title {
            text-align: center;
            margin-top: 34px;
        }

        .process-inner .owl-prev {
            top: -35px;
            left: auto;
            right: 146px;
        }

        .process-inner .owl-next {
            top: -35px;
         
        }
        div#process .owl-item img {
            width: 70%;
            height: auto;
          
        }
        div#process .owl-prev {
            left: auto;
            right: 19%;
        }
        div#certificate .owl-wrapper .owl-item .item img {
            height: 253px;
        }
        div#process .owl-prev, div#process .owl-next {
            top: 82%;
        }
        .process-title h1.ch {
            font-size: 60px;
        }
        .mask-it {
            -webkit-mask-size: 70%;
            mask-size: 70%;
        }
        
        .process-title .title {
            text-align: center;
            margin-right: auto;
        }

      }


      ul.navbar-nav li a:hover {
        border-bottom: 1px solid;
    }

    s {
        color: #f28f8f;
        font-weight: 400;
    }