


/*
COLORES:
@brand_azul: #0066AA; /*#066F9F;*/
@brand_naranja: #ED6D19;
@brand_rojo: #FD0100;
@brand_grisoscuro: #555;
*/


body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
* {
	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 {
	border-radius: 3px;
}

button, a.action.primary,
.action.primary, .action-primary {
	background: #0066AA;
	border-color: #0066AA;
	color: #fff;
	font-weight: 400;
	border-radius: 5px;
}
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  {
	background: #555;
	border-color: #555;
	color: #fff;
}


a, .alink {
	color: #0066AA;
}
a:hover, .alink:hover, a:visited, 
.alink:visited, a:focus, .alink:focus {
	color: #0066AA;
	text-decoration: underline;
}


@media (min-width: 768px) {
	.page-layout-1column .product.media {
		width: 48%;
	}
	.page-layout-1column .product-info-main {
		width: 48%;
	}
}

.page-print .logo {
	display: block;
	padding: 15px;
	width: 100%;
	background: #0066AA;
	max-width: 100%;
	margin-bottom: 20px;
}

.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;
	}
}
a.action.tocompare {
	display: none !important;
}

/* precios */
.old-price.sly-old-price.no-display, .old-price.sly-old-price {
	display: block !important;
}
.price-box.price-final_price {
	display: flex;
	flex-direction: column-reverse;
	margin: 5px 0 20px;
	align-items: center;
	justify-content: end;
	min-height: 45px;
}
.price-box .old-price .price-label, .old-price .price-label {
	display: none !important;
}
.price-box .old-price .price, .old-price .price {
	text-decoration: line-through;
}

/* botones cantidad */
.qty-buttons-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.qty-buttons-wrapper .qty-button {
	background: #fff;
	cursor: pointer;
	height: 32px;
	width: 32px;
	line-height: 32px;
	transition: all .3s ease;
	text-align: center;
	border: 1px solid #ccc;
}
.qty-buttons-wrapper .qty-button:hover {
	background: #ddd;
}
.qty-button.increase {
	margin-left: -1px;
}
.qty-button.decrease {
	margin-right: -1px;
}
input.qty-wrapper {
	width: 55px;
	text-align: center;
	border-radius: 0;
}
.box-tocart .input-text.qty {
	border-radius: 0;
}
@media (min-width: 769px) {
	.box-tocart .qty-buttons-wrapper {
		justify-content: start;
	}
}

/* ---------------------------------------------------------------------- */
/* HEADER --------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */

.page-main > .page-title-wrapper .page-title {
	margin-bottom: 10px;
}
.page-header {
	background: #0066AA;
	color: #fff;
	margin-bottom: 0;
}
.page-header .panel.wrapper {
	border-bottom: 0;
}
.page-header .header.panel {
	position: relative;
}
.page-header .header.content {
	text-align: center;
}
.page-header .logo img {
	width: auto;
}


@media (max-width: 1024px) {
	.page-header {
		border: 0;
	}
	.page-header .logo {
		float: none;
		margin: 5px auto 0;
	}
	.page-header .logo img {
		width: 200px;
	}
	.page-header .header.content {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.page-header .header.panel {
		display: none;
	}
	.page-header .minicart-wrapper {
		margin-left: auto;
	}
}

@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;
	}
	.header.panel {
		display: inline-block;
		float: right;
	}
	.header.panel > .header.links:before {
		background: url(../images/ic-micuenta.png) no-repeat;
		background-size: contain;
		content: '' !important;
		height: 25px;
		width: 25px;
		line-height: 28px;
		vertical-align: top;
		display: inline-block;
		overflow: hidden;
		text-align: center;
	}
	.header.panel > .header.links > .authorization-link:after {
		content: '/';
		margin: 0;
	}
	.header.panel > .header.links > li {
		margin-left: 5px;
		color: #fff;
		margin-top: 5px;
	}
	.header.content {
		padding: 20px;
	}
	.header.content .wish.wrapper {
		display: none;
	}
}

/* navigation bar */
.nav-sections {
	background: #f0f0f0;
	margin-bottom: 0;
	clear: both;
}
.nav-sections-item-content {
	padding: 0 10px;
}
.nav-toggle {
	position: initial;
}
.nav-toggle:before {
	color: #fff;
	font-weight: 800;
}
.nav-toggle:hover:before {
	color: #fff;
}
.nav-off-canvas .nav-sections .header.links li.greet.welcome {
	padding: 20px 15px 10px;
	color: #333;
}
.nav-off-canvas .logo {
	margin: 0 0 0 40px;
}
.ub-nav-sticky .page-header {
	background: #f5f5f5;
}


