 :root {
	 
	 --container-width: 1360px;
	 
    --primary: #fff833;
    --secondary: #59542C;
    --text: #262626;
    --accent: #D1C034;
    --primary-light: #FFF6DD;
    --light-grey: #F2F2F2;
    --primary-dark: #343116;
    --warm-bg: #F0EFE6;
    --grey-text: #6C6C6C;
    --secondary-light: #8F8C6E;
	
	--ui1: #8F8C6E;
	--ui1-light: #e9e7d9;
	--ui1-dark: #59542C;
	--ui2: #666;
	--ui2-light: #f4f4f4;
	--ui2-dark: #000;
	--ui3: #D1C034;
	--ui3-light: #fcf5bb;
	--ui3-dark: #9f8f0b;
	--ui4: #5b734d;
	--ui4-light: #dae5d3;
	--ui4-dark: #1e2a17;
	
    --primary-font-family: "Poppins", sans-serif;
	
	--border-light: #ddd;
	--field-bg: ##f8f8f8;
	
	--radius-sm: 6px;
	--radius-md: 12px;
	--radius-lg: 32px;
	--radius-xl: 60px;
	
	/* WC Vars */
	--order-summary-rows-gap-bottom: 30px;
	--order-summary-rows-gap-top:30px;
	
 }


body {
	font-familiy: var(--primary-font-family);
}
h1, h2, h3, h4, h5 {
	line-height: 1.24em;
}
.content h1, .content h2, .content h3, 
.content h4, .content h5, .content h6 {
	color: var(--text);
}
p {
	margin-bottom: 1.25rem;
}
ul {
	padding-left: 2.5rem;
	margin-bottom: 1.5rem;
}
ul li {
	list-style: disc;
}

.tabs > ul[role="tablist"] {
	padding-left: 0;
}
.tabs ul li > button {
	border-radius: var(--radius-md) var(--radius-md) 0 0;
}
.tabs .wm-tab-button {
	border-color: var(--secondary);
	color: var(--secondary);
	background-color: transparent;
	padding: 0.5rem 1rem;
	margin-right:1px;
	border-bottom:0;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 500;
}
.tabs .wm-tab-button:hover, 
.tabs .wm-tab-button:focus,
.tabs .wm-tab-button[aria-selected="true"] {
		color: #fff;
	background-color:var(--secondary);
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
input[type="password"],
texarea, select {
	background-color: var(--field-bg);
	border: 1px solid  var(--border-light);
	border-radius: var(--radius-sm);
}

table th, 
table td,
small,
strong {
	color: inherit;
}
label {
	color: var(--text);
}

details {
  display: flex;
  flex-flow: column;
}
details summary {
  cursor: pointer;
}
summary {
  display: flex;
  list-style-position: outside;
  align-items: center;

  margin-left: 0;
  padding: 0;
}
summary::-webkit-details-marker {
  display: none;
}
summary::before {
	width:1.1em;
	content: '+';
	font-size:1.1em;
	transition: 0.2s;
	transform-origin: center;
	margin-right: 0.45em;
	text-align:center;
}
details[open] > summary::before {
  content: '-';
}

/*** Buttons  ***/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt,
.bundle_wrap .bundle_button .single_add_to_cart_button.bundle_add_to_cart_button.button,
#wm-bd-discounts .button.wm-bd-cta,
#content .ur-submit-button,
#content .gform_button, 
.button, .btn, 
[type="submit"] {
	border-radius: var(--radius-xl);
	background-color: var(--primary);
	padding: 0 20px;
	line-height: 3em!important;
	font-size: 1rem;
	font-weight: 700;
	text-transform: normal;
	font-family: var(--primary-font-family);
	border: 1px solid var(--primary);
	border-color: var(--primary);
	color: var(--text)!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
#wm-bd-discounts .button.wm-bd-cta:hover,
#content .ur-submit-button:hover,
#content .gform_button:hover,
.button:hover, .btn:hover,
[type="submit"]:hover {
	background-color: var(--text);
	border: 1px solid var(--text);
	color: #fff!important;
} 
#content .e-apply-coupon,
#content .woocommerce-shipping-calculator .button,
.woocommerce-MyAccount-content .woocommerce-Button.wc-forward.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) 
.woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,
.bundle_wrap .bundle_button .single_add_to_cart_button.bundle_add_to_cart_button.button {
	background-color: var(--text);
	border: 1px solid var(--text);
	border-color: var(--text)!important;
	color: #FFF!important;
	border-radius: var(--radius-xl);
	padding: 0 20px;
	line-height: 3em!important;
	font-size: 1rem;
	font-weight: 700;
	text-transform: normal;
	font-family: var(--primary-font-family);
}
#content .button.wc-backward:hover,
#content .e-apply-coupon:hover,
#content .woocommerce-shipping-calculator .button:hover,
.woocommerce-MyAccount-content .woocommerce-Button.wc-forward.button:hover,
.bundle_wrap .bundle_button .single_add_to_cart_button.bundle_add_to_cart_button.button:hover {
	background-color: #fff;
	border: 1px solid var(--text);
	color:var(--text)!important;
}


/*****************
	WooCommerce UI
******************/
.woocommerce {
	font-family: var(--primary-font-family);
}
.ppc-button-wrapper,
.cart_totals .ppc-button-wrapper {
	margin-top: 20px;
}

body > .woocommerce-notices-wrapper {
    margin: 0 auto;
	margin-top: 20px;
    max-width: var(--container-width);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: var(--light-grey);
    color: var(--text);
    border-top: 5px solid var(--text);
	 border-radius: var(--radius-md);
	 font-weight: 800;
	 text-transform: uppercase;
	 font-family: var(--primary-font-family);
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
	display:none;
}

.product .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: var(--text);
}
.product del span,
#content .product-price del span,
.woocommerce-cart-form .product-price del span {
	color: var(--grey-text);
	font-size: 0.9rem;
}
/******************
	Single Product
******************/
/* Gallery */
.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery:not(:has(.flex-viewport)) .woocommerce-product-gallery__image,
.single-product .product .woo-variation-gallery-wrapper .woo-variation-gallery-slider {
    border-radius: var(--radius-md);
    overflow: hidden;
	border: 1px solid var(--border-light);
}
.single-product .product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    overflow-x: scroll;
    flex-wrap: nowrap;
    display: flex;
}

