html {
	overflow-x: hidden;
	/*font-family: var(--font-family);*/
}

/*ajax {*/
/*    display: block;*/
/*}*/

:focus {
	outline: -webkit-focus-ring-color auto 0;
}

:root {
	/*
	Discontinued => Interrumpido
	InStock => En Stock
	InStoreOnly => Solo en tiendas
	LimitedAvailability => Disponibilidad limitada
	OnlineOnly => Solo online
	OutOfStock => No Disponible
	PreOrder => Bajo Pedido
	PreSale => Preventa
	SoldOut => Agotado
	Offer => Promocion
	*/

	/*SEMAFORO*/
	--color-background-interrumpido: #d3dae1;
	--color-background-stock: #63B521;
	--color-background-sin-stock: #CB3234;
	--color-background-en-tienda: var(--color-corporativo);
	--color-background-disponibilidad-limitada: #87319cbd;
	--color-background-online: #45cbee;
	--color-background-no-disponible: #CB3234;
	--color-background-bajo-pedido: #45cbee;
	--color-background-pre-venta: #45cbee;
	--color-background-agotado: #CB3234;
	--color-background-promocion: #ff7e00;

	--color-background-envio-gratis: #317f43;
	--color-background-oferta: #e71837;
	--color-background-dto: #ee413d;

	--color-carrito: #41a940;
	--color-background-add-cart: #41a940;
	--color-border-add-cart: #40823f;
	--color-texto-add-cart: #fff;

	/*SEMAFORO
		--color-background-bajo-pedido: #45cbee;
		--color-background-stock: #63B521;
		--color-background-sin-stock: #CB3234;
		--color-background-promociones: #ff7e00;
		--color-background-envio: #317f43;
		--color-background-oferta: #e71837;
		--color-background-dto: #ee413d;

		--color-carrito: #41a940;
		--color-background-add-cart: #41a940;
		--color-border-add-cart: #40823f;
		--color-texto-add-cart: #fff;
	*/

	/*REDES SOCIALES*/
	--color-facebook: #3b5998;
	--color-twitter: #00aced;
	--color-google-plus: #dd4b39;
	--color-youtube: #bb0000;
	--color-linkedin: #007bb5;
	--color-instagram: #125688;
	--color-whatsapp: #4dc247;
	--color-pinterest: #cb2027;
	--color-flickr: #ff0084;
}

input.biit-switch {
	visibility: hidden;
	display: none;
}

button[data-switch-type="si"]:not(.uk-button-default) {
	background-color: green;
	color: white;
}

button[data-switch-type="no"]:not(.uk-button-default) {
	background-color: red;
	color: white;
}

/*#MENU*/

#menu {
	background: var(--color-background-menu);
	color: var(--color-letra-menu);
	box-shadow: 0 0.23077rem 0.38462rem 0 rgba(0, 0, 0, .25);
	border-top: .38462rem solid var(--color-corporativo);
	/*padding: 0 0.5rem;*/
	letter-spacing: .025em;
	width: 100% !important;
}

#menu > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#menu a {
	color: var(--color-letra-menu);
}

#menu nav {
	padding: 0 2rem;
}

#menu nav span:hover, #menu nav span.uk-open {
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

#menu nav a:hover, #menu nav a.uk-open {
	font-weight: 700;
}

#menu nav div.uk-navbar-dropdown svg > * {
	fill: var(--color-corporativo);
}

#menu .uk-badge {
	background: var(--color-background-badge-menu);
	color: var(--color-letra-badge-menu);
}

#menu .uk-navbar-dropdown-grid > li {
	padding-top: 10px;
}

#menu .uk-navbar-dropdown-grid > li > a {
	font-weight: bold;
}

#menu li > span {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.1rem;
	letter-spacing: 0.025em;
}

/*#BREADCRUMB & #KEYWORDS => tBreadcrumb*/
#breadcrumb, #keywords > * {
	background-color: var(--color-background-breadcrumb-keywords);
	padding: .3rem 20px;
	color: var(--color-letra-breadcrumb-keywords);
	text-transform: uppercase;
}

#breadcrumb a, #keywords a {
	color: var(--color-letra-breadcrumb-keywords);
}

#breadcrumb a::after {
	content: ">";
	display: inline-block;
	font-size: .85rem;
	padding: 0 .35rem;
	opacity: .75;
}

#breadcrumb a:last-child {
	font-weight: bold;
}