/* customer welcome */
.header.links .customer-welcome {
	display: block;
}
 .customer-welcome .action.switch:after {
	 vertical-align: bottom;
}
 .customer-welcome {
	 display: none;
}
 @media (min-width: 769px) {
	 .customer-welcome {
		 display: inline-block;
		 float: right;
		 margin-bottom: 0;
		 margin-top: 14px;
		 margin-right: 1em;
	}
	 .customer-welcome .tipolink {
		 font-size: 14px;
		 display: flex;
		 align-items: center;
		 justify-content: start;
		 gap: 7px;
		 color: #fff;
	}
	 .customer-welcome a, .customer-welcome a:active, .customer-welcome a:visited, .customer-welcome a:hover {
		 text-decoration: none;
	}
	 .customer-welcome img {
		 height: 27px;
	}
	 .customer-welcome .header.links {
		 text-align: left;
	}
	 .customer-welcome .header.links li {
		 padding: 0 0 0 15px;
	}
}
 @media (max-width: 1024px) {
	 .customer-welcome .tipolink {
		 font-size: 0;
	}
}
 .ammenu-header-container .header.content .minicart-wrapper {
	 margin: 0;
}
 .minicart-wrapper {
	 margin-left: 0;
}
 .minicart-wrapper .action.showcart {
	 position: relative;
	 color: #fff;
}
 .minicart-wrapper .action.showcart:before {
	 background: url(../images/ic-carrito.png) no-repeat;
	 background-size: contain;
	 content: '' !important;
	 height: 25px;
	 width: 25px;
}
 .minicart-wrapper .action.showcart .counter.qty {
	 background: #ED6D19;
}
 .minicart-wrapper .block-minicart {
	 color: #333;
}
 .minicart-wrapper .block-minicart .product-item .product-item-name a {
	 max-width: unset;
	 color: #000;
	 min-height: 0;
}
 .minicart-wrapper .block-minicart .product-item .product.options .content {
	 display: block !important;
}
 .minicart-wrapper .block-minicart .product-item .product.options .content dl {
	 margin-bottom: 5px;
}
 .minicart-wrapper .block-minicart .product-item .product.options .toggle {
	 display: none !important;
}
 .minicart-wrapper .block-minicart .minicart-items .item-qty {
	 width: 45px;
}
 .minicart-wrapper .action.close:hover:before {
	 color: initial;
}
 @media (min-width: 769px) {
	 .minicart-wrapper {
		 top: 10px;
	}
	 .minicart-wrapper .action.showcart .text {
		 clip: unset;
		 overflow: unset;
		 position: initial;
		 margin-left: 5px;
		 display: inline-block;
		 margin-top: 3px;
		 margin-right: 40px;
	}
	 .minicart-wrapper .action.showcart .counter.qty {
		 position: absolute;
		 top: -20px;
		 left: 25px;
	}
}
 @media (max-width: 1024px) {
	 .minicart-wrapper .action.showcart .text {
		 display: none;
	}
}
 .minicart-items .product-item-details {
	 padding-left: 100px;
	 text-align: left;
}
 .minicart-items .product-item-details .minicart-price .price {
	 font-size: 18px;
}
 .minicart-items .product-item-details .product .options.list dt.label {
	 display: none;
}
 .minicart-items .product-item-details .product .options.list dd {
	 font-size: 12px;
}
 #minisearch-form-top-search {
	 width: 100%;
}
 @media (min-width: 769px) {
	 .ub-nav-sticky .header.content .minicart-wrapper {
		 order: 5;
	}
	 .ammenu-header-container .header.content .block-search {
		 flex: 2;
	}
	 #minisearch-form-top-search {
		 margin: auto;
		 position: relative;
	}
}
 @media (min-width: 991px) {
	 .ammenu-header-container .header.content .block-search {
		 flex: 2;
	}
	 #minisearch-form-top-search {
		 margin: auto;
		 position: relative;
	}
}
 .page-header .amsearch-wrapper-block {
	 margin: 0;
}
 .page-header .amsearch-wrapper-block:before {
	 display: none;
}
 .page-header .amsearch-wrapper-block .amsearch-input {
	 border-radius: 5px;
	 border: 0;
	 height: 40px;
}
 .page-header .amsearch-wrapper-block .amsearch-input:focus {
	 border-color: #fff;
}
 .amsearch-block-header .amsearch-title {
	 color: #333;
}
 .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;
}
 .amsearch-button.-compare {
	 display: none;
}
 .amsearch-message-block {
	 color: #000;
}
 .amsearch-products-section.-list .amsearch-description {
	 text-align: left;
}
 .amsearch-products-section.-list .amsearch-description .price-box.price-final_price {
	 align-items: flex-start;
}
 .amsearch-products-section.-list .product-item-actions {
	 display: flex;
	 justify-content: start;
	 align-items: center;
}
 .amsearch-form-block, .amsearch-form-block.-opened {
	 justify-content: flex-start;
}
 .amsearch-products-section .product-item [data-role='priceBox'] p, .amsearch-products-section .product-item [data-role='priceBox'] span {
	 padding: 0;
	 color: #333;
}
 @media (min-width: 769px) {
	 .page-header .amsearch-wrapper-block {
		 width: 500px;
		 float: none;
	}
	 .amsearch-form-block {
		 margin-left: 30px;
	}
	 .amsearch-input-wrapper .amsearch-input {
		 width: 450px;
	}
	 .amsearch-input-wrapper .amsearch-button.-loupe {
		 right: 40px;
		 filter: brightness(0.5);
	}
}
 @media (max-width: 768px) {
	 .page-header .amsearch-wrapper-block {
		 width: calc(100% + 30px);
		 padding: 10px 0;
	}
	 .page-header .amsearch-form-block {
		 justify-content: center;
	}
}


