/*
Theme Name: Di Restaurant Child
Description: Child theme for Di Restaurant Theme
Author: Di Themes
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout
Text Domain: di-restaurant-child
Template: di-restaurant
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body {
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;   
  font-smooth: always !important;  
  background-color: rgba(255, 255, 255, 1);
    font-family:"Roboto", Sans-serif !important;
}
body h2, .h2{font-family:"Playfair Display", serif;}
/* Popup background */
#terra-ter-schedule-section {
  display: none; 
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
    max-width: 90%;
  background: #fff;
}
.privacy-policy h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
.privacy-policy h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
a.woocommerce-privacy-policy-link {
    text-decoration: underline !important;
    font-weight: bold;
}
.woocommerce-terms-and-conditions-checkbox-text a {
    text-decoration: underline !important;
    font-weight: bold;
}
/* Popup inner box */
#terra-ter-schedule-section .popup-content {
  background: #fff;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  margin: 10% auto;
  border-radius: 10px;
  position: relative;
  animation: popupFade 0.3s ease-in-out;
}

/* Close button */
#terra-ter-schedule-section .close {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 30px;
    cursor: pointer;
    /* z-index: 99; */
}

/* Animation */
@keyframes popupFade {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
body.overlay-active::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9998; /* popup ke niche */
}
#terra-ter-schedule-button{
    cursor: pointer;
}
.container {
    max-width: 1280px;
    padding: 0 15px !important;
}
button:focus,
input:focus,
select:focus,
textarea:focus{
    outline: none;
}
a{
    text-decoration: none !important;
}
.back-to-top {
    color: #35322d;
    z-index: 9999;
    bottom: 110px;
}
.back-to-top:hover {
    background-color: #35322d;
}
.woocommerce-message, .woocommerce-message::before {
    border-top-color: #35322d;
    color: #35322d;
}
.hero-section {
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.navbarprimary ul li a {
    font-weight: 400 !important;
    border: 0 !important;
}
.navbarprimary .navbar-nav > li > a:focus {
    outline: none;
    border: 0;
    font-weight: 300;
}
.navbarprimary .navbar-nav > li > a:hover {
    font-weight: 300;
}
.navbarprimary .primary-menu {
    margin: 0;
    margin-left: auto;
}
.navbar-brand a, .navbar-brand a:hover, 
.navbar-brand a:focus {
    color: inherit;
    text-decoration: none;
}
.social-div a.social-icon span.fa:hover {
    color: #fff;
    background-color: transparent;
}
.social-div a.social-icon span.fa {
    color: #000;
}
.social-div a.social-icon span.fa:hover {
    color: inherit;
    background-color: transparent;
}
#wc-delivery-pickup-wrapper input,
#wc-delivery-pickup-wrapper select{
    background-color: transparent;
    border: 1px solid #000;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    padding: 5px 10px;
    height: 34px;
    font-weight: 400;
}
#wc-delivery-pickup-wrapper input:focus,
#wc-delivery-pickup-wrapper select:focus{
    outline:none;
}
#wc-delivery-pickup-wrapper input,
#wc-delivery-pickup-wrapper select{
    border: 1px solid #000;
    color: #000;
}
#wc-delivery-pickup-wrapper input::placeholder{
    color:#000;
}
.social-div a.social-icon span.fa {
    color: #000000;
}


#navbarouter .sticky_menu_top {
    background: #fff !important;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
}
.navbarprimary {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
    padding: 5px 0px !important;
}
.home .navbarprimary {
    box-shadow: none;
}

.navbar-brand a {
    color: #000;
}
.navbarprimary .navbar-nav > li > a {
    color: #000000;
}

.section-main {
    color: #fff;
    padding: 30px;
}
.section-main h2 {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    font-family: "Playfair Display", serif;
}
.section-main p {
    margin: 0;
        display: flex;
    align-items: center;
    gap: 20px;
    max-width: 90%;
    justify-content: space-between;

}
.section-main p a {
    color: #fff;
}
.section-main p a:hover {
    color: #fff;
}
.hours {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.section-pickup {
    padding: 20px 0px;
    border-top: 1px solid #ffffff30;
    border-bottom: 1px solid #ffffff30;
}
.section-opening-hours {
    padding-bottom: 20px;
}
.section-contact {
    padding-top: 20px;
}
.map-main-section .e-con-inner {
    display: flex;
    align-items: stretch !important;
    gap: 0 !important;
}
.map-main-section .e-con-inner .elementor-element {
    height: auto;
    flex: 1;
}
.map-main-section .e-con-inner .elementor-element .elementor-custom-embed {
    height: 100%;
}
.map-main-section .e-con-inner .elementor-element .elementor-custom-embed iframe {
    height: 100%;
}
.social-div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.woo_icons_ctmzr {
    display: flex;
    align-items: center;
    gap: 20px;
}
.social-div a.social-icon span.fa {
    font-size: 18px;
    padding: 0;
}
.home #navbarouter {
    position: fixed;
    background: transparent;
    color: #fff;
}
.home #navbarouter h3.site-name-pr {
    color: #fff;
}
.home #navbarouter .sticky_menu_top {
    background: #fff;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
}
.home #navbarouter .sticky_menu_top h3.site-name-pr {
    color: #35322D;
} 
.home .navbarprimary .navbar-nav > li > a{
    color: #fff;
}
.home #navbarouter .sticky_menu_top .navbar-nav > li > a {
    color: #000;
}
.home #navbarouter .navbarprimary {
    background-color: transparent;
}
.home #wc-delivery-pickup-wrapper input,
.home #wc-delivery-pickup-wrapper select{
    border: 1px solid #fff;
    color: #fff;
}
.home #wc-delivery-pickup-wrapper input::placeholder{
    color:#fff;
}
.home .social-div a.social-icon span.fa {
    color: #fff;
}
.home .navbarprimary .navbar-nav > li > a:after {
   background-color: #fff; 
}
.home .sticky_menu_top.navbarprimary .navbar-nav > li > a:after {
   background-color: #000; 
}
.navbarprimary .navbar-nav > li > a:hover, 
.navbarprimary .navbar-nav > li > a:focus {
    color: inherit;
}
.navbarprimary .navbar-nav > .active > a:focus{
    color: inherit;
}
.navbarprimary .navbar-nav > li > a{
    position: relative;
}
.navbarprimary ul.navbar-nav > li a.nav-link {
    padding: 0;
}
.navbarprimary .primary-menu {
    gap: 20px;
    margin-right: 20px;
}
.navbarprimary .navbar-nav > li > a:hover:after{
    width: 100%;
}
.navbarprimary .navbar-nav > li > a:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #000;
    inset-block-end: -4px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    transition: all 0.5s ease-in-out;
    display: block;
    z-index: 99;
}
.navbarprimary .navbar-nav > li.active > a:after{
    width: 100%;
}
.navbarprimary .navbar-nav > .active > a, 
.navbarprimary .navbar-nav > .active > a:hover{
    color: inherit;
}
.sticky_menu_top #wc-delivery-pickup-wrapper input,
.sticky_menu_top #wc-delivery-pickup-wrapper select{
    border: 1px solid #000;
    color: #000;
}
.sticky_menu_top #wc-delivery-pickup-wrapper input::placeholder{
    color:#000;
}
.sticky_menu_top .social-div a.social-icon span.fa {
    color: #000;
}
.home .header-order-online-btn a {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #35322d !important;
}
.home .sticky_menu_top .header-order-online-btn a {
    background-color: #35322d;
    border: 1px solid #35322d;
    color: #fff !important;
}
.header-order-online-btn a {
    background-color: #35322d !important;
    border: 1px solid #35322d !important;
    font-size: 16px !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    height: 34px;
    font-weight: 400;
    display: flex !important;
    align-items: center !important;
}
.sticky_menu_top .header-order-online-btn a {
    background-color: #35322d !important;
    border: 1px solid #35322d !important;
    color: #fff !important;
}
.navbarprimary .site-name-pr {
    padding: 0px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto';
}
.custom-logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
.navbar-brand {
    padding: 0;
}
.custom-logo-link img {
    max-width: 22px;
    filter: brightness(0);
}
.home .custom-logo-link img {
    filter: brightness(8);
}
.home .sticky_menu_top .custom-logo-link img {
    filter: brightness(0);
}
/* delivery location popup css */
div#wc-delivery-pickup-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}
input#wc-delivery-location,input#wc-pickup-inline {
        width: 148px;
}
select#wc-delivery-type {
    padding-right: 25px;
    position: relative;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 1px center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.home select#wc-delivery-type {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}
.sticky_menu_top select#wc-delivery-type {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}

