
@font-face {
    font-family: 'Meta Pro';
    src: url('../fonts/FFMetaProRegular.TTF');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Meta Pro';
    src: url('../fonts/FFMetaProMedium.TTF');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Meta Pro';
    src: url('../fonts/FFMetaProBold.TTF');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}



:root {
	--rojo: #E31937;
	--rojo_secundario: #B6142C;
	--gris_claro: #eee;
	--gris_oscuro: #494949;
	
	--negro: #222;
	
	--borde_items: #f1f1f1;
	--texto: #666666;
}

body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: var(--texto);
}
* {
	box-sizing: border-box;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}
input[type="radio"]:focus {
	box-shadow: none;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], 
input[type="search"], input[type="number"], input[type*="date"], input[type="email"], 
select {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius: 3px;
}
 
button, a.action.primary,
.action.primary, .action-primary,
.amform-form .action.primary {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: var(--rojo);
	border-color: var(--rojo);
	color: #fff;
	font-weight: 500;
	border-radius: 4px;
	font-size: 15px;
	text-transform: uppercase;
}
button:hover, button:active, button:focus, 
a.action.primary:hover, a.action.primary:active, a.action.primary:focus,
.action.primary:hover, .action.primary:active, .action.primary:focus,
.action-primary:hover, .action-primary:active, .action-primary:focus,
.amform-form .action.primary:hover, .amform-form .action.primary:active, .amform-form .action.primary:focus  {
	background: var(--gris_oscuro);
	border-color: var(--gris_oscuro);
	color: #fff;
}

a, .alink {
	color: var(--texto);
	font-weight: normal;
}
a:hover, .alink:hover, a:visited, 
.alink:visited, a:focus, .alink:focus {
	color: var(--texto);
	text-decoration: underline;
}


.block-static-block.widget {
	margin-bottom: 0;
}
.page-main {
	padding-top: 15px;
}

.breadcrumbs {
	padding-top: 15px;
	padding-left:0;
}
.breadcrumbs a, .breadcrumbs a:visited, 
.breadcrumbs a:hover, 
.breadcrumbs a:active {
	color: #000;
}


.mobile {
	display: block !important;
}
.desktop {
	display: none !important;
}
@media (min-width: 769px) {
	.mobile {
		display: none !important;
	}
	.desktop {
		display: block !important;
	}
}


/* precios */
.price-label {
	display: block;
}
.old-price .price-label {
	display: none !important;
}
.old-price .price {
	text-decoration: line-through;
}
.price-box {
	/*font-family:'Roboto', 'Helvetica Neue',Helvetica,Arial,sans-serif;*/
}



.swatch-option.image {
	background-size: cover !important;
}
div.mage-error {
	font-size: 12px;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
} 


/* ------------------------------------------------------------------------------------------------------------ */
/*  =HEADER --------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */
.page-header {
	background: #fff;
}
.page-header .header.content {
	text-align: center;
}
.page-header .store-switcher-panel.header {
	max-width: 1280px;
	margin: auto;
}
.page-header .store-switcher-panel.header .switcher {
	float: none;
	margin: 0;
	padding: 10px 15px 5px;
	text-align: right;
}


.nav-off-canvas .logo {
	margin: 0 0 0 40px;
}
.nav-sections,
.navigation {
	background: var(--rojo);
	margin-bottom: 0;
	color: #fff;
}
.navigation .level0 > .level-top {
	color: #fff;
}
.nav-toggle {
	top: 10px;
}
.nav-toggle:before {
	color: #000;
}

@media (max-width: 768px) {
	.page-header {
		border: 0;
		margin-bottom: 0;
	}
	.page-header .header.content {
		text-align: center;
	}
	.page-header .logo {
		float: none;
		margin: 0;
	}
	.page-header .logo img {
		display: inline-block;
	}
}

@media (max-width: 1024px) {
	.ammenu-header-container .header.content .ammenu-logo {
		margin: 0 auto;
	}
	.ammenu-header-container .header.content .ammenu-logo img {
		max-height: 70px;
	}
}
@media (min-width: 769px) {
	.logo {
		margin: 0;
	}
	.ammenu-header-container .header.content {
		height: 80px;
	}
	.ammenu-header-container .header.content .ammenu-logo {
		position: absolute;
		top: 20px;
		left: 60px;
	}
	.page-header .header.panel {
		display: inline-block;
		float: right;
		margin-top: 20px;
	}
	.header.panel > .header.links > .authorization-link:after {
		content: '/';
		margin: 0;
		color: var(--texto);
	}
	.header.panel > .header.links > li {
		margin-left: 5px;
	}
	.header.panel > .header.links > li > a, 
	.header.panel > .header.links > li > a:visited, 
	.header.panel > .header.links > li > a:hover {
		color: var(--texto);
	}
	.header.content {
		padding: 20px;
	}
	.header.content .wish.wrapper {
		display: none;
	}
}