/* ---------------------------------------------------------------------- */
/* FOOTER --------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
 .page-footer {
	 background-color: #0066AA;
	 padding-bottom: 0;
	 margin-top: 0;
	 font-size: 14px;
}
 .page-footer .footer.content {
	 border-top: 0;
}
 .page-footer .footer.content .logo-footer {
	 text-align: center;
	 margin-bottom: 30px;
}
 .footer.content ul {
	 margin-bottom: 35px;
	 text-align: left;
	 font-size: 14px;
}
 .footer-links {
	 display: flex;
	 flex-direction: column;
	 flex-wrap: nowrap;
	 justify-content: space-between;
	 margin: 0 20px;
	 text-align: center;
	 border-bottom: 1px solid #cccccc;
}
 .footer-links ul li, .footer-links ul li a {
	 color: #fff;
	 padding-bottom: 10px;
	 line-height: 1;
}
 .footer-links ul li img {
	 vertical-align: middle;
}
 .footer-links h2 {
	 font-size: 17px;
	 font-weight: 600;
	 margin-top: 0;
}
 .footer-links h3 {
	 font-size: 14px;
	 font-weight: 700;
	 margin: 0;
}
 .footer-links li.redes-sociales {
	 display: flex;
	 gap: 20px;
	 align-items: baseline;
	 justify-content: start;
	 margin: 30px 0;
}
 .footer-links li.redes-sociales a {
	 color: #fff;
	 display: inline-block;
}
 .footer-links li.redes-sociales a img {
	 height: 30px;
	 width: auto;
}
 .footer-links li.logos-footer {
	 display: flex;
	 gap: 13px;
	 align-items: center;
	 justify-content: center;
}
 .footer-links li.logos-footer a {
	 color: #fff;
	 display: inline-block;
}
 .footer-links li.logos-footer img {
	 height: 30px;
	 width: auto;
}
 @media (min-width: 769px) {
	 .page-footer .footer.content .logo-footer {
		 text-align: left;
	}
	 .footer.content {
		 max-width: 1520px;
	}
	 .footer.content .block {
		 float: none;
		 margin-bottom: 0;
	}
	 .footer.content ul {
		 padding-right: 0;
	}
	 .footer-links {
		 flex-direction: row;
		 margin: 0;
		 text-align: left;
		 align-items: start;
		 flex-wrap: wrap;
	}
	 .footer-links .logo-footer {
		 text-align: left;
		 margin-bottom: 10px;
	}
	 .footer-links ul li, .footer-links ul li a {
		 padding-bottom: 10px;
	}
	 .footer-links ul.columna2 {
		 text-align: center;
	}
	 .footer-links li.redes-sociales {
		 justify-content: center;
	}
	 .footer-links .boton-arrepentimiento {
		 margin: 15px 0;
	}
}

/* copyright */
 .custom-copyright {
	 color: #fff;
	 padding: 15px 20px;
	 background: #000;
}
 .custom-copyright img {
	 display: block;
}
 .custom-copyright img.datafiscal {
	 height: 30px;
	 width: auto;
}
 .custom-copyright .contenido {
	 align-items: center;
	 display: flex;
	 justify-content: center;
	 flex-direction: column;
	 margin: auto;
	 gap: 5px;
}
 .custom-copyright .contenido > div {
	 display: flex;
	 align-items: center;
}
 .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;
		 max-width: 1280px;
	}
	 .custom-copyright .contenido > div {
		 flex-direction: row;
		 gap: 10px;
	}
}


/* ---------------------------------------------------------------------- */
/* CONTENT home --------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
 .cms-index-index .page-main {
	 padding: 0;
}
 @media (min-width: 1025px) {
	 .cms-index-index .page-main {
		 padding-top: 0;
		 max-width: 1920px;
	}
}
 .cms-index-index .page-main .columns .column.main {
	 padding-bottom: 0;
}
 .cms-index-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
	 max-width: 1520px;
}
 .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
	 padding: 0;
}
 .slick-initialized .slick-arrow {
	 z-index: 50;
}
 .slick-dots li button {
	 width: 10px !important;
	 height: 10px !important;
	 background: #cccccc !important;
	 margin: auto;
}
 .slick-dots li button:before {
	 width: 10px !important;
	 height: 10px !important;
	 line-height: 1 !important;
}
 .slick-dots li.slick-active button {
	 background: #1c1918 !important;
}
 .mp-banner-slider .owl-dots {
	 position: relative !important;
	 top: unset !important;
	 left: unset !important;
}


/* newsletter */
.contenedor-newsletter {
	background: #000;
	padding: 27px 20px;
	margin: 0 auto 15px;
}
.contenedor-newsletter .news {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}
.contenedor-newsletter .news h2 {
	font-size: 20px;
	margin-top: 0;
}
.block.newsletter .field .control {
	position: relative;
}
.block.newsletter .field .control:before {
	display: none;
}
.block.newsletter .field.newsletter {
	max-width: 400px;
}
.block.newsletter input {
	height: 42px;
	font-size: 13px;
	margin-right: 0;
	padding-left: 15px;
	border-radius: 5px 0 0 5px;
}
.block.newsletter .action.subscribe {
	height: 42px;
	background: #0066AA;
	border-color: #0066AA;
	margin-left: 5px;
	text-transform: uppercase;
	border-radius: 0 5px 5px 0;
	color: #fff;
}

@media (min-width: 768px) {
	.contenedor-newsletter h2 {
		font-size: 35px;
	}
	.block.newsletter input {
		width: 300px;
	}
	.block.newsletter .action.subscribe {
		margin-left: 0;
	}
}