#wc-pickup-overlay {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,0.6); z-index: 9998;
}
#wc-pickup-modal {
    display: none; position: fixed; top: 50%; left: 50%;
    transform: translate(-50%, -50%); background: #fff;
    padding: 20px; width: 450px; max-width: 90%;
    border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    z-index: 999999;
}
#wc-pickup-modal h3 { margin: 0 0 10px; font-size: 18px; }
#wc-pickup-modal input {
    display: block; width: 100%; margin: 12px 0; padding: 8px;
    border: 1px solid #ccc; border-radius: 4px;
}
#wc-pickup-modal input:focus{
    outline: none;
}
.delivery-pickup-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#wc-pickup-modal button {
    margin-top: 0;
    margin-right: 5px;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    line-height: normal;
}
button#clear-delivery-pickup {
    margin: 0 !important;
    background-color: transparent;
    border: 1px solid #35322d;
    padding: 7px 15px;
    color: #35322d;
}
button#continue-ordering {
    border: 1px solid #35322d;
}
#wc-pickup-modal button:focus{
    outline: none;
}
#save-delivery-pickup {
    background: #35322D;
    color: #fff;
}
#close-delivery-pickup {
    background: #ffffff;
    position: absolute;
    margin: 0 !important;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    border-radius: 100% !important;
    color: #35322d;
    font-size: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#close-delivery-pickup:after {
    content: "\f00d";
    font-size: 16px;
    font-family: 'FontAwesome';
}
p.response-message.success {
    color: #008000;
}
p.response-message.error {
    color: #ff0000;
}
a.social-icon.cart-icon-link {
    position: relative;
}
.home .cart-icon-link .cart-count {
    background: #ffffff;
    color: #35322d;
}
.sticky_menu_top .cart-icon-link .cart-count {
    background: #000000;
    color: #ffffff ;
}
.cart-icon-link .cart-count {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: -10px;
    background: #000000;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
}
.footer-widgets, 
.footer-copyright {
    background-color: #35322D;
}
.footer-copyright {
    font-family: Roboto;
    font-size: 16px;
    text-transform: inherit;
    border-top: 1px solid #ffffff30;
    padding-top: 25px;
    padding-bottom: 15px;
}
.footer-widgets .widget_nav_menu ul li {
    list-style: none;
    padding: 0;
    border: 0;
}
.footer-widgets .widget_nav_menu ul li a:before{
    display: none;
}
.footer-widgets .widget_nav_menu ul li:hover {
    border: 0;
}
.footer-widgets .widgets_footer h3.widgets_footer_title {
    font-family: "Playfair Display", serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    line-height: normal !important;
    text-align: left !important;
    text-transform: uppercase !important;
    margin-bottom: 20px;
    padding: 0;
}
.footer-widgets .widget_nav_menu ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer-widgets .widget_text .textwidget .footer-contact-section {
    color: #fff !important;
    font-size: 16px !important;
}
.footer-widgets .widget_text .textwidget p strong{
    font-family: "Playfair Display", serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    line-height: normal !important;
    text-align: left !important;
    text-transform: uppercase !important;
    margin-bottom: 20px;
    display: block;
    color: #fff;
}
.footer-widgets .widgets_footer {
    padding: 0 !important;
    margin: 0 !important;
}
.footer-widgets {
    font-size: 16px;
    text-transform: inherit;
    padding: 50px 0px;
}
.footer-widgets .widget_text .textwidget .footer-contact-section a{
    text-decoration: none;
}
.footer-widgets .widget_text .textwidget .footer-contact-section i {
    margin-right: 10px;
}
.footer-contact-section br {
    display: none;
}
.footer-contact-sec.address-sec br {
    display: block;
}
.footer-contact-sec {
    display: flex;
    align-items: baseline;
}
.footer-contact-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.instagram-list .elementor-icon-list-icon {
    order: 1;
}
.footer-social-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    justify-content: center;
    max-width: 160px;
    margin-top: 15px;
}
.footer-social-item i {
    color: #fff;
}

.marquees_wrapper {
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: auto;
    overflow-x: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
.marquee {
    position: relative;
    display: flex;
    gap: 12px;
    transition: filter ease .3s;
    overflow: hidden;
}
.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 100%;
}
.marquee__group .item{
    width: 240px;
    height: 370px;
    border-radius: 0px;
    overflow: hidden;
    transition: 300ms ease-in-out;
    margin: 0px;
    transition: .5s;
    border: 1px solid rgba(217, 184, 111, .4);
    filter: drop-shadow(2px 5px 6px rgba(117, 117, 117, .05)) drop-shadow(7px 21px 10px rgba(117, 117, 117, .09000000357627869)); 
    background: #fff;
}
.marquee__group .item img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 300ms ease-in-out;
    scale: 1;
    object-fit: cover;
    object-position: center center;
    box-shadow: none;
}
.food-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin: 0px 10px;
}
.food-card img {
    width: 100%;
    height: 290px !important;
    object-fit: cover;
    display: block !important;
}
.food-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.food-overlay h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.food-overlay h4 a {
    color: #fff !important;
}
.food-overlay .plus-btn {
    background: #ffffff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.product-slider .slick-next:before{
    content: "\f105";
}
.product-slider .slick-prev:before {
    content: "\f104";
}
.product-slider .slick-prev:before, 
.product-slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: normal;
    opacity: 1;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    background-color: #35322D;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.product-slider .slick-next {
    right: 30px;
    z-index: 9;
}
.product-slider .slick-prev {
    left: 28px;
    z-index: 9;
}

/* Shop Page css */

