:root {
	--primary-color:#990A0A;
	--secondary-color:#D18018;
	--white-color:#ffffff;
  --text-color:#0A2005;
  --black-color:#000;
  --gray-color:#333333;
}
/* font-family: "moretregular", sans-serif;
font-family: "Nunito", sans-serif;
 */

@font-face {
    font-family: 'moretregular';
    src: url('../fonts/moret-regular-webfont.woff2') format('woff2'),
         url('../fonts/moret-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {  font-family: "Nunito", sans-serif; color:var(--text-color); font-size:16px; line-height:24px; 
background: #FFECEC;  }
* { margin:0px; padding:0px; }
h1, 
h2,
h3,
h4,
h5,
h6 { margin:0px 0px 15px; font-family: "moretregular", sans-serif; color:var(--text-color); }
ol, ul { padding: 0; margin: 0; }
strong { font-weight: 400; }
a { transition: all,background-color .2s ease-out,border-color .2s ease-out; }

h2 { line-height: 1.2; font-size: 66px; margin: 0px 0px 10px; font-weight: 400; }
h3 { font-size: 32px; font-weight: 600; }
p { margin:0px 0px 20px; font-size: 16px; line-height: 1.5; }
.btn-check:focus + .btn, .btn:focus { box-shadow: none; }
img { max-width:100%; }
.container,
body.single.single-product #main .entry.product  { max-width:1480px; width: 100%; }
.logo { max-width: 320px; }
.nav-container { position: relative; display: flex; justify-content: center; /*width: 100%; */ }
.nav-container ul { margin:0px; padding:0px; display: flex; flex-wrap: wrap; column-gap: 50px; }
.nav-container ul li { list-style:none; padding:10px 10px; position:relative; font-size: 26px;  font-family: "moretregular", sans-serif;  }
.nav-container ul li a  { color:var(--gray-color); display:block; text-decoration:none; outline: none; position: relative;
font-weight: 500;  }
.nav-container ul li a:hover,
.nav-container ul li.active a ,.nav-container li.current_page_item a  { color: var(--primary-color);  }
.nav-container ul li a.parent:after { content: "\f107"; font-family: FontAwesome; padding-left: 3px; }
.header-top { display: flex; align-items: center; justify-content: space-between; padding: 15px 0px 30px; column-gap: 20px; 
position: relative; }
.header-right-btn ul { margin: 0; padding: 0; display: flex; align-items: center; gap:12px; 
justify-content: flex-end; }
.header-right-btn ul li { margin: 0; padding: 0; list-style: none; }
.header-top .container:before,
.header-top .container:after { display: none; }
.header-right { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.nav-container li .sub-menu { display:none; position:absolute; left:0px; top:100%; min-width:250px; background:var(--black-color); z-index:9; box-shadow: 0 8px 20px rgba(0,0,0,0.1);
padding:0px; }
.nav-container li .sub-menu li { display:block; padding:0; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.32); 
font-family: "Nunito", sans-serif; font-size: 17px; }
.nav-container li .sub-menu li:hover { background: rgba(255,255,255,0.1); }
.nav-container li .sub-menu li:after { display: none; }
.nav-container ul li.parent:hover { background: var(--secondary-color); }
.nav-container li .sub-menu li a { color:var(--white-color); padding: 12px 20px; }
.nav-container li .sub-menu li:last-child { margin-bottom: 0; border-bottom: 0; }
.nav-container li .sub-menu li:hover a { color: #fff; }
.mob-menu { display: none; }
.header a { outline: none; text-decoration: none; }
.header ul { margin:0px; }
.header { padding:0px; width: 100%; display: inline-block; }
.header-topbar { background: var(--primary-color); color: #fff; padding: 10px 0; text-align: center; 
overflow: hidden;  white-space: nowrap; }
.header-topbar p {
    display: inline-block;
    padding-left: 100%;
    animation: topbar-marquee 15s linear infinite;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.header-right-btn ul li img { padding-bottom: 5px;}

@keyframes topbar-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/*banner*/
.banner-container  { position:relative;}
.banner-shipping-img { position: absolute;bottom: 20px; left: 15px; }
.banner-shipping-img img { width:50%;}
.banner-container .slide-item { vertical-align:top; }
.banner-container .slick-slide img { width: 100%; }
.banner-container .slick-arrow { text-shadow:none; width:48px; height:48px; opacity:1; z-index:99; 
position: absolute; top: auto; bottom: 20px; left:auto; font-size: 0; right: 20px; border: 0; }
.banner-container .slick-arrow.slick-prev { background:var(--primary-color) url(../images/arrow-left.svg) center center no-repeat; right:80px; }
.banner-container .slick-arrow.slick-next { background:var(--primary-color) url(../images/arrow-right.svg) center center no-repeat; }
.banner-container .slick-arrow:hover { background-color:var(--primary-color); border-color: var(--primary-color); opacity: 0.9; }
.home-slider,
.home-slider .slick-track,
.home-slider .slick-slide,
.slide-item {
    height: 500px; /* adjust as needed */
}
.home-slider.home-video-slider,
.home-slider.home-video-slider .slick-track,
.home-slider.home-video-slider .slick-slide,
.slide-item {
    height: 100%; /* adjust as needed */
}

.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 630px;
}

/*banner*/

.btn { border-radius: 0; }
.primary-btn { padding: 10px 40px; text-align: center; border-radius: 10px;
 color: var(--white-color); line-height: 18px; border: 1px solid var(--primary-color); text-decoration: none;
height: 48px; display: inline-flex; align-items: center; justify-content: center; transition: all,background-color .2s ease-out,border-color .2s ease-out; 
font-size: 18px; font-weight: 700; background-color: var(--primary-color); }
.primary-btn:hover { text-decoration: none; color: var(--primary-color); background-color: #FFE4DD; }

.banner-category-info span { color:#3D280D;font-size:33px;font-weight: 400; font-size: 26px;line-height: 24px;}
.banner-categories-section { padding:50px 0px 10px 0px;}
.banner-category-img img { padding: 10px 10px;background-color: #FFD4CA;border-radius: 15px;
   width: 100%; transition: transform 0.4s ease; }
.banner-category-info { text-align: center;display: block; overflow: hidden;border-radius: 15px;border: 1px solid #D18018;
 }
.banner-category-info:hover .banner-category-img img { transform: scale(1.05) translateY(-5px); }
.banner-category-title { display: block;text-align: center; margin-top: 15px;font-size: 20px; }
.banner-categories-section .row > .col-md-3:nth-child(3) .banner-category-info img,
.banner-categories-section .row > .col-md-3:nth-child(4) .banner-category-info img { padding: 33px 74px; }
.banner-categories-section .row > .col-md-3:nth-child(1) .banner-category-info img { padding:25px 15px;}
.banner-categories-section .row > .col-md-3:nth-child(2) .banner-category-info img { padding:17px 20px;}

.home-products { padding: 35px 0px; }
.home-products h2 { text-align: center; margin-bottom: 20px; }
.home-products ul,
.woocommerce .related.products ul.products { display: grid; grid-template-columns:repeat(4, 1fr); padding: 0; margin: 0; column-gap:27px;
row-gap:50px; }
.home-products ul li,
.woocommerce .related.products ul.products li { list-style: none; margin: 0; }
.home-products .product-img { background: #FFD4CA; padding: 80px 20px 0px 20px; display:flex; justify-content: center; align-items: center; 
flex-direction: column; border-radius: 16px; position: relative; }
.home-products li:nth-child(4n + 2) .product-img { background: #FFB4A2; }
.home-products li:nth-child(4n + 3) .product-img { background: #FFD9A7; }
.home-products li:nth-child(4n + 4) .product-img { background: #FFD8CF; }

.home-products .product-label { position: absolute; top: 12px; left: 15px; display: flex; gap:8px;width: calc(100% - 30px); }
.home-products .product-label span { background: var(--secondary-color); color: #fff; border-radius: 6px;
padding: 3px 8px; font-size: 12px; font-weight: 500; line-height: 1.5;text-transform: uppercase; }
.home-products .product-label span.white-label { background: var(--white-color); color: #3D280D; }
.product-nameprice { display: flex; justify-content: space-between; gap:15px; color: #3D280D; padding: 20px 0; }
.home-products .product-price { font-weight: 800; }
.cooking-img { padding:70px 0px 0px 0px;}
.home-products .product-name { font-size: 20px;font-weight:600; }
.ready-eat-section { padding: 40px 0px; }
.ready-eat-section .section-title { text-align: center; max-width: 670px; margin: 0 auto; }
.ready-eat-box { background: radial-gradient(61.47% 61.47% at 23.88% 0%, #FFD9A7 0%, #FFECEC 100%);
border-radius: 32px; padding: 40px 20px; }
.ready-eat-section .section-title p { font-size: 18px; }
.ready-eat-btn { padding-top: 10px; }
.readyeat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap:60px; padding: 60px 0 0; }
.readyeat-text h3 { font-size: 36px; font-weight: 400; }
.readyeat-text h3 span {font-size: 27px; }
.readyeat-text p { font-size: 17px;min-height: 90px; margin-bottom: 0px;  }
.readyeat-text p strong { font-weight:bold;}
.readyeat-item { display: flex; flex-direction: column; gap:30px; }
.readyeat-img { text-align: center; display: flex; justify-content: center; align-items: flex-end;
  padding-bottom: 15px; }
.home-about-section .about-content ul {padding-left:30px; }

.blog-section { padding: 40px 0; }
.blog-section .section-title { text-align: center; padding-bottom: 30px; max-width: 500px; margin: 0 auto; }
.blog-section .section-title p { font-size: 17px; }
.blog-list { display: grid; grid-template-columns: repeat(4, 1fr); gap:36px; }
.blog-img img { border-radius: 15px; vertical-align: top; }
.blog-banner-section .section-title { background: #FFD9A7; padding: 60px 0px; max-width: 100%; }
.blog-banner-section .blog-list { margin: 70px 0px 70px 0px;}
.blog-banner-section .section-title h2 { font-size: 40px;}
.about-us-section .entry-content ul,.about-us-section .entry-content ol { padding-left:30px;font-size:20px;}
.about-us-section .entry-content p { font-size:20px;}
.about-us-section .entry-content ul li ,.about-us-section .entry-content ol li { margin-bottom: 4px;}
.about-us-section .entry-content h4 { font-size:28px;color:var(--primary-color);}

.home-about-box { padding: 40px 32px; background: #FFD9A7 url(../images/logo-icon2.png) right bottom no-repeat; border-radius: 15px; 
background-size: 250px auto; }
.about-content h2 { margin-bottom: 20px; font-size: 30px; color: #3D280D;text-align: center; }
.about-content h2 img { margin-left: 5px; }
.about-content p { margin-bottom: 24px; font-size: 17px; line-height: 1.5; }
.about-content .about-btn { padding-top: 10px; }
.home-about-box .about-content { padding:32px; background: #FFFFFF; border-radius: 15px; }
.home-about-section { padding: 35px 0 180px; }
.home-about-section .section-title { text-align: center; margin-bottom: 30px; }
.home-about-section .home-about-box .row { align-items: center; position: relative; }
.home-about-section .about-image { text-align: center; margin:-44px 0 -40px;  }
.home-about-section .about-image {
    -webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.home-categories { padding: 30px 0 35px; }
.home-categories h2 { text-align: center; margin-bottom: 35px; }
.home-categories-box { display: grid; grid-template-columns: repeat(2, 1fr); gap:80px; }
.categories-item { text-align: center; padding: 30px; background: #fff; border-radius: 15px; }
.categories-img { margin-bottom: 22px; padding: 80px 20px 0px 20px; border-radius: 15px; }
.categories-item h3 { font-size: 40px; color: var(--text-color); margin-bottom: 10px; }
.cat-desc { max-width: 480px; margin: 0 auto; }
.shopNow-btn a { text-decoration: none; border-radius: 10px;height: 45px; display: flex; align-items: center; justify-content: center; font-weight: 600; }
.categories-item .categories-img { background: #B72532; background: radial-gradient(circle,rgba(183, 37, 50, 1) 0%, rgba(141, 10, 26, 1) 100%); }
.categories-item:nth-child(2n+2) .categories-img { background: #FBD4A9; background: radial-gradient(circle,rgba(251, 212, 169, 1) 0%, rgba(246, 145, 39, 1) 100%); }

/** privacy policy **/

.privacy-policy-section { padding: 0px 0px 60px 0px; }
.privacy-policy-section .entry-header { background: #FFD9A7;padding:60px 0px; line-height: 1; }
.privacy-policy-section .entry-header h1 { text-align:center; margin-bottom: 1; line-height: 1;}
.privacy-policy-section .entry-content h5.offer-text { margin-bottom: 20px;font-size: 34px;color: #990A0A;}
.privacy-policy-section .entry-content { padding:50px 0px 0px 0px;}
.privacy-policy-section .entry-content h3 { color:#990A0A;line-height:50px;}
.privacy-policy-section .entry-content h2 { color:#990A0A;line-height:50px;font-size:32px;}
.privacy-policy-section .entry-content p strong { font-weight:bold;font-size: 20px;}
.page-id-40 .privacy-policy-section .entry-content h2 { display: none;}
.page-id-40 .default-single-page-section .default-single-page-section-col { width: 50%; }
.page-id-40 .woocommerce form.login { border:none !important;}
.page-id-40 .woocommerce form .form-row label { font-size: 16px;font-weight: 700;margin-bottom: 10px; display: inline-block; padding: 0; }
.page-id-40 .woocommerce form .form-row .input-text:focus,
.page-id-40 .woocommerce form .form-row select:focus { border:1px solid #000;;padding: 10px 20px;outline: none; box-shadow: none;}
.page-id-40 .woocommerce form .form-row .input-text, .page-id-40 .woocommerce form .form-row select {padding: 10px 20px; }
.page-id-40  .woocommerce form .woocommerce-button { padding: 10px 40px;text-align: center; border-radius: 10px;color: var(--white-color);
    line-height: 18px !important;border: 1px solid var(--primary-color);text-decoration: none;height: 48px;display: inline-flex;align-items: center;justify-content: center;
    transition: all, background-color .2s ease-out, border-color .2s ease-out;font-size: 18px;font-weight: 700;
    background-color: var(--primary-color); }
.page-id-40 .woocommerce form .woocommerce-button:hover { text-decoration: none;color: var(--primary-color);background-color: #FFE4DD; }
.page-id-40 .woocommerce form .form-row { padding: 3px; margin: 0 0 20px; }
.page-id-40 .privacy-policy-section .entry-content p a { text-decoration:underline;}
.page-id-40 .woocommerce-MyAccount-navigation ul li a { color:var(--text-color);}
.page-id-40 .woocommerce-MyAccount-content .woocommerce-Button { padding: 10px 40px; text-align: center;border-radius: 10px;color: var(--white-color);line-height: 18px !important;
    border: 1px solid var(--primary-color);text-decoration: none;height: 48px;display: inline-flex; align-items: center;justify-content: center;transition: all, background-color .2s ease-out, border-color .2s ease-out;
    font-size: 18px;font-weight: 700;background-color: var(--primary-color);}
.page-id-40 .woocommerce-MyAccount-content .woocommerce-Button:hover { text-decoration: none;color: var(--primary-color);background-color: #FFE4DD;}

/** blog **/
.page-id-134 .blog-section { padding:0px 0px 80px 0px;}
.single-blog-section .entry-header { background: #FFD9A7;padding: 60px 0px; }
.single-blog-section .entry-header h1 {  text-align:center;font-size: 40px; }
.single-blog-section .single-blog-info {  margin: 60px 0; }
.single-blog-section .woocommerce ul.product_list_widget li img { float:left !important;}
.single-blog-section .widget_products .product-title { font-size: 17px;font-weight: 600;color: #3D280D;padding-top: 50px; display: block;}
.single-blog-section span.woocommerce-Price-amount.amount { font-weight: 800;font-size: 14px;}
.single-blog-section .widget_products ul li a img { width:50% !important;}
.single-blog-section .post-thumbnail img {  display:none; }
.single-blog-section .entry-content h2 {    font-size:32px; }
.single-blog-section .entry-content ul ,.single-blog-section .entry-content ol {  padding-left:30px; }
.single-blog-section .entry-content ol li::marker { font-weight: bold; }
.blog-pagination a { text-decoration: none; }
.blog-pagination { justify-content: center;gap: 15px; }
.blog-pagination { display: flex ;padding-left: 0;list-style: none; }
.blog-pagination .page-numbers.current { background: var(--primary-color);border-radius: 5px;padding: 3px 12px;color:#fff; }
.blog-pagination .page-numbers { border: 1px solid var(--primary-color); border-radius: 5px;padding: 3px 10px; color: var(--text-color); }
.blog-pagination .page-numbers:hover { background: var(--primary-color);color:#fff;}
.single-blog-section ul.product_list_widget li { border:1px solid #D18018;background:#FFD4CA;border-radius:15px;
    margin-bottom:30px !important;padding: 5px 8px 0px 5px !important; overflow: hidden;}
.single-blog-section aside.widget_products  ul.product_list_widget li a {text-decoration:none; margin-bottom: 10px; }
.single-blog-section ul.product_list_widget li .star-rating { margin-bottom:10px !important;}

/** contact page **/
.contact-page-section .get-in-touch-title { background: #FFD9A7;padding: 60px 0px; }
.contact-page-section .get-in-touch-title h2 { font-size:40px;text-align:center;}
.contact-form .gform_wrapper.gravity-theme .gfield input.large { border: none;
    color: #40444D;font-size: 16px;width: 100%;padding: 10px 20px;border-radius: 4px;outline: none; }
.contact-form .gform_wrapper.gravity-theme .gfield textarea.large { border: none;color: #40444D;font-size: 16px;width: 100%;
    padding: 10px 20px;border-radius: 4px;max-height: 120px;height: 120px;outline: none; }
.contact-page-section .row { padding:60px 0;}
.contact-right-text { padding: 45px 35px; background: #FFD8CF; border-radius: 10px; }
.contact-right-text p { font-size:18px;margin-bottom: 0px;}
.contact-right-text .contact-email a ,.contact-right-text .contact-phone a {text-decoration:none;color:#0a2005; }
.contact-form .gform_footer input { padding: 10px 40px; text-align: center; border-radius: 10px;
 color: var(--white-color); line-height: 18px !important; border: 1px solid var(--primary-color); text-decoration: none;
height: 48px; display: inline-flex; align-items: center; justify-content: center; transition: all,background-color .2s ease-out,border-color .2s ease-out; 
font-size: 18px; font-weight: 700; background-color: var(--primary-color); }
.contact-form .gform_footer input:hover { text-decoration: none;color: var(--primary-color);background-color: #FFE4DD; }
.contact-info-item { display: flex; align-items: flex-start; gap: 12px;margin-bottom: 30px; }
.contact-info-item img { width: 30px;margin-top: 4px; }
.contact-info-item a {  text-decoration:none;color:var(--text-color);font-size: 18px; }
.contact-info-item.center-align { align-items: center; }

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{ width:195px; }
/** shop page **/
.woocommerce ul.products li.product a img { background: #FFD4CA;padding: 80px 20px;display: flex;justify-content: center;align-items: center;flex-direction: column;border-radius: 16px;position: relative; }
.woocommerce ul.products li:nth-child(4n + 2) a img { background: #FFB4A2;}
.woocommerce ul.products li:nth-child(4n + 3) a img { background: #FFD9A7; }
.woocommerce ul.products li:nth-child(4n + 4) a img { background: #FFD8CF; }
.woocommerce ul.products { grid-template-columns: repeat(4, 1fr);gap: 50px 27px;padding: 0;margin: 0; }
.woocommerce ul.products li.product { list-style: none; margin: 0; }

.woocommerce ul.products li.product a img { width: auto;height: auto; max-width: 100%; margin: 0; }
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {font-size: 20px !important;
    font-weight: 600 !important;color: #3D280D;padding: 20px 0 0; margin: 0; }

.woocommerce ul.products li.product .price { font-weight: 800 !important;color: #3D280D !important; }
.woocommerce ul.products li.product .button { margin-top: 10px; border-radius: 6px; } 
.add_to_cart_button,
#comments #commentform #submit,
.single_add_to_cart_button,
.wc-block-cart__submit-button,
.wc-block-components-totals-coupon__button,
.wc-block-components-checkout-place-order-button  { border-radius: 6px !important;border: 1px solid var(--primary-color) !important;width: 100%;text-align: center;background-color: #990A0A !important;color: #fff !important;
    font-family: 'Nunito', sans-serif;font-weight: 500 !important;font-size: 22px !important; text-decoration: none;}
.wc-block-components-totals-coupon__button { padding: 10px 22px;}
.add_to_cart_button:hover,
#comments #commentform #submit:hover,
.single_add_to_cart_button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-totals-coupon__button:hover,
.wc-block-components-checkout-place-order-button:hover {text-decoration: none;color: var(--primary-color) !important;background-color: #FFE4DD !important;  }
.wc-block-components-totals-coupon__button{
    width: auto;
    min-height: unset !important;
}
.wc-block-components-checkout-place-order-button{
    min-height: unset !important;
}
.shop-page-section.page-default-section { padding-bottom: 50px; }
body.archive.woocommerce-page .woocommerce-products-header { text-align: center;
    max-width: 100%;width: 100%;line-height: 1;background: rgb(255, 217, 167); padding: 60px 0px; }
body.archive.woocommerce-page .woocommerce-products-header h1 { margin-bottom:0px;max-width:1480px;padding-left: 20px;
        padding-right: 20px;}
.page-template-default .privacy-policy-section .entry-content p a { font-weight: bold;color: var(--text-color);text-decoration: none; }

/** my account **/

.page-template-default .my-account-info { padding: 40px 0; }
.page-template-default .woocommerce-account { display: flex;gap: 30px; }
.page-template-default .woocommerce-MyAccount-navigation { width: 20% !important;border: 1px solid #000; padding: 20px; border-radius: 6px; }
.page-template-default .woocommerce-MyAccount-navigation ul { padding: 0; margin: 0; }
.page-template-default .woocommerce-MyAccount-navigation ul li { list-style: none;margin-bottom: 15px; }
.page-template-default .woocommerce-MyAccount-navigation ul li:last-child { margin-bottom: 0; }
.page-template-default .woocommerce-MyAccount-navigation ul li a { text-decoration: none; color: #000;padding: 15px; }
.page-template-default .woocommerce-MyAccount-content {  width: 77% !important; }
/* Active My Account menu item */
.woocommerce-MyAccount-navigation
.woocommerce-MyAccount-navigation-link.is-active > a { background: #FFD9A7;padding: 15px;display: block; border-radius: 4px; }


.page-template-default .woocommerce table.woocommerce-orders-table {  width: 100%; border-collapse: collapse; border: 1px solid #000;
     background: transparent;font-size: 15px; }
.page-template-default .woocommerce-orders-table thead th { border: 1px solid #000; padding: 14px 16px;font-weight: 600; text-align: center; }
.page-template-default .woocommerce-orders-table tbody th,
.page-template-default .woocommerce-orders-table tbody td { border: 1px solid #000;padding: 14px 16px !important; vertical-align: middle;  text-align: center; }
.page-template-default .woocommerce-orders-table__cell-order-number { text-align: left; font-weight: 600; }
.page-template-default .woocommerce-orders-table__cell-order-number a { text-decoration: none; color: #464646; }

/* Date */
.page-template-default .woocommerce-orders-table__cell-order-date time {  white-space: nowrap; }
.page-template-default .woocommerce-orders-table__cell-order-status {   }
.page-template-default .woocommerce-orders-table__cell-order-status { margin: 2px 0; }
.page-template-default .woocommerce-orders-table__cell-order-status { background: none !important;border: none !important; padding: 0;font-weight: 600; }
.page-template-default .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status { color: #1a8f5a; }

.page-template-default .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status,
.page-template-default .woocommerce-orders-table__row--status-pending-payment .woocommerce-orders-table__cell-order-status {color: #d98200;}


.page-template-default .woocommerce-orders-table__cell-order-actions { text-align: center;  }
.page-template-default .woocommerce-orders-table__cell-order-actions a {display: inline-block;box-shadow: none;margin: 0px 10px 0px 0px !important;
 padding: 6px 12px;border: 1px solid #000;border-radius: 4px;font-size: 13px;background: #fff; color: #000; text-decoration: none; }
.page-template-default .woocommerce-orders-table__cell-order-actions a.pay { background: #D3F5EA;color:#35BD92;border:1px solid #35BD92; }
.page-template-default .woocommerce-orders-table__cell-order-actions a.cancel { background: #FBDEDD;color:#F94238;border:1px solid #F94238; }
.page-template-default .woocommerce-orders-table__cell-order-actions a.view { background: #EBEBEB; color: #000000; border: 1px solid #000000; }

.page-template-default .woocommerce table.shop_table td {  border-top: none; }
.page-template-default .woocommerce-orders-table__cell-order-actions a { border: 1px solid #000; box-shadow: none; outline: none; }

/* Address wrapper spacing */
.woocommerce-MyAccount-content .woocommerce-Addresses { gap: 20px; }
.woocommerce-MyAccount-content .woocommerce-Address { border: 1px solid #000;border-radius: 6px; }
.woocommerce-MyAccount-content .woocommerce-Address-title {
    display: flex;justify-content: space-between;align-items: center;padding: 20px; border-bottom: 1px solid #000; }

.woocommerce-MyAccount-content .woocommerce-Address-title h2 { font-size: 18px; margin: 0; }
.woocommerce-MyAccount-content .woocommerce-Address-title .edit { font-size: 14px; text-decoration: none; color: #0071a1; }
.woocommerce-MyAccount-content .woocommerce-Address address { font-style: normal;line-height: 1.6; margin: 0;padding: 20px; }




.footer-container { padding: 40px 0 0px; font-size: 18px; background: #FFD4CA; position: relative; }
.footer-container p { margin: 0; font-size: 18px; color: var(--white-color); line-height: 1.5;
margin-bottom: 22px; }
.footer-container h3 { margin: 0; color: var(--text-color); font-weight: 400; margin-bottom: 32px; 
font-size: 32px; }
.footer-container ul { margin: 0; padding: 0; list-style: none; }
.footer-container li a { color: var(--text-color); text-decoration: none; }
.footer-container p { color: var(--text-color); }
.footer-container ul li a:hover { color: var(--primary-color); }
.footer-container li { margin-bottom: 15px;  }
.newslatter-box { position: relative; display: flex; gap:11px; margin-bottom: 24px; }
.footer-top { padding: 0 0 70px; }
.footer-newslatter h3 { margin-bottom: 25px; } 
.newslatter-box input.input-text { height: 52px; border-radius: 10px; width: 100%; border: 0;
padding: 8px 60px 8px 42px; outline: none; box-shadow: none; color: var(--text-color); font-size: 15px;
background:#fff url(../images/mail.svg) 14px center no-repeat; }
.newslatter-box .gform_wrapper.gravity-theme .gfield input.large {height: 52px;width: 100%;border-radius: 10px;border: 0; padding: 8px 80px 8px 42px;
  outline: none;box-shadow: none;font-size: 15px;color: var(--text-color);background: #fff url(../images/mail.svg) 14px center no-repeat; }
.newslatter-box .gform_wrapper { position: relative; }
.newslatter-box form { position: relative; }
.newslatter-box .gform_footer input.gform_image_button {position: absolute;right: 18px;top: 50%;
    transform: translateY(-50%);width: 22px;height: 22px;cursor: pointer;border: none;background: transparent; }
.newslatter-box #gform_confirmation_message_2 { color:var(--primary-color);}
.newslatter-box input[type="email"],
.newslatter-box input[type="text"] { padding-right: 60px !important; }
.newslatter-box .gform_footer { padding:0 !important;margin: 0 !important;height: 0 !important;}

.newslatter-box .subscribe-btn {  padding: 8px 15px;border: 0; position: absolute; top: 0; right: 0;
background: transparent; bottom: 0; }
.newslatter-box .subscribe-btn:hover { opacity: 0.9; }
.newslatter-box input::-webkit-input-placeholder { color: #878787; }
.newslatter-box input::-moz-placeholder { color: #878787; }
.newslatter-box input:-ms-input-placeholder { color: #878787; }
.newslatter-box input:-moz-placeholder { color: #020101; }

.blog-banner-section .section-title ,.get-in-touch-title h2 ,.privacy-policy-section .entry-header h1,.blog-banner-section .section-title h2 {
    margin-bottom:0px;line-height: normal;
}
.single-blog-section .entry-header h1 {  margin-bottom:0px;line-height: 1.2;}
.woocommerce-order-received .default-single-page-section .woocommerce-order table.order_details td { border-top:1px solid rgba(0, 0, 0, .1);}
.woocommerce-order-received .default-single-page-section .woocommerce-table--order-details { width:50%;}

/** search page **/
form.search-form label { display: none !important; }
body.search.search-results form.search-form, body.search.search-no-results form.search-form {
    display: flex;align-items: center;max-width: 700px; gap: 20px;margin: auto;padding: 0 15px;margin-top: 55px; 
}
form.search-form input:not([type="submit"]) { border: none;background: #fff;color: #40444D;font-size: 17.14px;
    font-style: normal;font-weight: 400;line-height: 27.853px;padding: 10px 20px;width: 100%;outline: none;border-radius: 6px; }
form.search-form input[type="submit"] { padding: 10px 40px;text-align: center;border-radius: 6px;color: var(--white-color);line-height: 18px !important;
    border: 1px solid var(--primary-color);text-decoration: none;height: 48px;display: inline-flex;align-items: center;justify-content: center;
    transition: all, background-color .2s ease-out, border-color .2s ease-out;font-size: 18px;font-weight: 700;background-color: var(--primary-color);}
form.search-form input[type="submit"]:hover { text-decoration: none;color: var(--primary-color);background-color: #FFE4DD; }
body.search.search-results .page-header .page-title { max-width: 1480px;margin: auto;}
body.search.search-results .page-header h1 { margin-bottom:0px;}

.footer-social ul { display: flex; align-items: center; gap:10px; }
.footer-container .footer-social li { margin-bottom: 0px;  }
.footer-social ul li a { width: 37px; height: 37px; display: flex; align-items: center; justify-content: center; text-decoration: none; 
background: var(--white-color); border-radius: 100%; }
.footer-social ul li a:hover { background:#990A0A; color: #fff; }
.footer-social ul li a img {
    transition: filter 0.3s ease;
}
.footer-social ul li a:hover img {
    filter: brightness(0) invert(1);
}
.footer-social h5 { font-size: 18px; color: #fff; padding-top: 12px; }
.footer-bottom { padding: 12px 0; background-color: var(--primary-color); text-align: center; }
.footer-bottom p { color: #fff; font-size: 15px; margin: 0; font-weight: 600; }

/** sidecart css **/
.xoo-wsc-basket ,.xoo-wsc-header { background-color: var(--primary-color) !important; color: #ffffff !important; }
.xoo-wsc-items-count, .xoo-wsch-items-count { background-color: var(--secondary-color)!important; color: #fff !important;font-weight: bold !important; }
.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col { width:none !important;}
.xoo-wsc-footer ,.xoo-wsc-products:not(.xoo-wsc-pattern-card), 
.xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount, 
.xoo-wsc-products:not(.xoo-wsc-pattern-card) a { color:#3D280D  !important;}
span.xoo-wsc-smr-del {  color:var(--primary-color) !important; }
.woocommerce-Price-amount bdi { color:var(--primary-color) !important; }
.xoo-wsc-sm-left { color:#3D280D !important;}
span.xoo-wsc-pname { font-weight: 800 !important;}
.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax
 {  display: none; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.footer-bottom-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:10px;
}
.footer-bottom-container a{
    color:#fff;
}
/*****************************************/

@media(min-width: 1280px) and (max-width: 1400px) {
.logo { max-width: 250px; }
.container  { padding-left: 20px; padding-right: 20px; }
.banner-container h2 { font-size: 44px; margin-bottom: 20px; }
.nav-container ul { column-gap: 20px; }
.banner-content .achieve { padding-top: 30px; margin-top: 30px; }

}
@media(min-width: 1280px){
    
}
@media(max-width: 1279px){
  
}
@media(min-width: 1024px) and (max-width: 1279px) {
.container { width: 100%; padding-left: 20px; padding-right:20px; } 
.nav-container ul { column-gap: 30px; }
.nav-container ul li { font-size: 21px; }
.header-right { gap:20px; }
.logo { max-width: 250px; }
h2 { font-size: 50px; }
.home-products .product-img { padding: 70px 10px 40px; border-radius: 10px; }
.home-products ul { column-gap: 16px; row-gap: 20px; }
.ready-eat-box { border-radius: 20px; }
.readyeat-text h3 { font-size: 26px; }
.readyeat-text p { font-size: 15px; }
.readyeat-item { gap: 20px; }
.ready-eat-section { padding-bottom: 0; }
.blog-list { gap: 20px; }
.home-categories-box { gap: 40px; }
.about-content p { line-height: 1.5; }
.home-about-section { padding-bottom: 80px; }
.home-about-box { background-size: 200px auto; }
.privacy-policy-section .entry-content h3 { line-height: 40px;}
.single-blog-section .widget_products .product-title { padding-top: 28px;font-size: 16px;}
.single-blog-section aside.widget_products ul.product_list_widget li a { margin-bottom: 4px;}
.cat-desc p { min-height: 144px;} 
.banner-categories-section .row > .col-md-3:nth-child(3) .banner-category-info img, 
.banner-categories-section .row > .col-md-3:nth-child(4) .banner-category-info img { padding: 14px 48px !important; }
.banner-categories-section .row > .col-md-3:nth-child(3) .banner-category-info img,
.banner-categories-section .row > .col-md-3:nth-child(4) .banner-category-info img { padding: 54px 74px; }
.banner-categories-section .row > .col-md-3:nth-child(2) .banner-category-info img { padding: 20px 20px;  }
.home-products .product-label {width: auto; } 
.home-products .product-img { padding: 70px 10px 0px 40px;}
.home-products .product-label span.white-label { display: none; }
.home-products .product-name { font-size: 18px;min-height: 30px;}

}

@media (min-width: 820px) and (max-width: 1180px) {

.banner-categories-section .row > .col-md-3:nth-child(3) .banner-category-info img, .banner-categories-section .row > .col-md-3:nth-child(4) .banner-category-info img {
        padding: 19px 29px;
    }

}

@media (max-width: 1023px) {
.container { width: 100%; padding-left: 20px; padding-right:20px; } 
.home-about-box { background-size: 200px auto; }	
}

@media(min-width: 768px) and (max-width: 1023px) {
.logo { max-width: 250px; }
h2 { font-size: 42px; }
h3 { font-size: 24px; }
p { line-height: 1.5; }

.home-products ul { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
.ready-eat-section { padding: 30px 0px; }
.blog-section { padding: 30px 0px; }
.ready-eat-box { border-radius: 15px; padding: 24px 20px; }
.readyeat-row { gap: 20px; }
.readyeat-text h3 { font-size: 22px; }
.readyeat-text p { font-size: 15px; }
.readyeat-item { gap: 10px; }
.blog-img img { border-radius: 8px; }
.blog-list { gap: 12px; }
.home-categories-box { gap: 30px; }
.categories-img { border-radius: 10px; }
.categories-item { padding: 20px; border-radius: 10px; }
.categories-item h3 { font-size: 30px; }
.home-categories h2 { margin-bottom: 20px; }
.home-about-section .section-title { margin-bottom: 15px; }
.home-about-box { border-radius: 10px; padding: 30px 24px; }
.home-about-section { padding: 20px 0 50px; }
.footer-container h3 { margin-bottom: 10px; }
.footer-top .row { row-gap: 24px; }
.footer-top { padding: 0 0 40px; }
.banner-categories-section .row > .col-md-3:nth-child(3) .banner-category-info img,
.banner-categories-section .row > .col-md-3:nth-child(4) .banner-category-info img { padding: 21px 29px; }
.banner-categories-section .row > .col-md-3:nth-child(1) .banner-category-info img { padding:38px 15px;}
.banner-categories-section .row > .col-md-3:nth-child(2) .banner-category-info img { padding:37px 20px;}

.single-blog-section .widget_products ul li a img { width: 100% !important;margin-left: 0px !important;margin-bottom: 9px; } 
.single-blog-section .widget_products .product-title {text-align: center;}
.single-blog-section ul.product_list_widget li .star-rating { margin:0px auto;}
.single-blog-section aside.widget_products ul.product_list_widget > li {flex-direction: column;align-items: center;  text-align: center; }
.single-blog-section ul.product_list_widget li {  padding: 5px 5px 5px 5px !important; }
.single-blog-section aside.widget_products ul.product_list_widget li a { margin-bottom: 7px;}
.readyeat-text p { min-height: 130px;}
.readyeat-img { align-items: center;}
.cat-desc p { min-height: 144px;}
.readyeat-text h3 span { font-size: 22px; }
.home-products .product-label span.white-label { display: none; }
.home-products .product-label span { font-size: 10px;}
.home-products .product-name {  font-size: 16px;min-height: 48px; }
.privacy-policy-section .wc-block-components-totals-item__label { line-height: 1.3;}
.banner-shipping-img img { width: 30%;}
.woocommerce-order-received .default-single-page-section .woocommerce-table--order-details {
    width: 70%;
}

}
@media(min-width: 991px){

.banner-categories-section .row > .col-md-3:nth-child(3) .banner-category-info img,
.banner-categories-section .row > .col-md-3:nth-child(4) .banner-category-info img { padding: 25px 74px; }
.banner-categories-section .row > .col-md-3:nth-child(1) .banner-category-info img { padding:25px 15px;}
.banner-categories-section .row > .col-md-3:nth-child(2) .banner-category-info img { padding:31px 20px;}

}
@media (max-width: 991px) {
.home-about-box .col-lg-6:first-child { order: 1; }
.home-about-section .about-image { margin: -70px 0 20px; }
.home-about-section .section-title { margin-bottom: 80px; }
}

@media(min-width:901px) {
body.search.search-results .page-header { text-align: center; padding: 40px 0px 40px 0px; background: #FFD9A7; } 
body.search.search-results .page-header .page-title { width: 100%;margin: 0 auto 10px;text-align: center; font-size: 40px;}
body.search.search-results .search-result-count {width: calc(100% - 80px);margin: 30px 0px 0px 25px;font-size: 16px; }

}
@media(max-width:900px) {
body.search.search-results .page-header { text-align: center; padding: 40px 0px 40px 0px; background: #FFD9A7; } body.search.search-results .page-header .page-title { width: 100%;margin: 0 auto 10px;text-align: center; font-size: 42px;}
body.search.search-results .search-result-count {width: calc(100% - 80px);margin: 30px 0px 0px 25px;font-size: 16px; }

}

@media(min-width: 1024px){
.nav-container li:hover .sub-menu { display: block; }
}
@media(max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1280px)  {
/*menu*/
.mob-menu { display:block; background:url(../images/mob-icon.png) center center no-repeat; padding:10px 12px; font-size:16px; color:#000; border-radius:0px; cursor:pointer; text-align:left; 
font-size: 0; line-height: 0; cursor: pointer; width: 40px; height: 30px; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); }
.logo { margin: 0 auto; }
.nav-container {
    display: block;
  }

.header-right { position: absolute; top: calc(100% - 15px); left: 0px; text-align: left; z-index: 9; display: none; 
background: var(--secondary-color); width: 100%; max-width: 400px; box-shadow: 0px 10px 10px rgba(0,0,0,0.1); }
.header-top { justify-content: center; padding: 15px 0px; }
.nav-container ul li.active a::before { display: none; }
.nav-container ul { margin:0px; padding:0px 0px; width: 100%; display: block; }
.nav-container ul li { display:block; padding:0px 0px; margin:0px; font-size:14px; width:100%; margin:0px !important;background: var(--primary-color); }
.nav-container ul li a { border-radius:0px; padding:12px 15px; border-bottom:1px solid rgba(255,255,255,0.2); color:#fff !important; }
.nav-container ul li:hover > a { color:var(--white-color); }
.nav-container ul li .sub-menu { padding:0px; display:none; position:static; width:100%; border-radius: 0; }
.nav-container ul li .sub-menu li a { padding:10px 30px; }
.nav-container .nav-icon { position: absolute;  right: 0px; top: 0px; width: 45px;  height: 40px; background-repeat: no-repeat; cursor:pointer; z-index:99;}
.nav-container .nav-icon.open {  background: url(../images/menu-plus.png) center center no-repeat; }
.nav-container .nav-icon.close {  background: url(../images/menu-minus.png) center center no-repeat; opacity:1; }
.nav-container li .sub-menu li { border-bottom:0px; padding:0px; background:#FFECEC; border-radius: 0; } 
.nav-container li .sub-menu li a { padding-bottom:8px; }
.nav-container li .sub-menu li:hover a {  background-color:var(--primary-color); }
.nav-container .menu-main-menu-container { display:none; text-align:left;  }
.nav-container > ul > li::before { display: none; }
.nav-container ul li:hover > a, .nav-container ul li.active a { background: var(--primary-color); color: #000; }
.header-right-btn { padding: 12px 15px;display: none; }
.header-right-btn ul {gap: 12px;justify-content:normal; }


}
@media(max-width: 767px){
h2 { font-size: 36px; }
h3 { font-size: 24px; }
p { line-height: 1.5; }
.logo { max-width: 220px; }
.header-top { padding: 15px 0px; }
.home-products ul { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
.ready-eat-section { padding: 30px 0px 0px 0px; }
.blog-section { padding: 10px 0px 30px; }
.ready-eat-box { border-radius: 15px; padding: 24px 20px; }
.readyeat-row { gap: 20px; padding: 20px 0 0; grid-template-columns: repeat(1, 1fr); }
.readyeat-text h3 { font-size: 24px; }
.readyeat-text p { font-size: 15px; }
.readyeat-item { gap: 10px; }
.blog-img img { border-radius: 8px; }
.home-products .product-img { border-radius: 8px; padding: 60px 20px 0px 30px; }
.blog-list { gap: 30px; grid-template-columns: repeat(2, 1fr); }
.home-categories-box { gap: 30px; }
.categories-img { border-radius: 10px; padding: 30px 20px 0px 20px; }
.categories-item { padding: 20px; border-radius: 10px; }
.categories-item h3 { font-size: 30px; }
.home-categories h2 { margin-bottom: 20px; }
.home-about-section .section-title { margin-bottom: 70px; }
.home-about-box { border-radius: 10px; padding: 30px 24px; }
.home-about-section { padding: 20px 0 50px; }
.footer-container h3 { margin-bottom: 10px; }
.footer-top .row { row-gap: 24px; }
.footer-top { padding: 0 0 40px; }
.ready-eat-section .section-title p { font-size: 16px; }
.footer-bottom { padding: 8px 0; font-size: 14px; }
.footer-container { font-size: 16px; }
.footer-container li { margin-bottom: 12px; }
.shop-page-section.page-default-section { padding-bottom: 3\0px; }
.contact-right-text { margin-top: 20px;}
.privacy-policy-section .entry-content h3 { line-height: 25px;letter-spacing: 0.3px; }
body.woocommerce div.product div.images.woocommerce-product-gallery { position: static; }
.contact-info-item:last-child { margin-bottom:0px;}
.single-blog-section .entry-header h1 { font-size: 26px;}
.single-blog-section .single-blog-info {  margin: 30px 0; }
.single-blog-section .widget_products .woocommerce-Price-amount { top: 105px;}
.single-blog-section .entry-content h2 { font-size: 30px; }
.banner-categories-section .row > .col-md-3:nth-child(3) .banner-category-info img,
.banner-categories-section .row > .col-md-3:nth-child(4) .banner-category-info img { padding: 18px 46px; }
.banner-categories-section .row > .col-md-3:nth-child(3) .banner-category-info ,
.banner-categories-section .row > .col-md-3:nth-child(4) .banner-category-info { margin-top:15px;}
.banner-categories-section .row > .col-md-3:nth-child(2) .banner-category-info img { padding: 22px 20px; }
.woocommerce ul.products { grid-template-columns: repeat(2, 1fr);}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main { width:100% !important;}
.product-name { min-height: 30px; }
.home-products .product-label span { font-size:8px;line-height: normal;}
.woocommerce-cart .wc-block-components-sidebar { width:100% !important;margin-top: 21px;margin-left:0px !important;}
.woocommerce-cart .wc-block-cart-items span.wc-block-formatted-money-amount { }
.woocommerce-checkout .wc-block-components-sidebar { width: 100% !important;padding: 15px 15px !important;}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main { padding: 23px 19px 0 !important;}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{ min-width: 20px; }
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{ max-width:20px; }
.wc-block-components-quantity-selector{ width:auto; }
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{ gap:10px; } 
.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper { padding-bottom:0 !important;margin-bottom:30px;}
.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .wc-block-components-title { padding:15px}
.wc-block-checkout__actions .wc-block-checkout__actions_row{ gap:20px !important;}
.woocommerce-checkout .wc-block-components-sidebar { display:none;}
.home-products .product-name { font-size: 15px;font-weight: bold;}
.add_to_cart_button, #comments #commentform #submit, .wc-block-cart__submit-button, 
.wc-block-components-totals-coupon__button, .wc-block-components-checkout-place-order-button { font-size: 17px !important;padding: 9px 22px !important;}
.home-products .product-label span.white-label { display:none;}
.single_add_to_cart_button {font-size: 17px !important;padding: 17px 22px !important; }
.primary-btn { padding: 9px 22px;height: 40px;}
.woocommerce div.product div.summary input#shiprocket_pincode_check + #check_pincode {font-size: 17px !important;padding: 9px 22px !important; height: 40px !important;}
.woocommerce div.product div.summary input#shiprocket_pincode_check {height: 40px !important;padding: 9px 22px !important;}
#reviews #comments .woocommerce-noreviews-addbtn { font-size: 17px !important;padding: 9px 22px !important;height: 40px !important;line-height: 1 !important; }
#reviews .cr-ajax-reviews-add-review:hover, #reviews .cr-review-form-submit,
 #reviews .cr-review-form-cancel, #reviews .cr-review-form-continue,
  #reviews .cr-review-form-success { line-height: 1 !important;font-size: 17px !important;padding: 9px 22px !important;
    height: 40px !important;}
.product-nameprice { gap:0px;}
.readyeat-item:nth-child(4) .readyeat-text h3 { margin-top:20px;}
body.archive.woocommerce-page .woocommerce-products-header ,
.privacy-policy-section .entry-header ,
.blog-banner-section .section-title ,.contact-page-section .get-in-touch-title,
body.search.search-results .page-header  { padding:30px 0;}
.contact-page-section .get-in-touch-title h2 ,body.search.search-results .page-header .page-title { font-size:22px;}
.footer-bottom-container{ justify-content: center; }
.shopNow-btn a { height:40px;}
.cooking-img { padding: 40px 0px 0px 0px; }
.page-id-134 .blog-section { padding: 0px 0px; } 
.contact-form .gform_footer input {padding: 9px 22px;height: 40px; }
.home-products .woocommerce-Price-amount bdi {font-size:13px; }
.single-post .single-blog-section  h3.widget-title { font-size:30px;}
.banner-shipping-img img { width: 30%;} 
.banner-shipping-img { bottom: 10px;left: 5px; }
.woocommerce-order-received .default-single-page-section ul.woocommerce-thankyou-order-details { display:flex;flex-direction:column;}
.woocommerce-order-received .default-single-page-section ul.woocommerce-thankyou-order-details li { border-right:none;padding-bottom: 10px;}
.woocommerce-order-received .default-single-page-section .woocommerce-table--order-details {  width: 100%; }

}


@media(max-width: 575px) {
h2 { font-size: 30px; }
.build-text h2 { font-size: 32px; }
.home-products ul { grid-template-columns: repeat(2, 1fr); }
.ready-eat-section { padding-top: 0; }
.blog-list { grid-template-columns: repeat(1, 1fr); }
.home-categories-box { grid-template-columns: repeat(1, 1fr); }
.about-content h2 { font-size: 24px; }
.home-about-box .about-content { padding: 20px; border-radius: 10px; }
.about-content .about-btn { padding-top: 0; }
.logo { max-width: 180px; }
.readyeat-item { gap: 30px; }
.readyeat-row { gap: 30px; }
.readyeat-text p { min-height:0px;}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product { width: 160px; }


}

@media(max-width: 479px) {
h3 { font-size: 18px; }
.banner-container h2 { font-size: 28px; }
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        width: 145px;
    }
/*
.footer-top .col-6 { width: 100%; } */
.footer-container h3 { font-size: 28px; }
.logo { max-width: 140px; }

}
@media(max-width: 400px) {
.logo { max-width: 100px; }
.header-right-btn ul { gap: 12px; }

}
