/* **********************************************************
 * WOOCOMMERCE CAN ADJUST CODE BELOW - SET TO SITE COLORS
 * ******************************************************** */


/* ******************************
 * SITE SETTINGS > LAYOUT
 * *************************** */
.woocommerce .jupiterx-main-content .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #707F74 !important;
}
.woocommerce-info {
    border-top-color: #707F74 !important;
}


@media screen and (min-width: 1140px) {
	/* Site Settings > Layout */
   .woocommerce .jupiterx-main-content .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }
}


/* ******************************
 * MY ACCOUNT
 * *************************** */
.woocommerce-account .jupiterx-main-content .container {
    padding: 0 2rem;
}
.woocommerce-form-login .woocommerce-form-login__rememberme {
    padding-left: 1.5rem;
}

@media (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-content {
		margin-top: 3rem;
	}
}


/* ******************************
 * SHOP LOOP
 * *************************** */
.elementor-jet-woo-builder-products-loop.jet-woo-builder {
	display: flex;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder .jet-woo-products-wrapper {
	width: 100%;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 2rem 0 !important;
    width: 33.3% !important;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product .jupiterx-product-container  {
    display: flex;	
    flex-direction: column;
    justify-content: space-between;	
	height: 100%;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product .jupiterx-wc-loop-product-image {
	border-radius: 30px !important;
	padding: .75rem;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product img {
	height: ;
	margin: ;
	width: ;
	border-radius: 30px !important;	
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder ul.products li.product .jet-woo-builder-archive-cats ul {
	margin-bottom: 0;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder ul.products li.product .woocommerce-loop-product__title {
	padding: 0.25rem 1rem;
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder ul.products li.product .posted_in {
	padding: 0.25rem 1rem;	
}
.elementor-jet-woo-builder-products-loop.jet-woo-builder ul.products li.product .add_to_cart_button,
.elementor-jet-woo-builder-products-loop.jet-woo-builder ul.products li.product .button:not(.jupiterx-product-quick-view-btn) {
	display: block;
	margin: auto 0 0 0 !important;
	border-radius: 0 0 30px 30px !important;
	border: none !important;
	transition: all .5s;
}
.woocommerce-loop-product__title:hover, .woocommerce-loop-product__title:focus {
    text-decoration: none !important;
}

/* ARCHIVE PRODUCT TEMPLATE FOR PRODUCT LOOP - Addtl CSS - some classes above not used in Template */
.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product .elementor.elementor-5081 {
	height: 100% !important;
	display: flex;
}

/* Ensure the main card is a flex container with space-between */
.shop-loop .product-card {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
}

/* Ensure Top Container Doesn't Cover Buttons */
.shop-loop .product-card > .elementor-element:first-child {
    flex-grow: 1 !important;
}

/* Buttons at Bottom */
.shop-loop .product-card .card-buttons {
    margin-top: auto !important;
    width: 100% !important;
    height: auto !important;
}
.shop-loop .product-card .jet-woo-builder-archive-add-to-cart a.button {
    padding: .85rem 1rem .75rem !important;
}

@media (max-width: 1200px) {
	/* SHOP LOOP */
	.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product {
		margin: 0 0 2rem 0 !important;
		width: 50% !important;
	}
}

@media (max-width: 580px) {
	/* WOOCOMMERCE */
	/* SHOP LOOP */
	.elementor-jet-woo-builder-products-loop.jet-woo-builder li.product {
		margin: 0 0 2rem 0 !important;
		width: 100% !important;
	}
}


/* ******************************
 * SHOP LANDING PAGE & PRODUCT GRID
 * *************************** */
.search-back-to-shop,
.search-results.woocommerce .results-count, 
.search-results.woocommerce .results-count-total {
    display: none;
}
.col-shop-content .jet-woo-products .jet-woo-product-button {
    margin: auto 0 0;
}
.jet-search-filter button,
.jet-smart-filters-remove-filters button {
    cursor: pointer;
    border: 0;
    display: flex;
    align-items: center;
}

/* Checkboxes List */
.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__button {
    display: flex;
    align-items: center;
}

/* Shop Sorting Select Box */
.jet-sorting {
	position: relative;
}
.jet-sorting select.jet-sorting-select  {
	background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	position: relative;
}
.jet-sorting:after {
	align-items: center;
	color: #555;
    content: "\e909";
    display: flex;
    font-family: 'Happy Icons' !important;
    font-size: 16px;
    font-weight: 900;
    justify-content: flex-end;	
	pointer-events: none;
    position: absolute;
    right: 1rem;	
    top: calc(50% + 1px);
    transform: translateY(-50%);
}

/* Shop Select Categories */
.jet-ajax-search__categories  {
	background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	position: relative;
}
.jet-ajax-search__categories:after {
	align-items: center;
	color: #555;
    content: "\e909";
    display: flex;
    font-family: 'Happy Icons' !important;
    font-size: 16px;
    font-weight: 900;
    justify-content: flex-end;	
	pointer-events: none;
    position: absolute;
    right: 1rem;	
    top: calc(50% + 1px);
    transform: translateY(-50%);
}
.jet-ajax-search__categories-select-icon {
	display: none;
}


/* ******************************
 * SHOP TEMPLATE / CATEGORY TEMPLATE / SIDEBAR
 * *************************** */
.jupiterx-sidebar.col-shop-sidebar h3.card-title {
	margin-bottom: 0;
}
.jupiterx-sidebar.col-shop-sidebar h3 {
	margin-top: 2rem;
    border-top: 1px solid #555;
    padding-top: 2rem;
    font-weight: 600;
    font-size: 1.75rem !important;	
}
.archive.post-type-archive-product .jupiterx-main-content, .archive.tax-product_cat .jupiterx-main-content, .archive.tax-product_tag .jupiterx-main-content {
    padding-top: 0;
}

/* SHOP PAGE JET SMART FILTERS CATEGORIES LIST */
.col-shop-sidebar .jet-checkboxes-list__row.jet-filter-row {
	margin-bottom: 10px !important;	
}
.col-shop-sidebar .jet-checkboxes-list__row.jet-filter-row.jet-list-tree__parent {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}
.col-shop-sidebar .jet-checkboxes-list .jet-checkboxes-list__item {
	margin-bottom: 0;
}
/* Dropdown Arrows */
.category-dropdown-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem .5rem 1rem 2rem;
    cursor: pointer;
}
.col-shop-sidebar .dropdown-arrow {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0;
    border: solid #000; /* Adjust color as needed */
    border-width: 2px 2px 0 0;
    transform: rotate(50deg); /* Default arrow pointing to the right */
    transition: transform 0.3s ease;
}

/* BACK TO SHOP BUTTON */
.back-to-shop .elementor-button {
    padding: 1.5rem 1rem !important;
}
.back-to-shop span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
@media (max-width: 1024px) and (min-width: 768px) {
	.back-to-shop .elementor-button {
		font-size: 13px !important;
	}	
	.back-to-shop span.elementor-button-content-wrapper {
		gap: 8px !important;
	}	
}

/* Product Categories List */
ul.wc-block-product-categories-list {

}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1,
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2,
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-3,
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-4,
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-5,
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-6 {
	line-height: 2rem;
    padding-left: 1rem;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 li {
    margin-bottom: 0;
}

/* Price Filter */
.wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(90deg,#900,#900,#555,#ccc) no-repeat 0 100%/100% 100% !important;
    --range-color: #900 !important;
}
.woocommerce-page .jupiterx-primary input.wc-block-price-filter__range-input:not(.jet-range__slider__input) {
    border: none !important;
}
.wc-block-price-filter.wc-block-components-price-slider {
    padding: 0 0.5rem;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 75px;
    padding: 0.35rem 0.5rem !important;	
}

/* Attribute Filters */
.jupiterx-sidebar.col-shop-sidebar .wc-block-checkbox-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.jupiterx-sidebar.col-shop-sidebar input[type="checkbox"] {
	margin: 0 10px 0 0;
}
.jupiterx-sidebar.col-shop-sidebar .wc-block-attribute-filter .wc-block-attribute-filter-list label {
    margin: 0;
}

/* Shop Pagination */
.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
    color: ;
    background-color: #292B25;
    border-color: #292B25;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers {
    color: #ccc !important;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers:focus {
    box-shadow: 0 0 0 2px rgb(225 225 225 / 25%) !important;
}
.jet-woo-builder-shop-pagination .page-numbers.prev,
.jet-woo-builder-shop-pagination .page-numbers.next {
	padding: 0.5rem 1rem !important;	
}
nav.jet-woo-builder-shop-pagination .page-numbers {
    margin-bottom: 1rem !important;
	padding: 0.75rem !important;
}


/* ******************************
 * WOOCOMMERCE FORMS & INPUTS
 * *************************** */
.woocommerce-page .jupiterx-primary input:not(.jet-range__slider__input), .woocommerce-page .jupiterx-primary textarea, .woocommerce-page .jupiterx-primary select, .woocommerce form input:not(.jet-range__slider__input), .woocommerce form textarea, .woocommerce form select, .woocommerce form input:not(.button) {
    color: #333 !important;
    border: 1px solid #A8BFC1 !important;
    border-radius: 10px !important;
    transition: all .15s ease-in-out;
    text-shadow: none !important;
	padding: 0.35rem .7rem;
}
.product-search .wp-block-search__inside-wrapper {
    padding: 0;
    border: 0;
}
.wc-block-product-search .wc-block-product-search__button,
.product-search .wp-block-search__button.has-icon {
    border: none;
    border-radius: 10px;
	margin: 0;
	padding: 0.5rem !important;
}
form.woocommerce-product-search.form-inline {
	display: block !important;
    max-width: 100% !important;
}
form.woocommerce-product-search .form-control {
	padding: 0.35rem .7rem !important;	
}
label.wc-block-product-search__label {
    display: none;
}


/* ******************************
 * WOOCOMMERCE BUTTONS
 * *************************** */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .jupiterx-wc-loadmore,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #292B25 !important;
    border: 0px solid #292B2500 !important;
    border-radius: 4px !important;
	font-family: "Deloire Bold", Sans-serif !important;
	font-size: clamp(15px, calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw) !important;
	padding: .425rem .75rem .375rem !important;
    text-transform: capitalize;
    letter-spacing: .125rem;
	margin: auto !important;
	transition: all .5s ease !important;
}
.woocommerce .coupon input#coupon_code {
	margin-bottom: 0.5rem;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .jupiterx-wc-loadmore:hover,
.woocommerce.widget_woocommerce_price_filter .price_slider_amount .btn:hover {
    background-color: #707F74 !important;
    border: 0px solid #292B2500 !important;
}
.woocommerce div.widget_shopping_cart_content .woocommerce-mini-cart__buttons a:not(.checkout) {
    color: #fff !important;
}
.woocommerce .input-group.input-text.qty.text button {
    padding: 0 0.5rem;
}
.pswp__top-bar button {
    padding: 0 !important;
}


/* ******************************
 * MINI CART
 * *************************** */
.elementor-menu-cart__close-button-custom svg,
.elementor-menu-cart__toggle .elementor-button-icon svg,
.elementor-menu-cart__toggle_button i:before {
	font-size: 30px !important;
	width: 30px !important;
	height: auto !important;
}
.jupiterx-cart-quick-view .jupiterx-mini-cart-close:hover {
    color: #292B25;
    background-color: transparent;
	border: 0 !important;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__container {
	right: 0 !important;
	left: auto !important;
}
.elementor-menu-cart__toggle .elementor-button:focus {
	background-color: transparent !important;
}
a.elementor-menu-cart__toggle_button .elementor-button-icon-qty,
.raven-shopping-cart-count {
	font-size: clamp(14px, calc(0.125vw + 13.6px + max(0px, (100vw - 1920px) * 0.0031)), 18px) !important;
	font-family: "PT Sans", sans-serif;
	font-weight: bold;
}


/* ******************************
 * SINGLE PRODUCT PAGE
 * *************************** */
.single-product .jupiterx-main-content .jupiterx-primary {
	padding: 0 !important;
}
.single-product .content-area {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.single-product table.variations th,
.single-product table.variations td {
    padding: 0rem 0 .5rem 0 !important;
	vertical-align: middle !important;	
}

@media (max-width: 767px) {
	.single-product .jupiterx-main-content {
		padding: 2rem 0 0 0;
	}
	.single-product table.variations th {
	    padding-right: .5rem !important;
	}	
}


/* =============================================
   GALLERY IMAGES
   ============================================= */
/* WooCommerce Product Images Element - Active Border Color */
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs img.flex-active:not(.jupiterx-jet-woo-gallery-active-item) {
    border-color:  #707F74 !important;
}



/* VARIATIONS DROPDOWN */
.single-product table.variations .value {
  position: relative;
}
.single-product table.variations .value select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: .85rem;
  line-height: 1.5;
  box-sizing: border-box;
  background: none !important;
}
.single-product table.variations .value::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-35%);
  width: 1.25rem;
  height: 1.25rem;
  background: url('/wp-content/uploads/2023/05/arrow-down.svg') no-repeat;
  background-size: contain;
  pointer-events: none;
}
.single-product table.variations a.reset_variations {
    float: left;
}


/* Remove Flexbox, but keep consistent height/alignment */
.single-product table.variations .value {
  display: block; /* Remove flex */
  width: 100%;
}
.single-product table.variations .value select {
  display: block; /* Ensure full width without flex interference */
}

.woocommerce div.product .woocommerce-tabs.accordion .card-header h6 {
    font-size: 1.75rem;
}
.woocommerce div.product form.cart div.quantity .btn {
	color: ;
}

/* Variations Price */
.single-product.woocommerce div.product .woocommerce-variation-price {
    margin-bottom: 2rem !important;
}

/* Add to Cart */
.elementor-jet-single-add-to-cart .cart.cart:not(.grouped_form) .quantity {
	max-width: unset !important;
}
.woocommerce .product .elementor-jet-single-add-to-cart .cart .quantity .qty {
	border-radius: 0px !important;
}
.woocommerce .product .elementor-jet-single-add-to-cart .cart .single_add_to_cart_button {
	border-radius: 0 6px 6px 0 !important;
	margin: 0 !important;
}

/* Product Single Add to Cart Quantity Controls */
.woocommerce .product .elementor-jet-single-add-to-cart .cart .quantity .jet-woo-qty-controls-holder {
    padding: 5px 0 4px 10px;
}
.jet-woo-quantity-button-added .jet-woo-qty-control > * {
    transition: all .5s ease;
}

/* Add to Cart + Digital Wallet Payments COntainer Items  */
.woocommerce-variation-add-to-cart {
    flex-wrap: wrap !important;
}
.woocommerce-variation-add-to-cart .quantity,
.single_add_to_cart_button.button {
    width: 50% !important;
}

/* Remove if get Addtl Info - sometimes there is no bottom border */
.woocommerce div.product .woocommerce-tabs.accordion .card-header.collapsed,
.woocommerce div.product .woocommerce-tabs.accordion .card-body {
    border-bottom: 1px solid rgba(0,0,0,0.25) !important;
}

/* ELEMENTOR TABS - MERCULIA FONT FIX */
/* Tab Title Text */
.elementor-widget-n-tabs .e-n-tab-title-text {
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
}

/* WEBKIT FONT METRIC CORRECTION */
/* Targets Mac, iPad, iOS  */
.mac .elementor-widget-n-tabs .e-n-tab-title-text,
.ipad .elementor-widget-n-tabs .e-n-tab-title-text,
.ios .elementor-widget-n-tabs .e-n-tab-title-text {
  transform: translateY(0.15em);
}


/* RELATED PRODUCTS */
section.related.products {
	float: left;
	margin: 4rem 0 0 !important;
	text-align: center;
	width: 100%;
}
section.related.products h2 {
	font-size: 2rem;
	text-transform: capitalize;
	margin-bottom: 2rem !important;
}
.woocommerce .products.related ul.products {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.related.products ul.products li.product {
    margin: 0 2rem 2rem !important;
}
section.related.products .woocommerce-loop-product__title {
	margin-bottom: 0 !important;
}

/* Related Equal Height */
.woocommerce .products.related ul.products,
.woocommerce .products.related ul.products li .jupiterx-product-container {
	height: 100% !important;
}
.woocommerce .products.related ul.products li {
	height: auto !important;
}
.woocommerce .products.related ul.products li .jupiterx-product-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between !important;
}
.woocommerce .products.related ul.products li .jupiterx-product-container .jupiterx-wc-loop-product-image {
	height: 200px !important;
}
.woocommerce .products.related ul.products li .jupiterx-product-container .jupiterx-wc-loop-product-image img {
	margin: 0 auto !important;
	max-height: 200px !important;
	width: auto;
}
.woocommerce .products.related .yith-ywraq-add-to-quote,
.woocommerce .products.related a.add_to_cart_button {
	margin: auto 0 0 !important;
}

/* RELATED HEIGHT */
/* Fix: Related products section stretches to fit content */
.container-related-products > .e-con-inner {
  display: block !important;
}
.container-related-products > .e-con-inner > .elementor-element:first-child {
  margin-bottom: 3rem;
}


/* ******************************
 * CART PAGE
 * *************************** */
.woocommerce-cart .jupiterx-main-content .container {
    padding: 0 2rem;
}
.woocommerce-page table.shop_table_responsive tr td.product-name {
    display: flex;
}

/* Cart Quantity Box */
.woocommerce-cart-form .input-group.qty {
    display: flex;
    align-items: stretch;

}
.woocommerce-cart-form .input-group.qty .btn-decrement,
.woocommerce-cart-form .input-group.qty .btn-increment {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem 0.75rem 0rem !important;
    box-sizing: border-box;
    min-height: 2.375rem;
    border-radius: 0px;
	border: 0 !important;
}
.woocommerce-cart-form .input-group.qty .btn-decrement {
    border-radius: 5px 0 0 5px;
}
.woocommerce-cart-form .input-group.qty .btn-increment {
    border-radius: 0px 5px 5px 0;
}
.woocommerce-cart-form .input-group.qty .btn-decrement strong,
.woocommerce-cart-form .input-group.qty .btn-increment strong {
    font-family: 'Deloire Bold';	
    font-weight: 700;
    font-size: 1.5rem !important;
}
.woocommerce-cart-form .input-group.qty .input-text.qty {
    padding: 0 0.75rem;
    box-sizing: border-box;
    text-align: center;
    min-height: 2.375rem;
    border-radius: 0 !important;
	border: 1px solid #A8BFC150 !important;
}

/* Cart Page Coupon */
.woocommerce-cart-form .coupon {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
}
.woocommerce-cart-form .coupon input#coupon_code {
    border-radius: 4px !important;
    margin: 0 !important;
    padding: 1rem!important;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.woocommerce-cart-form .coupon button.button {
    border-radius: 4px !important;
    margin: 0 !important;
    padding: 1rem 2rem !important;
    box-sizing: border-box;
    line-height: normal;
}

@media (max-width: 767px) {
	/* CART */
	.woocommerce-page table.shop_table_responsive tr td.product-name {
		display: flex;
		width: 100%;
		justify-content: space-between;
		flex-direction: column;
		align-content: flex-end;
		align-items: flex-end;
	}	
	.woocommerce-page table.shop_table_responsive tr td::before {
		text-align: left !important;
		width:  100%;
	}	
	.woocommerce-page table.shop_table_responsive tr td.product-name img {
		margin: 0 0 20px 0;
	}	
    .woocommerce .coupon input#coupon_code {
        width: 100%;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        float: left;
        width: 100%;
    }	
	.wc-proceed-to-checkout a.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		margin-bottom: 1rem !important;
	}	
}

@media (max-width: 575.98px) {
		/* CART */
	.jupiterx-wc-step {
		margin-bottom: 1.5rem;
	}
}


/* ******************************
 * CHECKOUT PAGE
 * *************************** */
.woocommerce-checkout .jupiterx-main-content .container {
    padding: 0 2rem;
}
h3#ship-to-different-address span {
    font-size: 1.75rem;
}
.woocommerce form .select2-container .select2-selection--single {
	border-radius: 10px;
}
.woocommerce-page.woocommerce-checkout #ship-to-different-address-checkbox:focus {
	box-shadow: none !important;
}
.woocommerce .coupon input#coupon_code {
    margin-bottom: 1rem;
}
.woocommerce-checkout-payment button#place_order {
	margin-left: 1rem !important;
}