@media (min-width: 769px) {
	li.greet.welcome {
		text-transform: uppercase;
		color: var(--texto);
	}
	
	.customer-welcome .action.switch {
		color: var(--texto);
	}
	.customer-welcome .customer-menu {
		text-align: left;
	}
}



/* carrito */
.ammenu-header-container .header.content .minicart-wrapper {
	margin: 0;
	order:5;
}
.minicart-wrapper .action.showcart {
	position: relative;
}
.minicart-wrapper .action.showcart:before {
	background: url(../images/ic-header-carrito.png) no-repeat;
	background-size: contain;
	content: '' !important;
	height: 25px;
	width: 25px;
}
.minicart-wrapper .action.showcart .counter.qty {
	 background: #000;
}
.minicart-wrapper .minicart-items .product-item-details {
	text-align: left;
}
.minicart-wrapper .block-minicart .product-item .product-item-name a {
	 max-width: unset;
	 color: var(--texto);
	 min-height: 0;
}
.minicart-items-wrapper .minicart-items .details-qty.qty .update-cart-item {
	margin-left: 0;
}
.minicart-wrapper .action.close:hover {
	color: #000;
}
@media (min-width: 769px) {
	.minicart-wrapper {
		margin-top: 25px;
	}
}
@media (max-width: 1024px) {
	.minicart-wrapper .action.showcart .text {
		display: none;
	}
}


/* buscador */


 @media (min-width: 769px) {
	 .ub-nav-sticky .header.content .minicart-wrapper {
		 order: 5;
	}
	 .ammenu-header-container .header.content .block-search {
		 flex: 2;
	}
}
 @media (min-width: 991px) {
	 .ammenu-header-container .header.content .block-search {
		 flex: 2;
	}
}
 .page-header .amsearch-wrapper-block:before {
	 display: none;
}
 .amsearch-wrapper-block {
	 padding: 0;
}
 .amsearch-input-wrapper .amsearch-input {
	 border-radius: 8px;
	 background: #ccc;
	 height: 44px;
	 text-align: center;
}
 .amsearch-input-wrapper .amsearch-input:focus {
	 border-color: #000;
}
 .amsearch-products-section .action.tocart {
	 border-radius: 8px;
}
 .amsearch-products-section .amsearch-link, 
 .amsearch-products-section .amsearch-link:hover, 
 .amsearch-item-container .amsearch-item .amsearch-link, 
 .amsearch-item-container .amsearch-item .amsearch-link:hover, 
 .amsearch-item-container .amsearch-item .amsearch-link:focus, 
 .amsearch-highlight {
	 color: #000;
}
 .amsearch-item-container .amsearch-tab-items {
	 text-align: left;
}
 @media (min-width: 769px) {
	 .page-header .amsearch-input-wrapper {
		 width: 100%;
	}
	 .page-header .amsearch-wrapper-block {
		 order:2;
		 float: none;
		 margin-top: 15px;
	}
	 .page-header .amsearch-result-section {
		 right: unset;
		 left: 0;
		 min-width: unset;
	}
	 .amsearch-input-wrapper .amsearch-button.-loupe {
		left: 15px;
        right: unset;
        filter: brightness(0.5);
        background-size: 20px;
	}
	 .amsearch-input-wrapper .amsearch-button.-close {
		 /* position: relative; */
	}
}




/* ------------------------------------------------------------------------------------------------------------ */
/*  =FOOTER --------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */
.page-footer {
	font-family: 'Meta Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #d7d7d7;
	padding-bottom: 0;
}

.page-wrapper>.page-bottom {
	width: 100%;
	max-width: 100%;
	padding: 0;
	background: var(--rojo);
	text-align: center;
}

 @media (min-width: 769px) {
	 .footer.content {
		 max-width: 1280px;
	}
	 .footer.content .block {
		 float: none;
		 margin:0;
	}
}


/* copyright */
 .custom-copyright {
	 color: #000;
	 padding: 10px 20px 20px;
	 background: #d7d7d7;
}
 .custom-copyright img {
	 display: block;
}
 .custom-copyright img.datafiscal {
	 height: 40px;
	 width: auto;
}
 .custom-copyright .contenido {
	 align-items: center;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 margin: auto;
	 gap: 5px;
}
 .custom-copyright .contenido > div {
	 display: flex;
	 align-items: center;
	 flex-direction: column;
}
 .custom-copyright .contenido > div .rollpix-zeus {
	 display: flex;
	 align-items: center;
}
 .custom-copyright .contenido .logos-bottom {
	 display: flex;
	 flex-direction: row;
	 align-items: flex-start;
	 gap: 0;
}
 @media (min-width: 769px) {
	 .custom-copyright .contenido {
		 align-items: center;
		 flex-direction: row;
		 justify-content: space-between;
		 max-width: 1280px;
		 padding-left: 20px;
		 padding-right: 20px;
	}
	 .custom-copyright .contenido > div {
		 flex-direction: row;
		 gap: 10px;
	}
}