.single-product .woocommerce-product-gallery .wvg-gallery-thumbnail-image,
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
	min-width: 100px;
	width: 100px;
	aspect-ratio: 1/1;
	border-radius: var(--radius-sm);
	border: 1px solid var(--border-light);
}
/*additional text  */
details .wm-additional-text-content {
		padding-top: 1.5rem;
}
details .wm-additional-text-content ,
details .wm-additional-text-content p {
	color: var(--grey-text);

}


/*package includes list*/
.wm-package-includes-list {
	padding: 20px;
    border:1px solid var(--border-light);
    border-radius: 5px;
}
.wm-package-includes-list h4 {
    margin-bottom: 1rem;
	text-transform: uppercase;
	font-weight: 800;
}
.wm-package-includes-list ul {
	margin-bottom:0;
	columns: 2;
	padding-left: 18px;
	gap: 50px;
}
.wm-package-includes-list ul li {
	line-height: 1.15em;
	margin-bottom: 0.65em;
}
.wm-package-includes-list a {
	text-decoration: underline;
}

/* Add-to-Cart */

.single-product  .variations tr > th,
.single-product  .variations tr > td {
	background-color: transparent!important;
}

#single-product-add-to-cart .stock {
	margin: 20px 0;
	font-weight:bold;
}
#single-product-add-to-cart input.qty {
	height: auto;
	background-color: var(--field-bg);
}

#single-product-add-to-cart .single_add_to_cart_button {
	border-color: var(--primary)!important;
	background-color: var(--primary);
	color: var(--text)!important;
}

#single-product-add-to-cart .single_add_to_cart_button:hover{
	border-color: var(--text)!important;
	background-color: var(--text);
	color:#fff!important;
}


/* WMBD | Custom discount UI */

.wm-bd-discount-card {
	padding: 15px;
	border: 1px solid var(--border-light);
	border-left: 5px solid var(--ui1);
	border-radius: var(--radius-sm);
	margin: 10px 0;
	display: inline-block;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	width: 100%;
}
.wm-bd-discount-card> p {
	color: var(--grey-text);
	margin-bottom:0;
	margin-top:0.65rem;
}
.wm-bd-discount-card:nth-child(2) {
	border-left: 5px solid var(--ui2);
}
.wm-bd-discount-card:nth-child(3) {
	border-left: 5px solid var(--ui3);
}
.wm-bd-discount-card:nth-child() {
	border-left: 5px solid var(--ui4);
}

.wm-bd-live[hidden] {
	display:none;
}
.wm-bd-discount-card-row {
	display:flex;
	gap: 20px;
}