/* botones */
.botones {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
.botones .contenido {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 5px;
	flex-direction: column;
	flex-basis: 100%;
}
.botones .contenido>div {
	text-align: center;
}
.botones img {
	width: 70%;
}
.botones .texto {
	color: #555;
	text-align: center;
}
.botones .texto h3, .botones .texto p {
	color: #555;
	margin: 0;
	line-height: 1;
	font-size: 10px;
	white-space: nowrap;
}
@media (min-width: 640px) {
	.botones {
		display: flex;
		justify-content: space-around;
		margin: 0;
		gap: 5px;
	}
	.botones .contenido {
		flex-direction: row;
		justify-content: center;
	}
	.botones .contenido p {
		font-size: 14px;
	}
	.botones .linea-vertical {
		border-left: 2px solid #555555;
		margin: 20px 20px 0;
		height: 30px;
	}
}



 .productos-destacados {
	 margin: 1em auto;
	 max-width: 1400px;
	 padding-left: 15px;
	 padding-right: 15px;
}
 .productos-destacados h2 {
	 font-size: 27px;
	 text-align: center;
	 margin-bottom: 0;
}
 .widget-product-carousel.slick-initialized .slick-slide {
	 text-align: center;
}
 .widget-product-carousel.slick-initialized .slick-slide .product-item-info {
	 text-align: center;
}
 @media (max-width: 520px) {
	 .widget-product-carousel.slick-initialized .slick-slide {
		 padding: 0;
	}
}
 .widget-product-carousel.slick-initialized .product-item .product-item-name a {
	 display: -webkit-box;
	 margin: auto;
	 margin-top: 0;
	 min-height: 36px;
	 max-width: 225px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
 .widget-product-carousel.slick-initialized .price-box.price-final_price {
	 align-items: center;
}
 .widget-product-carousel.slick-initialized .actions-secondary {
	 display: none;
}
 .widget-product-carousel.slick-initialized li.product-item:first-child {
	 width: 80% !important;
}
 .widget-product-carousel.slick-initialized.slick-slider .slick-arrow {
	 background: none !important;
}
 .widget-product-carousel.slick-initialized.slick-slider .slick-arrow:before {
	 content: '\f102';
}
 .widget-product-carousel.slick-initialized.slick-slider .slick-arrow:after {
	 content: '';
}
 .widget-product-carousel.slick-initialized .slick-prev {
	 left: 20px;
}
 .widget-product-carousel.slick-initialized .slick-next {
	 right: 20px;
}
 .products-grid .product-item-info {
	 border: 1px solid #e7e7e7;
	 padding: 10px;
	 text-align: center;
	 margin-bottom: 10px;
}
 .products-grid .product-item-info:hover {
	 margin: 0;
	 padding: 10px;
	 border: 1px solid #e7e7e7;
	 margin-bottom: 10px;
}
 .products-grid .product-item-info .product-item-details {
	 min-height: 160px;
}
 .products-grid .product-item-info .product-item-details .amshopby-option-link img {
	 float: none;
	 margin: 0 auto;
}
 .products-grid .product-item-info .swatch-attribute-options {
	 display: flex;
	 justify-content: center;
	 flex-wrap: wrap;
	 min-height: 30px;
}
 .products-grid .product-item-info .swatch-attribute-options .swatch-option {
	 width: 20px;
	 height: 20px;
	 min-width: unset;
}
 .products-grid .product-item-inner {
	 background: transparent;
	 border: 0;
	 padding: 0;
	 box-shadow: none;
	 position: relative;
	 margin: 0 !important;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-wrap: wrap;
}
 .products-grid .product-item-inner:before {
	 display: none;
}
 .products-grid .product-item-inner .product-item-actions {
	 order: 2;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-wrap: wrap;
	 min-height: 38px;
}
 .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
	 clip: unset;
	 height: unset;
	 overflow: unset;
	 position: relative;
	 width: unset;
}
 .products-grid .product-item-actions {
	 margin: 0;
}
 button.action.tocart.primary.sparsh_product_inquiry_link {
	 width: 97px;
	 text-align: center;
	 padding: 10px 0;
}
 @media (min-width: 769px) {
	 .products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 flex-wrap: wrap;
	}
}
 @media (max-width: 768px) {
	 .product-item-actions .actions-primary {
		 width: 100%;
	}
	 .product-item-actions .actions-primary > .stock.unavailable {
		 padding-bottom: 0;
		 padding-right: 0;
		 padding-top: 7px;
	}
}
 .product-item .product-item-name {
	 margin: 0 0 5px;
}
 .product-item .product-item-name a {
	 margin: auto;
	 margin-top: 0;
	 min-height: 60px;
	 color: #7f7f7f;
	 font-size: 14px;
	 display: block;
}

@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, 
	 button.action.tocart.primary.sparsh_product_inquiry_link {
		 /*width: 150px;*/
	}
}

.product-item .price-box .price {
	 font-size: 20px;
	 color: #0066AA;
	 font-weight: bold;
}
.product-item .price-box .price-container {
	 display: flex;
	 align-items: start;
	 justify-content: center;
	 flex-direction: column;
}
.product-item .price-box .price-wrapper {
	 color: #0066AA;
}
.products-grid .product-item .price-box {
	 display: flex;
	 flex-direction: column;
	 margin: 5px 0 10px;
	 align-items: center;
	 justify-content: end;
	 min-height: 50px;
}
.product-item .old-price .price-container .price {
	 font-size: 1.4rem;
}

@media (min-width: 768px) {
	.product-item .price-box .price {
		font-size: 25px;
	}
	 .product-item .old-price {
		 margin: 0;
	}
}