.container-box-left .post-inner {
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.container-box-left {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.popular-products-slider {
    padding: 0;
}
.popular-products-slider-section h2 {
    color: #35322D;
    font-size: 26px;
    margin-bottom: 20px;
}
.popular-products-slider .product {
    margin: 0 10px;
}
.popular-products-slider.product-slider .slick-next {
    right: 20px;
    top: -40px;
}
.popular-products-slider.product-slider .slick-prev {
    left: inherit;
    right: 60px;
    top: -40px;
}
.popular-products-slider.product-slider .slick-prev:before, 
.popular-products-slider.product-slider .slick-next:before{
    background-color: #35322d70;
}
 .woocommerce .popular-products-slider img,  .woocommerce-page .popular-products-slider img {
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}
.container-box-left .post-inner .post-thumbnail-otr {
    min-height: 0;
    margin: 0;
}
.popular-products-slider form.cart {
    padding: 0 !important;
}
.popular-products-slider h2.woocommerce-loop-product__title {
    padding: 0 !important;
    margin: 10px 0px !important;
    min-height: 42px;
    font-size: 17px !important;
}
.popular-products-slider .price {
    padding: 0 !important;
}
.woocommerce-loop-product__title {
    font-size: 18px;
    color: #35322D;
    font-family: 'Roboto';
    font-weight: 500;
    margin: 10px 0px;
    line-height: normal;
}
.price {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #35322D;
    font-family: 'Roboto';
    margin-bottom: 10px;
    line-height: normal;
}

.quantity.buttons_added {
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px !important;
    height: 32px;
    font-weight: 300 !important;
    width: max-content;
}
.quantity.buttons_added button {
    border: 0;
    background-color: transparent;
    padding: 0 8px;
    cursor: pointer;
    font-size: 16px;
}
.quantity input {
    border: 0;
    background-color: transparent;
    padding: 0px 0px !important;
    appearance: none !important;
    -webkit-appearance: none;
    width: 30px !important;
    font-size: 14px;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input:focus,
.quantity.buttons_added button:focus{
    outline: none;
}
.popular-products-slider a.button.yith-wcqv-button {
    visibility: hidden;
    opacity: 0;
    transition: opacity ease-in-out .5s;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    text-align: center;
}
.popular-products-slider li.product {
    position: relative;
    width: calc(25% - 20px);
    display: inline-block;
}
.popular-products-slider li.product:hover a.button.yith-wcqv-button {
    visibility: visible;
    opacity: 1;
}
.popular-products-slider {
    margin-bottom: 50px;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce div.product form.cart .variations .reset_variations, 
.woocommerce div.product form.cart .button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.single-product .entry-summary .tinvwl_add_to_wishlist_button {
    color: #35322D;
    border: 1px solid;
    background-color: #ffffff;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce div.product form.cart .variations .reset_variations:hover, 
.woocommerce div.product form.cart .button:hover, 
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.single-product .entry-summary .tinvwl_add_to_wishlist_button:hover {
    background-color: #35322D;
    border: 1px solid #35322D;
    color: #ffffff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-weight: 400;
}
.woocommerce.woocommerce-page.single-product .single_add_to_cart_button {
    text-transform: none;
    font-size: 16px;
    border-radius: 5px;
    letter-spacing: 0;
}
.woocommerce.woocommerce-page.single-product .related form.cart {
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    gap: 5px;
    flex-wrap: wrap;
}
.woocommerce.woocommerce-page.single-product .related form.cart .quantity.buttons_added {
    max-width: max-content;
}
.woocommerce.woocommerce-page.single-product .related form.cart:before,
.woocommerce.woocommerce-page.single-product .related form.cart:after{
    display: none;
}
.woocommerce.woocommerce-page.single-product ul.products li.product form.cart .add_to_cart_button{
    top: 0;
    letter-spacing: 0;
    text-transform: none;
}
.woocommerce.woocommerce-page.single-product .quantity input {
    border: 1px solid;
    background-color: transparent;
    padding: 0px 0px !important;
    appearance: none !important;
    -webkit-appearance: none;
    width: 40px !important;
    font-size: 16px;
    height: 38px;
    border-radius: 5px;
}
.woocommerce.woocommerce-page.single-product .product_title.entry-title {
    font-size: 26px;
}
.woocommerce.woocommerce-page.single-product .related .quantity input {
    border: 0 !important;
    background-color: transparent;
    padding: 0px 0px !important;
    appearance: none !important;
    -webkit-appearance: none;
    width: 30px !important;
    font-size: 14px !important;
    height: auto !important;
}
.woocommerce.woocommerce-page.single-product .related .button.add_to_cart_button {
    margin: 0 !important;
}
.woocommerce.woocommerce-page.single-product .related.products h2 {
    padding-bottom: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 26px;
}
.woocommerce.woocommerce-page.single-product .related ul.products {
    margin-bottom: 0 !important;
}
.woocommerce.woocommerce-page.single-product .related ul.products li {
    margin-bottom: 30px !important;
    border-radius: 10px;
    padding-bottom: 25px;
}
.woocommerce.woocommerce-page.single-product ul.products li.product .woocommerce-loop-product__title {
    text-align: left;
    font-size: 18px !important;
    font-weight: 500;
    padding: 0 15px;
    margin-bottom: 10px !important;
}
.woocommerce.woocommerce-page.single-product ul.products li.product .price {
    text-align: left;
    font-size: 18px; 
    font-weight: bold;
    color: #35322D !important;
    padding: 0 15px;
}

.single-product .product_meta span {
    padding-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-product .product_meta span a {
    text-decoration: underline !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 5px;
    width: 100%;
    border-top: 0;
    border-bottom: 1px solid;
    text-align: center;
    border-color: #eaeaea;
    margin-bottom: 20px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0px 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #35322d !important;
    background-color: transparent;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    letter-spacing: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
    background-color: #35322d;
    padding: 10px 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff !important;
    background-color: #35322d;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0;
    margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
    display: none;
}
a.button.yith-wcqv-button {
    font-weight: 400;
    font-size: 16px !important;
    height: 32px;
    padding: 5px 15px !important;
    line-height: normal;
    border-radius: 5px !important;
    letter-spacing: 0 !important;
    width: max-content !important;
}
.button.add_to_cart_button {
    font-size: 14px !important;
    font-weight: 400 !important;
    background-color: #35322D !important;
    color: #fff !important;
    border-color: #35322D !important;
    height: 32px;
    padding: 5px 12px !important;
    border-radius: 5px !important;
    text-transform: none !important;
}
.button.add_to_cart_button:hover {
    background-color: transparent !important;
    color: #35322d !important;
}
.button.add_to_cart_button:focus{
    outline: none;
}
.woocommerce-product-search {
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.woocommerce-product-search input {
    width: 100%;
    border: 0;
    background-color: transparent;
}
.woocommerce-product-search input:focus,
.woocommerce-product-search button:focus{
    outline: none;
    border: 0;
}
.woocommerce-product-search button {
    border: 0;
    background-color: transparent;
    font-size: 16px;
    padding: 0;
    cursor: pointer;
}
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shop-category-block ul.products li.product {
    border: 1px solid #35322d30;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.shop-category-title {
    color: #35322D !important;
    font-size: 26px !important;
    margin-bottom: 20px !important;
}
.shop-category-block .woocommerce-loop-product__title {
    font-size: 18px !important;
    color: #35322D !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: normal;
    padding: 10px 12px !important;
    padding-top: 0 !important;
    text-align: left !important;
}
.shop-category-block .price {
    display: block !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #35322D !important;
    font-family: 'Roboto';
    margin-bottom: 10px !important;
    line-height: normal;
    text-align: left !important;
    padding: 0 12px;
}
.shop-category-block .add_to_cart_button {
    margin: 0 !important;
    letter-spacing: 0 !important;
    top: 0 !important;
}
.shop-category-block form.cart {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 0 12px;
    flex-wrap: wrap;
}
/*.woocommerce ul.products li.product a img {
    height: 220px;
    object-fit: cover;
}*/

.right-main-container {
    padding: 0;
    position: sticky;
    top: 100px;
}
.right-main-container .widget_text {
    padding: 12px 12px !important;
    background-color: #35322D !important;
    border-radius: 10px !important;
    margin-bottom: 20px !important;
}
.right-main-container .widget_text .widgets_sidebar_title {
    color: #fff;
    border: 0 !important;
    padding: 0 !important;
    font-family: "Playfair Display", serif;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 8px;
}
.right-main-container .widget_text .textwidget {
    padding: 0;
}
.right-main-container .widget_text .footer-contact-section {
    color: #fff;
    gap: 5px;
}
.right-main-container .widget_text .footer-contact-sec a {
    color: #fff;
    text-decoration: none !important;
}
.right-main-container .widget_text .footer-contact-sec {
    font-size: 13px;
    gap: 8px;
}
.right-main-container .widget_text .footer-contact-sec a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}
.right-main-container .widgets_sidebar {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.right-main-container .widgets_sidebar h3.widgets_sidebar_title {
    font-size: 22px;
    font-weight: bold;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #cccccc;
    font-family: "Playfair Display", serif;
}
.right-main-container .widgets_sidebar.widget_product_categories ul {
    overflow-y: scroll;
    height: 480px;
    max-height: inherit !important;
    scroll-behavior: smooth;
    position: relative;
}
.right-main-container .widgets_sidebar.widget_product_categories ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 15px;
}
.right-main-container .widgets_sidebar.widget_product_categories ul li {
    padding: 0;
}
.right-main-container .widgets_sidebar.widget_product_categories ul li a {
    font-size: 16px;
    display: block;
    transition: all 0.5s ease-in-out;
    line-height: normal;
    padding: 8px 15px;
}
.right-main-container .widgets_sidebar.widget_product_categories ul li a.active {
    background-color: #35322d;
    color: #fff;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}
.right-main-container .widgets_sidebar.widget_product_categories ul li a:hover {
    background-color: #35322d;
    color: #fff;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
}
.right-main-container .widgets_sidebar.widget_product_categories ul li a::before{
    display: none;
}
.right-main-container .widgets_sidebar.widget_product_categories ul li:hover{
    border: 0;
}
.yith-quick-view-content .product {
    margin: 0 !important;
}
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 !important;
}
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary form.cart {
    margin-bottom: 20px !important;
    display: block;
    align-items: center;
}
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .quantity input {
    border: 1px solid;
    background-color: transparent;
    padding: 0px 0px !important;
    appearance: none !important;
    width: 40px !important;
    font-size: 16px !important;
    height: 38px;
    border-radius: 5px;
}
.woocommerce-MyAccount-content span.woocommerce-input-wrapper {
    display: block;
}
.woocommerce-MyAccount-content label.required_field {
    display: inline-block !important;
}
.woocommerce-no-products-found .woocommerce-info {
    border-top-color: #35322d;
    margin-bottom: 0;
}
.woocommerce-no-products-found .woocommerce-info::before {
    color: #35322d;
}
.container-set {
    margin-top: 60px;
    margin-bottom: 50px;
}
.header-img-otr {
    min-height: 0;
}

/* Cart Page */

.container-box-left .post-inner h1.the-title {
    padding: 0;
    margin-bottom: 20px;
    font-size: 30px !important;
}
.cart_totals{
    width: 100% !important;
}
.woocommerce table.shop_table {
    border: 0;
    border-radius: 0;
}
.cart-collaterals {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px 20px;
}
.cart_totals h2 {
    display: none;
}
.delivery-pickup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}
.delivery-pickup-header h2 {
    font-size: 20px;
    color: #35322D;
    margin-bottom: 0px;
}
.delivery-pickup-header i {
    width: 25px;
    height: 25px;
    background-color: #35322d;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}
.cart-collaterals table.shop_table tr {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.cart-collaterals table.shop_table tr th {
    padding: 0;
    border: 0 !important;
    width: 80px !important;
    font-weight: 400;
}
.cart-collaterals table.shop_table tr.order-total th {
    font-weight: bold;
}
.cart-collaterals table.shop_table tr td {
    padding: 0;
    border: 0 !important;
    text-align: right;
}
.cart-collaterals table.shop_table tr{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 0px;
    border-bottom: 1px solid #ccc;
}
.cart-collaterals table.shop_table tr:last-child {
    border: 0;
}
.wc-proceed-to-checkout {
    padding: 0 !important;
}
.wc-proceed-to-checkout a.checkout-button {
    background-color: #35322D !important;
    color: #fff !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 16px !important;
    border-radius: 5px !important;
}
.wc-proceed-to-checkout a.checkout-button:hover{
    background-color: transparent !important;
    color: #35322d !important;
}
.woocommerce-cart-form td.actions {
    display: none;
}
.woocommerce-cart-form table tr {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
    gap: 20px;
    align-items: center;
}
.woocommerce-cart-form table tr:last-child{
    padding: 0;
    border: 0;
}
.woocommerce-cart-form table tr td {
    padding: 0 !important;
    border: 0 !important;
}
.woocommerce-cart-form td.product-quantity .quantity-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    justify-content: space-between;
    border-radius: 5px;
    max-width: 80px;
}
.woocommerce-cart-form td.product-quantity .quantity-wrapper button {
    border: 0;
    background-color: transparent;
    padding: 0 8px;
    cursor: pointer;
}
.woocommerce-cart-form td.product-remove a.remove{
    color: #35322D !important;
    background: transparent;
    font-size: 20px;
}
.woocommerce-cart-form td.product-remove a.remove:hover {
    color: #35322D !important;
    background: transparent;
    font-size: 20px;
}
.woocommerce-cart-form span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 700;
    color: #35322D;
}
.woocommerce-cart-form td.product-thumbnail {
    width: 10%;
}
.woocommerce-cart-form td.product-thumbnail img {
    border-radius: 5px;
}
.woocommerce-cart-form td.product-name {
    width: 50%;
}
.woocommerce-cart-form  td.product-name a {
    font-size: 18px;
    font-weight: 500;
}
.woocommerce-cart-form td.product-quantity {
    width: 15%;
}
.woocommerce-cart-form td.product-price {
    width: 20%;
}
.woocommerce-cart-form td.product-remove {
    width: 5%;
    display: flex;
    justify-content: end;
}

a.continue-shopping.button {
    background-color: #35322D !important;
    color: #fff !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
a.continue-shopping.button:hover{
    background-color: transparent !important;
    color: #35322d !important;
}
p.woocommerce-shipping-destination {
    display: none;
}
.delivery-pickup-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 25px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.delivery-pickup-details p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
}
a.button.back-to-shop {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99;
    width: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 100%;
    background-color: #fff !important;
    color: #212529 !important;
}
table.shop_table.woocommerce-checkout-review-order-table th.product-total,
table.shop_table.woocommerce-checkout-review-order-table td.product-total {
    text-align: right;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
#order_review_heading{
    font-size: 20px;
    margin-bottom: 20px;
}
.woocommerce-additional-fields h3 {
    font-size: 20px;
    margin-top: 15px;
}
button#place_order {
    background-color: #35322D !important;
    color: #fff !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 16px !important;
    border-radius: 5px !important;
}
button#place_order:hover{
    background-color: transparent !important;
    color: #35322d !important;
}
.single-product-google-review h2 {
    text-align: center;
    margin-bottom: 20px;
}
.woocommerce ul.order_details {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 25px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
#category-meals-to-share:target {
  scroll-margin-top: 80px;
}
.woocommerce ul.order_details li {
    margin-right: 0;
    font-size: 12px;
}
.woocommerce ul.order_details:before,
.woocommerce ul.order_details:after{
    display: none;
}
.woocommerce .woocommerce-customer-details address {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 20px;
}
.woocommerce-customer-details h2 {
    margin-bottom: 20px;
}
.woocommerce-order-details h2 {
    margin-bottom: 20px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border: 1px solid #ccc;
}
.terra-ter-whatsapp-button {
    position: fixed;
    bottom: 65px;
    right: 20px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #2AB540;
    border-radius: 100%;
}
.terra-ter-whatsapp-button svg {
    fill: #ffffff;
    width: 22px;
    height: 22px;
}
.terra-ter-whatsapp-button img {
    width: 100%;
    height: auto;
    border-radius: 50%; /* makes it round if your icon is square */
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
}
.terra-ter-whatsapp-button:hover img {
    transform: scale(1.05);
}
.wc-pickup-date,
.wc-pickup-time  {
    position: relative;
}
.wc-pickup-date  i.fa.fa-calendar,
.wc-pickup-time  i.fa.fa-clock-o {
    position: absolute;
    right: 10px;
    top: 10px;
}
.container-box-left .post-inner h1.the-title {
    font-size: 25px !important;
    font-family: "Playfair Display", serif;
}
nav.woocommerce-MyAccount-navigation {
    background:#f5f5f5;
    margin-bottom: 20px;
}
.woocommerce-account.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li {    
    transition: 0.3s ease-in-out;
    margin-bottom: 1px;
}
li.woocommerce-MyAccount-navigation-link.is-active a {
    background: #353535 !important;
    color: #ffffff !important;
}
.woocommerce-account.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px;
    background: #f5f5f5;
    transition: 0.3s ease-in-out;
}
.woocommerce-account.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    background: #353535;
    color: #fff;
}
.woocommerce-account.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li a::before {
    content:no-close-quote;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.is-active a{
    background: #353535;
    display:block;
    padding:10px;
    color: white !important;
}
.woocommerce-account.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link a {
    color: black;
    text-decoration:none !important;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
    text-decoration: underline !important;
    color: black;
    font-weight: 600;
}
.woocommerce-info {
    border-top-color: #353535 !important;
}
.woocommerce-info::before {
    color: #353535 !important;
}
.woocommerce-Address-title.title h2 {
    font-size: 23px !important;
}
.woocommerce-account .addresses .title .edit {
    float: left;
    font-weight: 600;
}
legend {
    font-size: 20px !important;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 10px 20px;

}
h2.woocommerce-order-details__title {
    font-size: 22px !important;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 0;
    font-size: 20px;
}
th.woocommerce-table__product-table.product-total {
    text-align: right !important;
}
td.woocommerce-table__product-total.product-total {
    text-align: right;
}
tfoot td {
    text-align: right;
}
.woocommerce-account.woocommerce-page .woocommerce .woocommerce-EditAccountForm [name="save_account_details"].button, .woocommerce-account.woocommerce-page .woocommerce .woocommerce-MyAccount-content [name="save_address"].button {
    background-color: #35322D!important;
    color: #fff !important;
    border: 0 !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    height: 45px;
}
header.woocommerce-Address-title.title a.edit {
    text-decoration: underline !important;
    font-weight:500;
}
.woocommerce-account .woocommerce-MyAccount-content {
    background: #f5f5f5;
    padding: 20px;
    height: auto;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    border: 1px solid #ccc;
}
th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
    text-align: right !important;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    float: right;
}
div#yith-quick-view-content div[id^="product"] {
    display: flex;
    flex-direction: column !important;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
    max-width: 530px !important;
    width: 90% !important;
    height: auto !important;
    position: absolute;
    left: 50% !important;
    top: 70px !important;
    transform: translate(-50%, 0px);
} 
#yith-quick-view-content div.images {
    opacity: 1 !important;
    margin: 0;
    box-sizing: border-box;
    height: 100% !important;
    padding: 15px;
    object-fit: cover;
    width: 100%;
}
#yith-quick-view-content div.summary {
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    overflow: scroll;
    padding-left: 15px;
    padding-right: 15px;
    max-height: 290px !important;
}
#yith-quick-view-content div.images img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 195px !important;
    width: 100%;
    border-radius:5px;
}
.yith-wcqv-head {
    background: #ffffff;
    position: absolute;
    margin: 0 !important;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    border-radius: 100% !important;
    color: #35322d;
    font-size: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yith-wcqv-head svg {
    width: 22px;
}
.woocommerce .yith-quick-view .entry-summary .price {
    font-size: 20px !important;
    margin-bottom: 5px !important;
}
#yith-quick-view-modal.open .yith-wcqv-main {
    overflow: visible;
}
.woocommerce-page div.product div.summary {
    width: 100%;
    height: 100%;
    max-height: 100% !important;
}
#yith-quick-view-modal.open .yith-wcqv-main::-webkit-scrollbar {
  display: none;
}
#yith-quick-view-modal.open .yith-wcqv-main {
    border-radius: 10px !important;
    height: auto;
    padding-bottom: 30px;
}
/* Hide scrollbar for IE, Edge and Firefox */
#yith-quick-view-modal.open .yith-wcqv-main {
  -ms-overflow-style: none; 
  scrollbar-width: none;  
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
    flex: 1;
}
.yith-quick-view-content.woocommerce div.product .product {
    height: 100% !important;
}
.ui-datepicker {
    width: 17.5em !important;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
    width: 100%;
    border: 1px solid  #ccc;
}
.ui_tpicker_hour_slider select.ui-corner-all,
.ui_tpicker_minute_slider select.ui-corner-all {
    width: 100%;
}
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    background: #353535;
    color: white;
}
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button:hover {
    background: #ffff;
    color: black;
}
/* Mini Cart CSS */
/*.mini_cart_section{
    display: none;
}*/
.mini_cart_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 50, 45, 0.7);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 99999;
}
.mini_cart_section {
    opacity: 0;
    visibility: hidden;
}
.mini_cart_section.active {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
    position: relative;
}
.mini_cart_panel {
    width: 420px;
    height: 100vh;
    background-color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
}
.mini_cart_section.active .mini_cart_panel {
  transform: translateX(0);
}
.mini_cart_header {
    background-color: #353229;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: relative;
}
.mini_cart_panel .cart_title {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
.mini_cart_panel .close_button {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.mini_cart_panel .option_container {
    background-color: rgba(53, 50, 45, 0.1);
    border-radius: 10px;
    padding: 6px;
    display: flex;
    position: relative;
    gap: 10px;
}
.mini_cart_panel .option_button {
    flex: 1;
    height: 36px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    color: #353229;
    font-family: "Playfair Display", serif;
}
.mini_cart_panel .option_button.active {
    background-color: #353229;
    color: #ffffff;
}
.mini_cart_panel .option_button:hover {
    background-color: #353229;
    color: #ffffff;
}
.mini_cart_panel .location_info {
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    display: flex;
    gap: 10px;
    margin: 0px 20px 10px;
}
.mini_cart_panel .pickup_options {
    margin: 20px 20px;
}
.mini_cart_panel .location_info_content {
    width: calc(100% - 35px);
}
.mini_cart_panel .location_info .pickup_time {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
    display: flex;
    line-height: normal;
    gap: 5px;
}
.pickup-location-info-content p{
    margin-bottom: 0;
}
.delivery-location-info-content p{
    margin-bottom: 0;
}
.mini_cart_panel .location_info .address {
    font-size: 14px;
    font-weight: 500;
    color: #353229;
    display: flex;
    line-height: normal;
    gap: 5px;
    margin-bottom: 12px;
}
.mini_cart_panel .change_location {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mini_cart_panel .edit_icon {
    width: 28px;
    height: 28px;
    background-color: #353229;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}
.mini_cart_panel ul.cart_items {
    overflow-y: auto;
    padding: 0;
    height: calc(100vh - 200px);
}
.mini_cart_panel .cart_item {
    display: flex;
    gap: 10px;
    position: relative;
    padding: 15px 0px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    align-items: center !important;
    justify-content: flex-start !important;
}
.mini_cart_panel a.remove.remove_from_cart_button i {
    font-size: 18px;
    color: #000;
}
.mini_cart_panel .cart_item:before{
    display: none !important;
}
div#mini-cart-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
}
.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 10px;
    flex-wrap: wrap;
}
.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    text-align: center;
    border: 1px solid #35322a;
    line-height: normal;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #35322a;
    color: #fff;
}
.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:hover{
    background-color: transparent !important;
    color: #35322d !important;
}
.mini_cart_panel .cart_item:last-child{
    border: 0;
}
.mini_cart_panel .cart_item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 5px;
    margin: 0 !important;
    margin-right: 10px !important;
    object-fit: cover;
}
.mini_cart_panel a.remove.remove_from_cart_button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    height: inherit !important;
    width: inherit !important;
    display: flex !important;
    background-color: transparent !important;
}
.mini_cart_panel .item_details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mini_cart_panel .item_name {
    font-size: 16px;
    font-weight: 500;
    color: #353229;
    margin: 0;
    line-height: 1.3;
}
.mini_cart_panel .item_extras {
    font-size: 12px;
    font-weight: 400;
    color: #353229;
    margin: 0;
    line-height: 1.2;
}
.mini_cart_panel .item_price {
    font-size: 14px;
    font-weight: 500;
    color: #353229;
    margin: 0;
    line-height: 1.4;
}
.mini_cart_panel .quantity_btn {
    width: 24px;
    height: 30px;
    border: none;
    background: none;
    color: #353229;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.mini_cart_panel .total_section {
    width: 100%;
    height: 60px;
    background-color: rgba(53, 50, 45, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: auto;
}
.mini_cart_panel .total_info {
    display: flex;
    align-items: center;
    gap: 16px;
}
.mini_cart_panel .total_label {
    font-size: 16px;
    font-weight: 500;
    color: rgba(53, 50, 45, 0.6);
    text-transform: uppercase;
}
.mini_cart_panel .total_amount {
    font-size: 20px;
    font-weight: 600;
    color: #353229;
}
.mini_cart_panel .view_cart_btn {
    width: 110px;
    height: 32px;
    background-color: #353229;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.mini_cart_panel .view_cart_btn span {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.mini-cart-thumbnail {
    display: flex !important;
    line-height: normal;
    font-size: 14px;
    font-weight: 500 !important;
    width: 65%;
    align-items: center;
}
.mini-cart-bottom-section .woocommerce-Price-amount.amount {
    font-weight: bold;
}
p.woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
} 
.mini_cart_panel .cart_item .quantity {
    margin-right: 5px;
}  
body.cart-open {
  overflow: hidden;
}
.mini-cart-bottom-section {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 0;
}