/* newsletter */
.contenedor-newsletter {
	font-family: 'Meta Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: var(--rojo);
    text-align: center;
    padding: 20px;
}
.contenedor-newsletter .block.newsletter {
	margin: auto;
    display: flex;
    align-items: center;
    gap: 7px 15px;
    max-width: unset;	
}
.contenedor-newsletter .block.newsletter .title {
	display: block;
	margin: 0;
}
.contenedor-newsletter .block.newsletter .title strong {
	font-weight: 600;
    font-size: 2.4rem;
	line-height: 1;
	color: #fff;
}

@media (max-width: 768px) {
	.contenedor-newsletter .block.newsletter {
		flex-direction:column;
	}
}


/* main page */
 .cms-page-view .page-main {
	 padding-top: 15px;
}
 .cms-index-index .page-main {
	 max-width: 1520px;
	 padding: 0;
}
 .cms-index-index .page-main .columns .column.main {
	 padding-bottom: 0;
}
 #banner-slider-carousel .owl-theme .owl-nav {
	 height: 0;
	 margin-top: 0;
}




/* ----------------------------------------------------------------------------------------------------------- */
/* =CATALOGO */
/* ----------------------------------------------------------------------------------------------------------- */

.slick-initialized .slick-slide {
	text-align: center;
}
.slick-initialized .slick-slide .product-item-info {
	text-align: center;
	border:  1px solid #e7e7e7;
    padding: 10px;	
	border-radius: 3px;
}
.slick-initialized li.product-item:first-child {
	width: 96% !important;
}
.slick-initialized .slick-prev {
	left: 0;
}
.slick-initialized .slick-next {
	right: 0;
}
.slick-initialized.slick-slider .slick-arrow {
	z-index: 10;
}
.slick-dots li,
.slick-dots li button {
	width: 12px;
	height: 12px;
}
.slick-initialized .slick-dots li button {
	background: #e7e7e7;
	color: #ccc; 
}
.slick-initialized .slick-dots li.slick-active button {
	background: #000;
}



.page-products .product-item-info {
	border:  1px solid #e7e7e7;
    padding: 10px;
    text-align: center;
	min-height: 430px;
	margin-bottom: 10px;
	border-radius: 3px;
}
.page-products .product-item-info:hover {
	margin: 0;
	padding: 10px;
	border:  1px solid #e7e7e7;
}
.page-products .product-item-info>.product-item-info {
	border: 0;
    padding: 0;
    margin: 0;
}
.page-products .product-item-info>.product-item-info:hover {
	box-shadow: none;
}
.products-grid .product-item-actions {
	margin:0;
}
.products-grid .product-item-inner {
	background: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
	position: relative;
	margin-top: 10px
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
	clip: unset;
	height: unset;
	overflow: unset;
	position: relative;
	width: unset;
	margin-top:10px;
}

