/*!
Theme Name: Curative
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: curative
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Curative is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}





/* AR Css */

/* my css */

.pf-chips .pf-chip {
  border-radius: 999px;
  padding: 6px 10px;
}
.pf-count {
  opacity: 0.8;
}

/* Reduce gaps between cards (optional if using g-2 already) */
.pf-results .row {
  margin-left: 0;
  margin-right: 0;
}

/* Make cards fill the column */
.product-card {
  width: 100%;
}

/* Make images consistent and remove weird spacing */
.product-card img {
  width: 100%;
  /* adjust */
  /* contain = no crop, cover = crop */
  display: block;
}

/* OPTIONAL CSS (style.css) */
.product-card .button,
.product-card .add_to_cart_button {
  width: 100%;
  display: block;
  text-align: center;
}
.product-card .price {
  white-space: nowrap;
}
.product-card img {
  width: 100%;
  display: block;
}

a.added_to_cart.wc-forward {
  display: none;
}
.product-card {
  position: relative;
}

/* Default: hide button */
.product-card .add_to_cart_button,
.product-card .button {
  display: block;
  width: 100% !important;
}

/* Default: show title + price */
.product-card h6,
.product-card .price {
  display: block;
}

/* Hover: show button, hide title + price */
/* .product-card:hover .add_to_cart_button,
.product-card:hover .button {
  display: block;
} */

/* .product-card:hover h6,
.product-card:hover .price {
  display: none;
} */

.product-card {
  position: relative;
}

/* Title/price smooth */
.product-card h6,
.product-card .price {
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* Button smooth hidden by default */
.product-card a.button,
.product-card a.add_to_cart_button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
  width: 100% !important;
  display: block !important; /* keep block so opacity can animate */
}

/* Hover: hide title/price */
.product-card:hover h6,
.product-card:hover .price {
  opacity: 0;
}

/* Hover: show button */
.product-card:hover a.button,
.product-card:hover a.add_to_cart_button {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Hide Woo extra link if it appears */
.product-card a.added_to_cart {
  display: none !important;
}

select.form-select.pf-select {
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
}

select.form-select.pf-select:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid;
}

h6 a {
  font-size: 14px;
  color: black !important;
  font-family: sans-serif;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background-color: black;
  color: white;
  font-weight: 500;
}

a.button.product_type_simple.added.pf-view-cart {
  background-color: black !important;
  color: white;
  font-weight: 500;
}

a.button.product_type_simple.added.pf-view-cart {
  background: black !important;
}

/* View cart (after added) */
.product-card a.pf-view-cart {
  background: #111 !important;
  color: #fff !important;
}

/* cart css */

/* =============== CART QTY (UNIQUE) =============== */
/* #wdc-cart-root .wdc-qty-native {
  display: none !important; /* hide Woo field (input OR select) */
}

#wdc-cart-root .wdc-qty-ui {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#wdc-cart-root .wdc-qty-btn {
  width: 42px;
  height: 42px;
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

#wdc-cart-root .wdc-qty-input {
  width: 90px;
  height: 42px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 0 10px;
  text-align: center;
  outline: none;
}

/* prevent ugly number arrows */
#wdc-cart-root .wdc-qty-input::-webkit-outer-spin-button,
#wdc-cart-root .wdc-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#wdc-cart-root .wdc-qty-input[type="number"] {
  -moz-appearance: textfield;
}


/* Layout like Woodmart screenshot */
.wd-cart-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 30px;
  align-items: start;
  margin-top: 20px;
}

.wd-cart-totals {
  border: 2px solid #e5e5e5;
  padding: 24px;
  background: #fff;
}

.wd-cart-right {
  position: sticky;
  top: 20px;
}

/* Free shipping bar */
.wd-free-ship {
  border: 1px dashed #ddd;
  padding: 16px;
  margin-top: 20px;
}

.wd-free-ship-text {
  font-size: 16px;
}

.wd-free-ship-bar {
  height: 10px;
  background: #eee;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}
.wd-free-ship-bar span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #76b62a;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 85px !important;
  /* box-shadow: none; */
}

td.product-name a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}

.wd-checkout-layout .wd-checkout-right .wd-order-review-box {
  position: sticky;
  top: 20px;
}

/* Coupon row bottom left */
.wd-cart-actions {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.wd-coupon {
  display: flex;
  gap: 10px;
  align-items: center;
}

.wd-coupon input {
  min-width: 260px;
  padding: 10px 12px;
  border: 1px solid #ddd;
}

.wd-cart-actions .button {
  padding: 10px 16px;
}

/* Responsive (mobile) */
@media (max-width: 991px) {
  .wd-cart-layout {
    grid-template-columns: 1fr;
  }
  .wd-cart-right {
    position: static;
  }
}
.woocommerce-cart-form button[name="update_cart"][disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

.wd-free-ship {
  border: 1px dashed #ddd;
  padding: 18px 20px;
  margin: 20px auto 0;
}

.wd-free-ship-text {
  font-size: 16px;
}

.wd-free-ship-text strong {
  font-weight: 700;
}

.wd-free-ship-bar {
  height: 12px;
  background: #eee;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}

.wd-free-ship-bar span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #76b62a;
  /* stripes like screenshot */
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.35) 0,
    rgba(255, 255, 255, 0.35) 12px,
    rgba(255, 255, 255, 0) 12px,
    rgba(255, 255, 255, 0) 24px
  );
}