#customer_login {
    display: flex;
}
#customer_login:before, #customer_login:after{
    display: none;
}
#customer_login .u-column1.col-1 {
    width: 50% !important;
    flex: none;
    padding-right: 10px;
}
#customer_login .u-column2.col-2 {
    width: 50% !important;
    flex: none;
    padding-left: 10px;
}
#customer_login h2 {
    font-size: 24px;
    margin: 0;
}
#customer_login .woocommerce-form {
    margin: 20px 0 !important;
}
#customer_login a {
    text-decoration: underline !important;
}
td.order-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: start;
    align-items: flex-start;
}
td.order-actions a.button,
td.order-actions button.button {
    width: 122px;
    text-align: center;
    white-space: normal !important;
}
#otp_submit_form input {
    padding: 4px 10px;
    height: 37px;
    border-radius: 3px;
    border: 1px solid;
}
#order_otp-error {
    display: block;
    color: #b81c23;
    font-size: 14px;
    margin-top: 5px;
}
#order_confirm_checkbox {
    width: 18px;
    height: 18px;
}
#otp_toggle_section {
    display: flex;
    align-items: center;
    gap: 10px;
}
#otp_toggle_section label {
    margin: 0;
    font-weight: bold;
    cursor: pointer;
}
.woocommerce-MyAccount-content .woocommerce-error {
    border: 1px solid #b81c23;
    border-radius: 5px;
    background-color: transparent;
}
.woocommerce-MyAccount-content .woocommerce-error li{
    color: #b81c23;
}
.woocommerce-MyAccount-content h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
#otp_submit_form button.button {
    background-color: #35322d;
    color: #fff;
    border-color: #35322d;
}
.woocommerce-order-details p.order-again a {
    text-decoration: none !important;
    font-weight: normal !important;
}
td.woocommerce-orders-table__cell-order-actions {
    display: flex !important;
    flex-direction: column;
    gap: 5px !important;
    flex-wrap: wrap;
    text-align: center;
}
.pickup-location-info-content,
.delivery-location-info-content{
    display: none;
}
.pickup-location-info-content.active,
.delivery-location-info-content.active{
    display: block;
}

