/** 
 * 
 * 
 * General WooCommerce Styles
 * 
 * */

.woocommerce-page h1 {
    color: var(--cta);
}

body.full-width-content .entry-content > .alignwide {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
}

.woocommerce-page #main {
    max-width: 1400px;
    margin: 0 auto;
	padding: 90px 5%;
}

/* single product page */

button.single_add_to_cart_button {
    height: 100%;
    padding: 15px!important;
    background-color: var(--cta)!important;
    line-height: 1.15!important;
}

.woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce div.product div.woocommerce-product-gallery {
    width: calc(40% - 50px);
    margin-right: 100px;
}

.woocommerce div.product div.summary.entry-summary {
    width: calc(60% - 50px);
}

.woocommerce .product_meta {
    display: flex;
    flex-direction: column;
    font-weight: 700;
}

.woocommerce .product_meta > span > span, .woocommerce .product_meta > span > a {
    font-weight: 400;
}

.woocommerce .product_meta > span > a {
    color: var(--cta);
    text-decoration: underline;
}

.woocommerce.woocommerce-list-view .related.products ul.products {
    flex-direction: row;
}

.woocommerce.woocommerce-list-view .related.products ul.products li.product.entry a.woocommerce-loop-product__link {
    flex-direction: column;
}

.woocommerce.woocommerce-list-view .related.products ul.products li.product.entry a.woocommerce-loop-product__link img {
    width: 25%;
}

/* cart page */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: var(--cta);
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: var(--primary);
}

/* shop/archive page */
.woocommerce.woocommerce-shop ul.products li.product span.price {
    color: var(--cta);
}

/* "list view" styles */
.woocommerce.woocommerce-list-view ul.products li.product.entry a.woocommerce-loop-product__link {
    display: flex!important;
    width: 100%;
    column-gap: 50px;
    border: 1px solid var(--primary);
    align-items: center;
}

.woocommerce.woocommerce-list-view ul.products {
    display: flex;
    flex-direction: column;
}

.woocommerce.woocommerce-list-view ul.products li.product {
    width: 100%;
    margin-bottom: 0;
}

.woocommerce.woocommerce-list-view ul.products li.product a img {
    width: 10%;
    margin: 10px;
/* 	object-fit: contain; */
}

.woocommerce.woocommerce-list-view ul.products li.product a.button {
    display: none;
}

.woocommerce.woocommerce-list-view ul.products li.product.entry a.woocommerce-loop-product__link:hover {
    background-color: #efefef;
}

.woocommerce-ordering {
    display: none !important;
}

.woocommerce-result-count,
h2.woocommerce-loop-product__title{
    color: var(--primaryalt) !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: var(--fnc-white) !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.button.wc-forward,
.button.product_type_simple,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
    background-color: var(--cta) !important;
    color: var(--fnc-white) !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
a.button.wc-forward:hover,
.button.product_type_simple:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
    background-color: var(--ctaalt) !important;
    color: var(--light) !important;
}

.woocommerce-product-details__short-description,
.sku_wrapper,
.posted_in,
#tab-description > p,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: var(--light) !important;
}

.sku_wrapper span.sku,
.cart_totals  > h2,
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
h3#order_review_heading {
    color: var(--primaryalt) !important;
}

#tab-description > h2,
.related.products > h2 {
    color: var(--cta) !important;
}

.woocommerce-message {
    border-top-color: var(--cta) !important;
}

.woocommerce-message::before,
a.woocommerce-privacy-policy-link {
    color: var(--cta) !important;
}

.product-name,
.product-price,
.product-quantity,
.product-subtotal,
tr.cart-subtotal > th,
tr.order-total > th,
tr.cart-subtotal > td::before,
tr.order-total > td::before,
.woocommerce-billing-fields,
#order_comments_field > label {
    color: var(--light) !important;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
    border-color: var(--primaryalt) !important;
}

.woocommerce-Price-amount.amount,
.woocommerce-privacy-policy-text > p {
    color: var(--fnc-white) !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: var(--cta) !important;
    color: var(--fnc-white) !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    padding: 0px 20px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none !important;
    width: 100%;
    padding: 0px 10px;
}

