@charset "utf-8";
/* CSS Document */

/* -------------------------------------------
#WOOCOMMERCE
------------------------------------------- */

:root {
}

/* #BASE */

/* Cabezal */
.cont--cabezal.woo img {
	position: relative !important;
	width: auto;
	height: auto;
	margin: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	max-height: 220px;
}

/* Content */
#primary,
#primary .site-main {
	width: 100%;
	float: left;
}

/* sidebar */
.woocommerce #sidebar {
	display: none; /* sidebar defecto wordpress */
}

body.woocommerce.no-sidebar .content--template [class*=container--] .col--left {
	display: flex;
	width: var(--w-sidebar);
}
body.woocommerce.no-sidebar .content--template [class*=container--] .col--right {
	width: calc(100% - var(--w-sidebar));
	float: left;
}

/* Columns - Grid */
.woocommerce .products.columns-2,
.woocommerce .products.columns-3,
.woocommerce .products.columns-4 {
	display: grid !important;
	grid-column-gap: 30px;
	margin-top: 30px;
	width: 100%;
	float: left;
}	
.woocommerce .products.columns-2 {
	grid-template-columns: repeat(6, 1fr);
}	
.woocommerce .products.columns-3 {
	grid-template-columns: repeat(3, 1fr);
}	
.woocommerce .products.columns-4 {
	grid-template-columns: repeat(4, 1fr);
}	
.home .woocommerce .products.columns-4 {
	grid-template-columns: repeat(5, 1fr);
}	
.woocommerce .related .products.columns-4 {
	grid-template-columns: repeat(5, 1fr);
}	

.woocommerce .products.columns-2 > li,
.woocommerce .products.columns-3 > li,
.woocommerce .products.columns-4 > li {
	margin-right: 0 !important;
	width: 100% !important;
}

.stock.in-stock {
	width: 100%;
	float: left;
	color: #666;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	color: #666;
}

/* Input text */
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select {
	font-size: .85rem !important;
	padding: 10px !important;
}

.woocommerce fieldset legend {
	font-family: var(--font);
}

/* Select2 */
.select2.select2-container.select2-container--default {
	padding: 0 !important;
}

/* btn's */
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce ul.products li.product .button,
.woocommerce-mini-cart__buttons buttons,
.woocommerce div.product form.cart .button {
	width           : 100%;
	height          : var(--h-btn);
	background-color: var(--fff);
	color           : var(--color-web-1);
	font-weight     : normal;
	font-size       : var(--size);
	border          : 1px solid var(--color-web-1);
	text-align      : center;
	border-radius   : 8px;
	transition      : var(--transition);
	display         : inline-flex;
	align-items     : center;
	justify-content : center;
	padding         : 8px 16px;
	text-decoration : none;
	background-image: none;
	cursor          : pointer;
}

.woocommerce ul.products li.product .button:hover {
	background-color: var(--color-web-1);
	color: var(--fff);
	border: 1px solid var(--color-web-1);
}

.woocommerce .widget_shopping_cart .buttons a:hover, 
.woocommerce.widget_shopping_cart .buttons a:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce-mini-cart__buttons .buttons:hover,
.wc-block-cart__submit-container a:hover,
.woocommerce div.product form.cart .button:hover {
	background-color: var(--color-web-1);
	color: var(--fff);
}

.woocommerce ul.products li.product .button:before,
.woocommerce div.product form.cart .button:before {
	content: '\e8cc';
	font-family: var(--font-material);
	width: 20px;
	height: 20px;
	font-size: 20px;
	margin-right: 5px;
}
.woocommerce div.product form.cart .button:before {
	transform: translateY(-1px);
}

.woocommerce-mini-cart__buttons.buttons {
	width: 100%;
	float: left;
}

.woocommerce form button[type="submit"],
.woocommerce form button[type="button"],
.wc-block-cart__submit-container a,
.wc-block-components-checkout-place-order-button {
	width: 100% !important;
	background-color: var(--color-web-3);
	border: 1px solid var(--color-web-3) !important;
	color: var(--fff);
	font-size: var(--size);
	padding: 16px 8px !important;
	border-radius: 8px !important;
	text-decoration: none !important;
}
.wc-block-components-checkout-place-order-button {
	width: auto !important;
	min-width: 200px;
}
.woocommerce form button[type="submit"]:hover,
.woocommerce form button[type="button"]:hover,
.wc-block-cart__submit-container a:hover,
.wc-block-components-checkout-place-order-button:hover {
	background-color: var(--color-web-1) !important;
	border: 1px solid var(--color-web-1) !important;
	color: var(--fff) !important;
}

