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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 18px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 300;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 21px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://www.bazzad.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.header-banner {
	background-color: rgb(0,160,24);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(221,51,51);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 0px;
}

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

}

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

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--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;
}
}


/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 0;
}

.shipping-container {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    padding: 25px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

h2 {
    text-align: center;
    color: #0275d8;
    font-size: 24px;
}

.intro {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-bottom: 20px;
}

.shipping-option {
    display: flex;
    align-items: center;
    background: #fff;
    border-left: 5px solid #0275d8;
    padding: 15px;
    margin-top: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.shipping-icon {
    font-size: 24px;
    color: #0275d8;
    margin-right: 15px;
}

.shipping-option h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

.shipping-option p {
    font-size: 15px;
    color: #666;
}

.shipping-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
}

.shipping-info i {
    font-size: 22px;
    color: #0275d8;
    margin-right: 10px;
}

.shipping-info p {
    font-size: 15px;
    color: #555;
}

.support-box {
    text-align: center;
    margin-top: 25px;
    background: #0275d8;
    color: white;
    padding: 15px;
    border-radius: 8px;
}

.support-box h3 {
    color: white;
}

.support-box a {
    color: #ffd700;
    font-weight: bold;
    text-decoration: none;
}

.support-box a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .shipping-container {
        width: 95%;
    }

    .shipping-option, .shipping-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .shipping-icon {
        margin-bottom: 8px;
    }
}

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 0;
}

.highlights-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    max-width: 900px;
    margin: 20px auto;
}

.highlight-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.highlight-box i {
    font-size: 28px;
    color: #0275d8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .highlights-container {
        flex-direction: column;
        gap: 15px;
    }
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

body .woocommerce-review__dash,
body .woocommerce-review__published-date{
display:none;
}


/* Style the Contact Form 7 fields */
.wpcf7-form label {
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

/* Style input fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

/* Hover and focus effects */
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Style radio buttons and checkboxes */
.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
}

/* Style the submit button */
.wpcf7-form input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #0056b3;
}

/* Improve spacing and layout */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Make form responsive */
@media (max-width: 768px) {
    .wpcf7-form {
        padding: 15px;
    }

    .wpcf7-form input,
    .wpcf7-form select,
    .wpcf7-form textarea {
        font-size: 14px;
        padding: 10px;
    }

    .wpcf7-form input[type="submit"] {
        font-size: 16px;
        padding: 10px;
    }
}


/* 🌟 Beautify WooCommerce Checkout Form Fields */

/* Style input fields */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="date"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    padding: 14px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
    font-size: 16px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

/* 🌈 Input Focus Effect */
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #444;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background: #f8f9fa;
}

/* ✨ Stylish Input Placeholders */
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
    color: #888;
    font-style: italic;
    font-size: 14px;
    opacity: 0.8;
}