#breadcrumb a:last-child::after {
	display: none;
}

/*#SLIDER => tInicio*/


/*BANNERS => tInicio*/

section.banners {
	background-color: var(--color-background-banners);
}

.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
}

section.banners .flex-item {
	width: 270px;
	line-height: 150px;
}

/*LISTADOS DE PRODUCTOS*/
.grid-products {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: auto;
}

article.item-search {
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	border: 1px;
	margin: 1.875rem 1.25rem;
}

article.item-search:hover {
	border: 1px solid #dedede;
}

article.item-search a {
	display: block;
	padding: 1rem;
}

article.item-search a:hover,
article.item-search a:focus {
	outline: inherit;
	color: inherit;
}

article.item-search header h3 {
	display: inline-block;
	margin: 0;
	width: 100%;
	overflow: hidden;
	font-size: 1rem;
	font-weight: 400;
	vertical-align: middle;
	text-align: center;
	line-height: 1.3rem;
	word-break: normal;
}

article.item-search .precioItem {
	font-weight: 700;
}

article.item-search .anteriorItem {
	font-weight: 400;
	text-decoration: line-through;
}

article.item-search header {
	margin: 5px 0;
}

article.item-search .dtoItem {
	color: var(--color-corporativo-rojo-oscuro);
	font-weight: 700;
	font-size: 1.1em;
}

article.item-search div[itemprop="offers"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-flow: row wrap;
}

/*PRODUCTOS DESTACADOS => tInicio*/

#productosDestacados {
	background-color: var(--color-background-listado-destacado);
}

#productosDestacados {
	display: none;
}

#productosDestacados article {
	background-color: var(--color-background-articulos-destacado);
	color: var(--color-letra-articulos-destacado);
}

#productosDestacados article .referenciaArticulo {
	font-weight: var(--font-referencia-articulo-destacado);
}

#productosDestacados article .nombreArticulo {
	font-weight: var(--font-nombre-articulo-destacado);
}

#productosDestacados article .nombreArticulo:hover {
	font-weight: var(--font-nombre-articulo-destacado-hover);
}

/*TOP VENTAS => tInicio*/


/*CATÁLOGO*/

#catalogo header {
	background-color: var(--color-background-cabecera-catalogo);
	color: var(--color-letra-cabecera-catalogo);
}

/*#PRODUCTO*/

#producto ul.uk-slider-items li:focus {
	outline: none;
}

#producto ul.uk-slider-items li.uk-active .tm-media-box-frame {
	border-color: var(--color-corporativo);
}

#producto .fichaProducto a::selection {
	background: none;
}

#producto h1 {
	font-weight: 700;
	font-family: var(--font-family-titulos);
}

#producto span.descuento {
	background-color: var(--color-background-dto);
	font-weight: 600;
	color: white;
	font-size: 18px;
	border-radius: 5px;
	padding: 5px;
	float: right;
}

#producto .iHform > div {
	user-select: none;
	display: flex;
	align-content: center;
	align-items: center;
}

#producto .iHform .restar {
	color: darkred;
}

#producto .iHform .sumar {
	color: darkgreen;
}

a.restar:active, a.restar:focus,
a.sumar:active, a.sumar:focus {
	transform: scale(0.8);
	transition: transform 0.2s;
}

button.js-add-to-favorites {
	border: 0;
	cursor: pointer;
	transition: all 1s;
}

button.js-add-to-favorites:hover,
button.js-add-to-favorites:focus,
button.js-add-to-favorites:active {
	color: red;
	transition: all 1s;
}

#producto button.js-add-to-cart span.lang svg {
	position: relative;
	left: 35px;
	transition: all 2s;
}

#producto button.js-add-to-cart:hover span.lang svg {
	left: -25px;
	transition: all 2s;
}

#producto button.js-add-to-cart span.lang > span {
	position: relative;
	left: 10px;
	transition: all 2s;
}

#producto button.js-add-to-cart:hover span.lang > span {
	left: -60px;
	transition: all 2s;
}

/*button.js-add-to-favorites:hover {*/
/*    animation: pulse-heart 1.2s;*/
/*    -webkit-animation: pulse-heart 1.2s;*/
/*    animation-iteration-count: infinite;*/
/*    -webkit-animation-iteration-count: infinite;*/
/*}*/