.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input {
	top: 47%;
}

/* label input */
.wc-block-components-form .wc-block-components-text-input label, 
.wc-block-components-text-input label {
	font-size: .85rem !important;
}

/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
	display: none;	
}

/* Header */
.woocommerce-products-header__title {
	display: none;
}

.woocommerce .taxonomy-tit,
.term-description {
	display: none;
}
.woocommerce .taxonomy-description {
	display: block;
}

.woocommerce .taxonomy-description p {
	font-size: var(--size);
	color: var(--333);
}

/* Navigation */
.woocommerce nav.woocommerce-pagination {
	width: 100%;
	float: left;
	margin: 30px 0;
}

/* #WIDGET CARRITO (header) */

/* header */
.cont--carrito {
	cursor: pointer;
}

.cont--carrito .widget_shopping_cart {
	display: none;
}
.cont--carrito:hover .widget_shopping_cart {
	display: block;
}

/* btn */
.btn--carrito {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: transparent;
	border: none !important;
}	

.btn--carrito span {
	color: var(--color-web-3) !important;
}

.btn--carrito i {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 18px;
	height: 18px;
	background-color: var(--color-web-3);
	border: 1px solid var(--color-web-3);
	color: var(--fff) !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .75rem !important;
	font-style: normal;
}

/* nav */
.cont--carrito .widget_shopping_cart {
	background-color: var(--fff);
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	width: 220px;
	padding: 0 15px 15px 15px;
	height: auto !important;
}

.cont--carrito .widget_shopping_cart ul {
	width: 100%;
	float: left;
}

.cont--carrito .woocommerce ul.cart_list li a, 
.cont--carrito .woocommerce ul.product_list_widget li a {
	font-size: .82rem;
	line-height: 1.15;
	font-weight: 400;
	text-decoration: none;
}

/* form Single Product */
.woocommerce div.product form.cart {
	width: 100%;
	float: left;
	display: inline-flex;
}
.woocommerce div.product form.cart:before {
	display: none;
}

/* CORRECCIÓN DE LA CANTIDAD: Limitado estrictamente a la ficha de producto single */
.woocommerce.single-product div.product form.cart div.quantity input.qty {
	width: 100px !important;
	min-width: 100px !important;
	max-width: 100px !important;
	background: #f5f5f5;
	margin-right: 16px !important;
}
.woocommerce.single-product div.product form.cart div.quantity input.qty {
	margin: 0 !important;
}
.woocommerce.single-product div.product form.cart input:not(#checkbox-control-0):not(#radio-control-wc-payment-method-options-bacs) {
	width: 100px !important;
	min-width: 100px !important;
	max-width: 100px !important;
	background: #f5f5f5;
	margin-right: 16px !important;
}

.woocommerce div.product form.cart .button {
	max-width: 200px !important;
	border-radius: 8px !important;
}

.woocommerce div.product form.cart input,
.woocommerce div.product form.cart button {
	--h-btn: 50px;
	height: var(--h-btn);
}

.woocommerce .quantity .qty {
	width: 100%;
}

/* btn finalizar compra */
.woocommerce div.product form.cart .button {
	width: auto;
	float: left;
	background-color: var(--color-web-3);
	border: 1px solid var(--color-web-3);
	color: var(--fff);
	border-radius: 30px;
}

.woocommerce button[type="submit"],
.woocommerce input[type="submit"] {
	background-color: var(--color-web-1);
	border: 1px solid var(--color-web-1);
	color: var(--fff);
}
.woocommerce button[type="submit"]:hover,
.woocommerce input[type="submit"]:hover,
.woocommerce div.product form.cart .button:hover {
	background-color: var(--fff);
	border: 1px solid var(--color-web-1);
	color: var(--color-web-1);
}

/* table */
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, 
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	text-decoration: none;
	font-weight: 600;
}

/* #ARCHIVE PRODUCT */

/* resultados */
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
	width: auto;
	margin-bottom: 0;
}