.wm-bd-discount-card h4 {
	font-weight: 800;
	font-size: 1.15rem;
}
.wm-bd-discount-title {
	color: var(--text);
	
}
.wm-bd-description {
	padding: 10px 0;
	color: #777;
	font-size:1rem;
}

.wm-bd-description > *:last-child {
margin-bottom:0;	
}
#wm-bd-discounts .button.wm-bd-cta {
	background-color: var(--primary);
	color: var(--text);
	border-color: var(--primary);
	padding: 5px 10px;
	font-size: 0.9rem;
	line-height: 1.75rem;
	margin: 1rem 0;
}
.wm-bd-discount-card-image.wm-bd-discount-card-column {
    width: 220px;
    max-width: 50%;
    min-width: 220px;
}
.wm-bd-discount-card-image .wm-bundle-image {
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-light);
	transition: all 0.4s;
}
.wm-bd-discount-card-image a:hover > .wm-bundle-image {
	transform: scale(1.01);
}
	
.wm-bd-qual-wrap{
	padding-top: 15px;
	border-top: 1px solid var(--border-light);
}
.wm-bd-qual-pill {
	display: inline-flex;
    align-items: center;
    justify-content: space-between;
	padding: 2px;
	border-radius: var(--radius-lg);
	border: 1px solid #888;
	background-color: var(--light-grey);
	margin: 0 5px 5px 0;
}
.wm-bd-qual-pill .wm-bd-qual-label {
	padding: 5px 10px;
	font-size: 0.9rem;
}
.wm-bd-qual-pill.wm-bd-qualified-true {
	border: 1px solid var(--ui1);
	background-color: var(--ui1-light);
	color: var(--ui1-dark);
}

.wm-bd-qual-pill  .wm-bd-qual-count {
	border-radius: 100%;
	height: 30px;
	width: 30px;
	font-size: 0.8rem;
	color: #fff;
	background-color: #666;
	display: inline-flex;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
}
.wm-bd-qual-pill  .wm-bd-qual-count.wm-bd-qual-min-cart {
	width: auto;
	border-radius: var(--radius-lg);
	padding: 0 6px;
}
.wm-bd-qual-pill.wm-bd-qualified-true .wm-bd-qual-count {
	background-color:  var(--ui1-dark);
}

@media(max-width:768px){
	.wm-bd-discount-card-row {
		flex-direction:column-reverse;
	}
	.wm-bd-discount-card-image.wm-bd-discount-card-column {
		width: 220px;
		max-width: 100%;
		min-width: 220px;
	}
}
/* Bundle Table */
table.bundled_products {
	margin-top: 30px;
}

table.bundled_products tbody tr td {
	background-color: #FFF!important;
}
#single-product-add-to-cart:has(#wm-bd-discounts) table.bundled_products  tr.bundled_product:first-child > td h4 .item_title {
	font-size: 1.15rem;
	line-height: 1.35em; 
	color: var(--secondary);
}
table.bundled_products  th.bundled_item_col ,
table.bundled_products  tr.bundled_product  > td {
	border-bottom: 1px solid var(--border-light);
}
.bundled_product_summary .item_title {
	font-weight: 600;
}

.bundled_product_summary .bundled_product_image img {
	border-radius: var(--radius-md);
}