/*@keyframes pulse-heart {*/
/*    0%, 35% {*/
/*        -webkit-transform: scale(0.8);*/
/*        transform: scale(0.8);*/
/*    }*/
/*    15% {*/
/*        -webkit-transform: scale(0.95);*/
/*        transform: scale(0.95);*/
/*    }*/
/*    55% {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1);*/
/*    }*/
/*    80% {*/
/*        -webkit-transform: scale(0.9);*/
/*        transform: scale(0.9);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: scale(1.05);*/
/*        transform: scale(1.05);*/
/*    }*/
/*}*/

@media (max-width: 640px) {
	#producto {
		padding: 0;
	}
}

/*LISTADO*/

ajax[data-nombre="tFiltroListado"] div.uk-alert,
ajax[data-nombre="tListadoArticulosTabla"] div.uk-alert div {
	visibility: hidden;
}

input.checkeado {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-color: var(--color-corporativo);
	border-color: transparent;
}

/*ISOTOPE*/
ajax[data-nombre="tListadoArticulosTabla"] > section {
	margin: 0 15%;
}


ajax[data-nombre="tListadoArticulosTabla"] > section h1 {
	text-transform: uppercase;
	letter-spacing: .25rem;
	font-weight: 600;
	border-bottom: 2px solid var(--color-corporativo);
}


#listadoArticulosIsotope {
	height: auto !important;
}

/*LIST*/
#listadoArticulosIsotope div.tm-products-list div.grid-products {
	display: grid;
	grid-auto-rows: 200px;
	grid-template-columns: repeat(1, minmax(15em, 1fr));
}

/*LIST*/
/*GRID*/
#listadoArticulosIsotope .tm-products-grid div[data-descripcion] {
	display: none;
}

#listadoArticulosIsotope div.tm-products-grid div.grid-products {
	display: grid;
	grid-auto-rows: minmax(100px, auto);
	grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
}

#listadoArticulosIsotope div.tm-products-grid .tm-product-card-body {
	display: grid;
	grid-row-gap: 8px;
}

#listadoArticulosIsotope div.tm-products-grid .tm-product-card-prices {
	display: grid;
	grid-template-columns: repeat(3, minmax(50px, auto));
	align-items: end;
}

#listadoArticulosIsotope div.tm-products-grid .tm-product-card-shop {
	display: grid;
	grid-template-columns: repeat(1, minmax(auto, 1fr));
	justify-items: end;
}

/*GRID*/
#listadoArticulosIsotope article {
	left: 0 !important;
	top: 0 !important;
	transform: none !important;
	width: auto;

}

/*ISOTOPE*/
.tm-product-card-properties li span.valores::after {
	content: " /";
}

.tm-product-card-properties li span.valores:last-child::after {
	content: none;
}

.item-header {
	grid-area: header;
	padding: 5px;
}


/*FOOTER*/
footer > * {
	background-color: var(--color-background-footer);
	color: var(--color-letra-footer);
	letter-spacing: 0.025em;
}

#toTop {
	position: fixed;
	bottom: 5%;
	right: 2.5%;
	width: 50px;
	height: 50px;
	background: none;
	border: 0;
	z-index: 999;
	cursor: pointer;
	opacity: 0.4;
}

#toTop > * {
	width: 100%;
	height: 100%;
	fill: var(--color-corporativo);
}

/*MENU MOBILE*/
#navegacion-offcanvas aside {
	overflow-y: hidden;
}

#navegacion-offcanvas header {
	background-color: var(--color-corporativo);
}

#navegacion-offcanvas div.uk-accordion-title {
	color: var(--color-corporativo);
}

#navegacion-offcanvas div.uk-accordion-title::after {
	display: none;
}

#navegacion-offcanvas ul li a:hover {
	background-color: #e1e1e1;
}

#navegacion-offcanvas ul li {
	line-height: 25px;
	font-size: 1.15rem;
}


/*CARRITO*/
#carrito-offcanvas {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#carrito-offcanvas aside {
	width: 320px;
	box-shadow: 0 0 10px gray, 0 0 100vw lightgrey;
}

#carrito-offcanvas aside header {
	/*background-color: var(--color-corporativo);*/
	background-color: whitesmoke;
	position: relative;
	padding: 0 15px;
}

#carrito-offcanvas aside header .uk-h3 {
	mix-blend-mode: difference;
	color: white;
}

#carrito-offcanvas aside header button {
	mix-blend-mode: difference;
	color: white;
}

#carrito-offcanvas aside .uk-card {
	display: flex;
	height: 100vh;
	flex-direction: column;
}

