:root {
	--black: #000;
	--white: #fff;
	--green: #f8655d;
	--gray: #e3e9ed;
	--font-montserrat: 'Montserrat', sans-serif;
}

.products__loop {
	margin-top: 4.188rem;
	margin-bottom: 3.25rem;
}

.products__loop--breadcrumb,
.products__loop--breadcrumb a,
.products__loop--breadcrumb a:hover,
.products__loop--breadcrumb a:visited {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--black);
	margin-bottom: -1rem;
}

.filters__title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--black);
}

.filters__items {
	padding-left: 0;
}

.filters__items li {
	list-style: none;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375rem;
	padding: 0.781rem 0;
}

.accordion-button {
	padding: 0.781rem 0 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: var(--black) !important;
}

.accordion-body {
	padding: 0 !important;
}

.accordion-item {
	border: 0 !important;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #fff !important;
	outline: 0 !important;
	box-shadow: inset 0 0 0 rgb(255 255 255 / 0%) !important;
}

.accordion-button:not(.collapsed) {
	background-color: #ffffff !important;
	box-shadow: inset 0 0 0 rgb(255 255 255 / 0%) !important;
}

/*.accordion-button::after {
	margin-right: 100px;
}*/

.products__loop a .product__swiper_price {
	border-bottom: 1px solid var(--gray);
	padding-bottom: 20px;
}

.wc-block-product-categories-list-item a,
.wc-block-product-categories-list-item a:hover,
.wc-block-product-categories-list-item a:visited {
	color: var(--black);
}

.archive .woocommerce-breadcrumb a,
.archive .woocommerce-breadcrumb a:hover,
.archive .woocommerce-breadcrumb a:visited {
	color: var(--black);
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #f8655d !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #f8655d !important;
	border-radius: 8px;
	color: #fff;
}

ul.products.columns-3 li.product {
	transition: transform 250ms;
}

ul.products.columns-3 li.product:hover {
	transform: translateY(-10px);
}

mark,
ins {
	background: inherit;
}

@media (max-width: 600px) {
	.products__loop {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.accordion-button::after {
		margin-right: 0;
	}

	.products__loop--titulo-mobile {
		font-size: 1rem;
		font-weight: 600;
		color: var(--black);
		margin-bottom: 0;
	}

	.products__loop--filters-mobile {
		font-size: 0.875rem;
		font-weight: 500;
		color: var(--black);
		margin-bottom: 0;
		padding-right: 0.625rem;
	}

	.responsive__filters {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 2rem;
	}

	ul.products {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}

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

	.overlay {
		opacity: 0;
		transition: opacity 0.5s ease-in-out;
		background: #000;
	}

	.sidebar-opened .overlay {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 8999;
		min-height: 100vh;
		opacity: 0.35;
	}

	.filter-mobile {
		width: 60%;
		background-color: #fff;
		position: fixed;
		top: 0;
		z-index: 9000;
		right: 0 !important;
		transform: translateX(100%);
		left: auto !important;
		overflow: scroll;
		height: 100%;
		transition: transform 0.5s ease-in-out;
	}

	.sidebar-opened {
		overflow-y: hidden;
	}

	.sidebar-opened .filter-mobile {
		transform: translateX(0);
	}
}

/*Woocommerce*/

.woocommerce-shop a:hover,
.woocommerce-shop a:visited {
	color: var(--black) !important;
}

.woocommerce-breadcrumb {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: var(--black) !important;
	margin-bottom: 1.688rem !important;
}

.woocommerce-breadcrumb:hover {
	color: var(--black) !important;
}

.widget-title {
	font-size: 1rem;
	margin-bottom: 0;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		border-radius 0.15s ease;

	padding: 0.781rem 0 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	color: var(--black) !important;

	cursor: pointer;
	clear: both;

	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.widget-title:focus {
	z-index: 3;
	border-color: #fff !important;
	outline: 0 !important;
	box-shadow: inset 0 0 0 rgb(255 255 255 / 0%) !important;
}

.widget-title::after {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
	width: 20px;
	position: relative;
	left: 0;
	top: 0;
	margin-left: 0.5rem;
}

.widget-title.click3::after {
	content: '' !important;
	width: 20px;
	position: relative;
	left: 0;
	top: 0;
	margin-left: 0.5rem;
}

.widget-title.click1::after {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
	width: 20px;
	position: relative;
	left: 0;
	top: 0;
	margin-left: 0.5rem;
}
.widget-title.click2::after {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
	width: 20px;
	transform: rotate(180deg);
	position: relative;
	left: 0;
	top: 0;
	margin-left: 0.5rem;
}
.woocommerce-widget-layered-nav-list {
	padding-left: 0;
}

.wc-layered-nav-term {
	list-style: none;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375rem;
	padding: 0.581rem 0;
}

a {
	color: var(--black);
}

.wc-block-product-categories-list {
	padding-left: 0;
}

.wc-block-product-categories-list-item {
	list-style: none;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375rem;
	padding: 0.781rem 0;
}

.woocommerce-loop-product__title {
	padding-top: 1.688rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--black);
	text-decoration: none;
	text-align: center;
	padding: 0rem 1rem 1rem 1rem;
}

.price {
	font-size: 1rem;
	font-weight: 500;
	color: var(--black);
}


/*
.woocommerce-widget-layered-nav-list {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.52s ease-in-out;
	transition: all 0.5s ease-in-out;
	/*box-shadow: #333 0px 1px 3px;/
}
*/

ul.products li.product img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border-bottom: 1px solid rgba(248, 101, 93, 0.3);
}

