.elementor-1498 .elementor-element.elementor-element-63f1c7ca{--display:flex;--overlay-opacity:0.5;}.elementor-1498 .elementor-element.elementor-element-63f1c7ca:not(.elementor-motion-effects-element-type-background), .elementor-1498 .elementor-element.elementor-element-63f1c7ca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E6D38D;}.elementor-1498 .elementor-element.elementor-element-63f1c7ca::before, .elementor-1498 .elementor-element.elementor-element-63f1c7ca > .elementor-background-video-container::before, .elementor-1498 .elementor-element.elementor-element-63f1c7ca > .e-con-inner > .elementor-background-video-container::before, .elementor-1498 .elementor-element.elementor-element-63f1c7ca > .elementor-background-slideshow::before, .elementor-1498 .elementor-element.elementor-element-63f1c7ca > .e-con-inner > .elementor-background-slideshow::before, .elementor-1498 .elementor-element.elementor-element-63f1c7ca > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-50ae35b5 */.cart-empty.woocommerce-info {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  
  font-weight:  !important;
  font-size: 1.5rem !important; /* makes text bigger */
  position: relative;
  top: -20px; /* moves text up by 10px */
  color: #000; /* optional: make text black */
}
.woocommerce-info::before {
  content: none !important;
  color: transparent !important;
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-63f1c7ca */.coupon {
  display: none !important;
}
.checkout-button {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  line-height: 1.2 !important;
}
.checkout-button {
  width: 100%;
  text-align: center !important;
}
/* Force WooCommerce product thumbnail size override */
td.product-thumbnail img.attachment-woocommerce_thumbnail {
    width: 150px !important;
    height: auto !important;
    max-width: none !important;
}
/* Completely hide the floating cart toggle button */
.majc-toggle-open-btn {
  display: none !important;
}

.quantity .input-text.qty {
  margin-top: -25px; /* Adjust the value as needed (e.g., -3px or -7px) */
}


@media (max-width: 768px) {
  .quantity .input-text.qty {
    margin-top: -45px;
  }
}



.checkout-button {
  display: flex !important;
  align-items: flex-start !important; /* align text to top */
  justify-content: center !important; /* center horizontally */
  height: 40px !important; /* adjust as needed */
  padding-top: px !important; /* move text down a bit from top */
  line-height: 1.2 !important;
  text-align: center !important;
}

/* Optional: If there is a <br> tag inside, hide it to avoid spacing issues */
.checkout-button br {
  display: none !important;
}

.button.wc-backward {
  background-color: #1A3C34 !important;
  border: 2px solid #1A3C34 !important;
  color: #ffffff !important; /* white text */
  padding: 10px 20px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  display: inline-block;
}

/* Optional: remove the <br> space inside the button */
.button.wc-backward br {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS */#content.site-content {
    background-color: #E6D38D;
}
a[href*="https://kitchen.demoprojects.digital/product/"] {
    color: black !important;
    text-decoration: none;
}
/* Style the Apply coupon and Update cart buttons */
button.button {
    background-color: #651010 !important;
    color: #fff !important;
    border-color: #651010 !important;
}

/* Style the Proceed to checkout button */
a.checkout-button.button.alt.wc-forward {
    background-color: #651010 !important;
    color: #fff !important;
    border-color: #651010 !important;
}
#ast-scroll-top {
    background-color: #651010 !important;
}/* End custom CSS */