#carrito-offcanvas aside .uk-card ul {
	overflow-y: auto;
	/*min-height: calc(100vh - 190px);*/
	max-height: calc(100vh - 61px);
	padding: 10px;
}

article ul.uk-dotnav.uk-dotnav-vertical {
	top: 5%;
	width: fit-content;
}

button.tm-product-card-button {
	border-radius: 500px;
}

.biit-logo {
	content: var(--logo-empresa-ecommerce);
}

.biit-logo-mobile {
	content: var(--logo-empresa-mobile);
}

@media (max-width: 960px) {
	.biit-logo {
		content: var(--logo-empresa-mobile);
	}

}


/*ESTADOS DE ARTICULOS*/

[data-estado] {
	z-index: 1;
	position: absolute;
	margin: 8px;
	left: 0;
	top: 0;
}

[data-estado] indicador * {
	font-weight: 300;
	font-size: 0.9rem;
	border-radius: 15px;
	line-height: 1.2532rem;
	padding-right: .8em;
	padding-left: .8em;
	color: white;
	text-transform: uppercase;
}


[data-estado="Enstock"] indicador * {
	background-color: var(--color-background-stock);
}

[data-estado="Hastafindestock"] indicador * {
	background-color: var(--color-background-disponibilidad-limitada);
}

[data-estado="bajo_pedido"] indicador *, #fichaArticulo span.bajo_pedido {
	background-color: var(--color-background-bajo-pedido);
}

[data-estado="Discontinued"] indicador * {
	background-color: var(--color-background-interrumpido);
}

[data-estado="en_stock"] indicador *, #fichaArticulo span.en_stock {
	background-color: var(--color-background-stock);
}

[data-estado="sin_stock"] indicador *, #fichaArticulo span.sin_stock {
	background-color: var(--color-background-sin-stock);
}

[data-estado="InStoreOnly"] indicador * {
	background-color: var(--color-background-en-tienda);
}

[data-estado="LimitedAvailability"] indicador * {
	background-color: var(--color-background-disponibilidad-limitada);
}

[data-estado="OnlineOnly"] indicador * {
	background-color: var(--color-background-online);
}

[data-estado="OutOfStock"] indicador * {
	background-color: var(--color-background-no-disponible);
}

[data-estado="PreOrder"] indicador * {
	background-color: var(--color-background-bajo-pedido);
}

[data-estado="PreSale"] indicador * {
	background-color: var(--color-background-pre-venta);
}

[data-estado="SoldOut"] indicador * {
	background-color: var(--color-background-agotado);
}

[data-estado="Offer"] indicador * {
	background-color: var(--color-background-promocion);
}

/*GRID-PRODUCT*/
contenedor.biit-grid {
	display: block;
	max-width: 1400px;
	margin: 60px auto 15px;
	position: relative;
}

contenedor.biit-grid > * {
	transition: all 0.2s;
}

grid-products article .nombreArticulo a {
	text-align: justify;
	display: block;
	color: black;
	font-weight: bold;
	font-size: 1.4rem;
}

grid-products article .nombreArticulo:hover a {
	color: var(--color-corporativo);
}

grid-products .biit-cambiar-vista {
	display: grid;
	grid-template-columns: repeat(2, minmax(1px, 50%));
	margin: 0 50px;
}

grid-products .biit-cambiar-vista div {
	align-self: center;
}

grid-products .biit-cambiar-vista div:nth-child(2) {
	justify-self: end;
}


grid-products .tm-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(180px, 360px));
	grid-gap: 1rem;
	place-content: center;
}

grid-products .tm-products-list article {
	max-height: 150px;
}

.js-add-to-cart {
	background-color: var(--color-background-add-cart);
	color: var(--color-texto-add-cart);
	border: var(--color-border-add-cart);
	cursor: pointer;
	border-radius: 25px;
}

#buscador {
	width: auto;
	border: 2px solid #aaa;
	border-radius: 4px;
	margin: 8px 0;
	outline: none;
	padding: 8px;
	box-sizing: border-box;
	transition: 0.3s;
	padding-left: 40px;
}

.inputWithIcon {
	position: relative;
}

.inputWithIcon svg {
	position: absolute;
	left: 15px;
	top: 16px;
	color: #aaa;
}


aside ul {
	padding: 0;
	margin: 0;
}

aside ul li {
	list-style: none;
	cursor: pointer;
}