.woocommerce .woocommerce-ordering > select, 
.woocommerce-page .woocommerce-ordering > select {
	margin-bottom: 0;
	border-radius: 8px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: .9rem !important;
}

.woocommerce .woocommerce-result-count {
	margin-bottom: 0;
	transform: translateY(5px);
}

/* tit */
.woocommerce .woocommerce-loop-product__title {
	padding: 10px 0 0 !important;
	text-align: left;
	font-family: var(--font);
	font-weight: 500;
}

.woocommerce .taxonomy-tit,
.woocommerce .taxonomy-description {
	margin-bottom: 30px;
}

.woocommerce .taxonomy-tit > h3 {
	font-weight: 300;
}

.woocommerce .taxonomy-description > p {
	font-family: var(--font);
	line-height: 1.8;
	color: var(--color-web-1);
}

/* img */
.woocommerce ul.products li.product a img {
	width: auto !important;
	margin: 0 !important;
}

/* precio */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #ED1C24;
	font-weight: bold;
	margin-bottom: 0;
	min-height: 24px;
	font-size: var(--size-6);
}

/* oferta */
.woocommerce span.onsale {
	width: 60px;
	height: 60px;
	min-width: inherit;
	min-height: inherit;
	font-size: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: var(--color-web-2);
}

/* btn */
.woocommerce a.added_to_cart {
	display: none;
}

.woocommerce ul.products li.product .button {
	display: none;
}

/* list */
.woocommerce-mini-cart.cart_list.product_list_widget  {
	margin-bottom: 15px;
}
.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
	border-bottom: 1px solid var(--color-web-1);
	width: 100%;
	float: left;
	padding: 10px 0 10px 40px;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
	padding: 5px 0;
	width: 100%;
	float: left;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
	display: none;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	width: 18px !important;
	height: 18px !important;
	background-color: var(--color-web-1) !important;
	color: var(--fff) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	top: 20px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
	background-color: red !important;
}

.woocommerce ul.cart_list li a:hover, 
.woocommerce ul.product_list_widget li a:hover {
	padding-left: 0;
	transition: var(--transition);
	text-decoration: underline;
	background-color: transparent !important;
	color: var(--color-web-1) !important;
}

/* total */
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
	width: 100%;
	float: left;
	transition: all .5s ease;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link,