/* 💳 Style dropdowns */
.woocommerce-checkout select {
    background: #fff;
    appearance: none; /* Hide default dropdown arrow */
    padding-right: 30px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23444" d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

/* 🚀 Style the checkout button */
.woocommerce-checkout .button {
    background: #444;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.woocommerce-checkout .button:hover {
    background: #222;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

/* ✅ Improve Error Messages */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background: #28a745; /* Green color */
    border: none;
}

/* 🖥️ Responsive Adjustments */
@media (max-width: 768px) {
    .woocommerce-checkout input,
    .woocommerce-checkout select,
    .woocommerce-checkout textarea {
        font-size: 15px;
        padding: 12px;
    }

    .woocommerce-checkout .button {
        font-size: 16px;
        padding: 12px;
    }
}

/* Style the form labels for clarity */
.wpcf7-form label {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

/* Style the download button */
.download-btn {
    display: inline-block;
    background-color: #007bff; /* Bright blue */
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
    text-align: center;
}

.download-btn:hover {
    background-color: #0056b3; /* Darker blue */
}

/* Style the policy agreement section */
.policy-agreement {
    display: block;
    font-size: 16px;
    color: #d9534f; /* Red highlight */
    margin-bottom: 5px;
}

/* Style quantity input on checkout page */
.woocommerce-checkout .woocommerce-checkout-review-order-table .qty {
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 8px 12px;
  width: 60px;
  height: 44px;
  border-radius: 6px;
}

/* Space out the minus, plus and number input */
.woocommerce-checkout .quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Optional: Add spacing below product rows */
.woocommerce-checkout-review-order-table td.product-name {
  padding-bottom: 15px;
}

/* Style plus and minus buttons to match Bazzad's look */
.woocommerce-checkout .quantity .minus,
.woocommerce-checkout .quantity .plus {
  background-color: #222; /* Dark neutral (almost black) */
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* Hover effect with green accent */
.woocommerce-checkout .quantity .minus:hover,
.woocommerce-checkout .quantity .plus:hover {
  background-color: #28a745; /* Green accent */
}

.woocommerce-checkout button.button[type="submit"]:nth-of-type(2) {
  display: none !important;
}


/* Minimal clean look for Select2 dropdown */
.select2-container .select2-selection--single {
  height: 44px !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 0 12px !important;
  font-size: 15px !important;
  color: #222 !important;
  box-shadow: none !important;
  transition: border 0.3s ease-in-out;
}

/* Placeholder and selected text */
.select2-selection__rendered {
  line-height: 44px !important;
  color: #444 !important;
}

/* Dropdown arrow */
.select2-selection__arrow {
  height: 44px !important;
  top: 0px !important;
  right: 10px !important;
}

/* Dropdown option list */
.select2-container--default .select2-results__option {
  font-size: 14px !important;
  padding: 10px 12px !important;
  color: #333 !important;
}

/* Hover effect for options */
.select2-results__option--highlighted {
  background-color: #222 !important;
  color: #fff !important;
}

/* Selected option */
.select2-results__option[aria-selected="true"] {
  background-color: #f4f4f4 !important;
  color: #000 !important;
}

select[name='bazzad_pickup_location'] {
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/d/db/GIGM_Logo.png/120px-GIGM_Logo.png');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 36px;
}


.payment-step{
  display:flex;
  align-items:center;
  gap:8px;         /* space between the 2 and the title */
  flex-wrap:nowrap;
}
.payment-step *{
  margin:0;        /* removes extra heading margin */
}


/* Premium cards for payment methods */
:root{
  --bz-primary:#0ea5e9;   /* brand accent */
  --bz-ok:#16a34a;        /* success */
  --bz-text:#0f172a;
  --bz-muted:#6b7280;
  --bz-card:#ffffff;
  --bz-border:#e5e7eb;
  --bz-soft:#f8fafc;
}

/* container */
#payment .wc_payment_methods{
  display:grid;
  gap:14px;
  margin:10px 0 0 0;
  padding:0;
}

/* each method becomes a card */
#payment .wc_payment_methods li.wc_payment_method{
  list-style:none;
  background:var(--bz-card);
  border:1px solid var(--bz-border);
  border-radius:14px;
  padding:14px 16px;
  display:grid;
  grid-template-columns:28px 1fr auto;
  align-items:center;
  gap:12px;
  box-shadow:0 2px 10px rgba(2,6,23,.05);
  transition:border-color .2s, box-shadow .2s, transform .06s;
  cursor:pointer;
}

/* radio input larger but subtle */
#payment .wc_payment_methods li .input-radio{
  width:18px; height:18px;
  accent-color:var(--bz-primary);
  margin:0;
}

/* title */
#payment .wc_payment_methods li label{
  font-weight:700;
  color:var(--bz-text);
  margin:0;
  line-height:1.2;
}

/* small subtitle line */
#payment .bz-subline{
  font-size:13px;
  color:var(--bz-muted);
  margin-top:4px;
}

/* right side trust strip for Paystack */
#payment .bz-logos{
  display:flex; align-items:center; gap:6px;
  opacity:.9;
}

/* selected look */
#payment .wc_payment_methods li.bz-selected{
  border-color:var(--bz-primary);
  box-shadow:0 8px 24px rgba(2,132,199,.18);
}

/* hover hint */
#payment .wc_payment_methods li:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 28px rgba(2,6,23,.08);
}

/* WhatsApp highlight */
#payment .wc_payment_methods li.bz-whatsapp{
  border-color:#25D36622;
}
#payment .wc_payment_methods li.bz-whatsapp .bz-icon{
  color:#25D366;
}

/* small pill badge, optional */
.bz-badge{
  font-size:11px;
  padding:3px 7px;
  background:var(--bz-soft);
  border:1px solid var(--bz-border);
  border-radius:999px;
  color:var(--bz-muted);
}



/* Hide all extra text by default */
.woocommerce-checkout .payment_box{
  display:none !important;
}