/* filtros */
 .filter.active .filter-subtitle {
	 background: #fff;
}
 .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;
	}
}
 .filter .swatch-option {
	 height: 30px;
	 background-size: cover !important;
}
 .filter .swatch-option.text {
	 background: #fff;
	 width: 57px;
}
 .swatch-option.selected {
	 outline-color: #0066AA;
}
 .swatch-option:focus {
	 box-shadow: 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;
}
 .products-grid.wishlist .product-item .box-tocart {
	 float: none;
	 margin: 0;
}
 .products-grid.wishlist .product-item .box-tocart .fieldset {
	 margin-bottom: 0;
}
 .products-grid.wishlist .product-item-actions {
	 float: none;
}
 .products-grid.wishlist .product-item-inner {
	 display: flex;
	 column-gap: 20px;
}
 .wishlist-index-index .product-item-inner .comment-box {
	 margin-top: 0;
	 width: 100%;
}
 .product-info-main h1 {
	 font-size: 30px;
	 font-weight: 500;
	 color: #555;
}
 .product-info-main .product-info-stock-sku {
	 float: none;
	 padding-left: 0;
	 text-align: left;
	 margin-top: 5px;
	 margin-bottom: 10px;
	 padding-bottom: 0;
}
 .product-info-main .product-info-stock-sku .stock.unavailable {
	 background: #ED6D19;
	 border-radius: 3px;
	 text-align: center;
	 padding: 7px;
	 margin-bottom: 20px;
	 color: #fff;
	 font-size: 17px;
	 width: 180px;
	 letter-spacing: 1.1px;
}
 .product-info-main .product.attribute.overview {
	 margin: 10px 0;
}
 .product-info-main .product-info-price {
	 border-bottom: 0;
	 margin-bottom: 0;
}
 .product-info-main .product-info-price .price-box {
	 color: #333;
	 display: flex;
	 margin-top: 18px;
}
 .product-info-main .product-info-price .price-box .price-container .price {
	 font-size: 40px;
	 color: #0066AA;
}
 .product-info-main .product-info-price .price-box .price-container>span {
	 margin-bottom: 0;
	 font-size: 18px;
	 line-height: 1;
}
 .product-info-main .product-info-price .price-box .old-price .price-container .price {
	 color: #555;
	 font-weight: 400;
	 font-size: 20px;
}
 .product-info-main .product-add-form {
	 padding-top: 0;
}
 .product-info-main .product-addto-links a.action.towishlist {
	 border: 1px solid #e7e7e7;
	 display: inline-block;
	 text-decoration: none;
	 width: 46px;
	 height: 46px;
	 text-align: center;
}
 .product-info-main .product-addto-links a.action.towishlist:before {
	 content: '\f004';
	 font-family: 'Font Awesome 5 Free';
	 font-size: 18px;
	 color: #555;
	 display: block;
	 line-height: 46px;
}
 .product-info-main .product-addto-links span {
	 display: none;
}
 .product-info-main .bundle-actions {
	 display: none;
}
 .product-info-main #product-options-wrapper .fieldset {
	 border: 1px solid #ccc;
	 padding: 15px 20px;
}
 .product-info-main .product.pricing {
	 padding: 20px 0;
}
 .product-info-main .box-tocart {
	 margin-bottom: 20px;
}
 .product-info-main .box-tocart .fieldset {
	 display: flex;
	 gap: 15px;
	 align-items: center;
}
 @media (max-width: 768px) {
	 .product-info-main .box-tocart .fieldset {
		 flex-direction: column;
	}
}
 .product-info-main .box-tocart .fieldset .field.qty {
	 margin-bottom: 0;
}
 .product-info-main .box-tocart .fieldset .field.qty .label {
	 display: none;
}
 .product-info-main .box-tocart .fieldset .qty-buttons-wrapper {
	 margin-bottom: 0;
}
 .product-info-main .box-tocart .fieldset .qty-buttons-wrapper .qty-button {
	 height: 46px;
	 line-height: 46px;
}
 .product-info-main .box-tocart .fieldset .qty-buttons-wrapper .input-text.qty {
	 height: 46px;
}
 .product-info-main .box-tocart .actions {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap: 10px;
	 flex-wrap: wrap;
	 width: 100%;
}
 .product-info-main .box-tocart .actions .action.tocart {
	 margin-bottom: 0;
	 padding: 13px 0;
	 line-height: 1;
	 border-radius: 0;
	 text-transform: uppercase;
}
 .block-content.shipping-calculation {
	 margin-top: 40px;
}
 @media (min-width: 769px) {
	 .product-info-main .page-title-wrapper h1 {
		 margin-bottom: 5px;
	}
	 .product-info-main .box-tocart .actions {
		 justify-content: start;
	}
	 .product-info-main .product-info-price .price-box {
		 align-items: start;
	}
	 .block-content.shipping-calculation .actions-toolbar {
		 text-align: left;
	}
}
 .social-media-icons {
	 display: inline-block;
	 border: 1px solid #e7e7e7;
	 position: relative;
	 color: #555;
	 width: 46px;
	 height: 46px;
	 line-height: 46px;
	 text-align: center;
}
 #share-social-networks-link {
	 cursor: pointer;
}
 #share-social-networks-link i.fa-share-alt {
	 line-height: 34px;
}
 #share-social-networks-container {
	 justify-content: space-around;
	 align-items: center;
	 position: absolute;
	 background: #fff;
	 border: 1px solid;
	 border-radius: 5px;
	 padding: 10px;
	 top: 38px;
	 left: -50px;
	 width: 150px;
	 z-index: 1;
}
 #share-social-networks-container:before {
	 content: '';
	 position: absolute;
	 left: 60px;
	 top: -9px;
	 width: 0;
	 height: 0;
	 border-left: 8px solid transparent;
	 border-right: 8px solid transparent;
	 border-bottom: 8px solid #555;
	 clear: both;
}
 #share-social-networks-container svg {
	 height: 21px;
	 vertical-align: middle;
	 fill: #0066AA;
}
 #share-social-networks-container svg:hover {
	 fill: #000;
}
 #showLocationButton {
	 border-radius: 5px;
	 padding: 0 30px;
	 min-height: 55px;
	 border: 1px solid #0066AA;
	 text-align: center;
}
 #showLocationButton .location-button__text {
	 font-size: 18px;
}
 .bundle-options-container {
	 display: block !important;
}
 .bundle-options-container .product-add-form {
	 display: block;
}
 .bundle-options-container .action.back, .bundle-options-container .legend.title {
	 display: none;
}
 .bundle-options-container .bundle-options-wrapper, .bundle-options-container .product-options-wrapper {
	 float: none;
	 width: 100%;
}
 .bundle-options-container .bundle-options-wrapper p.required, .bundle-options-container .product-options-wrapper p.required {
	 display: none;
}
 .bundle-options-container .bundle-options-wrapper .fieldset, .bundle-options-container .product-options-wrapper .fieldset {
	 border: 0 !important;
	 padding: 0 !important;
}
 .bundle-options-container .bundle-options-wrapper .fieldset > .field, .bundle-options-container .product-options-wrapper .fieldset > .field {
	 padding-top: 10px;
	 margin-bottom: 10px;
}
 .bundle-options-container .bundle-options-wrapper .fieldset > .field:first-of-type, .bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
	 border-top: 0;
}
 .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 {
	 display: none;
}
 .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 {
	 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 .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 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%;
	}
}
 .fotorama__stage__shaft, .fotorama__thumb {
	 border: 1px solid #e7e7e7;
}
 .fotorama__thumb-border {
	 border-color: #0066AA;
}
 .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
	 margin-top: 7px;
}
 .botones-product-page {
	 display: flex;
	 flex-direction: column;
	 gap: 10px;
}
 .botones-product-page .contenido {
	 align-items: center;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 border: 1px solid #ccc;
	 padding: 10px 15px;
}
 .botones-product-page .contenido h3, .botones-product-page .contenido p {
	 margin: 0;
}
 .botones-product-page .contenido.linea-horizontal {
	 border-bottom: 2px solid #000;
}
 @media (min-width: 769px) {
	 .botones-product-page .contenido {
		 justify-content: start;
		 align-items: start;
		 flex-direction: row;
		 gap: 0 15px;
	}
}
 #amasty-main-container .amlabel-position-wrapper {
	 z-index: 96;
}
 #amasty-main-container, #amasty-gallery-container, #amasty-gallery-container .slick-dots {
	 background: #fff;
}
 .product-options-wrapper .swatch-option {
	 width: 40px !important;
	 height: 40px !important;
	 background-size: contain !important;
	 margin-right: 5px;
	 border: 1px solid #333;
	 border-radius: 5px;
	 padding: 5px;
	 min-width: 60px;
	 background: #fff;
	 line-height: 28px;
}
 .product-options-wrapper .swatch-option .swatch-attribute-options:focus {
	 box-shadow: none;
}
 .product-options-wrapper .swatch-option:not(.disabled):hover {
	 outline-color: #0066AA;
}
 .product-options-wrapper .swatch-option.selected {
	 outline: 1px solid #0066AA;
	 border-color: #0066AA;
}
 .swatch-attribute.color .swatch-option {
	 width: 120px !important;
	 height: 90px !important;
}
 div.swatch-option-tooltip {
	 display: none;
}
 .product.data.items {
	 margin-left: 0;
	 margin-right: 0;
}
 .product.data.items > .item.content {
	 border: 0;
}
 @media (min-width: 768px) {
	 .product.data.items > .item.content {
		 padding: 30px 0;
	}
}
 .product.data.items > .item.title > .switch {
	 border: 0;
	 background: #fff;
	 font-size: 20px;
	 padding-left: 0;
	 padding-right: 20px;
}
 .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
	 color: #0066AA;
}
 .product.data.items .table-wrapper {
	 margin-left: 0 !important;
}
 .product.info.detailed .additional-attributes th.col.label {
	 font-weight: 400;
	 text-transform: uppercase;
	 font-size: 0.9em;
}
 .product.info.detailed .additional-attributes tr:not(:last-child) {
	 border-bottom: 1px solid #ccc;
}
 @media (min-width: 768px) {
	 .product.data.items div#tab-label-additional {
		 border-left: 2px solid #E5E5E5;
		 margin-left: 1px;
		 padding-left: 15px;
	}
}
 .product.info.detailed .tabs-toolbar {
	 background: #d9d9d9;
}
 .product.info.detailed .tabs-toolbar-item {
	 color: #0066AA;
	 text-transform: uppercase;
}
 .product.info.detailed .tabs-toolbar-item.active {
	 background: #D9D9D9;
	 color: #0066AA;
}
 @media (min-width: 769px) {
	 div#info_adicional {
		 display: flex;
		 justify-content: space-between;
	}
	 .product.data.items .table-wrapper {
		 margin-left: 100px;
	}
	 .product.info.detailed .additional-attributes {
		 width: 400px;
	}
	 .product.info.detailed .additional-attributes th.col.label {
		 width: 200px;
	}
	 .product.data.items .table-wrapper:before {
		 margin-top: 0;
	}
	 .product.data.items .full-width {
		 width: 100%;
	}
	 .product.data.items .full-width .table-wrapper {
		 margin-left: 0;
	}
}
 @media (max-width: 768px) {
	 .catalog-product-view .product-info-main {
		 text-align: center;
	}
	 .catalog-product-view .product-info-main .price-box, .catalog-product-view .product-info-main .price-container {
		 justify-content: 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;
	}
}
 .amrelated-grid-wrapper {
	 margin-top: 30px;
	 border-top: 2px solid #0066AA;
	 padding-top: 20px;
}
 .amrelated-grid-wrapper .block-title {
	 margin-bottom: 5px !important;
}
 .amrelated-grid-wrapper .block-title strong {
	 font-size: 22px;
}
 .amrelated-grid-wrapper .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;
	 border: 0;
}
 .amrelated-grid-wrapper .product-item-actions {
	 display: flex;
	 justify-content: center;
}
 .amrelated-grid-wrapper .slick-dots .slick-active button {
	 background: #000;
}
 .amrelated-grid-wrapper .slick-dots li button:before {
	 display: none;
}
 @media (min-width: 769px) {
	 .amrelated-grid-wrapper .block-title {
		 padding-left: 24px;
	}
	 .amrelated-grid-wrapper .products-grid .product-item-info:hover, .amrelated-grid-wrapper .products-grid .product-item-info:active {
		 box-shadow: none;
	}
	 .amrelated-grid-wrapper .product-item .product-item-name a {
		 margin: auto;
	}
}
 @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;
	}
}
 .amshopby-option-link img:not([src*='/resized']) {
	 max-height: unset;
	 max-width: unset;
}
 .block.amshopby-morefrom .block-title strong {
	 font-size: 22px;
}
 .block.amshopby-morefrom .product-item-info {
	 width: 97%;
}
 .block.shipping-calculator {
	 border: 0;
	 padding: 0;
}
 .block.shipping-calculator .sc-short-description {
	 border-bottom: 0;
	 margin: 0 0 10px 0;
	 padding: 0;
	 float: none;
}
 .block.shipping-calculator fieldset.fieldset.estimate {
	 display: flex;
	 align-items: baseline;
	 gap: 7px;
}
 .block.shipping-calculator .field.post-code-field {
	 margin: 0;
}
 .block.shipping-calculator .field.post-code-field label {
	 display: none;
}
 .block.shipping-calculator .field.post-code-field input {
	 width: unset;
	 height: 38px;
}
 .block.shipping-calculator #sc-submit-form {
	 padding: 0;
	 border: 0;
}
 .block.shipping-calculator .method-info {
	 margin-bottom: 0;
	 top: -5px;
	 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;
}
 @media (max-width: 420px) {
	 .block.shipping-calculator .field.post-code-field input {
		 width: 100%;
	}
	 .block.shipping-calculator .button {
		 width: 100%;
	}
}
 #mbbxProductBtn {
	 margin-bottom: 25px;
}
 @media (max-width: 768px) {
	 #mbbxProductBtn {
		 margin: 0 auto 25px;
	}
}
 .form-create-account .fieldset.create.account {
	 margin-bottom: 0;
}
 .form-create-account .fieldset.create.account:after {
	 margin-top: 10px;
	 text-align: right;
}
 .form-address-edit .field.observaciones {
	 display: none;
}
 .block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
	 border-color: #0066AA;
}
 @media (max-width: 768px) {
	 .account .page-main {
		 padding-top: 60px;
	}
	 .account .page-main .block-collapsible-nav {
		 top: 0;
	}
}
 .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-photo img.product-image-photo {
	 width: 120px;
}
 .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: -70px;
		 left: 0;
		 z-index: 70;
	}
	 .cart.table-wrapper .item .col.item {
		 padding: 10px 8px 10px 0;
	}
}
 .product-item-details dl.item-options dt {
	 display: none;
}
 .product-item-details dl.item-options dd {
	 font-size: 11px;
	 margin-bottom: 0 !important;
}
 .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 .block-search {
	 display: none;
}
.checkout-index-index .logo img {
	width: auto;
}
.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;
	}
}