@media (max-width: 767px) {
	/* CHECKOUT */
	.woocommerce-checkout-payment button.button, .woocommerce-checkout-payment a.button {
		margin-bottom: 1rem !important;
		float: none !important;
		width: 100%;
	}	
	.woocommerce-checkout-payment button#place_order {
		margin-left: 0rem !important;
	}
}


/* ******************************
 * GRAVEL CO - HIDE COUPONS on Front End - need enabled for Request a Quote Plugin Backend for Editing Quotes
 * *************************** */
.woocommerce-page.woocommerce-cart .woocommerce-cart-form .coupon {
    display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}



/* ******************************
 * WOOCOMMERCE NOTICES
 * *************************** */
@media (max-width: 767px) {
	/* WOOCOMMERCE Notices */
    .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 20px;
    }
    .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
        margin-top: 10px !important;
    }
}


/* ******************************
 * PAYMENT STYLING - GPAY - on Product, Cart, Checkout
 * *************************** */
/* SQUARE GPAY - Product, Cart, Checkout */
#wc-square-digital-wallet {
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding-top: 1rem !important;
}
.woocommerce-variation-add-to-cart #wc-square-digital-wallet {
    max-width: 100% !important;
}
.gpay-card-info-container.black, .gpay-button.black {
    outline: 1px solid #757575;
    box-shadow: none;
    padding: unset;
    border-radius: 6px !important;
    padding: 1.5rem 0rem;
}
.gpay-button.gpay-button-size-match-height.black, 
.gpay-button.gpay-button-size-match-height.white, 
.gpay-button-fill > .gpay-button.gpay-button-size-match-height.white, 
.gpay-button-fill > .gpay-button.gpay-button-size-match-height.black {
	height: auto !important;
}