.woocommerce ul.products li.product a.woocommerce-loop-product__link * {
	transition: var(--transition);
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover * {
	color: var(--color-web-3) !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link figure {
	width: 100%;
	height: 0;
	float: left;
	padding-top: 100%;
	background-color: var(--fff);
	border: 1px solid var(--ddd);
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link figure img {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto !important;
	object-fit: contain;
	transition: all .4s ease-in;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link figure:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color-web-1);
	opacity: 0;
	z-index: 10;
	transition: var(--transition);
}

/* hover */
.woocommerce ul.products:hover li.product a.woocommerce-loop-product__link {
	opacity: .85;
}
.woocommerce ul.products:hover li.product a.woocommerce-loop-product__link:hover {
	opacity: 1 !important;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover figure:before {
	opacity: 0;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover figure {
	border: 1px solid var(--color-web-3);
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link:hover figure img {
	transform: scale(1.02);
}

.woocommerce-loop-product__title {
	width: 100%;
	float: left;
	font-size: var(--size);
	line-height: 1.3;
}

/* #SINGLE */
.woocommerce div.product {
	width: 100%;
	float: left;
}

/* gallery (col--left) */
.woocommerce .single-product .woocommerce-product-gallery {
	width: 52%;
	float: left;
	padding: 0;
	border: none;
	margin-bottom: 30px;
}

.woocommerce .swiper-gallery-container figure.ratio {
	margin-bottom: 10px;
	border: 1px solid var(--ddd);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.woocommerce .single-product .woocommerce-product-gallery img  {
	border-radius: 0;
	overflow: hidden;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
	margin: auto !important;
	right: 0;
	bottom: 0;
}
.woocommerce .swiper-gallery-container figure.ratio:hover img {
	opacity: .9;
}

/* nav */
.woocommerce .swiper-button-next, 
.woocommerce .swiper-button-prev {
	color: var(--fff);
	background-color: rgba(0,0,0,.75);
}

.woocommerce .swiper-button-next:after, 
.woocommerce .swiper-button-prev:after {
	font-size: 22px;
}

/* dots */
.woocommerce .swiper-pagination.swiper-pagination-bullets {
	display: none;
}

.woocommerce .swiper-thumbs-gallery .swiper-slide {
	cursor: pointer;
	line-height: 0;
	border-radius: 0;
	overflow: hidden;
	background-color: #fff;
}
.woocommerce .swiper-thumbs-gallery .swiper-slide:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: var(--color-web-1);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.woocommerce .swiper-thumbs-gallery .swiper-slide:hover:before {
	opacity: .35;
}

/* thumbs */
.woocommerce .swiper.swiper-thumbs-gallery img {
	border: 1px solid var(--ddd);
}

/* lightbox */
.fancybox__slide.has-image>.fancybox__content {
	background-color: #fff;
}
.f-thumbs__slide__button {
	background-color: #fff !important;
}

/* Espaciado entre la principal y los thumbs */
.swiper-thumbs-gallery {
	margin-top: 10px;
	box-sizing: border-box;
}

/* Tamaño de las miniaturas */
.swiper-thumbs-gallery .swiper-slide {
	width: 25%;
	height: auto;
	opacity: 0.4;
	transition: opacity 0.3s;
}

/* Resaltar la miniatura activa */
.swiper-thumbs-gallery .swiper-slide-thumb-active {
	opacity: 1;
	border: 2px solid #000;
}

.swiper-thumbs-gallery img {
	display: block;
	object-fit: cover;
}

/* plugin yith */
.woocommerce .woocommerce div.product div.images {
	border: 1px solid var(--ddd);
}

.woocommerce .yith_magnifier_gallery li a {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

.woocommerce .yith_magnifier_gallery li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 5px;
	overflow: hidden;
}

/* summary (col--right) */
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
	width: 45%;
}

.custom-product-columns {
	width: 100%;
	float: left;
	display: none;
}

/* tit */
.woocommerce div.product .product_title {
	line-height: 1.2;
	font-size: var(--size-4);
	margin-bottom: 20px;
	font-family: var(--font);
	font-weight: 700;
	color: var(--color-web-3) !important;
}
.woocommerce .single-product .cont--tit {
	margin-bottom: var(--espacio-20);
}

.single-product .cont--tit h3 {
	font-size: var(--size-2);
	color: var(--color-web-2);
	line-height: normal;
	font-weight: 400;
	margin-bottom: 0;
}

/* precio */
.summary .price {
	font-size: var(--size-4) !important;
	margin-bottom: 20px !important;
}

/* descr */
.woocommerce-product-details__short-description {
	width: 100%;
	float: left;
	margin-top: var(--espacio-30);
	margin-bottom: var(--espacio-30);
	color: var(--color-texto);
}

.woocommerce .single-product article.descripcion p,
.woocommerce-product-details__short-description p {
	font-size: var(--size-6);
	color: var(--color-texto);
	font-weight: 300;
}	

.woocommerce-product-details__short-description img {
	width: 100% !important;
}

.woocommerce .single-product .cont--acordeon table.shop_attributes th {
	width: inherit;
}

.woocommerce .cont--acordeon table.shop_attributes th,
.woocommerce .cont--acordeon table.shop_attributes td {
	border-bottom: 1px solid var(--eee) !important;
}

.woocommerce .cont--acordeon table.shop_attributes td p {
	padding: 0 !important;
}

/* SINGLE PRODUCT */
.btn--wpp-woo {
	color: #55CD6C;
	font-size: 1.6rem;
	text-decoration: none;
	display: flex;
	align-items: center; 
	float: left;
	margin-bottom: 30px;
}

.btn--wpp-woo i {
	font-size: 40px;
	margin-right: 12px;
}

.btn--wpp-woo:hover {
	color: var(--color-web-3);
	text-decoration: none;
}

/* tabs */
.woocommerce-Tabs-panel ul {
	padding-left: 18px;
}

/* precio */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: var(--color-web-3);
	font-weight: bold;
}

.woocommerce ul.products li.product .price {
	width: 100%;
	float: left;
	color: var(--color-web-3) !important;
	display: flex;
	font-weight: 700;
	margin-top: 5px;
	font-size: var(--size-6);
}

/* meta */
.product_meta {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.product_meta span {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.product_meta .sku_wrapper {
	display: none;
	gap: 5px;
}

.product_meta a {
	text-decoration: none;
	color: var(--color-web-3);
	padding: 2px 4px;
	text-align: center;
	font-size: .8rem;
	margin-right: 10px;
}

/* #CHECKOUT */

.wc-block-components-form .wc-block-components-text-input input[type=email], 
.wc-block-components-form .wc-block-components-text-input input[type=number], 
.wc-block-components-form .wc-block-components-text-input input[type=password], 
.wc-block-components-form .wc-block-components-text-input input[type=tel], 
.wc-block-components-form .wc-block-components-text-input input[type=text], 
.wc-block-components-form .wc-block-components-text-input input[type=url], 
.wc-block-components-text-input input[type=email], 
.wc-block-components-text-input input[type=number], 
.wc-block-components-text-input input[type=password], 
.wc-block-components-text-input input[type=tel], 
.wc-block-components-text-input input[type=text], 
.wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select {
	border: 1px solid var(--ddd) !important;
	border-radius: 5px !important;
	font-family: var(--font) !important;
	font-size: .85rem !important;
	background-color: #f5f5f5 !important;
	color: #000 !important;
	height: auto !important;
}

/* Reset de radios y checkboxes en Checkout 
.woocommerce-checkout input[type="radio"],
.woocommerce-checkout input[type="checkbox"],
.wc-block-checkout input[type="radio"],
.wc-block-checkout input[type="checkbox"],
.wc-block-components-radio-control__input,
.wc-block-components-checkbox__input {
	width: auto !important;
	min-width: auto !important;
	max-width: auto !important;
	height: auto !important;
	margin: 0 8px 0 0 !important;
	position: static !important;
}


/* #LOGIN */

/* sidebar */
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: var(--w-sidebar);
	max-width: var(--w-sidebar);
}

.woocommerce-MyAccount-navigation ul {
	width: 100%;
	float: left;
	padding: 0 !important;
}

.woocommerce-MyAccount-navigation ul li {
	width: 100%;
	float: left;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
	width: 100%;
	float: left;
	background-color: var(--color-web-1);
	text-decoration: none;
	padding: 10px 15px;
	border-bottom: 1px solid var(--fff);
	color: var(--fff);
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: var(--fff);
	color: var(--color-web-1);
}

/* content */
.woocommerce-account .woocommerce-MyAccount-content {
	width: calc(100% - var(--w-sidebar));
	max-width: calc(100% - var(--w-sidebar));
	padding-left: 60px;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
	margin-bottom: 12px;
}

/* tit */
.woocommerce-Address-title.title h2 {
	font-size: var(--size-6);
	margin-bottom: 12px;
}
.woocommerce-Address-title.title a {
	float: left;
	margin-bottom: 12px;
	font-weight: 600;
	color: var(--color-web-1);
}
.woocommerce-Address-title.title a:hover {
	text-decoration: underline !important;
}

/* edit */
.woocommerce-account .addresses .title .edit {
	float: left;
}

/* form */
.woocommerce #customer_login input {
	border: 1px solid var(--color-web-1) !important;
}

/* FILTRO POR PRECIO WIDGET */
.price_slider_amount,
.price_slider_amount * {
	text-align: center;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--color-web-3) !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #666;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #ccc;
}

.woocommerce-page.columns-5 ul.products li.product, 
.woocommerce.columns-5 ul.products li.product {
	width: 100% !important;
}
.woocommerce .products ul::after, 
.woocommerce .products ul::before, 
.woocommerce ul.products::after, 
.woocommerce ul.products::before {
	display: none;
}

.wc-block-cart-item__remove-link {
	position: relative !important;
}






/* fix checkout opciones de envio */


#shipping-option,
#payment-method,
#order-notes,
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator,
.wc-block-checkout__actions {
	width: 100%;
	float: left;
	padding: 16px;
	border-radius: 8px
}
#shipping-option,
#payment-method,
#order-notes {
	background: #F5F5F5;
}

.wc-block-components-radio-control--highlight-checked:after {
	display: none !important
}

.wc-block-components-radio-control__option {
	border-radius: 0 !Important;
	border: none !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	box-shadow: none !important
}