.product-type-variable a.button {
    font-size: 14px !important;
    font-weight: 400 !important;
    background-color: #35322D !important;
    color: #fff !important;
    border-color: #35322D !important;
    height: 32px;
    padding: 5px 15px !important;
    border-radius: 5px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
}
.product-type-variable a.button:hover{
    background-color: #fff !important;
    color: #35322d !important;
}
.single_variation_wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
}
table.variations tr {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
table.variations td.value {
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
table.variations td.value select {
    border: 1px solid #353535 !important;
    border-radius: 5px;
    padding: 5px 12px !important;
    height: 40px;
}
a.reset_variations {
    border-radius: 5px;
    padding: 5px 12px !important;
    height: 40px;
    display: flex;
    align-items: center;
    color: #353535 !important;
    background-color: #fff !important;
}
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce .product-type-variable div.summary form.cart {
    flex-direction: column;
}
table.variations th.label {
    padding: 0;
    line-height: normal !important;
}

.catering-section{
    height: calc(100vh - 84px) !important;
}
.catering-section-image img {
    height: 40vh !important;
    object-fit: cover;
}
.catering-section-content {
    height: 14vh !important;
}
.pac-container.pac-logo.hdpi {
    z-index: 1000000;
}
.home-instagram-sec main.ti-widget-body {
    display: none !important;
}
.home-instagram-sec .ti-widget.ti-feed-widget {
    margin-bottom: 0 !important;
}
div#cod-note-wrapper {
    margin-top: -5px !important;
}
p#cod_note_amount_field {
    padding: 0;
}
a.showcoupon {
    text-decoration: underline !important;
}
.section-main.google-opening-hours {
    padding-bottom: 0;
}
.section-main.google-opening-hours .section-opening-hours {
    padding-bottom: 0;
}

#terra-ter-schedule-section .section-opening-hours {
    color: #000;
}
#terra-ter-schedule-section .section-main p {
    max-width: 100%;
}
#terra-ter-schedule-section .section-opening-hours h2 {
    color: #35322d !important;
}
#terra-ter-schedule-section .section-main.google-opening-hours {
    padding: 0 20px;
    margin-bottom: 20px;
}
span.wc-points-rewards-product-message {
    margin-bottom: 10px;
    display: inline-block;
}
.shop-category-block form.cart br,
.related.products form.cart br{
    display: none;
}
.shop-category-block span.wc-points-rewards-product-message,
.related.products span.wc-points-rewards-product-message{
    display: none;
}

