@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//ricespice.ch/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//ricespice.ch/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//ricespice.ch/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//ricespice.ch/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//ricespice.ch/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//ricespice.ch/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//ricespice.ch/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//ricespice.ch/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//ricespice.ch/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 600;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-color: rgb(47,28,100);
	--wd-entities-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 800;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 800;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Nunito", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 15px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(235,122,97);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(235,122,97);
	--btn-accented-bgcolor-hover: rgb(214,111,88);
	--btn-transform: capitalize;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(250,239,237);
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(119,119,119);
	--wd-form-placeholder-color: rgb(119,119,119);
	--wd-form-bg: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 720px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* 1. Red Light for "Closed" Status */
.exwf-warning::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ff0000;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 8px #ff0000; /* Red Glow */
    vertical-align: middle;
}

.exwf-warning {
    color: #ff0000 !important;
    font-weight: 800 !important;
    font-size: 1.3rem !important;
}

/* 2. Green Light for "Open" Status */
.exwf-success::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #28a745;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 8px #28a745; /* Green Glow */
    vertical-align: middle;
    animation: pulse-green 2s infinite; /* Optional: Makes it blink/pulse */
}

.exwf-success {
    color: #28a745 !important;
    font-weight: 800 !important;
    font-size: 1.3rem !important;
}

/* Optional: Animation for the Green Light */
@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0px rgba(40, 167, 69, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(40, 167, 69, 0); }
    100% { box-shadow: 0 0 0 0px rgba(40, 167, 69, 0); }
}
.optiontics-group-title::before {
    content: '';
}

.optiontics-group-title {
    text-indent: -2ch;
    padding-left: 2ch;
}
.wpc-food-menu-item .wpc-menu-image,
.wpcpro-food-menu-item .wpc-menu-image,
.wpc-food-tab-wrapper .wpc-menu-image {
  border-radius: 18px !important;
  overflow: hidden !important;
}

.wpc-food-menu-item img,
.wpcpro-food-menu-item img,
.wpc-food-tab-wrapper img,
.wpc-menu-image img {
  border-radius: 18px !important;
}
/* =========================================
   EXTRA-COMPACT POPUP SPACING
   ========================================= */

/* Tighten right content column */
.wpc_variation_popup_content .wpc-single-content.summary.entry-summary {
  padding: 10px 22px 12px 12px !important;
}

/* Title + price tighter */
.wpc_variation_popup_content .product_title.entry-title {
  font-size: 20px !important;
  line-height: 1.08 !important;
  margin: 0 0 2px !important;
}

.wpc_variation_popup_content .price {
  margin: 0 0 4px !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
}

/* Remove vertical air between sections */
.wpc_variation_popup_content .optiontics-parent {
  margin: 0 0 6px !important;
}

.wpc_variation_popup_content .addon-form {
  margin-top: 0 !important;
}

.wpc_variation_popup_content .optiontics-block-label {
  margin: 0 0 2px !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
}

/* Protein options = compact 2-column grid */
.wpc_variation_popup_content .optiontics-block-radio .addon-options {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: 14px !important;
  row-gap: 0 !important;
  margin: 0 !important;
}

.wpc_variation_popup_content .optiontics-block-radio .addon-option {
  min-height: 34px !important;
  padding: 1px 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.05) !important;
}

.wpc_variation_popup_content .optiontics-block-radio .addon-option label {
  font-size: 13px !important;
  line-height: 1.1 !important;
  gap: 6px !important;
}

.wpc_variation_popup_content .addon-option input[type="radio"],
.wpc_variation_popup_content .addon-option input[type="checkbox"] {
  transform: scale(0.95) !important;
}

/* Extras tighter */
.wpc_variation_popup_content .optiontics-block-checkbox .addon-option {
  min-height: 36px !important;
  padding: 2px 0 !important;
  gap: 8px !important;
}

.wpc_variation_popup_content .optiontics-block-checkbox .addon-option label {
  font-size: 13px !important;
  line-height: 1.1 !important;
  gap: 6px !important;
}

.wpc_variation_popup_content .optiontics-quantity-input {
  width: 50px !important;
  min-width: 50px !important;
  height: 28px !important;
  font-size: 12px !important;
  border-radius: 8px !important;
}

.wpc_variation_popup_content .optiontics-block-checkbox .addon-option > .price {
  flex: 0 0 72px !important;
  font-size: 12px !important;
}

/* Comments box tighter */
.wpc_variation_popup_content textarea,
.wpc_variation_popup_content input[type="text"] {
  min-height: 38px !important;
  font-size: 13px !important;
}

.wpc_variation_popup_content textarea {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Totals area closer */
.wpc_variation_popup_content .optiontics-product-price-summary {
  margin-top: 4px !important;
  padding-top: 6px !important;
  font-size: 12px !important;
}

.wpc_variation_popup_content .optiontics-product-price-summary > div {
  margin: 0 0 2px !important;
}

.wpc_variation_popup_content #optiontics_option_total_price {
  font-size: 14px !important;
}

/* Add to cart area tighter */
.wpc_variation_popup_content form.cart {
  gap: 6px !important;
  margin-top: 6px !important;
}

.wpc_variation_popup_content form.cart .quantity .minus,
.wpc_variation_popup_content form.cart .quantity .plus {
  width: 34px !important;
  height: 36px !important;
}

.wpc_variation_popup_content form.cart .quantity .qty {
  width: 46px !important;
  height: 36px !important;
  font-size: 13px !important;
}

.wpc_variation_popup_content form.cart .single_add_to_cart_button {
  height: 36px !important;
  line-height: 36px !important;
  padding: 0 16px !important;
  font-size: 13px !important;
}

/* Optional: slightly smaller image area */
.wpc_variation_popup_content .variation_product_image {
  padding: 12px 4px 12px 12px !important;
}

.wpc_variation_popup_content .woocommerce-product-gallery__image img,
.wpc_variation_popup_content .woocommerce-product-gallery img {
  max-width: 74% !important;
}

/* Mobile fallback */
@media (max-width: 640px) {
  .wpc_variation_popup_content .optiontics-block-radio .addon-options {
    grid-template-columns: 1fr !important;
  }
}
/* =========================================
   POPUP CLEANUP
   - hide addon price row
   - reduce gap above add to cart area
   ========================================= */

/* Hide only the "Addons Price" row */
.wpc_variation_popup_content .optiontics-product-price-summary > div:first-child {
  display: none !important;
}

/* Pull totals + add to cart area closer to comments */
.wpc_variation_popup_content .optiontics-product-price-summary {
  margin-top: 2px !important;
  padding-top: 4px !important;
}

.wpc_variation_popup_content form.cart {
  margin-top: 4px !important;
}

/* Reduce space under comments field */
.wpc_variation_popup_content textarea,
.wpc_variation_popup_content input[type="text"] {
  margin-bottom: 4px !important;
}

/* If there is extra margin on the comments block itself */
.wpc_variation_popup_content .optiontics-parent:last-of-type,
.wpc_variation_popup_content .addon-form > div:last-child {
  margin-bottom: 4px !important;
}