/* Show a tiny helper line only on the selected method */
.wc_payment_method.bz-selected .payment_box{
  display:block !important;
  grid-column:2 / -1;        /* sits under the title */
  margin:6px 0 0 0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#6b7280 !important;   /* muted */
  font-size:13px !important;
  line-height:1.4 !important;
}

/* Remove any old bubble pointer */
.woocommerce-checkout .payment_box::before{ display:none !important; }.woocommerce-checkout .woocommerce-billing-fields h3{ margin:12px 0 8px !important; }


/* tighter list spacing */
#payment .wc_payment_methods{ gap:10px !important; }

/* smaller cards */
#payment .wc_payment_methods li.wc_payment_method{
  padding:12px 14px !important;
  gap:8px !important;
  border-radius:12px !important;
  margin:10px 0 !important;
}

/* headline a bit smaller */
#payment .wc_payment_methods li.wc_payment_method label{
  font-size:18px !important;
  line-height:1.2 !important;
}

/* description as a tiny muted subline, not a pill */
#payment .wc_payment_methods li.wc_payment_method .payment_box{
  grid-column:2 / -1;
  margin:6px 0 0 0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#6b7280 !important;
  font-size:13px !important;
  line-height:1.35 !important;
  box-shadow:none !important;
}
#payment .wc_payment_methods li.wc_payment_method .payment_box::before{ display:none !important; }




/* Center the footer area and give some breathing room */
#order_review .place-order { 
  text-align: center; 
  padding: 12px 0 20px; 
}

/* Modern black CTA, works for Classic and Blocks checkout */
#order_review .place-order .button,
button#place_order,
button[name="woocommerce_checkout_place_order"],
.wc-block-components-checkout-place-order__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;

  width: clamp(260px, 100%, 560px);
  min-height: 56px;            /* bigger tap target on mobile */
  padding: 0 24px;

  font: 700 17px/1.1 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing: .2px;
  text-transform: none;

  color: #fff;
  background: #000;
  border: 0;
  border-radius: 14px;

  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  transition: transform .05s ease, box-shadow .25s ease, filter .25s ease, opacity .25s ease;
}

/* Larger look on tablets and desktop */
@media (min-width: 769px){
  #order_review .place-order .button,
  button#place_order,
  button[name="woocommerce_checkout_place_order"],
  .wc-block-components-checkout-place-order__button {
    min-height: 60px;
    font-size: 18px;
    width: 420px;
  }
}

/* Hover, active, focus */
#order_review .place-order .button:hover,
button#place_order:hover,
button[name="woocommerce_checkout_place_order"]:hover,
.wc-block-components-checkout-place-order__button:hover {
  filter: brightness(.92);
  box-shadow: 0 14px 32px rgba(0,0,0,.28);
}
#order_review .place-order .button:active,
button#place_order:active,
button[name="woocommerce_checkout_place_order"]:active,
.wc-block-components-checkout-place-order__button:active {
  transform: translateY(1px);
  box-shadow: 0 8px 18px rgba(0,0,0,.28);
}
#order_review .place-order .button:focus-visible,
button#place_order:focus-visible,
button[name="woocommerce_checkout_place_order"]:focus-visible,
.wc-block-components-checkout-place-order__button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #000;
}

/* Disabled state */
#order_review .place-order .button[disabled],
button#place_order[disabled],
button[name="woocommerce_checkout_place_order"][disabled],
.wc-block-components-checkout-place-order__button:disabled {
  opacity: .55;
  cursor: not-allowed;
  box-shadow: none;
}

/* Optional, subtle arrow icon inside the button */
#order_review .place-order .button::after,
button#place_order::after,
button[name="woocommerce_checkout_place_order"]::after,
.wc-block-components-checkout-place-order__button::after{
  content: '';
  width: 18px; height: 18px; background: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 12h12m-4 4 4-4-4-4" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>') no-repeat center / contain;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 12h12m-4 4 4-4-4-4" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>') no-repeat center / contain;
}

/* T&C checkbox, cleaner and on brand */
#terms { accent-color:#000; transform: scale(1.15); }
.woocommerce-terms-and-conditions-wrapper { margin-bottom: 12px; }

/* Safety, make sure nothing is still hiding the native footer from earlier experiments */
@media (max-width: 768px){
  #order_review .place-order{
    display:block !important;
    height:auto !important;
    padding-top: 16px !important;
  }
}