/* ******************************
 * YITH REQUEST A QUOTE
 * *************************** */
/* HEADER MINI QUOTE BUTTON */
.widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
	right: 0px;
	bottom: 0px !important;
	padding-top: 0 !important;
	margin: 0 !important;
}
.widget_ywraq_mini_list_quote .raq-info {
	padding: 0 !important;
	border: 0 !important;
}
.widget_ywraq_mini_list_quote .raq-info .raq-items-number {
	font-size: clamp(14px, calc(0.125vw + 13.6px + max(0px, (100vw - 1920px) * 0.0031)), 18px) !important;
}
.widget_ywraq_mini_list_quote .ywraq-quote-icon-icon_quote:before {
	color: #292B25 !important;
}
.widget_ywraq_mini_list_quote .yith-ywraq-list-content,
.widget_ywraq_mini_list_quote .yith-ywraq-list-item,
.widget_ywraq_mini_list_quote .yith-ywraq-list-item-product-info {
	font-size: clamp(16px, calc(0.125vw + 15.6px + max(0px, (100vw - 1920px) * 0.0063)), 22px) !important;
}
.widget_ywraq_mini_list_quote .items-count {
	text-transform: uppercase;
	font-weight: bold;
}
.widget_ywraq_mini_list_quote ul.yith-ywraq-list {
	padding: 0;
}
.widget_ywraq_mini_list_quote .yith-ywraq-list-content ul li {
	padding: 5px 0 15px 30px !important;
}
.widget_ywraq_mini_list_quote .yith-ywraq-list-content .button {
	width: 100%;
}
.widget_ywraq_mini_list_quote ul.yith-ywraq-list a.yith-ywraq-item-remove.remove {
	line-height: .95;
	font-weight: 500;
}