.custom-toast {
    position: fixed;
    top: 120px;
    right: -100%;
    left: auto;
    background: #f9f9f9;
    color: #222;
    border-top: 5px solid #2bb540;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    font-size: 15px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.6s ease;
    width: 26%;
}
.custom-toast.show {
    right: 40px;
    opacity: 1;
}
.custom-toast .woocommerce-message{
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
}
.custom-toast  .woocommerce-message::before{
    color: #2bb540;
}
.custom-toast .woocommerce-message a.button.wc-forward {
    width: 160px;
    text-align: center;
}
.custom-toast .woocommerce-message p {
    margin: 0;
    margin-right: 10px;
}
.toast-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.toast-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.toast-left i {
    color: #111;
    border: 2px solid #111;
    border-radius: 50%;
    font-size: 14px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toast-text {
    color: #222;
    font-size: 15px;
     line-height: 1.5;
}
.toast-content .button.wc-forward {
    background: transparent;
    color: #111;
    border: 1px solid #111;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.toast-content .button.wc-forward:hover {
    background: #111;
    color: #fff;
} 
.woocommerce-message {
    background: #f9f9f9;
    border: none;
}
.add_to_cart_button .loading-loader,
.single_add_to_cart_button .loading-loader,
#save-delivery-pickup .loading-loader {
    width: 20px !important;
    height: 20px;
    animation: spin 1s linear infinite;
    margin-bottom: 0px !important;
}
.add_to_cart_button img.loading-loader,
.single_add_to_cart_button img.loading-loader,
#save-delivery-pickup img.loading-loader {
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
}
.add-to-cart-active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000070;
}
.add-to-cart-active {
    pointer-events: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.wc-delivery-pickup-summary .woocommerce-column__title {
    font-size: 20px;
    margin-bottom: 20px;
}
.wc-delivery-pickup-summary{
    margin: 0px 0px 15px 0px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fafafa;
}
.woocommerce-order-delivery-pickup-details .woocommerce-column__title {
    margin-top: 0;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: "Playfair Display", serif;
}
.woocommerce-order-preferences-details {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 20px;
}
.woocommerce-delivery-note{
    background: #F5F5F5;
    border: 1px solid #ddd;
    padding: 12px 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 14px;
}
.woocommerce-delivery-note p {
    margin: 0;
}
.button.resend-otp-btn {
    background: transparent  !important;
    border: none  !important;
    padding: 0px  !important;
    font-weight: 500  !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    color: #000  !important;
    font-size: 14px !important;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info + .woocommerce-message {
    display: none;
}
.footer-copyright a {
    color: #f1f1f1 !important;
}

.woocommerce-order-details-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.woocommerce-order-details-left {
    width: calc(50% - 10px);
}
.woocommerce-order-details-right {
    width: calc(50% - 10px);
}
.woocommerce-order-delivery-pickup-details {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content .woocommerce-order-details-section {
    display: block;
}
.woocommerce-MyAccount-content .woocommerce-order-details-left {
    width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-order-details-right {
    width: 100%;
}

.woocommerce-thankyou-message {
    display: flex;
    gap: 20px;
}
.woocommerce-thankyou-message-left {
    width: 50%;
}
.woocommerce-thankyou-message-right {
    width: 50%;
}
.thankyou-order-received-popup {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 69%);
    z-index: 9999;
}
.thankyou-order-received-popup .thankyou-order-received-overlay {
    position: absolute;
    inset: 0;
}
.thankyou-order-received-outer {
    position: relative;
    background: #fff;
    padding: 40px 40px;
    border-radius: 8px;
    max-width: 430px;
    text-align: center;
    animation: popupScale 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0 20px;
}
.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.thankyou-order-check-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2ab640;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
}
.thankyou_order_received-btn {
    background-color: #35322D;
    font-size: 18px;
    font-weight: 400;
    border-width: 1px;
    border-color: #35322D;
    border-radius: 5px;
    padding: 12px 25px 12px 25px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
.thankyou_order_received-btn:hover {
    background-color: #fff;
    color: #35322D;
}
.thankyou-order-received-message {
    color: #2ab740;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.wc-date-time-error-message p {
    color: #ff0000;
    font-size: 13px;
}
.cart_totals form.woocommerce-shipping-calculator{
    display: none !important;
}
#billing_country_field label.required_field span.required {
    display: none;
}
.woocommerce-product-search {
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
    padding: 15px 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    justify-content: space-between;
    gap: 10px;
}
.product-search-form {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px 15px;
    height: 55px;
    border-radius: 10px;
    width: 60%;
}
.order-by-form {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px 15px;
    height: 55px;
    border-radius: 10px;
    flex: 1;
}
.order-by-form h4 {
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    flex: 1;
    display: flex;
    margin-right: 8px;
}
select.orderby {
    font-size: 14px;
    padding: 8px 8px;
    padding-right: 20px;
    border-radius: 5px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 1px center;
    background-repeat: no-repeat;
    background-size: 25px;
    width: 100%;
}
.cat-parent >a.product-cat-item {
    background-color: #e8e8e8;
    border-radius: 10px;
    position: relative;
}
.cat-parent >a.product-cat-item:after {
    content: '\f107';
    right: 15px;
    font-family: 'FontAwesome';
    position: absolute;
    transition: all 0.5s ease-in-out;
    font-size: 24px;
}
.cat-parent >a.product-cat-item.expanded:after {
    transform: rotate(180deg);
}
.cat-parent ul.children {
    margin: 3px 12px !important;
    padding-bottom: 20px;
}
.right-main-container .widgets_sidebar.widget_product_categories ul.children{
    display: none;
    height: auto;
}
.pac-container {
    z-index: 999999;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-name small {
    display: none;
}
td.product-name a small {
    display: block !important;
}
td.woocommerce-table__product-name.product-name ul.wc-item-meta {
    padding: 0px;
}
.mini-cart-thumbnail small {
    width: 100%;
    display: contents;
}
.product-flavour-selector {
    display: flex;
    gap: 10px;
    align-items: center;
}
.product-flavour-selector label {
    white-space: nowrap;
    margin: 0 !important;
}
.product-flavour-selector select{
    width: auto !important;
}
#billing_dish_temperature_field span.woocommerce-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
#billing_dish_temperature_field label.radio.required_field {
    margin: 0;
    cursor: pointer;
}
#billing_news_events_subscription_field label{
    cursor: pointer;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    cursor: pointer;
}
.woocommerce-page ul.products.columns-3 li.product p.stock.in-stock {
    padding: 0 12px;
}



.linguise_switcher_root {
    display: none;
}
.social-div .linguise_switcher_root.linguise_menu_root {
    display: block;
}
.linguise_current_lang {
    height: 34px;
    border: 1px solid #000 !important;
    border-radius: 5px;
}
#dropdown .linguise_switcher_dropdown li {
    border: 0 !important;
}
.home .linguise_switcher .lccaret svg {
    filter: invert(1);
}
.home .linguise_current_lang {
    border: 1px solid #fff !important;
}

.home .sticky_menu_top .linguise_switcher .lccaret svg {
    filter:inherit;
}
.home .sticky_menu_top .linguise_current_lang {
    border: 1px solid #000 !important;
}
.sticky_menu_top .linguise_switcher .lccaret svg {
    filter:inherit;
}
.sticky_menu_top .linguise_current_lang {
    border: 1px solid #000 !important;
}
.delivery-hours-message{
    padding:10px;
    margin-bottom:10px;
    border-radius:4px;
    font-weight:500;
}
.delivery-hours-message.info{
    background:#e7f5ff;
    border-left:4px solid #0073aa;
}
.delivery-hours-message.success{
    background:#e6f7e6;
    border-left:4px solid #2e7d32;
    color:#2e7d32;
}
.delivery-hours-message.error{
    background:#ffeaea;
    border-left:4px solid #d63638;
    color:#d63638;
}

.products-by-category-slider .woocommerce-loop-product__title {
    font-size: 18px !important;
    color: #35322D !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: normal;
    padding: 10px 12px !important;
    padding-top: 0 !important;
    text-align: left !important;
    margin-top: 15px !important;
}
.products-by-category-slider .price {
    display: block !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #35322D !important;
    font-family: 'Roboto';
    margin-bottom: 10px !important;
    line-height: normal;
    text-align: left !important;
    padding: 0 12px;
}
.products-by-category-slider form.cart {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 0 12px;
    flex-wrap: wrap;
}
.products-by-category-slider form.cart br {
    display: none;
}
.products-by-category-slider .quantity input {
    text-align: center;
}
.products-by-category-slider .button.add_to_cart_button {
    cursor: pointer;
    border: 1px solid #35322D;
}
.products-by-category-slider li.product {
    position: relative;
    margin: 0 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding-bottom: 20px;
    overflow: hidden;
}
.products-by-category-slider a.button.yith-wcqv-button {
    visibility: hidden;
    opacity: 0;
    transition: opacity ease-in-out .5s;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #35322D;
    color: #35322D;
}
.products-by-category-slider li.product:hover a.button.yith-wcqv-button {
    visibility: visible;
    opacity: 1;
}
.products-by-category-slider li.product a.button.yith-wcqv-button:hover {
    background-color: #35322D;
    border: 1px solid #35322D;
    color: #fff;
}
.products-by-category-slider .slick-dots li button:before {
    font-size: 15px !important;
}
.products-by-category-slider .slick-dots {
    bottom: -40px;
}
.products-by-category-slider {
    padding: 0;
    margin-bottom: 50px !important;
}
.products-by-category-slider li.product img{
    width: 100%;
}

.page-id-4541 #yith-quick-view-content div.summary {
    width: 100%;
}
.page-id-4541 #yith-quick-view-content h1.entry-title {
    display: block;
    color: #000;
    font-size: 18px;
}
.page-id-4541 #yith-quick-view-content input {
    border: 1px solid;
    background-color: transparent;
    padding: 0px 0px !important;
    appearance: none !important;
    width: 40px !important;
    font-size: 16px !important;
    height: 38px;
    border-radius: 5px;
}
.page-id-4541 #yith-quick-view-content .single_add_to_cart_button {
    padding: 12px 20px;
    border-radius: 5px;
}
.catering-accordion summary.e-n-accordion-item-title {
    gap: 10px;
    justify-content: space-between;
    padding: 10px 20px;
}
.catering-accordion .elementor-widget-text-editor p {
    margin: 0;
    padding: 0 10px;
}
.catering-accordion .elementor-element {
    border-top: 0;
}





 



























/* Responsive CSS */
@media(min-width: 1600px){
    .catering-section-image img {
        height: 50vh !important;
    }
}

@media(max-width: 1440px){
    .catering-section-image img {
        height: 40vh !important;
    }
}
@media(max-width: 1100px){
    .navbarprimary .primary-menu {
        gap: 10px;
        margin-right: 15px;
    }
}