.bundled_product_summary .wm_bundled_product_excerpt {
	margin: 10px 0;
	color: var(--grey-text);
}
.bundled_product_summary .price del .amount,
.bundled_product_summary .wm_bundled_product_excerpt summary {
	color: var(--grey-text);
}
.bundled_product_summary .wm_bundled_product_excerpt .product_excerpt {
	color: var(--grey-text);
	padding: 10px 0;
}
.bundled_product_summary .bundled_product_optional_checkbox > input, 
.single-product form.cart .bundled_product_summary .bundled_product_optional_checkbox > input {
	min-width: 17px;
	height: 17px;
	background-color: var(--field-bg);
	border: 1px solid  var(--border-light);
}
.bundled_product_summary .price ins, 
.bundled_product_summary .price span {
	font-size: 0.9rem;
}
.wm-bd-req-tag {
	display: flex;
	flex-flow: column;
	gap:0;
	margin-bottom: 15px;
	position:relative;
}
.wm-bd-req-tag .wm-bd-req-tip, 
.wm-bd-req-tag .wm-bd-req-label {
	text-align: center;
	display:flex;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
}
.wm-bd-req-tag .wm-bd-req-label {
	padding: 5px;
	border-radius: var(--radius-md);
	border: 1px solid var(--ui1);
	color: #fff;
	background-color: var(--ui1);
	font-size: 0.8rem;
	    line-height: 1.15em;
}
.wm-bd-req-tag[data-wm-bd-discount-index="1"] .wm-bd-req-label{
	border: 1px solid var(--ui2);
	background-color: var(--ui2);
}
.wm-bd-req-tag[data-wm-bd-discount-index="2"] .wm-bd-req-label{
	border: 1px solid var(--ui3);
	background-color: var(--ui3);
}
.wm-bd-req-tag[data-wm-bd-discount-index="3"] .wm-bd-req-label{
	border: 1px solid var(--ui4);
	background-color: var(--ui4);
}
.wm-bd-req-tag:has(.wm-bd-req-tip) .wm-bd-req-label {
	border-radius: var(--radius-md) var(--radius-md) 0 0;
	display:flex;
	width: 100%;
}
.wm-bd-req-tag .wm-bd-req-tip {
	color: var(--ui1-dark);
	font-size: 0.8rem;
	font-style:italic;
	border-radius: 0 0 var(--radius-md) var(--radius-md);
	border:1px solid;
	background-color: var(--ui1-light);
	border-top:0;
	
}

.wm-bd-req-tag[data-wm-bd-discount-index="1"] .wm-bd-req-tip{
	color: var(--ui2-dark);
	background-color: var(--ui2-light);
	border-color: var(--ui2);
}
.wm-bd-req-tag[data-wm-bd-discount-index="2"] .wm-bd-req-tip{
	color: var(--ui3-dark);
	background-color: var(--ui3-light);
	border-color: var(--ui3);
}
.wm-bd-req-tag[data-wm-bd-discount-index="3"] .wm-bd-req-tip{
	color: var(--ui4-dark);
	background-color: var(--ui4-light);
	border-color: var(--ui4);
}

tr.bundled_product:has(input.bundled_product_checkbox:checked) .wm-bd-req-tag:after {
	 content: "\e90e";
    font-family: 'eicons'; 
	position: absolute;
	top:-8px;
	right:-8px;
	display:inline-block;
	font-size: 14px;
	width: 22px;
	height: 22px;
	text-align:center;
	line-height: 18px;
	background-color: var(--ui1);
	color: #fff;
	border-radius: 100%;
	border: 2px solid #fff;
}

tr.bundled_product:has(input.bundled_product_checkbox:checked) .wm-bd-qualified-false.wm-bd-req-tag:after {
	color: #fff;
	background-color: #666;
	content: "\e914";
	
}
.bundled_item_qty_col .quantity:has(input[type="hidden"]) {
    border: 1px solid var(--secondary);
    color: #fff;
    background-color: var(--secondary);
    font-size: 0.8rem;
    margin-top: 10px;
    aspect-ratio: 1 / 1;
    text-align: center;
    height: 2em;
    width: auto;
    line-height: 1.65rem;
	border-radius : 100%;
}
.bundle_wrap:has(.wm-bd-price-discounted) .bundle_price {
	display:none!important;
}
.bundle_wrap .wm-bd-discounted-price {
	padding-bottom: 20px;
}
.bundle_wrap .wm-bd-discounted-price del {
	font-size: 1.25rem;
	color: var(--grey-text);
	font-weight: 400;
	margin-right: 0.5em;
}
.bundle_wrap .wm-bd-discounted-price ins {
	font-size: 1.25rem;
	color: var(--ui1);
	font-weight: 800;
	display:inline-block;
}
.wm-bd-discount-note {
	border: 1px solid var(--ui1);
	background-color: var(--ui1-light);
	color: var(--ui1-dark);
	padding: 5px 10px;
	font-size: 0.9rem;
	line-height: 1.75rem;
	margin: 1rem 0;
	border-radius: var(--radius-sm);
}
.wm-bd-bundle-discount-note-line1 {
	font-weight: 600;
}



/* testimonial */
.wm-testimonial {
	display:flex;
	gap: 30px;
	align-items: center;
}
.wm-testimonial:not(:last-child){
	margin-bottom: 30px;
}
.wm-testimonial  .wm-testimonial-image {
	    width: 150px;
}
.wm-testimonial  img {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
}

.wm-testimonial .wm-testimonial-message {
	flex:1;
	font-size: 1.15rem;
}