/* MINI CART MOBILE MENU */
.mobile-carts .widget_ywraq_mini_list_quote .ywraq-quote-icon-icon_quote:before {
	color: #FFF !important;
	font-size: 32px;
}
.mobile-carts .widget_ywraq_mini_list_quote .raq-info .raq-items-number {
	color: #d7e2ac;
}

/* PRODUCT PAGE ADD TO QUOTE BUTTON */
.woocommerce.single-product .product .yith-ywraq-add-to-quote {
	margin-top: 1.75rem;
	width: 100%;
	display: block !important;
}
.woocommerce .add-request-quote-button.button {
	border-radius: 5px !important;	
	display: block !important;	
	width: 100%;	
}

/* Hide Button Until Option Selected and Button NOT Disabled */
.yith-ywraq-add-button.show a.add-request-quote-button.disabled {
	display: none !important;
}


/* ******************************
 * QUOTE PAGE — FOUC AND QUANTITY STEPPER FIXES
 * *************************** */
/* Lock thumbnail size to prevent reflow */
#yith-ywraq-form table.cart .product-thumbnail img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 0.25rem;
  display: block;
}

/* Hide JupiterX input-group wrapper */
#yith-ywraq-form .quantity .input-group {
    display: none !important;
}

/* Quantity wrapper — reserve space to prevent snap on load */
#yith-ywraq-form .quantity {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 120px;
}
#yith-ywraq-form table.cart .product-quantity {
    min-width: 120px;
}