@media(max-width: 1024px){
    .popular-products-slider li.product {
        width: calc(33.33% - 20px);
    }

}

@media(max-width: 991px){
    .section-main p {
        align-items: flex-start;
         max-width: 100%;
    }
    .navbarprimary .navbar-toggler-icon {
        background-image: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .navbarprimary .navbar-toggler-icon:after {
        content: "\f0c9";
        font-family: 'FontAwesome';
        color: #35322d;
    }
    .navbarprimary [aria-expanded="true"] .navbar-toggler-icon:after{
        content: "\f00d";
    }
    .navbar-expand-md .navbar-toggler {
        display: block !important;
    }
    #collapse-navbarprimary {
        position: fixed;
        left: 0px;
        top: 0;
        background-color: #35322d;
        width: 300px;
        height: 100vh;
        z-index: 99;
        padding: 20px 20px;
        transform: translateX(-100%);
        transition: transform 0.5s ease;
    }
    #collapse-navbarprimary.navbar-collapse.collapse.show {
        transform: translateX(0);
    }
    .navbarprimary .primary-menu {
        margin: 0;
        margin-left: 0;
    }
    .navbar-expand-md .navbar-collapse{
        display: block !important;
    }
    .navbarprimary ul.primary-menu > li a {
        color: #fff !important;
    }
    .navbarprimary .primary-menu {
        gap: 10px;
        margin-right: 0;
        flex-direction: column;
    }
    .navbarprimary .navbar-nav > li > a:after{
        display: none;
    }

    .navbarprimary .site-name-pr {
        padding: 0;
    }
    .navbarprimary .navbar-toggler {
        margin: 0;
        padding: 2px 6px !important;
    }
    .navbarprimary .navbar-toggler:focus{
        outline: none;
    }
    .navbarprimary {
        padding: 10px 0px !important;
    }
    .social-div {
        margin: 0 auto;
        padding: 0;
        justify-content: space-between !important;
        display: flex !important;
        width: 100%;
        flex-direction: row-reverse;
    }
    .social-div a.social-icon span.fa {
        margin-right: 0;
    }
    .navbar-expand-md > .container {
        gap: 8px;
        flex-direction: column;
    }
    .navbar-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        margin-top: 30px;
    }
    .woocommerce ul.order_details {
        justify-content: start;
    }
    #otp_submit_form input {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media(max-width: 768px){
    .popular-products-slider li.product {
        width: calc(50% - 20px);
    }
    td.order-actions {
        display: block !important;
        flex-direction: row;
        gap: 5px;
        justify-content: end;
        align-items: end;
        flex-wrap: wrap;
    }
    a.woocommerce-button.button.order-again {
        margin-right: 5px;
    }
    .container-box-left .post-inner h1.the-title {
        font-size: 22px !important;
    }
    .woocommerce-cart-form td.product-thumbnail {
        width: 100%;
    }
    .woocommerce-cart-form td.product-name {
        width: 100%;
    }
    .woocommerce-cart-form td.product-quantity {
        width: 100%;
    }
    .woocommerce-cart-form td.product-price {
        width: 100%;
    }
    .woocommerce-cart-form td.product-remove {
        width: 100%;
        display: flex !important;
        justify-content: end;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .woocommerce-cart-form table tr td {
        display: flex !important;
        justify-content: space-between;
        background-color: transparent !important;
    }
    .woocommerce-cart-form table tr {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        position: relative;
    }
    .woocommerce-cart-form td.product-thumbnail:before{
        display: none;
    }
    .woocommerce-cart-form td.actions {
        display: none !important;
    }
    .cart-collaterals h2 {
        margin-bottom: 10px;
    }
    .cart-collaterals table.shop_table tr td {
        display: flex;
        justify-content: end;
        width: 100%;
        background-color: transparent !important;
        gap: 20px;
    }
    .cart-collaterals table.shop_table tr td:before{
        display: none;
    }
    .woocommerce-cart-form  td.product-name a {
        font-size: 18px;
    }
    .woocommerce ul.products {
        display: block;
    }
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: block;
    }
    .woocommerce table.shop_table_responsive tbody tr, .woocommerce-page table.shop_table_responsive tbody tr{
        display: flex;
        flex-direction: column;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper {
        bottom: auto !important;
    }
    #customer_login {
        flex-direction: column;
    }
    #customer_login .u-column1.col-1 {
        width: 100% !important;
        padding-right: 0px;
    }
    #customer_login .u-column2.col-2 {
        width: 100% !important;
        padding-left: 0px;
    }
    td.woocommerce-orders-table__cell-order-actions {
        display: block !important;
    }
    td.woocommerce-orders-table__cell-order-actions  a.woocommerce-button.button.order-again {
        margin-right: 5px;
    }
    #otp_submit_form input {
        width: 100%;
        margin-bottom: 10px;
    }
    .woocommerce-order-details-left {
    width: 100%;
    }
    .woocommerce-order-details-right {
        width: 100%;
    }
    .woocommerce-order-details-section {
        gap: 0px;
    }
    .woocommerce-thankyou-message-left {
        width: 100%;
    }
    .woocommerce-thankyou-message-right {
        width: 100%;
    }
    .woocommerce-thankyou-message {
        gap: 0;
        flex-wrap: wrap;
    }
    .woocommerce-product-search{
        flex-wrap: wrap;
    }
    .product-search-form{
        width:100%;
    }
    .order-by-form{
        width:100%;
    }
    select.orderby{
        width: 100%;
    }
    .navbarprimary .dropdowntoggle {
        padding: 0px 5px 0px 5px;
        border-radius: 50%;
    }
}

@media(max-width: 767px){
    .popular-products-slider h2.woocommerce-loop-product__title {
        min-height: auto;
    }
    .footer-social-item {
        max-width: 100%;
        justify-content: start;
        margin: 0;
        margin-bottom: 15px;
    }
    .widgets_footer.widget_nav_menu {
        padding: 15px 0px !important;
        border-bottom: 1px solid #6e6e6e;
        border-top: 1px solid #6e6e6e;
    }
    .widgets_footer.widget_text{
        padding-top:15px !important;
    }
    .footer-widgets {
        padding: 30px 0px;
    }
    .footer-copyright {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .footer-copyright-center p {
        text-align: center;
    }
    .footer-widgets .widgets_footer h3.widgets_footer_title {
        font-size: 18px !important;
        margin-bottom: 10px;
    }
    .map-main-section .e-con-inner .elementor-element .elementor-custom-embed {
        height: 350px;
    }
    .layoutleftsidebar {
        -webkit-order: 2;
        order: 2;
        margin-left: auto;
    }
    .container-set {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .right-main-container {
        margin-bottom: 30px;
    }
    .right-main-container .widgets_sidebar h3.widgets_sidebar_title {
        font-size: 22px;
    }
    .popular-products-slider-section h2 {
        font-size: 22px;
    }
    .shop-category-title {
        font-size: 22px !important;
        margin-bottom: 15px !important;
    }
    .popular-products-slider {
        margin-bottom: 30px;
    }
    .shop-category-block ul.products li.product {
        margin-bottom: 20px !important;
    }
    .single-product-google-review h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    #category-meals-to-share:target {
      scroll-margin-top: 100px;
    }
    .yith-quick-view-content h1.product_title.entry-title {
        font-size: 18px !important;
    }
    .woocommerce .yith-quick-view .entry-summary .price {
        font-size: 18px !important;
    }
    .woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary form.cart {
        margin-bottom: 15px !important;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper {
        top: 30px !important;
    }
    #otp_submit_form input {
        width: 100%;
        margin-bottom: 10px;
    }
    .woocommerce-product-search{
        flex-wrap: wrap;
    }
    .product-search-form{
        width:100%;
    }
    .order-by-form{
        width:100%;
    }
    .navbarprimary .dropdowntoggle {
        padding: 0px 5px 0px 5px;
        border-radius: 50%;
    }
}

@media(max-width: 580px){
    .custom-toast {
        width: 85%;
    }
    .custom-logo-link img {
        max-width: 16px;
    }
    .shop-category-block ul.products li.product {
        width: 100% !important;
    }
    .food-card {
        margin: 0;
    }
    .popular-products-slider .product {
        margin: 0;
    }
/*    .woocommerce .popular-products-slider img, .woocommerce-page .popular-products-slider img {
        height: 300px;
    }*/
/*    .woocommerce ul.products li.product a img {
        height: 300px;
        object-fit: cover;
    }*/
    .popular-products-slider form.cart {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between !important;
        align-items: flex-start !important;
    }
    .woocommerce.woocommerce-page.single-product .related ul.products li {
        padding-bottom: 20px;
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .woocommerce ul.order_details {
        flex-direction: column;
        gap: 15px;
        padding: 30px 20px;
    }
    .woocommerce ul.order_details li {
        border: 0;
        border-bottom: 1px dashed #ccc;
        padding: 0;
        padding-bottom: 10px;
    }
    #wc-delivery-pickup-wrapper input, #wc-delivery-pickup-wrapper select {
        font-size: 14px;
        height: 30px;
    }
    .header-order-online-btn a {
        font-size: 14px !important;
        height: 30px;
    }
    .navbarprimary .site-name-pr {
        font-size: 12px;
        font-weight: 600;
    }
    .navbar-brand {
        padding: 0;
    }
    .popular-products-slider li.product {
        width: 100%;
    }
}
@media(max-width: 480px){
    .section-main p span {
        width: calc(100% - 100px);
    }
    .section-contact p span {
        text-align: left;
    }
    .section-main .section-contact p span {
        width: calc(100% - 200px);
    }
    .section-main h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .section-main {
        padding: 25px 15px;
    }
    .section-main p {
        max-width: 100%;
    }
    .section-contact p{
        text-align: right;
    }
    .section-pickup {
        padding: 15px 0px;
    }
    .section-contact {
        padding-top: 15px;
    }
    .section-opening-hours {
        padding-bottom: 15px;
    }
    input#wc-delivery-location, input#wc-pickup-inline {
        width: 85px;
    }
    #wc-delivery-pickup-wrapper input, #wc-delivery-pickup-wrapper select {
        font-size: 12px;
        padding: 5px 6px;
        height: 30px;
        font-weight: 400;
        line-height: normal;
    }
    select#wc-delivery-type {
        padding-right: 18px;
        background-size: 20px;
    }
    .header-order-online-btn a {
        font-size: 12px !important;
        padding: 5px 8px !important;
        height: 30px;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
        width: 100%;
        height: auto !important;
        position: absolute;
    }
    #yith-quick-view-modal.open .yith-wcqv-main {
        padding-bottom: 20px;
    }
    #yith-quick-view-content div.summary {
        padding-right: 15px !important;
    }
    .mini_cart_panel {
        width: 350px;
    }
    .mini_cart_header {
        padding: 10px 10px;
    }
    .mini_cart_panel .pickup_options {
        margin: 20px 10px;
    }
    .mini_cart_panel .location_info {
        margin: 0px 10px 10px;
    }
    .mini_cart_panel .cart_items {
        padding: 0 10px;
    }
    .mini_cart_panel .total_section {
        padding: 0 10px;
    }
    .woocommerce-mini-cart__buttons.buttons {
        padding: 0px;
    }
    .order-by-form h4{
        white-space: pre;
    }
    .woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
        padding: 8px 20px;
    }
}