.woocommerce-message,
.woocommerce-notices-wrapper {
  display: none !important;
}

@media (max-width: 768px) {
  .woocommerce-cart-form tr.woocommerce-cart-form__cart-item td {
    display: block;
    width: 100%;
  }

  .woocommerce-cart-form td.product-thumbnail {
    display: block !important;
    margin-bottom: 10px;
  }

  .woocommerce-cart-form td.product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover;
    border-radius: 12px;
  }
} 

/* mini cart */

/* ===== Offcanvas Mini Cart Styling (Header Cart Shortcode) ===== */

/* Container */
.wd-minicart-wrap,
.wd-minicart-wrap .widget_shopping_cart_content {
  width: 100%;
}

/* List reset */
.wd-minicart-wrap ul.woocommerce-mini-cart {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Each item layout */
.wd-minicart-wrap li.woocommerce-mini-cart-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}

/* Thumbnail small (fix huge image) */
.wd-minicart-wrap li.woocommerce-mini-cart-item img {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover;
  border-radius: 8px;
  flex: 0 0 64px;
}

/* Content area */
.wd-minicart-wrap li.woocommerce-mini-cart-item a:not(.remove) {
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
  color: #111;
  text-decoration: none;
}

/* Remove (x) button */
.wd-minicart-wrap li.woocommerce-mini-cart-item a.remove {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 18px;
  line-height: 18px;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  color: #111 !important;
  background: rgba(0, 0, 0, 0.06);
}

/* Price/qty line */
.wd-minicart-wrap li.woocommerce-mini-cart-item .quantity {
  display: block;
  margin-top: 6px;
  color: #333;
  font-weight: 500;
}

/* ===== Qty controls (force show if theme provides plus/minus) ===== */
.wd-minicart-wrap .quantity {
  display: flex !important;
  align-items: center;
  gap: 0;
  width: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 8px;
}

.wd-minicart-wrap .quantity .minus,
.wd-minicart-wrap .quantity .plus,
.wd-minicart-wrap button.minus,
.wd-minicart-wrap button.plus {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0 !important;
  background: #f3f3f3;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  opacity: 1 !important;
  visibility: visible !important;
}

.wd-minicart-wrap .quantity input.qty,
.wd-minicart-wrap input.qty {
  width: 44px !important;
  height: 34px !important;
  border: 0 !important;
  text-align: center;
  outline: none;
  font-weight: 600;
}

/* Buttons */
.wd-cart-actions .btn {
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 700;
}

/* Subtotal + progress spacing */
.wd-free-ship-wrap .wd-subtotal strong {
  font-size: 16px;
}
.wd-free-ship-wrap .progress {
  border-radius: 999px;
  overflow: hidden;
}

/* checkout */

.wd-co-qty {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}
.wd-co-qty button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1;
}
.wd-co-qty input {
  width: 55px;
  height: 30px;
  text-align: center;
  border: 1px solid #ddd;
}
.wd-order-review-box {
  position: sticky;
  top: 20px;
}

/* Checkout coupon toggle - make it compact like reference */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin: 0 0 12px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
  box-shadow: none !important;
  color: inherit;
  display: inline-block;
  width: auto;
}

/* remove default "i" icon/left marker if any theme adds */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before {
  display: none !important;
}

/* link style like reference */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  text-decoration: none;
  font-weight: 600;
}

/* coupon form spacing */
.woocommerce-checkout form.checkout_coupon {
  margin: 0 0 14px !important;
}
/* Hide coupon form by default (Woo default behavior) */

/* ✅ Force coupon form hidden by default */
.woocommerce-checkout form.checkout_coupon {
  display: none !important;
}

/*  */
/* Checkout - Review order table clean */
.wd-review-table th,
.wd-review-table td {
  vertical-align: top;
}