/* Native input */
#yith-ywraq-form .quantity input.qty {
    display: inline-block !important;
    width: 3.5rem;
    text-align: center;
    padding: 0.375rem 0.5rem;
    border: 1px solid #A8BFC1;
    border-radius: 4px !important;
    -moz-appearance: textfield;
}

/* Hide native spinner arrows since we have our own buttons */
#yith-ywraq-form .quantity input.qty::-webkit-inner-spin-button,
#yith-ywraq-form .quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* +/- buttons */
#yith-ywraq-form .quantity .qty-btn {
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    font-family: 'Deloire Bold';
    font-weight: 700;
    font-size: 1.5rem !important;
    line-height: 1;
    padding: 0 4px;
    min-width: unset;
}

#yith-ywraq-form .quantity .qty-btn:hover {
    color: #707F74;
}

/* Fixed table layout prevents column width recalculation */
#yith-ywraq-form table.cart {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0 !important;
}


/* =============================
   QUOTE TABLE — DESKTOP
   ============================= */
#yith-ywraq-form table.cart thead th {
  text-align: left;
  padding: 0.625rem 0.75rem;
  border-bottom: 2px solid #A8BFC1;
}

/* Column widths */
#yith-ywraq-form table.cart .product-remove    { width: 5%;  padding: 0 0.625rem; }
#yith-ywraq-form table.cart .product-thumbnail  { width: 10%; padding: 0; }
#yith-ywraq-form table.cart .product-name       { width: 40%; padding: 0; }
#yith-ywraq-form table.cart .product-price      { width: 12%; }
#yith-ywraq-form table.cart .product-quantity   { width: 15%; }
#yith-ywraq-form table.cart .product-subtotal   { width: 18%; }

