/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme of Hello Elementor
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom styles below this line */


.woocommerce-mini-cart cart .cart-item-stock.cart-item-stock--in {
    display: flex;
    align-items: center;
    font-size: 12px !important;
    line-height: 100% !important;
    color:#FD5702;
}
.woocommerce-mini-cart cart .cart-item-stock-dot img {
    max-width: 18px;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background-color: #FD5702;
    text-transform: uppercase;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart{
    background-color: #FD5702;
    text-transform: uppercase;
}
.rel-product-card .elementor-widget-wc-add-to-cart, .elementor-widget-wc-add-to-cart a, .elementor-widget-wc-add-to-cart button {
    flex-direction: column;
	align-items: center;
}
.woocommerce a.added_to_cart {
    text-align: center;
}

/* ==========================================================================
   Mairs Cart Drawer — theme CSS for Elementor Woo Menu Cart widget
   Paste into Elementor > Site Settings > Custom CSS (or theme customizer)
   ========================================================================== */

:root{
  --mc-ink:#17181C;
  --mc-ink-soft:#6B7280;
  --mc-line:#ECECEF;
  --mc-orange:#F26B0F;
  --mc-orange-dark:#D65A08;
  --mc-orange-tint:#FFF3E8;
  --mc-green:#1FAA59;
  --mc-green-tint:#EAFAF0;
  --mc-red:#E24444;
  --mc-paper:#FFFFFF;
  --mc-stage:#F4F1EC;
}



.elementor-menu-cart__close-button{
  position:absolute;
  top:14px;
  right:14px;
  width:32px;
  height:32px;
  border-radius:50%;
  background:var(--mc-stage);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:background .15s, color .15s;
  z-index:2;
}
.elementor-menu-cart__close-button:hover{
  background:var(--mc-orange-tint);
}

.elementor-menu-cart__main{
  padding:22px 22px 0;
}

/* ---- Cart list ---- */
.wpr-woo-mini-cart.woocommerce-mini-cart{
  list-style:none;
  margin:0 0 4px;
  padding:0;
  max-height:60vh;
  overflow-y:auto;
}
.wpr-woo-mini-cart.woocommerce-mini-cart::-webkit-scrollbar{ width:6px; }
.wpr-woo-mini-cart.woocommerce-mini-cart::-webkit-scrollbar-thumb{
  background:var(--mc-line);
  border-radius:6px;
}

.woocommerce-mini-cart-item.mini_cart_item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:18px 0;
  border-bottom:1px solid var(--mc-line);
  position:relative;
}
.wpr-woo-mini-cart.woocommerce-mini-cart li:last-child{
  border-bottom:none;
}

/* ---- Thumbnail ---- */
.wpr-mini-cart-image{
  width:76px;
  height:76px;
  flex:none;
  border-radius:10px;
  background:var(--mc-stage);
  overflow:hidden;
}
.wpr-mini-cart-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* ---- Name / meta block ---- */
.wpr-mini-cart-name-and-quantity{
  flex:1;
  min-width:0;
  padding-right:20px; /* room for remove button */
}

.wpr-mini-cart-product-name a{
  text-decoration:none;
}

.cart-item-category{
  display:block;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:var(--mc-orange);
  margin-bottom:3px;
}

.cart-item-title{
  font-weight:600;
  font-size:14.5px;
  line-height:1.35;
  color:var(--mc-ink);
  margin-bottom:4px;
}

.cart-item-brand{
  display:block;
  font-size:12px;
  color:var(--mc-ink-soft);
  margin-bottom:8px;
}

.cart-item-stock{
  display:inline-flex;
  align-items:center;
  gap:5px;
  font-size:11.5px;
  font-weight:600;
  color:var(--mc-green);
  padding:3px 8px 3px 6px;
  border-radius:999px;
  margin-bottom:8px;
}
.cart-item-stock--in{ color:var(--mc-green); }
.cart-item-stock-dot{
  width:14px;
  height:14px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.cart-item-stock-dot img{
  width:14px;
  height:14px;
  display:block;
}

/* ---- Quantity / price ---- */
.wpr-mini-cart-quantity{
  font-family:'Poppins',sans-serif;
  font-weight:700;
  font-size:14px;
  color:var(--mc-ink);
}
.wpr-mini-cart-quantity .quantity{
  display:flex;
  align-items:center;
  gap:4px;
}

/* ---- Remove (x) button ---- */
.wpr-mini-cart-remove{
  position:absolute;
  top:18px;
  right:0;
}
.wpr-mini-cart-remove a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:50%;
  color:var(--mc-ink-soft);
  font-size:16px;
  line-height:1;
  text-decoration:none;
  transition:color .15s, background .15s;
}
.wpr-mini-cart-remove a:hover{
  color:var(--mc-red);
  background:#FDEDED;
}

/* ---- Separator ---- */
.wpr-mini-cart-separator{
  height:1px;
  background:var(--mc-line);
  margin:12px 0 16px;
}