/* product row */
.wd-co-product {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.wd-co-thumb img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.wd-co-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.wd-review-subtotal {
  white-space: nowrap;
  font-weight: 600;
}

/* qty box (minus input plus) */
.wd-co-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.wd-co-qty button {
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  line-height: 1;
  cursor: pointer;
}

.wd-co-qty input {
  width: 60px;
  height: 32px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 6px;
}

/* mobile tweaks */
@media (max-width: 576px) {
  .wd-co-thumb img {
    width: 46px;
    height: 46px;
  }
  .wd-co-qty input {
    width: 52px;
  }
}

.wd-custom-coupon {
  margin-bottom: 14px;
}
.wd-coupon-toggle {
  font-size: 16px;
  margin-bottom: 10px;
}
.wd-coupon-toggle a {
  font-weight: 600;
  text-decoration: none;
}
.wd-coupon-form {
  display: flex;
  gap: 14px;
  align-items: center;
}
.wd-coupon-form .form-row {
  margin: 0;
}
.wd-coupon-form input {
  min-width: 320px;
}
@media (max-width: 768px) {
  .wd-coupon-form {
    flex-direction: column;
    align-items: stretch;
  }
  .wd-coupon-form input {
    min-width: 100%;
  }
}

/* checkout form */
/* ================================
   Checkout - Left Billing Form CSS
   ================================ */

.woocommerce-checkout .wd-checkout-left h3,
.woocommerce-checkout .wd-checkout-left .woocommerce-billing-fields > h3,
.woocommerce-checkout .wd-checkout-left #ship-to-different-address {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

/* Each field spacing */
.woocommerce-checkout .wd-checkout-left .form-row {
  margin: 0 0 16px !important;
}

/* 2-column fields spacing (first/last name) */
.woocommerce-checkout .wd-checkout-left .form-row-first,
.woocommerce-checkout .wd-checkout-left .form-row-last {
  width: 48%;
}
.woocommerce-checkout .wd-checkout-left .form-row-first {
  float: left;
}
.woocommerce-checkout .wd-checkout-left .form-row-last {
  float: right;
}
.woocommerce-checkout .wd-checkout-left .form-row-wide {
  clear: both;
  width: 100%;
}

/* Labels */
.woocommerce-checkout .wd-checkout-left label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
}

/* Inputs / Selects / Textarea */
.woocommerce-checkout .wd-checkout-left input.input-text,
.woocommerce-checkout .wd-checkout-left select,
.woocommerce-checkout .wd-checkout-left textarea {
  width: 100%;
  height: 46px;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  outline: none;
  box-shadow: none;
}

/* Textarea height */
.woocommerce-checkout .wd-checkout-left textarea {
  height: 120px;
  resize: vertical;
}

/* Focus state */
.woocommerce-checkout .wd-checkout-left input.input-text:focus,
.woocommerce-checkout .wd-checkout-left select:focus,
.woocommerce-checkout .wd-checkout-left textarea:focus {
  border-color: #cfcfcf;
}

/* Country/State select2 (Woo uses select2) */
.woocommerce-checkout
  .wd-checkout-left
  .select2-container
  .select2-selection--single {
  height: 46px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}
.woocommerce-checkout
  .wd-checkout-left
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 46px !important;
  padding-left: 12px !important;
  padding-right: 30px !important;
}
.woocommerce-checkout
  .wd-checkout-left
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 46px !important;
  right: 10px !important;
}

/* Checkboxes (Create account / Ship different / Order notes) */
.woocommerce-checkout .wd-checkout-left .woocommerce-account-fields,
.woocommerce-checkout .wd-checkout-left .woocommerce-shipping-fields,
.woocommerce-checkout .wd-checkout-left .woocommerce-additional-fields {
  margin-top: 18px;
}

.woocommerce-checkout .wd-checkout-left input[type="checkbox"] {
  transform: translateY(1px);
  margin-right: 8px;
}

.woocommerce-checkout .wd-checkout-left .woocommerce-form__label,
.woocommerce-checkout .wd-checkout-left .checkbox {
  font-weight: 600;
}

/* Remove extra borders if theme adds */
.woocommerce-checkout .wd-checkout-left fieldset {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Mobile: make fields full width */
@media (max-width: 768px) {
  .woocommerce-checkout .wd-checkout-left .form-row-first,
  .woocommerce-checkout .wd-checkout-left .form-row-last {
    width: 100%;
    float: none;
  }
}

.woocommerce-checkout .wd-checkout-left #customer_details {
  max-width: 720px;
}

.woocommerce-checkout .wd-checkout-left .woocommerce-billing-fields {
  margin-top: 10px;
}

/*  */

/* =========================
   Checkout qty +/- styling
   ========================= */

/* wrapper */
.wd-co-qty {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 8px !important;
}

/* buttons */
.wd-co-qty .wd-co-minus,
.wd-co-qty .wd-co-plus {
  width: 34px !important;
  height: 34px !important;
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  line-height: 1 !important;
  padding: 0 !important;
  cursor: pointer !important;
  user-select: none;
}

.wd-co-qty .wd-co-minus:hover,
.wd-co-qty .wd-co-plus:hover {
  border-color: #cfcfcf !important;
}

/* input */
.wd-co-qty .wd-co-qty-input {
  width: 64px !important;
  height: 34px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-weight: 600 !important;
  padding: 0 10px !important;
  outline: none !important;
  box-shadow: none !important;
}

/* remove default number spinners */
.wd-co-qty .wd-co-qty-input::-webkit-outer-spin-button,
.wd-co-qty .wd-co-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wd-co-qty .wd-co-qty-input {
  -moz-appearance: textfield;
}

/* focus states */
.wd-co-qty .wd-co-qty-input:focus {
  border-color: #bdbdbd !important;
}

.wd-free-ship-wrap.mt-3 {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