.wc-block-product-categories-list,
.woocommerce-widget-layered-nav-list {
	border-bottom: 1px solid #e3e9ed;
	margin-left: 0;
}

.woocommerce-result-count {
	display: none !important;
}

ul.products li.product {
	padding: 0;
	border: 1px solid #ededed;
	/*box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);*/
	text-align-last: center !important;
}


.woocommerce-ordering {
	display: flex;
	justify-content: end;
	position: absolute;
	bottom: 30px;
	padding-right: 0;
}

.woocommerce-ordering select {
	font-family: var(--font-montserrat);
	border: none !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	width: 30%;
	border: 1px solid #ededed !important;
    padding: 0.5rem;
}

.woocommerce-ordering select option {
	font-family: var(--font-montserrat);
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
}

.wc-block-product-categories-list-item-count,
.woocommerce-widget-layered-nav-list__item span.count {
	display: none;
}


/* Filtros productos */

.cat-item a {
	color: #000;
	font-weight: 600;
}

.cat-item a:hover {
	color: #59b36b;
}

.cat-item a.active {
	color: #59b36b;
}

.cat-item {
    padding: 0.5rem 0;
}


/* CARRITO */

.product-quantity {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-quantity .quantity {
	width: 20% !important;
	margin-bottom: 0 !important;
}

.summary .cart {
    display: flex !important;
    padding-top: 2rem !important;
}

.single_add_to_cart_button {
    bottom: 0% !important;
    top: auto !important;
    left: auto !important;
	position: absolute !important;
}

.plus {
    margin-right: 4rem;
	margin-bottom: 3rem;
}

.minus {
	margin-bottom: 3rem;
}

.quantity {
    width: 10%;
	margin-bottom: 3rem;
}

.quantity input {
    width: 100%;
}

@media (max-width: 768px) {
	.quantity {
		width: 30% !important;
	}

	.entry-summary {
		padding: 0 !important;
	}

	.pd-sprod {
		padding: 1rem 1.5rem;
	}

	.woocommerce-product-details__short-description {
		margin-bottom: 5rem !important;
	}
}

.widget-title::after {
	display: none;
}

.single_variation_wrap {
    width: 50% !important;
}

.summary .variations_form .in-stock {
    margin-top: -3rem !important;
	margin-left: 2rem !important;
}

.summary .variations_form .out-of-stock {
    margin-top: -3rem !important;
	margin-left: 2rem !important;
}

@media (max-width: 768px) {
	.summary .variations_form {
		display: block !important;
		padding-top: 2rem !important;
	}

	.variations {
		margin-bottom: 2rem !important;
	}

	.single_variation_wrap {
		width: 80% !important;
	}

	.product_title.entry-title {
		font-size: 2rem !important;
		margin-top: 3rem !important;
	}

	.summary .variations_form .in-stock {
		margin-top: 0 !important;
		margin-left: 0 !important;
	}
	
	.summary .variations_form .out-of-stock {
		margin-top: 0 !important;
		margin-left: 0 !important;
	}
}