div.woocommerce-checkout-review-order::before {
    content: 'Order Summary';
    color: var(--primaryalt);
    font-weight: 700;
    font-size: 32px;
}

table.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 20px;
}

h3#order_review_heading {
    display: none !important;
}

form.checkout.woocommerce-checkout {
    display: flex;
}

.site-header .menu-toggle::before {
    color: var(--cta) !important;
}

@media only screen and (max-width:959px) {

    form.checkout.woocommerce-checkout {
        flex-direction: column;
    }
}
.woocommerce-product-gallery__image {
    margin: 5px;
}
.woocommerce-product-short-description {
	font-size: 15px;
}
/* Only target product category pages */
body.tax-product_cat .row {
    padding: 5px;
}

body.tax-product_cat .site-inner .row:not(.title-row):not(.main-content):not(.style-light):not(.style-dark):not(.page-title):before {
    border-top: none !important;
}

body.tax-product_cat .filter-item.facet-wrap {
    color: var(--cta);
}

/* Two column layout */
body.tax-product_cat .prod-list-filters-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}

/* Left sidebar */
body.tax-product_cat .attribute-filters.prod-filters {
    width: 250px;
    min-width: 250px;
    flex-shrink: 0;
}

/* Right side - products */
body.tax-product_cat .filtered-product-list.facetwp-template {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* Hide empty fwp-results div */
body.tax-product_cat .fwp-results {
    display: none !important;
}

/* Product grid - high specificity to beat woocommerce.css and woocommerce-layout.css */
.woocommerce body.tax-product_cat .filtered-product-list ul.products,
.woocommerce-page body.tax-product_cat .filtered-product-list ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
}

.woocommerce body.tax-product_cat .filtered-product-list ul.products li.product,
.woocommerce-page body.tax-product_cat .filtered-product-list ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
}

/* Responsive */
@media ( max-width: 1024px ) {
    .woocommerce body.tax-product_cat .filtered-product-list ul.products,
    .woocommerce-page body.tax-product_cat .filtered-product-list ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media ( max-width: 768px ) {
    body.tax-product_cat .prod-list-filters-wrap {
        flex-direction: column;
    }
    body.tax-product_cat .attribute-filters.prod-filters {
        width: 100%;
        min-width: unset;
    }
    .woocommerce body.tax-product_cat .filtered-product-list ul.products,
    .woocommerce-page body.tax-product_cat .filtered-product-list ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	color: var(--fnc-white);
}
.woocommerce-table__product-table.product-total,
.woocommerce-customer-details,
.custom-shop-intro,
.custom-shop-header,
.term-description,
.term-description p,
.shop_table th.product-total {
	color: var(--fnc-white);
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	color: var(--cta);
}
.woocommerce .woocommerce-customer-details address {
	border: 1px solid #386DAC !important;
}
.added_to_cart.wc-forward {
	margin-left: 10px;
}
a.button.wc-backward {
	background-color: var(--primaryalt);
	color: var(--fnc-white);
}
.woocommerce-result-count {
	padding-top: 10px;
}
#yith-ywrq-table-list input.button,
input.button.raq-send-request {
	background-color: var(--cta) !important;
    color: var(--fnc-white) !important;
}
.yith-ywraq-add-to-quote {
	padding-bottom: 10px;
}
.woocommerce .add-request-quote-button.button {
	border: 1px solid var(--fnc-white);
}
.page-numbers.dots {
	color: var(--fnc-white);
}
body.home .row.title-row {
	padding-top: 0px;
}
li.quote-cart a svg {
	top: 6px;
}
ul#menu-top-bar-menu li.quote-cart a span {
	position: relative;
	top: 2px;
}
#menu-item-96{
	position: relative;
	top: 1px;
}
#yith-ywraq-form .update-list-wrapper input[type="submit"] {
	background: var(--primaryalt);
	color: var(--fnc-white);
}
input#coupon_code {
	width: 120px;
	border-radius: 5px;
	padding: 8px 0px 8px 5px;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
	font-weight: 400 !important;
}