/* Show only the last submit button inside the checkout footer */
form.checkout .place-order button[type="submit"]:not(:last-of-type){
  display:none !important;
}

/* Style only the real checkout button in the footer area */
form.checkout .place-order .button,
form.checkout .place-order button#place_order,
form.checkout .place-order button[name="woocommerce_checkout_place_order"]{
  /* your big, modern black style here */
}

/* Show only the final checkout footer */
form.checkout #payment .place-order { display: none !important; }
form.checkout #payment .place-order:last-of-type { display: block !important; }

/* Style only the real button in that final footer */
form.checkout #payment .place-order:last-of-type .button{
  /* your modern black style here */
}


/* Tidy spacing under T&C */
.woocommerce-terms-and-conditions-wrapper + .place-order{
  margin-top: 10px;
}

/* Modern black CTA, single source of truth */
form.checkout #payment .place-order:last-of-type .button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.6rem;
  width:clamp(260px,100%,520px);
  min-height:58px;
  padding:0 24px;
  border:0;
  border-radius:14px;
  background:#000;
  color:#fff;
  font:700 17px/1.1 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing:.2px;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
  transition:transform .05s ease, box-shadow .25s ease, filter .25s ease, opacity .25s ease;
  text-transform:none;
}

/* Mobile, allow full width if you prefer */
@media (max-width:480px){
  form.checkout #payment .place-order:last-of-type .button{ width:100%; }
}

/* Hover, active, focus */
form.checkout #payment .place-order:last-of-type .button:hover{
  filter:brightness(.92);
  box-shadow:0 14px 32px rgba(0,0,0,.28);
}
form.checkout #payment .place-order:last-of-type .button:active{
  transform:translateY(1px);
  box-shadow:0 8px 18px rgba(0,0,0,.28);
}
form.checkout #payment .place-order:last-of-type .button:focus-visible{
  outline:none;
  box-shadow:0 0 0 3px #fff, 0 0 0 6px #000;
}

/* Disabled look */
form.checkout #payment .place-order:last-of-type .button[disabled]{
  opacity:.55;
  cursor:not-allowed;
  box-shadow:none;
}

/* Optional arrow icon */
form.checkout #payment .place-order:last-of-type .button::after{
  content:'';
  width:18px; height:18px; background:currentColor;
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 12h12m-4 4 4-4-4-4" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>') no-repeat center / contain;
          mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5 12h12m-4 4 4-4-4-4" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>') no-repeat center / contain;
}

/* Show a spinner while Woo processes the order */
@keyframes bzspin{ to{ transform:rotate(360deg); } }
form.checkout.processing #payment .place-order:last-of-type .button{
  pointer-events:none;
  filter:brightness(.9);
}
form.checkout.processing #payment .place-order:last-of-type .button::after{
  content:'';
  width:18px; height:18px; background:currentColor;
  margin-left:.6rem;
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a9 9 0 1 0 9 9" stroke="%23000" stroke-width="2" fill="none" stroke-linecap="round"/></svg>') no-repeat center / contain;
          mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 3a9 9 0 1 0 9 9" stroke="%23000" stroke-width="2" fill="none" stroke-linecap="round"/></svg>') no-repeat center / contain;
  animation:bzspin .9s linear infinite;
}


/* Remove the left-side "Shipping" label cell; make content full width */
@media (max-width: 860px){
  #order_review .shop_table tr.shipping > th,
  .woocommerce-checkout-review-order-table tr.shipping > th{
    display:none !important;
  }
  #order_review .shop_table tr.shipping > td,
  .woocommerce-checkout-review-order-table tr.shipping > td{
    display:block !important;
    padding-left:0 !important;
  }
}

/* Left-align the "Shipping method" heading and its cell */
@media (max-width: 860px){
  #order_review .shop_table tr.shipping > td{
    text-align: left !important;
  }
}

/* Our inserted headings: force left, no auto-centering */
#bb-ship-heading,
.bb-ship-title{
  display:block;
  text-align:left !important;
  margin:8px 0 10px !important;
  padding:0 !important;
}


/* Mobile: remove header bottom line + sticky shadow (Woodmart/Xtemos) */
@media (max-width: 860px){
  /* kill borders/shadows on the header wrapper */
  .wd-header,
  .whb-header,
  .whb-general-header,
  .whb-sticked,
  header.site-header {
    border-bottom: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
  }

  /* Woodmart draws a 1px line with ::before/::after — hide it */
  .whb-general-header .whb-flex-row::before,
  .whb-general-header .whb-flex-row::after,
  .whb-wrap::before,
  .whb-wrap::after,
  .wd-header::after,
  .whb-border-line,
  .whb-line {
    display: none !important;
  }
}