/* metodos de pago */
@media (min-width: 768px) {
	#mbbx-banner {
		padding: 20px 10px !important;
	}
	#mbbx-banner img {
		max-width: 320px !important;
	}
}
.payment-method .payment-method-title.field {
	flex-wrap: wrap;
}
#payment_form_payer_mercadopago_adbpayment_checkout_pro dl.items.check.payable {
	display: none;
}
.checkout-payment-method .payment-method+.payment-method .payment-method-title label[for=checkmo]:before {
    content: '';
    background-image: url(/media/wysiwyg/logo-modobna-co.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;	
    width: 88px;
    height: 10px;
}


/* billing address */
.checkout-payment-method .checkout-billing-address {
	margin: 50px 0 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
	line-height: 20px
}


 .checkout-index-index .modal-custom.opc-summary-wrapper {
	 margin-top: 0;
}
 .checkout-index-index .modal-custom.opc-summary-wrapper .modal-inner-wrap {
	 width: 100% !important;
}
 .checkout-index-index .modal-custom.opc-summary-wrapper .modal-inner-wrap .modal-header {
	 padding-top: 0 !important;
}



/* shipping address */
 #shipping-new-address-form a.billing_notinlist {
	 color: #333;
	 text-decoration: underline;
	 padding-left: 7px;
}
 .field[name*="shippingAddress.custom_attributes.observaciones"] {
	 display: none !important;
}
 @media (min-width: 768px) {
	 fieldset.field.street.admin__control-fields.required {
		 width: 51%;
		 display: inline-block;
		 margin-right: 1%;
	}
	 .field[name*="custom_attributes.altura"], .field[name*="custom_attributes.piso"], .field[name*="custom_attributes.departamento"] {
		 width: 15% !important;
		 margin-right: 1% !important;
		 display: inline-block;
	}
}
 @media (max-width: 639px) {
	 .opc-wrapper .step-title {
		 font-size: 20px;
		 font-weight: bold;
	}
	 .opc-wrapper .methods-shipping {
		 padding-top: 0;
	}
}
 @media (max-width: 768px) {
	 .table-checkout-shipping-method td.col.col-carrier {
		 width: 100%;
		 display: block;
		 border-top: 0;
		 padding-top: 0;
	}
	 .table-checkout-shipping-method td.col.col-method:nth-child(3) {
		 width: 100%;
	}
}
 @media (min-width: 768px) {
	 .table-checkout-shipping-method td.col.col-price {
		 width: 75px;
	}
	 .table-checkout-shipping-method td.col.col-method:nth-child(3) {
		 width: 200px;
	}
}
 .order-attributes .order-attributes-form .fieldset > .field {
	 margin-bottom: 10px;
}
 .order-attributes .order-attributes-form .fieldset > .field > .label {
	 margin: 0;
}


 @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%;
	}
}
 .table-checkout-shipping-method tbody .row-error .col-error {
	 width: 100%;
}
 .table-checkout-shipping-method tbody .row-error .col-error .message.error {
	 width: 100%;
}
 .opc-block-shipping-information {
	 padding: 0;
}
 .opc-block-shipping-information .shipping-information {
	 border: 1px solid #ccc;
	 padding: 20px;
}
 .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-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: #0066AA;
	 border: 1px solid #000;
	 color: #000;
	 font-weight: 400;
	 box-shadow: none !important;
	 text-transform: uppercase;
}