.navbarprimary .dropdown-menu > li > a {
    background-color: #35322D;
}
.navbarprimary .dropdown-menu li {
    border-bottom: 1px solid #ffffff;
}
.navbarprimary .dropdown-menu {
    border-bottom-color: #35322D;
    border: 0px;
}
.navbarprimary .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #35322dc9;
}
.navbarprimary .navbar-nav > .active > a,
.navbarprimary .navbar-nav > li:hover > a {
    color: inherit;
}
.navbarprimary .dropdown-menu > .active > a{
    background-color: #000000 !important;
}

/* ================================================================
   Checkout Inline Delivery / Pickup Selector
   ================================================================ */

/* Hide the header shortcode wrapper on the checkout page so the
   inline section becomes the single point of selection */
.woocommerce-checkout #wc-delivery-pickup-wrapper {
    display: none !important;
}

#checkout-delivery-pickup-section {
    background: #f9f7f5;
    border: 1px solid #e3ddd7;
    border-radius: 8px;
    padding: 20px 22px;
    margin-bottom: 24px;
}

.checkout-order-type-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #35322d;
    border-bottom: 1px solid #e3ddd7;
    padding-bottom: 12px;
}

/* Toggle buttons row */
.checkout-order-type-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.checkout-type-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border: 2px solid #d4cdc7;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #35322d;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    line-height: 1.3;
}

.checkout-type-btn:hover {
    border-color: #35322d;
}

.checkout-type-btn.active {
    border-color: #35322d;
    background: #35322d;
    color: #fff;
}

.checkout-type-btn i {
    font-size: 15px;
}

/* Fields area */
.checkout-type-fields {
    margin-top: 4px;
}

/* Error / info messages inside inline section */
.checkout-type-error-message p {
    color: #c0392b;
    background: #fdf0ee;
    border-left: 3px solid #c0392b;
    padding: 7px 10px;
    margin: 8px 0;
    font-size: 13px;
    border-radius: 3px;
}

/* Delivery address input */
.checkout-delivery-address-wrap {
    margin-top: 12px;
}

/* "Same as billing" / delivery address summary */
.checkout-delivery-summary {
    background: #f0f7ee;
    border-left: 3px solid #2e7d32;
    border-radius: 4px;
    padding: 10px 14px;
    margin-top: 12px;
    font-size: 14px;
}

.checkout-delivery-summary p {
    margin: 0;
    color: #2e4a2e;
    line-height: 1.5;
}

.checkout-delivery-change-link {
    color: #35322d;
    text-decoration: underline;
    font-size: 13px;
    white-space: nowrap;
}

.checkout-delivery-change-link:hover {
    color: #000;
}

#checkout-delivery-input-wrap {
    margin-top: 8px;
}

#checkout-delivery-address {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
}

#checkout-delivery-address:focus {
    outline: none;
    border-color: #35322d;
}

#checkout-delivery-distance-message {
    margin-top: 8px;
}

#checkout-delivery-distance-message .response-message {
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    margin: 0;
}

#checkout-delivery-distance-message .response-message.success {
    color: #2e7d32;
    background: #e6f7e6;
    border-left: 3px solid #2e7d32;
}

#checkout-delivery-distance-message .response-message.error {
    color: #c0392b;
    background: #fdf0ee;
    border-left: 3px solid #c0392b;
}

/* Warning delivery-hours style (new — preorder message) */
.delivery-hours-message.warning {
    background: #fff8e1;
    border-left: 4px solid #f9a825;
    color: #795548;
}

/* Action buttons */
.checkout-delivery-pickup-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e3ddd7;
}

.checkout-save-btn {
    background: #35322d;
    color: #fff;
    border: none;
    padding: 9px 22px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.checkout-save-btn:hover {
    background: #1a1815;
    color: #fff;
}

.checkout-clear-btn {
    background: #fff;
    color: #35322d;
    border: 1px solid #d4cdc7;
    padding: 9px 22px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.checkout-clear-btn:hover {
    border-color: #35322d;
}

/* Loader on save button */
.checkout-save-btn .loading-loader {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 6px;
}

/* Pickup date/time pickers inside inline section — reuse existing .wc-pickup-date/.wc-pickup-time */
#checkout-pickup-fields .wc-pickup-date,
#checkout-pickup-fields .wc-pickup-time {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

#checkout-pickup-fields .wc-pickup-date input,
#checkout-pickup-fields .wc-pickup-time input {
    flex: 1;
    border: none;
    padding: 10px 14px;
    font-size: 14px;
    background: transparent;
}

#checkout-pickup-fields .wc-pickup-date input:focus,
#checkout-pickup-fields .wc-pickup-time input:focus {
    outline: none;
}

#checkout-pickup-fields .wc-pickup-date label,
#checkout-pickup-fields .wc-pickup-time label {
    padding: 0 12px;
    color: #777;
    font-size: 15px;
    cursor: pointer;
}

/* Inline telephone validity message, shown on blur. */
.terra-phone-error {
    display: block;
    margin-top: 4px;
    color: #c00;
    font-size: 13px;
    line-height: 1.4;
}

/* Days the store is shut are unselectable in the datepicker rather than
   selectable-then-rejected. */
.ui-datepicker td.terra-day-closed span.ui-state-default {
    color: #bbb;
    background: repeating-linear-gradient(
        45deg, transparent, transparent 3px, rgba(0,0,0,.05) 3px, rgba(0,0,0,.05) 6px
    );
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 480px) {
    .checkout-order-type-buttons {
        flex-direction: column;
    }
}
/* ================================================================
   End Checkout Inline Section
   ================================================================ */

/* ================================================================
   Special Hours / Closure Styles
   ================================================================ */

/* Homepage hours block — today's row highlight */
.google-opening-hours .hours p.today-row {
    font-weight: bold;
    background: rgba(255, 255, 255, 0.08);
    border-left: 3px solid #c9a96e;
    padding-left: 8px;
    border-radius: 3px;
}

/* Special-closure label inside today's row */
.google-opening-hours .hours .special-closed-label {
    color: #ff4444;
    font-weight: bold;
}

/* Full-width closure banner above the hours list */
.special-closure-banner {
    background: #ff4444;
    color: #fff;
    border-radius: 6px;
    padding: 10px 16px;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

/* Error message inside pickup modal / checkout for special day closure */
.wc-date-time-error-message p,
.checkout-type-error-message p {
    color: #c00;
    background: #fff0f0;
    border: 1px solid #ffcccc;
    border-radius: 4px;
    padding: 8px 12px;
    margin-top: 8px;
    font-size: 13px;
}
/* ================================================================
   End Special Hours Styles
   ================================================================ */

/* ================================================================
   Special Closure — Delivery Notice (modal + checkout)
   ================================================================ */
.special-closure-delivery-notice {
    background: #fff0f0;
    border: 1px solid #ffcccc;
    border-left: 4px solid #cc0000;
    border-radius: 6px;
    padding: 14px 18px;
    margin: 10px 0;
    text-align: center;
}
.special-closure-delivery-notice p {
    margin: 6px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}
.special-closure-delivery-notice p:first-child {
    font-size: 15px;
    color: #cc0000;
}
/* ================================================================
   End Special Closure Delivery Notice
   ================================================================ */