/* --- Optional app-like polish for mobile header --- */
@media (max-width: 860px){
  /* Respect iOS notch safe area */
  @supports (padding: env(safe-area-inset-top)){
    .whb-general-header,
    .wd-header,
    header.site-header{
      padding-top: calc(env(safe-area-inset-top) + 8px) !important; /* tiny breathing room */
    }
  }

  /* Remove tap flash on iOS */
  html, body { -webkit-tap-highlight-color: transparent; }

  /* Just in case sticky state re-adds a line/shadow */
  .whb-sticked, .whb-sticked .whb-flex-row,
  .wd-header.wd-sticky{
    border-bottom: 0 !important;
    box-shadow: none !important;
  }
  .whb-sticked .whb-flex-row::before,
  .whb-sticked .whb-flex-row::after{ display:none !important; }
}


/* Mobile: remove footer top line / shadows */
@media (max-width: 860px){
  footer.site-footer,
  .wd-footer,
  .footer-container{
    border-top: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
  }
  .wd-footer::before,
  .wd-footer::after,
  .footer-container::before,
  .footer-container::after,
  hr{ display:none !important; }
}


/* Mobile: compact header height (keeps it comfy, not cramped) */
@media (max-width: 860px){
  .whb-general-header,
  .wd-header,
  header.site-header{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .whb-header .whb-flex-row,
  .wd-header .whb-flex-row{
    min-height: 48px !important;
  }
  /* keep logo tidy */
  .whb-logo img{ max-height: 28px !important; }

	
	
/* Small, unobtrusive consent line under the button */
.bb-terms-inline{
  margin-top: 8px;
  font-size: 12px;
  color: #6b7280;     /* subtle gray */
}
.bb-terms-inline a{ text-decoration: underline; }
	
	
	/* Hide quantity picker on single product (simple / variable / external) */
.single-product.product-type-simple  form.cart .quantity,
.single-product.product-type-variable form.cart .quantity,
.single-product.product-type-external form.cart .quantity{
  display:none !important;
}

/* Make CTAs line up nicely when qty is hidden */
.single-product form.cart .single_add_to_cart_button{
  margin-left:0 !important;          /* remove gap left by qty box */
  width:100% !important;             /* optional: full-width */
}
.single-product .wd-buy-now-btn,
.single-product .button-buy-now{
  width:100% !important;
  margin-top:8px;                     /* small gap below Add to Cart */
}

/* Keep quantity visible on grouped products (multiple items) */
.single-product.product-type-grouped form.cart .quantity{
  display:flex !important;
}
	
	
	/* ===== PDP: hide quantity picker (all product types & plugins) ===== */
.single-product div.product form.cart .quantity,
.single-product div.product .wd-quantity,
.single-product div.product .quantity-input,
.single-product div.product .qty-box,
.single-product div.product .qib-container,      /* Qty Increment Buttons plugin */
.single-product div.product .qib-button,
.single-product div.product .qty_button,
.single-product div.product .qtyplus,
.single-product div.product .qtyminus {
  display: none !important;
}

/* Make Add to Cart / Buy Now clean and full width */
.single-product div.product form.cart .single_add_to_cart_button{
  width: 100% !important;
  margin-left: 0 !important;
}
.single-product div.product .wd-buy-now-btn,
.single-product div.product .button-buy-now{
  width: 100% !important;
  margin-top: 8px;

	
	
@media (max-width: 576px) {
	@media (max-width: 768px) {
  /* Reduce field spacing on mobile */
  .elementor-widget-container .woocommerce .checkout .form-row {
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
  }

  .elementor-widget-container .woocommerce form.checkout .form-row input,
  .elementor-widget-container .woocommerce form.checkout .form-row textarea,
  .elementor-widget-container .woocommerce form.checkout .form-row select {
    padding: 8px 10px !important;
    line-height: 1.2 !important;
  }

  .elementor-widget-container .woocommerce-checkout h3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 16px !important;
  }

  .elementor-widget-container .woocommerce .form-row.place-order {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
  }

  /* Remove unnecessary top/bottom spacing on wrapper */
  .elementor-widget-container .woocommerce-checkout {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
}