.product-item .product-item-description {
	display: none;
}
.product-item .product-item-name a {
	display: -webkit-box;
	margin: auto;
	margin-top: 0;
	min-height: 50px;
	max-width: 225px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media (min-width: 1024px) {
	.page-products .products-grid .product-item {
		margin-left: 0;
		width: calc(100% / 4);
	}
	.page-products .products-grid .product-item:nth-child(3n + 1) {
		margin-left: 0;
	}
	.product-item .tocart {
		width: 150px;
	}
}

.product-item .product-item-inner {
	margin-top: 10px
}
.product-item .price-box {
	margin-bottom:0;
	color: var(--negro);	
}
.product-item .price-box .price {
	font-size: 2rem;
	color: var(--negro);
	font-weight: normal;
	margin-bottom: 0;
}
.products-grid .product-item .price-box {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
 @media (min-width: 768px) {
	 .products-grid .product-item .price-box {
		 display: -webkit-flex;
		 display: -ms-flexbox;
		 display: flex;
		 -webkit-flex-direction: row;
		 -ms-flex-direction: row;
		 flex-direction: row;
		 margin: 5px 0 0;
		 align-items: center;
		 justify-content: center;
	}
	 .product-item .old-price {
		 margin: 0;
		 width: 30%;
	}
	 .product-item .old-price .price-container .price {
		 font-size: 1.2rem;
	}
}


/* filtros */
 .filter-title strong {
	 box-shadow: none;
	 background: #000;
	 border: 2px solid #000;
	 color: #fff;
}
 .filter-options-title {
	 font-size: 12px;
}
 .filter-options-content a:hover {
	 background: transparent;
	 text-decoration: underline;
}
 .filter-options-content .count {
	 white-space: nowrap;
}
 .filter .actions div.secondary a {
	 color: #000;
	 font-size: 13px;
}
 .filter .filter-content .item {
	 margin: 10px 0;
	 font-size: 13px;
	 line-height: 1.2;
}
 .toolbar select {
	 background-color: #fff;
	 box-shadow: none;
}
 @media (max-width: 420px) {
	 label.sorter-label {
		 display: none;
	}
}
 .pages a.page {
	 border: 1px solid #ccc;
	 border-radius: 3px;
	 height: 32px;
	 min-width: 30px;
	 color: #000;
}
 .pages a.page:hover, .pages a.page:visited {
	 color: #000;
	 border: 1px solid #000;
}
 .pages strong.page {
	 color: #fff;
	 background-color: #000;
	 border: 1px solid #000;
	 border-radius: 3px;
	 height: 32px;
	 min-width: 30px;
}
 .pages .action {
	 background-color: #fff;
	 border: 0;
	 box-shadow: none;
}
 .pages .action:hover {
	 background-color: #fff;
}



/* ----------------------------------------------------------------------- */
/* =FICHA ---------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

.product-info-main h1 {
	font-size: 28px;
	font-weight: 500;
}
@media (min-width: 769px) {
	.product-info-main .page-title-wrapper h1 {
		margin-bottom: 5px;
	}
}


.product-info-main .product-info-stock-sku {
	float: none;
	padding-left: 0;
	text-align: left;
}
.product-info-main .product-info-stock-sku .product.attribute.sku .type:after {
	display: none;
}
.product-info-main .product.attribute.overview {
	margin: 10px 0;
}

.product-info-main .product-add-form {
	padding-top: 0;
}
.product-info-main .product-addto-links a.action.towishlist:before {
	content: '\f004';
	font-family: FontAwesome;
	font-size: 20px;
	color: #000;
}
.product-info-main .product-addto-links span {
	 display: none;
}
.product-info-main .product-add-form .qty-controller {
	margin-left: 0;
}

.box-tocart {
	margin-top: 40px;
}
.box-tocart .fieldset  {
    display: flex;
    align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    gap:10px 15px;
	position: relative;
}
.box-tocart .fieldset .field.qty {
    margin-bottom:0;
}
.box-tocart .field.qty label { 
    display: none;
}
.box-tocart .qty-controller .input-text.qty {
    background: #ddd;
	border-radius:0;
    border: 0;
    height: 40px;
    margin: 0;
    font-size: 17px;
}
.box-tocart .qty-controller button {
    background: #ddd;
    height: 40px;
    color: #000;
}
.box-tocart .qty-controller button.decrease-qty {
    border-radius: 15px 0 0 15px;
    font-size: 17px;
}
.box-tocart .qty-controller button.increase-qty {
    border-radius: 0 15px 15px 0;
}
.box-tocart .actions .action.tocart {
	margin-bottom: 0;
    padding: 10px 17px;
    border-radius: 15px;
    text-transform: initial;
    min-width: 270px;
}

@media (min-width: 768px) {
	.box-tocart .fieldset {
		justify-content: start;
	}
}


/* precio */
.product-info-main .product-info-price {
	border-bottom: 0;
}
.product-info-main .product-info-price .price-box {
	color: var(--negro);
	padding-bottom:0;
}
.product-info-price .price-box .price-container .price {
	font-size: 30px;
    font-weight: 500;
	color: var(--negro);
}
.product-info-price .price-box .normal-price .price-container {
	align-items: baseline;
}
.product-info-price .price-box .normal-price .price-container .price-label {
	font-size: 0.7em;
}
.product-info-main .product-info-price .price-box .price-container>span {
	margin-bottom: 0;
}



/* bundle */
.product-info-main .bundle-actions {
	display: none;
}
.bundle-options-container {
	display: block !important;
}
.bundle-options-container .product-add-form {
	display: block;
}
.bundle-options-container .action.back, 
.bundle-options-container .legend.title,
.bundle-options-container .bundle-options-wrapper p.required, 
.bundle-options-container .product-options-wrapper p.required  {
	display: none;
}
.bundle-options-container .bundle-options-wrapper, .bundle-options-container .product-options-wrapper {
	float: none;
	width: 100%;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options, .bundle-options-container .product-options-wrapper .fieldset-bundle-options {
	margin-bottom: 0;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field .control, .bundle-options-container .product-options-wrapper .fieldset-bundle-options .field .control {
	width: 100%;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field.choice input, 
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice input {
	margin-top: 1px;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field.option.required .label, 
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.option.required .label,
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field.option.required .field.choice input, 
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.option.required .field.choice input,
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field.qty.qty-holder, 
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.qty.qty-holder  {
	display: none;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options .field.option.required .field.choice .label, 
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.option.required .field.choice .label {
	margin-left: 0;
	display: inline-block;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options span.price-notice, .bundle-options-container .product-options-wrapper .fieldset-bundle-options span.price-notice {
	display: inline-flex;
	gap: 5px;
}
.bundle-options-container .product-options-bottom {
	margin: 0;
	padding-top: 0;
	border-top: 0;
}
.bundle-options-container .block-bundle-summary {
	float: none;
	margin-top: 0;
	padding: 0;
	width: 100%;
	position: initial;
}
.bundle-options-container .block-bundle-summary .title, 
.bundle-options-container .block-bundle-summary .bundle-summary {
	display: none;
}
.product-info-main .bundle-options-container .product-addto-links a.action.towishlist:before {
	width: 30px;
	height: 30px;
	line-height: 32px;
	margin: 0;
}
@media (min-width: 769px) {
	.bundle-options-container .block-bundle-summary .box-tocart .action.primary {
		width: 50%;
	}
}


/* calculadora de metros cuadrados */
.calculadora-metros-cuadrados p#pegamentos-y-pastinas,
.calculadora-metros-cuadrados .sugerencia-por-metro {
    display: none;
}



/* galeria fotorama */
#amasty-main-container, 
#amasty-gallery-container, 
#amasty-gallery-container .slick-dots {
	 background: #fff;
}
.fotorama__thumb-border {
	 border-color: var(--negro);
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
	 margin-top: 7px;
}
.fotorama__arr, 
.fotorama__thumb__arr,
.fotorama__arr:hover, 
.fotorama__thumb__arr:hover {
    background-color: transparent;
}
.fotorama__fullscreen-icon:focus:after, 
.fotorama__zoom-out:focus:after, 
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after, 
.fotorama__stage__shaft:focus:after, 
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after, 
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
	box-shadow: none;
}




/* swatch */
 .product-options-wrapper .swatch-option {
	 width: 30px !important;
	 height: 30px !important;
	 background-size: contain !important;
	 margin-right: 5px;
}
 .product-options-wrapper .swatch-option.image {
	 background-size: cover !important;
}
 .product-options-wrapper .swatch-option .swatch-attribute-options:focus {
	 box-shadow: none;
}


/* tabs */
.product.info.detailed {
	border-bottom: 1px solid #e7e7e7;
}
.product.data.items {
	margin-left: 0;
	margin-right: 0;
	border: 0;
}
.product.data.items > .item.title {
	border-top: 2px solid #999;
}
.product.data.items > .item.title.active {
	 border-top: 2px solid var(--rojo);
}
.product.data.items > .item.title > .switch {
	background: #ddd;
	border: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
}
.product.data.items > .item.title.active > .switch {
	 background: none;
	 color: #000;
	 font-weight: 600;
	 background: #f5f5f5;
}
.product.data.items > .item.content {
	 border: 0;
}
@media (min-width: 769px) {
	.product.data.items > .item.content {
		padding-left: 0;
		padding-top: 10px;
	}
	.product.data.items > .item.title > .switch {
		font-size: 18px;
	}
	.product.data.items > .item.title.active > .switch {
		background: #fff;
	}
	.product.data.items > .item.title:not(.disabled) > .switch:active, 
	.product.data.items > .item.title.active > .switch, 
	.product.data.items > .item.title.active > .switch:focus, 
	.product.data.items > .item.title.active > .switch:hover, 
	.product.data.items > .item.title > .switch:hover {
		color: var(--rojo);
	}
}


 @media (max-width: 768px) {
	 .catalog-product-view .product-info-main {
		 text-align: center;
	}
	 .catalog-product-view .product.info.detailed {
		 margin-bottom: 0;
		 margin-top: 30px;
	}
	 .product-options-wrapper .swatch-attribute-options {
		 display: flex;
		 align-items: center;
		 justify-content: center;
	}
}


/* productos relacionados */
 div#amrelated-block-3 {
	 margin-top: 30px;
}
 div#amrelated-block-3 .block-title {
	 margin-bottom: 5px !important;
}
 div#amrelated-block-3 .block-title strong {
	 font-size: 22px;
}
 .product-items.slick-slider .slick-slide .product-item {
	 max-width: 300px !important;
}
 .amrelated-grid-wrapper .product-item .product-item-info {
	 background: #fff;
	 text-align: center;
}
 @media (min-width: 769px) {
	 div#amrelated-block-3 .block-title {
		 padding-left: 24px;
	}
	 .amrelated-grid-wrapper .products-grid .product-item-info:hover, .amrelated-grid-wrapper .products-grid .product-item-info:active {
		 margin: 0;
		 box-shadow: none;
		 border: 0;
		 padding: 0;
	}
	 .amrelated-grid-wrapper .product-item .product-item-info {
		 text-align: left;
	}
	 .amrelated-grid-wrapper .product-item .product-item-name a {
		 margin: 0;
	}
	 .amrelated-grid-wrapper .product-item .price-box {
		 justify-content: start;
	}
}
 @media (max-width: 768px) {
	 .slick-slider .slick-arrow.slick-prev, .slick-slider .slick-arrow.slick-next {
		 display: none !important;
	}
	 .amrelated-grid-wrapper .product-item .product-item-info {
		 border: 0;
	}
}


/* calculadora de envio */
 .block.shipping-calculator .sc-short-description {
	 border-bottom: 0;
	 margin: 0 0 10px 0;
	 padding: 0;
	 float: none;
}
 .block.shipping-calculator .field.post-code-field label {
	 display: none;
}
 .block.shipping-calculator .method-info {
	 padding-left: 0;
}
 .block.shipping-calculator .method-info .method-name {
	 font-weight: 400;
}
 .block.shipping-calculator .change-my-location-link:hover {
	 color: #000;
}
 .block.shipping-calculator button {
	 height: 38px;
}
 fieldset.fieldset.additional_info {
	 margin: 0;
}
 .block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
	 border-color: var(--rojo);
}
 @media (max-width: 768px) {
	 .account .page-main {
		 padding-top: 60px;
	}
	 .account .block-collapsible-nav {
		 top: 0;
	}
}



/* ------------------------------------------------------------------------------------------------------------ */
/*  =CARRITO -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */
 .cart.table-wrapper .actions-toolbar {
	 bottom: 10px;
}
 .cart-container .form-cart .actions.main .clear {
	 border: 1px solid #000;
	 color: #000;
	 padding: 5px 15px;
}
 .cart-container .form-cart .actions.main .clear:hover {
	 background: #000;
	 border: 1px solid #000;
	 color: #fff;
	 padding: 5px 15px;
	 text-decoration: none;
}
 .cart.table-wrapper .product-item-photo {
	 padding-left: 30px;
}
 .cart.table-wrapper .product-item-details {
	 padding-bottom: 0;
	 vertical-align: middle;
}
 .cart.table-wrapper .product-item-name {
	 font-size: 15px;
}
 .cart.table-wrapper .product-item-name + .item-options {
	 margin-top: 0;
}
 .cart.table-wrapper .actions-toolbar {
	 min-height: 0;
	 padding: 0;
}
 .cart.table-wrapper .actions-toolbar > .action-edit {
	 display: none;
}
 .cart.table-wrapper .actions-toolbar > .action-delete {
	 top: -27px;
	 width: 30px;
}
 .cart.table-wrapper .actions-toolbar .action-towishlist {
	 display: none;
}
 .cart.table-wrapper tbody td {
	 vertical-align: middle;
}
 .cart.table-wrapper tbody td.item-actions {
	 width: 50px;
}
 @media (min-width: 769px) {
	 .cart.table-wrapper .actions-toolbar > .action-delete {
		 top: -75px;
		 left: 0;
		 z-index: 300;
	}
	 .cart.table-wrapper .item .col.item {
		 padding: 10px 8px 10px 0;
	}
}
 .cart-discount .block > .title {
	 cursor: default;
}
 .cart-discount .block > .title strong {
	 color: #333;
	 font-size: 22px;
}
 .cart-discount .block > .title:after {
	 display: none;
}
 .cart-discount .block.discount {
	 max-width: 500px;
	 float: none;
}
 .cart-discount .block .content {
	 display: block !important;
}
 .cart-discount .block .actions-toolbar {
	 width: 1%;
}
 .cart-discount .block .actions-toolbar .action.primary, .cart-discount .block .actions-toolbar .action.primary:hover, .cart-discount .block .actions-toolbar .action.primary:active, .cart-discount .block .actions-toolbar .action.primary:focus {
	 background: #000;
	 border: 1px solid #000;
	 color: #fff;
	 font-weight: 400;
	 box-shadow: none !important;
}
	
	

/* ------------------------------------------------------------------------------------------------------------ */
/*  =CHECKOUT ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */
.checkout-index-index .minicart-wrapper, 
.checkout-index-index .customer-welcome,
.checkout-index-index .header.panel, 
.checkout-index-index .block-search,
.checkout-index-index .amsearch-wrapper-block,
.checkout-index-index .row-marquesina {
	display: none !important;
}
.checkout-index-index .logo img {
	width: auto;
	margin-bottom: 10px;
}
.checkout-index-index .page-main {
	margin-top: initial;
}


 .authentication-wrapper {
	 margin-top: 0;
}
 .authentication-wrapper button.action.action-auth-toggle {
	 border: 1px solid #000;
	 padding: 7px 15px;
	 color: #000;
	 font-weight: 500;
	 text-transform: uppercase;
}
 button.action.action-login.secondary {
	 background: #000;
	 color: #fff;
	 border: 0;
}
 @media (min-width: 769px) {
	 .opc-progress-bar-item > span {
		 font-size: 15px;
	}
	 .opc-progress-bar-item._complete > span {
		 color: #000;
	}
	 .opc-progress-bar-item._active:before, .opc-progress-bar-item._active > span:before {
		 background: #000;
		 border-color: #000;
	}
	 .opc-progress-bar-item._active > span:after {
		 border-color: #000;
	}
}
 .table-checkout-shipping-method tbody .row-error td {
	 width: 100%;
}
 @media (min-width: 768px) {
	 .opc-wrapper .form-shipping-address {
		 max-width: unset;
	}
	 .opc-wrapper .form-shipping-address .field {
		 width: 48%;
		 display: inline-block;
		 margin-right: 2%;
		 vertical-align: top;
	}
	 .opc-wrapper .form-shipping-address .control .field {
		 width: 100%;
	}
}
 .opc-block-shipping-information {
	 padding: 0;
}
 .opc-block-shipping-information .shipping-information {
	 border: 1px solid #ccc;
	 padding: 20px;
}
 .checkout-index-index .payment-method label[for=decidir_custom]::after {
	 content: "La factura de compra se realizar? ?nicamente a nombre del/ de la titular de la tarjeta.";
	 display: block;
	 color: red;
	 font-weight: bold;
	 padding-top: 20px;
}
 @media (min-width: 768px) {
	 .checkout-index-index .payment-method label[for=decidir_custom]::after {
		 padding-left: 22px;
	}
}
 .checkout-payment-method .payment-option .payment-option-title {
	 pointer-events: none;
}
 .checkout-payment-method .payment-option .payment-option-title .action-toggle {
	 color: #333;
	 font-size: 22px;
}
 .checkout-payment-method .payment-option .payment-option-title .action-toggle:after {
	 display: none !important;
}
 .checkout-payment-method .payment-option .payment-option-content {
	 display: block !important;
}
.checkout-payment-method .payment-method .payment-method-content p[data-bind*=Instructions] {
    font-weight: bold;
}
 .checkout-payment-method .payment-option .payment-option-content .form-discount .actions-toolbar .primary .action {
	 background: #000;
	 border: 1px solid #000;
	 color: #fff;
	 font-weight: 400;
	 box-shadow: none !important;
	 text-transform: uppercase;
}
 .checkout-payment-method .payment-option .payment-option-content .form-discount .actions-toolbar .primary .action:hover, 
 .checkout-payment-method .payment-option .payment-option-content .form-discount .actions-toolbar .primary .action:active, 
 .checkout-payment-method .payment-option .payment-option-content .form-discount .actions-toolbar .primary .action:focus {
	 background: #fff;
	 border: 1px solid #000;
	 color: #000;
	 font-weight: 400;
	 box-shadow: none !important;
	 text-transform: uppercase;
}



/* ------------------------------------------------------------------------------------------------------------ */
/*  =UBERTHEME ------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
.nav-sections, .navigation {
	font-family: 'Meta Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ul.level0.horizontal-root>li.mega>.mega {
    padding: 0px 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
	line-height: 45px;	
	text-transform: none;
}
.level0.horizontal-root>li.mega.last {
    float: right;
    background: #555;
}
.level0.horizontal-root>li.mega.last a {
    text-transform: uppercase;
	padding: 0 50px;
}



/* menu */
 ul.level0 ul.level1>li.mega .mega {
	 line-height: 30px;
}

 .level0.horizontal-root>li.mega>.mega.active, ul.level0> li.mega>.mega.ui-state-active, ul.level0>li.mega>.mega.active, ul.level0>li.mega>.mega:active, ul.level0>li.mega>.mega:focus, ul.level0>li.mega>.mega:hover {
	 color: var(--rojo);
}
 .level0.horizontal-root>li.mega.has-child.mega-hover>.mega, ul.level0 ul.level1>li.mega.has-child.mega-hover>.mega {
	 color: var(--rojo);
}
 ul.level0 ul.level1>li.mega .mega.ui-state-active, ul.level0 ul.level1>li.mega .mega:active, ul.level0 ul.level1>li.mega .mega:focus, ul.level0 ul.level1>li.mega .mega:hover, ul.level0 ul.level1>li.mega .mega.active {
	 color: var(--rojo);
}
 ul.level0 ul.level3>li.mega>.mega.ui-state-active, ul.level0 ul.level3>li.mega>.mega:active, ul.level0 ul.level3>li.mega>.mega:focus, ul.level0 ul.level3>li.mega>.mega:hover, ul.level0 ul.level3>li.mega>.mega.active {
	 color: var(--rojo);
}
 .nav-open .nav-off-canvas .nav-toggle:before {
	 background: var(--rojo);
}



/* ------------------------------------------------------------------------------------------------------------ */
/*  =MAGEWORX ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */
 #mw-store-locator-locations .mw-sl__search {
	 display: none;
}
 #mw-store-locator-locations .mw-sl__stores__header .mw-sl__store__info__name {
	 display: none;
}
 #mw-store-locator-locations .mw-sl__stores__header .mw-sl__stores__current {
	 margin-left: 0;
	 max-width: unset;
}
 #mw-store-locator-locations .mw-sl__icon--filter {
	 display: none;
}
 #mw-store-locator-locations .mw-sl__stores__details {
	 overflow-y: auto;
}
 #mw-store-locator-locations .mw-sl__stores__details .mw-sl__stores__details__image {
	 width: 300px;
	 height: 200px;
	 border-radius: 0;
}
 #mw-store-locator-locations .mw-sl__stores__details .mw-sl__stores__details__loc {
	 flex-direction: column;
}
 #mw-store-locator-locations .mw-sl__stores__details .mw-sl__stores__details__loc .mw-sl__stores__details__address_details {
	 width: 100%;
}
 #mw-store-locator-locations .mw-sl__stores__details .mw-sl__stores__details__loc .mw-sl__stores__details__route {
	 text-align: left;
	 margin-top: 5px;
}
 #mw-store-locator-locations .mw-sl__stores__details .mw-sl__stores__details__loc .mw-sl__stores__details__route a, #mw-store-locator-locations .mw-sl__stores__details .mw-sl__stores__details__loc .mw-sl__stores__details__route a:visited, #mw-store-locator-locations .mw-sl__stores__details .mw-sl__stores__details__loc .mw-sl__stores__details__route a:link {
	 color: #333;
}
 #mw-store-locator-locations .mw-sl__stores__details .mw-sl__stores__details__description {
	 padding: 10px 0 0;
}
 #mw-store-locator-locations .mw-sl__stores__details .mw-sl__stores__details__socialslist {
	 margin-top: 10px;
}
 #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item {
	 -webkit-box-orient: vertical;
	 position: relative;
}
 #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item .mw-sl__store__info {
	 width: 100%;
}
 #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item .mw-sl__stores__list__item__right {
	 max-width: unset;
	 flex-direction: column;
	 align-items: start;
}
 #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__stores__details__route {
	 text-align: left;
	 font-size: 13px;
	 width: unset;
}
 #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__stores__details__route a, #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__stores__details__route a:visited, #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__stores__details__route a:link {
	 color: #333;
}
 #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__stores__details__route a:hover, #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__stores__details__route a:visited:hover, #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__stores__details__route a:link:hover {
	 text-decoration: underline;
	 color: #000;
}
 #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__store__details {
	 text-decoration: underline;
	 font-size: 13px;
	 color: #333;
}
 #mw-store-locator-locations .mw-sl__stores__list .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__store__details:hover {
	 opacity: 1;
	 color: #000;
}
 #mw-store-locator-locations button.mw-sl__store__select {
	 color: #000;
	 font-size: 13px;
	 max-width: unset;
}
 #mw-store-locator-locations button.mw-sl__store__select__gray {
	 max-width: unset;
	 pointer-events: none;
}
 #showLocationButton {
	 color: #000;
}
 @media (min-width: 500px) {
	 #mw-store-locator-locations .mw-sl__content--map-right .mw-sl__stores {
		 height: 720px;
	}
}
 .mw-store-locator-locations .mw-sl__content--map-hidden .mw-list_left_block {
	 display: none !important;
}
 .mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list {
	 border: 0 !important;
	 border-bottom: 1px solid #ccc !important;
}
 .mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list ul {
	 flex-direction: column !important;
}
 @media (min-width: 769px) {
	 .mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list ul .mw-sl__stores__list__item {
		 width: 70% !important;
	}
}
 .mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list ul .mw-sl__stores__list__item .mw-sl__stores__list__item__right {
	 flex-direction: row !important;
}
 .mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list ul .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__stores__details__route {
	 text-align: center !important;
	 flex: 0 0 100%;
}
 .mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list ul .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__store__details {
	 text-align: center !important;
	 flex: 0 0 100%;
	 display: block !important;
	 margin: auto;
}
 .mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list ul .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__icon--details, .mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list ul .mw-sl__stores__list__item .mw-sl__stores__list__item__right .mw-sl__icon--route {
	 display: none !important;
}
 @media (max-width: 991px) {
	 .mw-sl__stores__wrapper #mw-all-stores {
		 width: 100% !important;
	}
}
 @media (max-width: 640px) {
	 #mw-store-locator-locations .mw-sl__store__not-available {
		 text-align: center;
	}
}
 #mw-store-locator-locations .mw-sl__store__not-available {
	 color: red !important;
	 font-size: 13px !important;
}
 @media (min-width: 768px) {
	 #mw-store-locator-locations .mw-sl__store__not-available {
		 display: inline-block;
		 position: absolute;
		 top: 80px;
		 left: 120px;
		 border-top: 1px solid #ccc;
	}
}
 #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list ul.mw-sl__stores__details__icons {
	 margin-top: 0;
}
 #mw-store-locator-locations .mw-sl__content--map-hidden .mw-sl__stores__list .mw-sl__stores__details__description {
	 padding: 5px 0 0;
}
 .modal-slide #locationPoppup .modal-content {
	 padding: 0;
}
 #mw-store-locator-locations .mw-sl__stores, #mw-store-locator-locations .mw-sl__map {
	 z-index: 97;
}
 
