/*
Theme Name: MEMEME Theme

WooCommerce styles override
*/

.added_to_cart{
	display: none;
}
.woocommerce-breadcrumb{
	font-size: 80%;
	width: 100%;
	margin-bottom: 1rem;
}

/**
 * Shop tables
 */
table.shop_table_responsive {
border: 1px solid rgba(125,125,125,0.1);
border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.shop_table_responsive caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.shop_table_responsive tr {
	background-color: rgba(255,255,255,0.1);
  border: 1px solid rgba(125,125,125,0.1);
  padding: .35em;
}

table.shop_table_responsive th,
table.shop_table_responsive td {
  padding: .625em;
  text-align: center;
}
.cart-collaterals{
	padding: 0 15px;
}

.cart_totals table.shop_table_responsive{
	margin-bottom: 1rem;
}
.cart_totals table.shop_table_responsive th,
.cart_totals table.shop_table_responsive td{
	text-align: left;
}
.cart_totals h2{
	font-size: 1.6rem;
}
table.shop_table_responsive th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  table.shop_table_responsive {
    border: 0;
  }

  table.shop_table_responsive caption {
    font-size: 1.3em;
  }
  
  table.shop_table_responsive thead,
  .cart_totals table.shop_table_responsive th {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.shop_table_responsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.shop_table_responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.shop_table_responsive td::before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.shop_table_responsive td:last-child {
    border-bottom: 0;
  }
}

.wc-proceed-to-checkout .button{
	width: 100%;
	background-color: var(--wp--preset--color--dark);
	color: #fff;
}

/**
 * Products
 */
.products .product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

.products .woocommerce-loop-product__title,
.woocommerce-loop-category__title {
	font-size: 1.75rem;
}

.products .product img {
	display: block;
/*	width: 100%;*/
	position: relative;
	z-index: 0;
	object-fit: cover;
	margin: 0 auto;
}
.wc-block-grid__product-image img{
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%; /* even if we dont declare this the image will still be centered */
}

.products .product .button{
	display: block;
	border-radius: 5em;
}
/*.products .product a.added_to_cart{
	display: none;
}*/

.products .onsale, .product .onsale, .woocommerce span.onsale{
	position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background: var(--bs-danger);
  color: white;
	padding: .2rem .6rem;
  border-radius: 50rem;
  z-index: 9;
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
}
/*.products .product a{
	display: block;
	position: relative;
	text-align: center;
}*/
.product_meta{
	font-size: 80%;
	padding: .5rem 0;
}
.product_meta .sku_wrapper, .product_meta .posted_in{
	display: block;
	clear: both;
}

.woocommerce .related{
	position: relative;
	width: 100%;
	clear: both;
	margin-top: 1em;
}
/*.woocommerce .related img{
	max-height: 300px;
  width: auto;
}*/
.related ul.products li.product{
	width: 48.1%;
	margin-right: 3.8%;
	float: left;
}
.related ul.products li.product:nth-child(2n){
	margin-right: 0;
}

/**
 * Single product
 */
.single-product div.product{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.single-product div.product .woocommerce-product-gallery,
.related.products .row .product,
.upsells.products .row .product,
.woocommerce-tabs,
.single-product-images{
	position: relative;
	width: 100% !important;

}
.woocommerce-tabs p{
	margin: 0;
}
.woocommerce-Tabs-panel h2{
	font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
	.single-product .has-sidebar- div.product .single-product-images,
	.single-product .container-fluid .has-sidebar-1 div.product .single-product-images {
		width: 50% !important;
	}
	.single-product .has-sidebar- div.product .summary,
	.single-product .container-fluid .has-sidebar-1 div.product .summary{
		width: 50% !important;
		padding-left: 1em;
	}
	.single-product .has-sidebar-1.sidebar-right div.product .summary{
		margin-right: auto;
		order: -1;
		padding-right: 1em;
		padding-left: 0;
	}

}
.single-product .container-fluid .has-sidebar- #main-woo{
	padding-left: 15px;
	padding-right: 15px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
	width: 100%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product .woocommerce-product-details__short-description h2{
	font-size: 1.2rem;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * General WooCommerce components
 */
/**
 * Cart
 */
.product-thumbnail a{
	display: block;
	position: relative;
	padding-bottom: 6px;
}
.cart_item img{
	width: auto;
	max-width: 80px;
	max-height: 80px;
}
.woocommerce-shipping-methods,
.woocommerce-shipping-methods label,
.woocommerce-shipping-destination{
	margin: 0;
}
.woocommerce-shipping-methods{
	display: inline-block;
}
.cart_item .remove{
	background: red;
	width: 1em;
	display: inline-block;
	text-align: center;
	height: 1em;
	border-radius: 5em;
	color: #fff;
	vertical-align: middle;
	line-height: 1;
 }

.widget .product_list_widget li{
	list-style: none;
	width: 50%;
	display: block;
	float: left;
}
.widget .product_list_widget li a{
	display: block;
}
/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: .8em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: inherit;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: "star";
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}

.woocommerce-tabs ul.tabs li {
	display:inline-block;
	background-color: #E3E3E3;
	opacity: 0.6;
	margin: 0;
	margin-top:.2em;
	position: relative;
}
.woocommerce-tabs ul.tabs li.active {
	opacity: 1;
}

.woocommerce-tabs ul.tabs li a {
	padding: .5em 1em;
	display: block;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3D9CD2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	content: "";
	display: block;
	padding: 1em 2em;
	margin: 1em 0;
	background-color: transparent;
	clear: both;
	border-color: transparent;
}

/*.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	border-color: #17a2b8;
}

.woocommerce-error {
	border-color: #dc3545;
}*/
.woocommerce-message li,
.woocommerce-info li,
.woocommerce-error li{
	list-style: none;
}
.woocommerce-message:before{
	left: 0;
	position: absolute;
}
.woocommerce-review__dash{
	display: none;
}
.woocommerce-review__author{
	clear: both;
	float: left;
}
.woocommerce-review__published-date{
	clear: both;
	font-size: 80%;
	float: left;
}
.comment_container{
	display: flex;
}
.comment_container .photo,
.comment_container .avatar{
	border-radius: 50rem;
	width: 60px;
	height: 60px;
}
.comment-text{
	margin-left: 1rem;
}
.comment-text .description{
	clear: both;
}
.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3D9CD2;
	z-index: 9999;
	color: #fff;
	text-align: center;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}
.single-product .summary .price{
	font-size: 1.2rem;
}
.single-product .summary .woocommerce-variation-price{
	padding: 0.4rem 0;
}
.single-product .summary .woocommerce-variation-price .price{
	font-size: 2rem;
}

.add_to_cart_button.loading::after {
  background-image: url(images/loading.svg);
	opacity: 1;
	display: block;
	transition: opacity 0.2s ease;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	content: "";
	z-index: 1000;
}

.add_to_cart_button.loading .add_to_cart_text{
	opacity: 0;
}
.add_to_cart_text{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	font-size: 80%;
	vertical-align: middle;
	display: inline-block;
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: royalblue;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: royalblue;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

.pswp__caption__center{
	text-align: center;
}

td.product-quantity{
	padding-right: 1em;
}


.woocommerce .form-row{
	display: inline-block;
	margin: 0;
	margin-bottom: 1em;
	width: 100%;
}
.woocommerce .form-row.form-row-first, .woocommerce .form-row.form-row-last{
	width: 50%;
	float: left;
}

.form-row-wide{
	width: 100%;
}

.form-row-first{
	padding-right: 1em;
}
.form-row-last{
	padding-left: 1em;
}

.wc_payment_methods{
	padding: 0;
}
.wc_payment_methods li{
	padding: 1.2rem 0;
}
.wc_payment_methods > li{
	list-style: none;
	padding: 1.2rem 0;
	border-bottom: 1px solid rgba(100,100,100,0.1);
}
.woocommerce-input-wrapper{
	width: 100%;
}

/**
 * Pagination
 */ 
.woocommerce-pagination .page-numbers{
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}
.woocommerce-pagination .page-numbers li{
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(100,100,100,0.1);
}

.admin-bar .mememe-mini-cart{
	top: 32px;
}

@media screen and (max-width:782px) {
	.admin-bar .mememe-mini-cart{
		top: 46px;
	}
}

.woocommerce.widget_shopping_cart{
	position: relative;
}

/**
 * Mini cart
 */
.mememe-mini-cart{
	width: 100%;
	right: -100%;
	box-sizing: border-box;
	bottom: 0;
	position: fixed;
	top: 0;
	z-index: 3001;
	padding-top: 2rem;
	transition: right .4s cubic-bezier(.785,.135,.15,.86);
	overflow: hidden;
}

@media (min-width: 768px) {
	.mememe-mini-cart{
		width: 400px;
		right: -400px;
	}
}

.mememe-mini-cart .mememe-mini-cart-body, .widget_shopping_cart_content{
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-end !important;
	height: 100%;
	width: 100%;
}

.mememe-mini-cart-open .mememe-mini-cart{
	right: 0;
}
.mememe-mini-cart .cart_list, .woocommerce-mini-cart.cart_list{
	margin: 0;
	padding: 0;
	width: 100%;
}
.mememe-mini-cart .cart_list li, .woocommerce-mini-cart.cart_list li{
	list-style: none;
	position: relative;
	width: 100%;
}

ul.woocommerce-mini-cart.product_list_widget li img {
    float: none;
    width: 40px;
    height: 40px;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 14px;
    margin:0 12px;
    object-fit: contain;
    background-color: #fff;
}
li.mini_cart_item .remove{
	font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    top: 15px;
    position: absolute;
    right: 1rem;
}
.woocommerce-mini-cart__empty-message{
	padding: 12px;
	width: 100%;
	text-align: center;
}

li.mini_cart_item .quantity{
	clear: both;
	float: none;
	position: relative;
	display: block;
	font-size: 80%;
}
li.mini_cart_item {
    border-bottom: 1px solid;    
    border-bottom-color: rgba(100,100,100,0.1);
    padding-bottom: 10px !important;
    padding-left: 60px !important;
    padding-top: 10px !important;
}
.mini-cart-footer{
	margin: 0;
	padding: 1rem 12px;
	display: block;
	width: 100%;
}
.mememe-mini-cart .mini-cart-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 -2px 6px 0 rgba(0,0,0,0.1);
	box-shadow: 0 -2px 6px 0 rgba(0,0,0,0.1);
}

.woocommerce-mini-cart__buttons{
	margin-bottom: 0;
	display: flex;
	padding-right: 12px;
}
.woocommerce-mini-cart__buttons .button{
	width: 100%;
	margin-bottom: .3rem;
}
.woocommerce-mini-cart__buttons .button.checkout{
	margin-left: auto;
}
.mememe-mini-cart .close-mini-cart{
	position: absolute;
	right: 0;
	top: 0;
}
.woocommerce-mini-cart__total{
	padding-right: 12px;
	width: 100%;
	margin-bottom: 1rem;
}

.woocommerce-mini-cart__total .amount{
	float: right;
}

.mememe-mini-cart-modal.modal-backdrop{
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s cubic-bezier(.785,.135,.15,.86), visibility .4s cubic-bezier(.785,.135,.15,.86);
	background: transparent;
}
.mememe-mini-cart-open .mememe-mini-cart-modal.modal-backdrop{
	visibility: visible;
	opacity: 1;
}

.woocommerce-LoopProduct-link{
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
}

.mini-cart-link .badge{
	position: absolute;
	left: 2em;
	top: 0;
	font-weight: 400;
	min-width: 16px;
	height: 16px;
	font-size: 12px;
	padding: 0 4px;
	line-height: 1.4;
	font-family: arial, helvetica, sans-serif;
}

.mememe-wrap-product .mememe-wrap-product-thumb{
	overflow: hidden;
}

.mememe-wrap-product .mememe-wrap-product-thumb .button{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: transform .4s, background 0.25s ease-in-out;
	vertical-align: middle;
	border-radius: 0;
	z-index: 20;
	text-align: center;
	background-color: var(--bs-dark);
	color: #fff;
	transform: translateY(100%);
}

.mememe-wrap-product:hover .mememe-wrap-product-thumb .button{
	top: auto;
	bottom: 0;
	transform: translateY(0%);
}

.highlight-template .mememe-wrap-product .woocommerce-loop-product__link > img{
	max-height: none;
	width: 100%;
}
.wide-template .mememe-wrap-product .woocommerce-loop-product__link > img{
	transition: transform 4s ease;
}

.wide-template .mememe-wrap-product:hover .woocommerce-loop-product__link > img{
	transform: scale(1.1);
}

@keyframes fader {
  from { opacity: 1.0; }
  to   { opacity: 0.0; }
}

.fade-carousel{
		opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    transition: opacity 0.2s;
    z-index: 2;
  }
.mememe-wrap-product-thumb:hover .fade-carousel{
	opacity: 1;
}
  .mememe-wrap-product-thumb .fade-carousel > img {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* current slide */
  .mememe-wrap-product-thumb .fade-carousel > img:first-of-type {
    z-index: 2;
  }

  .mememe-wrap-product-thumb:hover .fade-carousel > img:first-of-type {
    animation-name: fader;
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }

  /* next slide to display */
  .fade-carousel > img:nth-of-type(2) {
    z-index: 1;
  }

  /* all other slides */
  .fade-carousel > img:nth-of-type(n+3) {
    display: none;
  }

.mememe-wrap-product-thumb img{
	z-index: 0;
	max-height: 600px;
width: auto;
}

.related.products .woocommerce-loop-product__title,
.upsells.products .woocommerce-loop-product__title{
	font-size: 1rem;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
	font-family: 'ngc_din_onairlight', sans-serif;
}

.related.products .mememe-wrap-product:hover .mememe-wrap-product-thumb .button,
.upsells.products .mememe-wrap-product:hover .mememe-wrap-product-thumb .button{
	top: auto;
}
.related.products .mememe-wrap-product-thumb img,
.upsells.products .mememe-wrap-product-thumb img{
	max-height: 250px;
	width: auto;
}
.mememe-product-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0E0E0E;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 10;
	transition: opacity .4s;
}

.mememe-wrap-product:hover .mememe-wrap-product-thumb .mememe-product-overlay{
	opacity: 0.04;
}

.mememe-wrap-product .star-rating{
	display: none;
}

.mememe-woo-product-share{
	font-size: 1.4em;
}
.wc-layered-nav-term.chosen{
	background-color: rgba(100,100,100,0.2);
}
.woocommerce-notices-wrapper ul li{
	list-style: none;
}

.woocommerce-tabs .nav-link.active{
	background-color: var(--bs-light)!important;
}


.woocommerce-tabs #tab-history_tab a{
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 1.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1rem' height='1rem' fill='red' class='bi bi-filetype-pdf' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5L14 4.5ZM1.6 11.85H0v3.999h.791v-1.342h.803c.287 0 .531-.057.732-.173.203-.117.358-.275.463-.474a1.42 1.42 0 0 0 .161-.677c0-.25-.053-.476-.158-.677a1.176 1.176 0 0 0-.46-.477c-.2-.12-.443-.179-.732-.179Zm.545 1.333a.795.795 0 0 1-.085.38.574.574 0 0 1-.238.241.794.794 0 0 1-.375.082H.788V12.48h.66c.218 0 .389.06.512.181.123.122.185.296.185.522Zm1.217-1.333v3.999h1.46c.401 0 .734-.08.998-.237a1.45 1.45 0 0 0 .595-.689c.13-.3.196-.662.196-1.084 0-.42-.065-.778-.196-1.075a1.426 1.426 0 0 0-.589-.68c-.264-.156-.599-.234-1.005-.234H3.362Zm.791.645h.563c.248 0 .45.05.609.152a.89.89 0 0 1 .354.454c.079.201.118.452.118.753a2.3 2.3 0 0 1-.068.592 1.14 1.14 0 0 1-.196.422.8.8 0 0 1-.334.252 1.298 1.298 0 0 1-.483.082h-.563v-2.707Zm3.743 1.763v1.591h-.79V11.85h2.548v.653H7.896v1.117h1.606v.638H7.896Z'/%3E%3C/svg%3E");
}

.theme-custom-filters .wc-block-components-checkbox-list li{
	display: inline-block;
	margin-right: 1em;
}

.theme-custom-filters .wc-block-attribute-filter__actions{
	display: none;
}
.shop_table td,
.shop_table th{
	padding: 0.5em 1em;
}

.product-cta{
	text-align: right;
}
.wide-template .product-cta{
	display: none;
}
.woocommerce-notice--success{
	padding: 1rem;
	border-left: 6px solid var(--bs-success);
	margin: 0 auto;
	width: 100%;
	max-width: 1320px;
}
.col-x5{
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 576px) {
	.col-sm-x5{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 768px) {
	.col-md-x5{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.col-lg-x5{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-xl-x5{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

.columns-template:first-child, .columns-template:first-child + .columns-template{
    width: 100%;
}
@media (min-width: 768px) {
	.columns-template:first-child, .columns-template:first-child + .columns-template{
	    width: 50% !important;
	}
}