.wm-testimonial .wm-testimonial-author {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.9rem;
	color: var(--secondary-light);
} 
@media(max-width: 768px){
	.wm-testimonial {
		flex-direction: column;
		justify-content:center;
		text-align: center;
		
	}
	.wm-testimonial  .wm-testimonial-image {
		width: 100px;
	}
	.wm-testimonial .wm-testimonial-message {
		font-size: 1rem;
	}
}
/* Info Tabs */
.single-product table.shop_attributes th {
	color: var(--secondary)
}

@media(max-width:768px){
	
	.wm-single-product-info-tabs .tabs  > ul {
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		gap: 5px;
		border-bottom:0;
	}
	
	.wm-single-product-info-tabs .tabs button {
		border-radius: var(--radius-md);
		border-bottom-width: 1px;
        border-block-style: solid;
	}
}

/* FAQ */
.wm-faq-content  details {
	padding: 15px 0;
}
.wm-faq-content  details:not(:last-child){
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.wm-faq-content summary {
	font-size: 1.15rem;
}
.wm-faq-body {
	padding-top: 20px;
    padding-left: 2rem;
	width: 890px;
	max-width: 100%;
}
.wm-faq-body p {
	margin-bottom: 1.25rem;
	line-height: 1.6em;
}
/*************************
			CART
************************/

.elementor-widget-woocommerce-cart .woocommerce .e-cart__container {
	grid-column-gap: var(60px);
    grid-row-gap: var(30px);
}
.woocommerce-cart-form .coupon.e-cart-section.shop_table,
.woocommerce .e-cart__container  .e-cart-totals.e-cart-section {
	padding: 30px;
	border-radius: var(--radius-md);
	border: 1px solid var(--border-light);
}
#content .woocommerce-cart-form .cart_item .product-thumbnail img {
    border-radius: var(--radius-sm);
	    width: 70px;
}


#content .woocommerce-cart-form .shop_table.cart .product-name:not(:has(.bundled-product-name)) {
	font-weight:600;
}

#content .woocommerce-cart-form .shop_table.cart tr:has(.bundled_table_item_indent) > td {
    padding-top: 8px;
	 padding-bottom: 8px;
	 border-bottom: 1px solid var(--border-light);
}
	
#content .woocommerce-cart-form .shop_table.cart tr:has(.bundled_table_item_indent):has(+ tr:not(.bundled_table_item))  > td {
	padding-bottom: var(--order-summary-rows-gap-bottom);
}
.woocommerce-cart-form .bundled-product-name .wm-bd-discount-note {
	display:inline-block;
	margin-top: 10px;
}

.woocommerce-cart-form .cart_item.bundled_table_item .product-subtotal {
	text-align: right;
}

#content  .shipping-calculator-button {
	text-decoration: underline;
	font-weight: bold;
}
.woocommerce-cart-form .coupon.e-cart-section.shop_table {
	background: var(--light-grey);
}
.woocommerce-cart-form .coupon.e-cart-section.shop_table #coupon_code {
	height: 100%;
}

/**********************
CHECKOUT
*************************/

#order_review .woocommerce-checkout-review-order-table th {
	padding-bottom:0;
}
#order_review .woocommerce-checkout-review-order-table  tr:has(.bundled_table_item_indent) > td{
	padding-top: 5px;
	padding-bottom: 5px;
}
#order_review .woocommerce-checkout-review-order-table .wm-bd-discount-note {
	margin-top:5px;
	margin-bottom:5px;
}
#payment ul.wc_payment_methods  li {
	list-style:none;
	display:flex;
	padding: 10px;
	border-bottom: 1px solid var(--border-light);
	justify-content: flex-start;
	align-items:center;
}
#payment ul.wc_payment_methods  li label   {
	display:flex;
	align-items:center;
    color: var(--text);
    font-family: var(--primary-font-family);
    font-size: 1rem;
}

/* only show autocompleted shipping / billing fields */