aside li.header-filtros {
	font-weight: 700;
	border-bottom: 1px solid var(--color-corporativo);
	font-size: 1.2rem;
}

aside.filtros input:checked {
	background-color: var(--color-corporativo);
}

aside.filtros input:focus {
	border-color: var(--color-corporativo);
}

@media (max-width: 760px) {
	grid-products .biit-cambiar-vista {
		display: block;
		text-align: center;
	}

	.tm-ratio > * {
		width: 100%;
		height: 100%;
	}

	grid-products .tm-products-grid{
		grid-gap: 0;
		margin-top: 0;
	}

	grid-products .tm-products-list article {
		max-height: inherit;
	}

	#buscador {
		width: 100%;
	}

	grid-products .tm-products-grid {
		display: grid;
		grid-template-columns: repeat(1, minmax(300px, 1fr));
		grid-gap: 1rem;
		place-content: center;
	}

	[data-estado] {
		left: inherit;
		margin: 0;
	}
}


/*COMPRA RAPIDA*/
.header {
	grid-area: header;
}

.filtros {
	grid-area: filtros;
}

.products {
	grid-area: products;
}

.footer {
	grid-area: footer;
}

.compra-rapida-filtros > div {
	display: grid;
	grid-template-areas: "header header" "filtros products" "footer footer";
	grid-template-columns: 10% 90%;
	max-width: inherit;
}

.compra-rapida-sin-filtros > div {
	display: grid;
	grid-template-areas: "header" "products" "footer";
	grid-template-columns: 100%;
	max-width: inherit;
}

@media only screen and (max-width: 1200px) {
	#compraRapida.biit-grid {
		grid-template-areas: "header" "products" "footer";
		grid-template-columns: 100%
	}

	contenedor > aside.filtros {
		display: none;
	}

	grid-products .tm-products-grid {
		grid-template-columns: repeat(auto-fill, minmax(200px, max-content)) !important;
	}
}


header {
	background: #000000;
	height: 60px;
	display: flex;
	justify-content: center;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
}

header img {
	height: 100%;
	padding: 0.5rem;
}

header div.carritoMobile, header div.filtrosMobile, header div.quienSoy, header button.volver {
	position: absolute;
	place-self: center;
}

header div.carritoMobile {
	right: 25px;
}

header div.quienSoy svg {
	width: 0.7rem;
}

header div.quienSoy {
	left: 100px;
	color: white;
}

header button.volver {
	left: 10px;
	color: white;
}

header div.filtrosMobile {
	left: 35px;
	display: none;
}

header div.carritoMobile button,
header div.filtrosMobile button {
	color: white;
}

header div.filtrosMobile a {
	margin-left: 100px;
}

header div.filtrosMobile aside,
header div.carritoMobile aside {
	position: absolute;
	z-index: 999;
	background: white;
	width: 310px;
}

header div.carritoMobile aside {
	right: -450px;
	transition: right 2s;
}

header div.filtrosMobile aside {
	left: -450px;
	transition: left 2s;
}

header div.carritoMobile:hover aside,
header div.carritoMobile:focus aside,
header div.carritoMobile:active aside {
	right: 0;
	transition: right 2s;
}

header div.filtrosMobile:hover aside,
header div.filtrosMobile:focus aside,
header div.filtrosMobile:active aside {
	left: 0;
	transition: left 2s;
}


aside.filtros {
	padding: 1rem;
	display: grid;
	row-gap: 1rem;
	height: 100%;
	grid-template-rows: repeat(auto-fit, minmax(1px, min-content));
	position: fixed;
	top: 60px;
}

aside.filtros > ul {
	overflow-y: auto;
	min-height: calc(100vh - 100px);
	max-height: calc(100vh - 80px);
}

aside.filtros > ul > ul {
	padding-left: 0;
}

aside.filtros button {
	display: none;
}

aside ul {
	padding: 0;
	margin: 0;
}

aside ul li {
	list-style: none;
}

aside li.header-filtros {
	font-weight: 700;
	border-bottom: 1px solid var(--color-corporativo);
	font-size: 1.2rem;
}

aside li.header-filtros input {
	display: none;
}

.clickdep {
	height: 100vh;
	width: 100vw;
	margin-left: 320px;
}

aside.filtros .clickdep {
	display: none;
	position: absolute;
}

grid-products {
	padding: 1rem;
}

grid-products .biit-cambiar-vista div {
	align-self: center;
}