/* Cell styling */
#yith-ywraq-form .ywraq_responsive td {
  padding: 1rem 0.5rem !important;
  vertical-align: middle;
  border-bottom: 1px solid #A8BFC1;
  font-size: clamp(15px, calc(0.063vw + 14.8px + max(0px, (100vw - 1920px) * 0.0031)), 18px) !important;
  font-weight: normal;
}

/* Variation list cleanup */
#yith-ywraq-form .product-name ul {
  margin: 0.375rem 0 0 0.625rem;
  padding: 0;
  list-style: none;
}
#yith-ywraq-form .product-name ul li {
  font-size: clamp(15px, calc(0.063vw + 14.8px + max(0px, (100vw - 1920px) * 0.0031)), 18px) !important;
  font-weight: normal;
  line-height: 1.6;
}
#yith-ywraq-form .product-name ul br {
  display: none;
}

/* Remove button */
#yith-ywraq-form .product-remove a.yith-ywraq-item-remove.remove {
  line-height: 0.95;
  font-weight: 500;
}

/* Totals row */
#yith-ywraq-form .raq-totals-label {
  text-align: right;
  font-weight: 700;
  padding: 0.875rem 0.75rem;
}
#yith-ywraq-form .raq-totals {
  padding: 0.875rem 0.75rem;
  font-weight: 700;
}