.woocommerce-billing-fields:has(#billing_address_1_field:not(.woocommerce-validated)):has(#billing_autocomplete_field) #billing_address_2_field, 
.woocommerce-billing-fields:has(#billing_autocomplete_field) #billing_postcode_field:not(.woocommerce-validated), 
.woocommerce-billing-fields:has(#billing_autocomplete_field) #billing_state_field:not(.woocommerce-validated), 
.woocommerce-billing-fields:has(#billing_autocomplete_field) #billing_city_field:not(.woocommerce-validated), 
.woocommerce-billing-fields:has(#billing_autocomplete_field) #billing_address_1_field:not(.woocommerce-validated), 
.woocommerce-billing-fields:has(#billing_autocomplete_field) #billing_country_field:not(.woocommerce-validated),
.shipping_address:has(#shipping_address_1_field:not(.woocommerce-validated)):has(#shipping_autocomplete_field)  #shipping_address_2_field, 
.shipping_address:has(#shipping_autocomplete_field) #shipping_postcode_field:not(.woocommerce-validated), 
.shipping_address:has(#shipping_autocomplete_field) #shipping_state_field:not(.woocommerce-validated), 
.shipping_address:has(#shipping_autocomplete_field) #shipping_city_field:not(.woocommerce-validated), 
.shipping_address:has(#shipping_autocomplete_field) #shipping_address_1_field:not(.woocommerce-validated), 
.shipping_address:has(#shipping_autocomplete_field) #shipping_country_field:not(.woocommerce-validated){
	display:none;
}
/*********** WM GALLERY **********/


#wm-gallery .wm-gallery-nav-btns a.button {
	background-color:var(--text);
	border-color:var(--text);
	color: #fff!important;
}
#wm-gallery .wm-gallery-nav-btns a:hover {
	background-color:var(--primary);
	border-color:var(--primary);
	color: var(--text)!important;
}

.wm-gallery-items {
	padding: 30px 0.5rem;
}
.wm-gallery__card{
	width:100%;
	text-align:left;
	border:0;
	background:#fff;
	cursor:pointer;
	padding:0;
}
.wm-gallery-image  {
	position: relative;
	overflow: hidden;
}
.wm-gallery-card-content  {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
	color: #fff;
	font-size: 0.85rem;
	transform: translateY(100%);
	transition: all 0.4s;
}
.wm-gallery-image:hover .wm-gallery-card-content {
	transform: translateY(0);
}
.wm-gallery-image img {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	border-radius: var(--radius-md);
	border: 1px solid var(--border-light);
}
.wm-gallery-image > i {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.4);
	color: #FFF;
	z-index: 6;
	opacity:0;
	transition: all 0.5s;
}
.wm-gallery-source {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 0.75rem;
	font-weight: 400;
	padding: 3px 10px;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	z-index: 6;
	opacity:0;
		transition: all 0.5s;
}
.wm-gallery-image:hover > i,
.wm-gallery-image:focus > i,
.wm-gallery-image:hover .wm-gallery-source,
.wm-gallery-image:focus .wm-gallery-source {
	opacity:1;
}
#wm-gallery .pagination-link:hover, 
#wm-gallery .pagination-link:focus, 
#wm-gallery .pagination-link.is-current{
	background-color:var(--text);
	border-color:var(--text);
	color: #fff;
}

/* modal */
button[data-wm-close].delete {
	padding: 0;
	background-color: rgba(255,255,255,0.3);
}
#wm-gallery .modal-card > section,
#wm-gallery .modal-card > header {
	background:transparent;
}
#wm-gallery .modal-card > header {
	
}
#wm-gallery .modal-card > section {
	border-radius:  0 0 var(--radius-md) var(--radius-md);
}
#wm-gallery .modal-card {
	width: 90vw;
	max-width: 95vw;
	background-color: rgba(0,0,0,0.75);
	border-radius:  var(--radius-md);
}
.wm-gallery__swiper-main img {
	max-height: 60vh;
	object-fit:contain;
	object-position: center;
}

#wm-gallery .swiper-button-prev, 
#wm-gallery .swiper-button-next {
	    color: black;
    background: white;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 100%;
}
#wm-gallery .swiper-button-prev:after, 
#wm-gallery .swiper-button-next:after {
	font-size: 14px;
}
.modal-card-title.wm-gallery__modal-title {
	color: #fff;
}
.wm-gallery__swiper-main .wm-gallery-modal-video,
.wm-gallery__swiper-main iframe,
.wm-gallery__swiper-main video {
	max-height: 60vh;
}
.wm-gallery__swiper-main .wm-gallery-modal-video .modal-video-container {
	position:relative;
	padding-top:56.25%;
	max-height: 100%;
}
.wm-gallery__swiper-thumbs .swiper-slide{
	opacity:.6;
	cursor:pointer;
	transition: all 0.4s;
}
.wm-gallery__swiper-thumbs .swiper-slide:hover,
.wm-gallery__swiper-thumbs .swiper-slide-thumb-active{
	opacity:1;
}
.wm-gallery__swiper-thumbs img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	
}
.wm-gallery__swiper-thumbs .swiper-slide{
	height:72px;
}