/* ---- Subtotal ---- */
.woocommerce-mini-cart__total.total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:17px;
  font-weight:700;
  color:var(--mc-ink);
  margin:0 0 18px;
}
.woocommerce-mini-cart__total.total strong{
  font-weight:700;
  font-size:13.5px;
  color:var(--mc-ink-soft);
  text-transform:uppercase;
  letter-spacing:.03em;
}

.woocommerce-Price-amount.amount{
  font-family:'Poppins',sans-serif;
  font-weight:700;
  color:var(--mc-ink);
}
.woocommerce-Price-currencySymbol{
  font-size:.75em;
  font-weight:600;
  color:var(--mc-ink-soft);
  margin-right:2px;
}

/* ---- Buttons ---- */
.woocommerce-mini-cart__buttons.buttons{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:0 0 22px;
}
.woocommerce-mini-cart__buttons.buttons a.button{
  display:block;
  width:100%;
  text-align:center;
  padding:13px 16px;
  border-radius:10px;
  font-weight:700;
  font-size:14.5px;
  text-decoration:none;
  transition:background .15s, border-color .15s, color .15s, transform .1s;
  box-sizing:border-box;
}

/* View cart = secondary */
.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout){
  background:var(--mc-paper);
  color:var(--mc-ink);
  border:1.5px solid var(--mc-line);
  order:2;
}
.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout):hover{
  border-color:var(--mc-orange);
  color:var(--mc-orange-dark);
}

/* Checkout = primary */
.woocommerce-mini-cart__buttons.buttons a.button.checkout{
  background:var(--mc-orange);
  color:#fff;
  border:none;
  order:1;
  box-shadow:0 8px 18px rgba(242,107,15,.28);
}
.woocommerce-mini-cart__buttons.buttons a.button.checkout:hover{
  background:var(--mc-orange-dark);
}
.woocommerce-mini-cart__buttons.buttons a.button.checkout:active{
  transform:translateY(1px);
}

/* ---- Toggle button (cart icon + total in header/nav) ---- */
.elementor-menu-cart__toggle_button.elementor-button{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--mc-paper);
  border:1px solid var(--mc-line);
  border-radius:999px;
  padding:9px 16px;
  text-decoration:none;
  transition:border-color .15s;
}
.elementor-menu-cart__toggle_button.elementor-button:hover{
  border-color:var(--mc-orange);
}
.elementor-menu-cart__toggle_button .elementor-button-text{
  font-family:'Poppins',sans-serif;
  font-weight:700;
  font-size:14px;
  color:var(--mc-ink);
}
.elementor-menu-cart__toggle_button .elementor-button-icon{
  position:relative;
  display:flex;
  align-items:center;
  color:var(--mc-ink);
}
.elementor-menu-cart__toggle_button .elementor-button-icon-qty{
  position:absolute;
  top:-8px;
  right:-8px;
  background:var(--mc-orange);
  color:#fff;
  font-size:10px;
  font-weight:700;
  width:16px;
  height:16px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.elementor-menu-cart__toggle_button .e-font-icon-svg{
  width:20px;
  height:20px;
  fill:currentColor;
}

/* ---- Toggle button state: turns white while the drawer is open ----
   The widget sets aria-expanded="true" on the toggle button itself,
   so we hook off that instead of a body/container class. */
.elementor-menu-cart__toggle_button[aria-expanded="true"]{
  background:var(--mc-ink);
  border-color:var(--mc-ink);
}
.elementor-menu-cart__toggle_button[aria-expanded="true"] .elementor-button-text{
  color:#fff;
}
.elementor-menu-cart__toggle_button[aria-expanded="true"] .elementor-button-icon{
  color:#fff;
}
.elementor-menu-cart__toggle_button[aria-expanded="true"] .e-font-icon-svg{
  fill:#fff;
}
.elementor-menu-cart__toggle_button[aria-expanded="true"] .elementor-button-icon-qty{
  background:var(--mc-orange);
  color:#fff;
}
.elementor-heading-title, h1, h2, h3, h4, h5, h6 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06) !important;
}
/* ---- Empty cart state (Woo default markup) ---- */
.woocommerce-mini-cart__empty-message{
  font-size:14px;
  color:var(--mc-ink-soft);
  text-align:center;
  padding:32px 10px;
}
.eael-single-product-add-to-cart .added_to_cart {
    text-align: center !important;
    border: 1px solid #fd5702;
    line-height: 100%;
    font-weight: 600;
    margin-left: 12px;
	color:#000;
    border-radius: 4px;
    padding: 18px 26px !important;
    text-transform: capitalize;
}

@media(max-width:767.98px){
	.eael-add-to-cart-wrapper.eael-product-simple form {
		flex-wrap: wrap !important;
	}
	.eael-single-product-add-to-cart .added_to_cart {
		margin-top: 12px;
	}

}