/* ----------------------------------------------------------------------- */
/* =STORE LOCATOR  ------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
 #mageworx-location-checkout-chooser #showLocationButton, #onepage-checkout-shipping-method-additional-load #showLocationButton {
	 font-size: 14px;
	 color: #000;
}
 #mw-store-locator-locations .mw-sl__store__select {
	 color: #000;
}
 #mw-store-locator-locations .mw-sl__stores__header .mw-sl__store__info__name {
	 display: none;
}
 #mw-store-locator-locations .mw-sl__store__select {
	 max-width: 155px !important;
	 font-size: 14px !important;
}
 #mw-store-locator-locations .mw-sl__store__select:hover {
	 color: #fff !important;
}
 #mw-store-locator-locations .mw-sl__stores__list__item {
	 -webkit-box-orient: vertical;
}
 #mw-store-locator-locations .mw-sl__store__info {
	 width: 100%;
}
 #mw-store-locator-locations .mw-sl__stores__list__item__right {
	 width: 100%;
	 max-width: unset;
	 margin-top: 15px;
	 align-items: end;
	 justify-content: center;
	 column-gap: 10px;
}
 #mw-store-locator-locations .mw-sl__stores__details__route {
	 width: auto !important;
	 flex-grow: initial !important;
	 margin-bottom: 0 !important;
}
 #mw-store-locator-locations .mw-sl__stores__details__route .mw-sl__icon {
	 margin-bottom: 0;
}
 #mw-store-locator-locations .mw-sl__icon--details {
	 height: 27px;
}
 #mw-store-locator-locations .mw-sl__stores__details__loc {
	 align-items: end;
}
 #mw-store-locator-locations .mw-sl__stores__details__image {
	 width: 254px;
	 height: 70px;
	 border-radius: 0;
	 display: none;
}
 #mw-store-locator-locations .mw-sl__stores__details__wrapper {
	 align-items: flex-start;
}
 #mw-store-locator-locations .mw-sl__stores__details__socialslist {
	 margin-top: 10px;
}
 #mw-store-locator-locations .mw-sl__stores__details__description {
	 border-top: 0;
	 padding: 10px 0;
}
 .modal-slide.mageworx-modal-location .modal-content {
	 padding: 0 5px;
}
 .places_list_address > a {
	 color: #0066AA;
	 font-weight: 400;
}
 .places_list_item > a:visited {
	 color: #000;
}
 .descripcion_horas {
	 display: flex;
	 align-items: flex-start;
	 column-gap: 7px;
}


/* ----------------------------------------------------------------------- */
/* =MENU ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
 .level0.horizontal-root > li.mega.dynamic-width .child-content {
	 padding: 0;
}
 .level0.horizontal-root > li.mega.dynamic-width .child-content .child-content-inner {
	 padding: 0;
}
 .level0.horizontal-root > li.mega.dynamic-width:not([class*=first]) .child-content.drilldown-sub .child-content-inner {
	 padding: 20px 30px;
}
 .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega.has-child.active .has-child {
	 background-color: transparent !important;
	 color: #000;
}
 .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega, .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega {
	 max-width: 220px;
}
 ul.level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
	 background: #f4f4f4;
	 padding: 30px 20px 20px;
	 min-height: 500px;
	 max-width: 80%;
	 left: 252px;
}
 .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega:hover {
	 background: #f4f4f4;
	 border-left: 2px solid #0066AA;
}
 .level0.horizontal-root > li.mega .child-content.cols1 ul.level2 {
	 padding-top: 20px !important;
	 min-height: 428px !important;
}
 .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega {
	 padding-left: 20px !important;
	 margin-bottom: 2px;
}
 .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega.group > .mega {
	 font-size: 14px;
	 text-transform: initial;
}
 .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega > .mega span.menu-title, .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega > a.mega {
	 font-size: 13px;
	 text-transform: uppercase;
	 font-weight: bold;
}
 .level0.horizontal-root > li.mega .child-content.cols1 ul.level4 {
	 padding-bottom: 25px !important;
}
 .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega .mega {
	 line-height: 27px;
}
 .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega .mega {
	 max-width: unset !important;
}
 .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega:not([class*=group]) a.mega {
	 padding-left: 0;
}
 .level0.horizontal-root > li.mega.style-tabs ul.level2 > li.mega .mega {
	 font-weight: 400;
}
 .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega .mega {
	 text-transform: lowercase;
}
 .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega .mega:first-letter {
	 text-transform: uppercase;
}
 ul.level0 > li.mega > .mega {
	 color: #333;
}
 .level0.horizontal-root > li.mega > .mega {
	 line-height: 40px;
}
 .level0.horizontal-root > li.mega.has-child.mega-hover > .mega, .level0.horizontal-root > li.mega > .mega:hover, .level0.horizontal-root > li.mega > .mega:focus, .level0.horizontal-root > li.mega > .mega:active, .level0.horizontal-root > li.mega > .mega.active {
	 background: #fff;
	 color: #0066AA;
}
 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: #0066AA !important;
}
 ul.level0 ul.level1 > li.mega.has-child.mega-hover > .mega, .level0.horizontal-root > li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega.group > .mega.active, .level0.horizontal-root > li.mega.style-tabs ul.level4 > li.mega .mega.active {
	 color: #0066AA;
}
 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: #0066AA;
}
 ul.level0 ul.level2>li.mega>.mega.ui-state-active, ul.level0 ul.level2>li.mega>.mega:active, ul.level0 ul.level2>li.mega>.mega:focus, ul.level0 ul.level2>li.mega>.mega:hover, ul.level0 ul.level2>li.mega>.mega.active {
	 color: #0066AA;
}
 .nav-open .nav-off-canvas .nav-toggle:before {
	 background: #fff;
	 color: #0066AA;
}
 .nav-off-canvas .nav-sections .nav-sections-item-title {
	 border-color: #0066AA;
	 background: #0066AA;
}
 .nav-off-canvas .nav-sections .nav-sections-item-title a.nav-sections-item-switch {
	 color: #fff;
	 text-transform: uppercase;
	 font-weight: 600;
	 font-size: 13px;
}
 .nav-off-canvas .nav-sections .nav-sections-item-title.active a.nav-sections-item-switch {
	 color: #000;
}
 .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
	 background: #fff;
	 padding-left: 0;
}
 .ammenu-submenu-block.-builder.-root .ammenu-text-block {
	 padding-left: 20px;
}
 .ammenu-submenu-block.-builder.-root > .ammenu-items-list {
	 padding-right: 0;
}
 .ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link {
	 font-size: 15px;
	 font-weight: 400;
	 transition: all .3s linear;
	 color: #000;
	 line-height: 1;
	 padding: 10px 15px;
}
 .ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link:hover, .ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link:active, .ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link:focus, .ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link.-current {
	 font-weight: 600;
	 color: #0066AA;
	 background: #f5f5f5;
}
 .ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link:after {
	 content: '\f105';
	 font-family: FontAwesome;
	 font-size: 20px;
	 font-weight: lighter;
	 color: #999;
	 position: absolute;
	 right: 0;
	 padding-right: 20px;
}
 .ammenu-menu-wrapper .ammenu-link.-simple {
	 font-size: 14px;
	 line-height: 1;
	 padding: 0 0 15px 0;
}
 .ammenu-submenu-block.-vertical > .ammenu-items-list .ammenu-item {
	 min-width: 300px;
}
 .ammenu-submenu-block.-vertical > .ammenu-items-list + .ammenu-submenu-sidebar > .ammenu-submenu-block:not(.-empty):before {
	 border-left: 0;
}
 .ammenu-submenu-block.-vertical:not(.-root) .ammenu-items-list {
	 max-height: 430px;
	 flex-wrap: wrap;
	 justify-content: start;
	 margin-top: 30px;
}