/* =============================
   BUTTONS
   ============================= */
#yith-ywraq-form .update-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#yith-ywraq-form .update-list-wrapper .after-table-right {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 0.5rem;
}
#yith-ywraq-form .update-list-wrapper .after-table-right button {
  flex: 1;
  justify-content: center;
  margin: 0 !important;
  border-radius: 0.25rem !important;
}
#yith-ywraq-form .update-list-wrapper input[type="submit"] {
  color: #fff !important;
  border-radius: 0.25rem !important;
  border: 0 !important;
  width: 100%;
}

/* Submit form */
.yith-ywraq-mail-form-wrapper {
  padding: 2rem 0 0 0 !important;
}
.yith-ywraq-mail-form-wrapper input.button.raq-send-request.last {
  color: #fff !important;
  border-radius: 0.25rem !important;
  border: 0 !important;
}

/* =============================
   MOBILE — CARD LAYOUT
   ============================= */
@media (max-width: 768px) {
  #yith-ywraq-form table.cart,
  #yith-ywraq-form table.cart thead,
  #yith-ywraq-form table.cart tbody,
  #yith-ywraq-form table.cart tr,
  #yith-ywraq-form table.cart th,
  #yith-ywraq-form table.cart td {
    display: block;
    width: 100% !important;
  }

  #yith-ywraq-form table.cart thead {
    display: none;
  }

  #yith-ywraq-form table.cart .cart_item {
    border: none;
    border-bottom: 1px solid #A8BFC1;
    border-radius: 0;
    padding: 1rem 0;
    margin-bottom: 0;
    position: relative;
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 0 0.75rem;
    grid-template-areas:
      "remove  remove"
      "thumb   name"
      "price   price"
      "qty     qty"
      "subtot  subtot";
  }

  #yith-ywraq-form table.cart td.product-remove    { grid-area: remove; }
  #yith-ywraq-form table.cart td.product-thumbnail  { grid-area: thumb; }
  #yith-ywraq-form table.cart td.product-name       { grid-area: name; }
  #yith-ywraq-form table.cart td.product-price      { grid-area: price; }
  #yith-ywraq-form table.cart td.product-quantity   { grid-area: qty; }
  #yith-ywraq-form table.cart td.product-subtotal   { grid-area: subtot; }

  #yith-ywraq-form table.cart .cart_item td {
    border: 0 !important;
  	padding: 0.5rem 0.75rem !important;
  }
  #yith-ywraq-form table.cart td.product-remove {
    border-bottom: 0 !important;
  }

  /* Remove button — top-right corner */
  #yith-ywraq-form table.cart td.product-remove {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    width: auto !important;
    padding: 0 !important;
  }

  /* data-title labels for price/qty/subtotal */
  #yith-ywraq-form table.cart td.product-price::before,
  #yith-ywraq-form table.cart td.product-quantity::before,
  #yith-ywraq-form table.cart td.product-subtotal::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    margin-right: 0.25rem;
  }
  #yith-ywraq-form table.cart td.product-price,
  #yith-ywraq-form table.cart td.product-quantity,
  #yith-ywraq-form table.cart td.product-subtotal {
    display: flex;
    align-items: center;
  }

 /* Totals */
  #yith-ywraq-form .raq-totals-row {
    display: none !important;
  }
  #yith-ywraq-form .raq-totals-label,
  #yith-ywraq-form .raq-totals,
  #yith-ywraq-form .ywraq_responsive td.raq-totals {
    display: block !important;
    width: 100% !important;
    text-align: right;
    padding: 0.25rem 1.5rem !important;
    border: none !important;
  }
  /* Remove bottom border on the totals row */
  #yith-ywraq-form table.cart tbody tr:last-child,
  #yith-ywraq-form table.cart tbody tr:last-child td,
  #yith-ywraq-form table.cart tbody tr:last-child th {
    border-bottom: none !important;
  }

  /* Stack buttons */
  #yith-ywraq-form .update-list-wrapper .after-table-right {
    flex-direction: column;
  }
  #yith-ywraq-form .update-list-wrapper .after-table-right button {
    width: 100% !important;
  }
}


