/** 
 * 
 * 
 * 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%;
}

.ywraq_number_items {
    display: inline-block;
    color: #fff;
    background: #000;
    width: 20px;
    text-align: center;
    border-radius: 50%;
}

.ywraq_number_items span {
    display: none;
}

/* 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 */
.wc-block-cart__submit {
    background-color: var(--cta);
}

.wc-block-cart__submit a:hover {
    background-color: var(--primary);
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

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

.woocommerce.tax-product_cat ul.products li.product a img {
    height: 250px;
    object-fit: contain;
}

.wp-block-woocommerce-cart-order-summary-block {
    display: none;
}

.ywraq_number_items {
    display: inline-block;
    color: #fff;
    background: #000;
    width: 20px;
    text-align: center;
    border-radius: 50%;
}

.ywraq_number_items span {
    display: none;
}

.product-filters {
    background-color: var(--ctaalt);
    padding: 20px 40px;
    display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
    border: 2px solid var(--primaryalt);
	margin-bottom: 48px;
}

.product-filters h3 {
    width: 100%;
    text-align: center;
}

.filter-item.facet-wrap {
    width: 18%;
}

.filter-reset {
    width: 100%;
    font-weight: 700;
}

@media only screen and (max-width: 959px) {
	.filter-item.facet-wrap {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.filter-item.facet-wrap {
		width: 100%;
	}
}

/* "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;
}