grid-products .biit-cambiar-vista div:nth-child(2) {
	justify-self: end;
}

grid-products .tm-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(1px, calc(100% / 5.5)));
	grid-gap: 1rem;
	margin-top: 10px;
	place-content: center;
}

grid-products .tm-products-list {
	display: grid;
}

grid-products .tm-products-list .tm-ratio-4-3::before {
	padding-top: 0;
}

grid-products .tm-products-list ul.uk-slideshow-items {
	min-height: 0 !important;
}

grid-products .js-add-to-cart {
	background-color: var(--color-background-add-cart) !important;
	color: var(--color-texto-add-cart);
	border: 1px solid var(--color-border-add-cart);
}

grid-products .tm-product-card-shop {
	flex-wrap: wrap;
	align-items: center;
}

grid-products .tm-product-card-quantity {
	margin: 5px 0;
}

@media only screen and (max-width: 1600px) {
	grid-products .tm-products-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(1px, calc(100% / 4.5)));
		grid-gap: 1rem;
		margin-top: 10px;
		place-content: center;
	}

	grid-products article .tm-product-card-body {
		padding: 0 10px 10px;
	}

}

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

	header div.quienSoy {
		display: none;
	}

	header div.filtrosMobile, div#carrito-offcanvas div.quienSoy {
		display: block;
	}

	aside.filtros .clickdep {
		display: block;

	}

	aside.filtros {
		display: none;
		width: fit-content;
		background: white;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		box-shadow: 0 0 10px grey, 0 0 100vw lightgrey;
	}

	aside.filtros button {
		display: block;
	}

	.compra-rapida-filtros > div {
		grid-template-areas: "header" "products" "footer";
		grid-template-columns: 100%;
	}

	grid-products .tm-products-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(1px, calc(100% / 5.5)));
		grid-gap: 1rem;
		margin-top: 10px;
		place-content: center;
	}

	grid-products article .tm-product-card-body {
		padding: 0 10px 10px;
	}

}

div.header-carrito {
	padding: 1rem;
	background: var(--color-carrito);
	color: var(--color-texto-add-cart);
	font-size: 1.3rem;
}

div.productos-carrito article {
	display: grid;
	grid-template-columns: repeat(2, minmax(150px, 1fr));
	background: white;
	padding: 0.5rem;
}

div.footer-carrito {
	padding: 0.5rem 1rem;
}

button.boton-checkout {
	width: 100%;
	background-color: var(--color-background-add-cart);
	padding: 1rem;
	font-size: 1rem;
	color: white;
	font-weight: 700;
	border: 0;
	cursor: pointer;
	transition: all 0.4s;
}

button.boton-checkout:hover {
	transform: scale(0.95);
	border: 1px solid var(--color-background-add-cart);
	background-color: var(--color-background-add-cart) 0.50%;
	color: #000;
}

.tm-product-card-add * {
	box-sizing: border-box;
}


/**SPINNER**/
#squaresWaveG {
	position: relative;
	width: 234px;
	height: 28px;
	margin: auto;
}

.squaresWaveG {
	position: absolute;
	top: 0;
	background-color: var(--color-corporativo);
	width: 28px;
	height: 28px;
	animation-name: bounce_squaresWaveG;
	-o-animation-name: bounce_squaresWaveG;
	-ms-animation-name: bounce_squaresWaveG;
	-webkit-animation-name: bounce_squaresWaveG;
	-moz-animation-name: bounce_squaresWaveG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

#squaresWaveG_1 {
	left: 0;
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}

#squaresWaveG_2 {
	left: 29px;
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
}

#squaresWaveG_3 {
	left: 58px;
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
}

#squaresWaveG_4 {
	left: 88px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
}

#squaresWaveG_5 {
	left: 117px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
}

#squaresWaveG_6 {
	left: 146px;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
}

#squaresWaveG_7 {
	left: 175px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
}

#squaresWaveG_8 {
	left: 205px;
	animation-delay: 1.64s;
	-o-animation-delay: 1.64s;
	-ms-animation-delay: 1.64s;
	-webkit-animation-delay: 1.64s;
	-moz-animation-delay: 1.64s;
}


@keyframes bounce_squaresWaveG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-o-keyframes bounce_squaresWaveG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-ms-keyframes bounce_squaresWaveG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-webkit-keyframes bounce_squaresWaveG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-moz-keyframes bounce_squaresWaveG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}