/* ============================================================
   JET WOO PRODUCTS GRID — Card Styling
   ============================================================ */
/* --- Card Outer Item --- */
.jet-woo-products.jet-equal-cols .jet-woo-products__item {
    padding: 0;
}
/* --- Card Inner Box --- */
.jet-woo-products .jet-woo-products__inner-box {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 1.875rem;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
}
.jet-woo-products .jet-woo-products__item:hover .jet-woo-products__inner-box {
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.25);
}
/* --- Thumbnail / Image Area --- */
.jet-woo-products .jet-woo-product-thumbnail {
    padding: 0.75rem 0.75rem 0;
    flex-shrink: 0;
	overflow: visible;	
}
/* Fix the height inheritance chain:
   .thumbs (18rem, relative)
     → <a> (must stretch)
       → .thumbs__inner (must stretch)
         → img[0] (absolute, fills container) */
.jet-woo-products .jet-woo-product-thumbs {
    border-radius: 1.375rem;
    overflow: hidden;
    height: 22rem !important;
    position: relative;
}
.jet-woo-products .jet-woo-product-thumbs > a {
    display: block;
    height: 100%;
}
.jet-woo-products .jet-woo-product-thumbs__inner {
    position: relative;
    height: 100%;
}
/* Both images absolutely fill the container — neither drives its height 
.jet-woo-products .jet-woo-product-thumbs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}*/
/* --- Single-image fallback (no .jet-woo-product-thumbs wrapper) --- */
.jet-woo-products .jet-woo-product-thumbnail:not(:has(.jet-woo-product-thumbs)) > a {
    display: block;
    height: 22rem !important;
    position: relative;
    border-radius: 1.375rem;
    overflow: hidden;
}
.jet-woo-products .jet-woo-product-thumbnail:not(:has(.jet-woo-product-thumbs)) > a > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* --- Content Area --- */
.jet-woo-products .jet-woo-product-categories,
.jet-woo-products .jet-woo-product-title,
.jet-woo-products .jet-woo-product-price,
.jet-woo-products .jet-woo-product-excerpt {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: left;
}
/* --- Category Label --- */
.jet-woo-products .jet-woo-product-categories {
    margin: 2rem 0 1rem !important;
}
.jet-woo-products .jet-woo-product-categories a {
    text-decoration: none;
}
/* --- Product Title --- */
.jet-woo-products .jet-woo-product-title {
    margin-bottom: 0rem;
}
.jet-woo-products .jet-woo-product-title a {
    text-decoration: none;
}
/* --- Price --- */
.jet-woo-products .jet-woo-product-price {
    padding-bottom: 2rem;
}
/* --- Excerpt (push button to bottom) --- */
.jet-woo-products .jet-woo-product-excerpt {
    flex-grow: 1;
    margin-bottom: 0;
    padding-bottom: 2rem;
}
/* --- Button --- */
.jet-woo-products .jet-woo-product-button a.button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.625rem 0.75rem 0.5625rem;
    border-radius: 0 0 1.875rem 1.875rem;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
}
.jet-woo-products .jet-woo-product-button a.button:hover {
    background-color: #253d34;
    color: #ffffff;
}