


:root {
	--azul: #185693;
	--naranja: #F67509;
	--amarillo: #FCBE18;
	--gris_oscuro: #2A2A2A;
	
	--texto: #333;
}

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

button, a.action.primary,
.action.primary, .action-primary {
	font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: var(--naranja);
	border-color: var(--naranja);
	color: #fff;
	font-weight: bold;
	font-size:17px;
	border-radius: 8px;
	padding: 10px 25px;
}
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: var(--azul);
}
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,
.amasty_quickorder-index-index .page-main {
	padding-top: 15px;
}

.page-wrapper>.widget {
	max-width: unset;
    padding: 0;
}

.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;
}


div.mage-error {
	line-height: 1;
    /*position: absolute;*/
    padding-right: 20px;
}

/* precios */
.old-price.sly-old-price.no-display, .old-price.sly-old-price {
	display: block !important;
}
.price-box.price-final_price:not(:empty) {
	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-controller {
	width: auto;
}
.qty-controller .input-text.qty {
	border: 1px solid #d6d6d6;
	height: 38px;
	width: 46px !important;
	border-radius: 0;
	background: #F6F6F6;
	margin: 0 -1px !important;
}
.qty-controller button {
    font-weight: 400;
    border: 1px solid #d6d6d6;
    height: 38px;
    width: 40px;
    border-radius: 0;
    background: #F6F6F6 !important;
    color: #000;
	font-size: 14px;
}

.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;
	}
}


/* modulo de Extra info */
.products-grid .product-item-info, 
.block.widget .product-item-info, 
.slick-initialized .slick-slide .product-item-info {
    padding-top: inherit !important;
}


/* ---------------------------------------------------------------------- */
/* HEADER --------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.page-main > .page-title-wrapper .page-title {
	margin-bottom: 10px;
}
.page-header {
	background: #fff;
	color: var(--azul);
	margin-bottom: 0;
}
.page-header .panel.wrapper {
	border-bottom: 0;
}
.page-header .header.panel {
	position: relative;
	top: 18px;
}
.page-header .header.content {
	text-align: center;
}


@media (max-width: 1024px) {
	.page-header {
		border: 0;
	}
	.page-header .logo {
		float: none;
		margin: 5px auto 0;
	}
	.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-header-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: var(--azul);
		margin-top: 5px;
	}
	.header.panel > .header.links > li a,
	.header.panel>.header.links>li>a:visited {
		color: var(--azul);	
	}
	.header.panel>.header.links>li>a:hover {
		color: var(--azul);	
		text-decoration: underline;
	}
	.header.content {
		padding: 10px 20px;
	}
	.header.content .wish.wrapper {
		display: none;
	}
}
.customer-welcome .header.links {
	text-align: left;
}
.customer-welcome .action.switch {
	color: var(--azul);
}
.customer-welcome .action.switch:after {
	vertical-align: bottom;
}

/* navigation bar */
.nav-sections {
	background: #f0f0f0;
	margin-bottom: 0;
	clear: both;
}
.nav-sections-item-content {
	padding: 0 10px;
}
.navigation .level0.parent > .level-top {
	border:0;
}
.nav-toggle {
	position: initial;
}
.nav-toggle:before {
	color: var(--azul);
	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;
}


/* minicart */
.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-header-carrito.png) no-repeat;
	background-size: contain;
	content: '' !important;
	height: 25px;
	width: 25px;
}
.minicart-wrapper .action.showcart .counter.qty {
	background: var(--naranja);
	min-width: 24px;
	border-radius: 50%;
	font-size: 12px;
}
.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;
    border-radius: 0;
    height: 38px;
    margin: 0 -1px;
    background: #f6f6f4;	
}
.minicart-items-wrapper .minicart-items .details-qty.qty .update-cart-item {
    margin-left: 5px;
    width: auto;
    padding: 0 15px;
}
.minicart-wrapper .action.close:hover:before {
	color: initial;
}
@media (min-width: 769px) {
	.minicart-wrapper {
		top: 30px;
	}
	.minicart-wrapper .action.showcart .text {
		clip: unset;
		overflow: unset;
		position: initial;
		margin-left: 5px;
		display: inline-block;
		margin-top: 3px;
		margin-right: 40px;
		color: var(--azul);
	}
	.minicart-wrapper .action.showcart .counter.qty {
		position: absolute;
		top: -20px;
		left: 20px;
	}
	.ub-nav-sticky .header.content .minicart-wrapper {
		order: 5;
	}	
}
@media (max-width: 1024px) {
	.minicart-wrapper .action.showcart .text {
		display: none;
	}
}

.minicart-items .product-item-details {
	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;
}



/* buscador */
#minisearch-form-top-search {
	 width: 100%;
}
.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;
	background: #E6F0FC;
}
.page-header .amsearch-wrapper-block .amsearch-input::placeholder {
    font-size: 12px;
    font-style: italic;
}
.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;
		top: 22px;
	}
	.page-header.amsearch-full-width .amsearch-wrapper-block {
		margin-top: 22px;
	}
	.amsearch-form-block {
		/*margin-left: 30px;*/
	}
	.amsearch-input-wrapper .amsearch-input {
		width: 450px;
	}
	.amsearch-input-wrapper .amsearch-button.-loupe {
		right: 40px;
		filter: invert(30%) sepia(60%) saturate(671%) hue-rotate(150deg) brightness(66%) contrast(67%);
	}
	.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;
	}
}
@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: var(--gris_oscuro);
	padding-bottom: 0;
	margin-top: 0;
	font-size: 15px;
}
.page-footer .footer.content {
	border-top: 0;
}
.page-footer .footer.content .logo-footer {
	text-align: center;
	margin-bottom: 30px;
}
.footer.content ul {
	margin-bottom: 20px;
	text-align: left;
}
.footer-links {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 20px;
	text-align: center;
    border-bottom: 1px solid #444;	
}
.footer-links ul li, .footer-links ul li a {
	color: #fff;
	padding-bottom: 17px;
}
.footer-links ul li img {
	vertical-align: middle;
	width: 22px;
}
.footer-links h2 {
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}
.footer-links h3 {
	font-size:20px;
}
.footer-links ul li:has(h3) {
	padding-bottom: 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;
}

@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;
		font-size: 17px;
	}
	.footer-links {
		flex-direction: row;
		margin: 5px 0;
		text-align: left;
		align-items: start;
		flex-wrap: wrap;
	}
	.footer-links h2 {
		font-size: 30px;
	}
	.footer-links h2 {
		font-size: 23px;
	}
	.footer-links li.redes-sociales {
		justify-content: center;
	}
	.footer-links .boton-arrepentimiento {
		margin: 15px 0;
	}
}


/* copyright */
.custom-copyright {
	color: #fff;
	padding: 5px 20px;
	background: var(--gris_oscuro);
}
.custom-copyright img {
	display: block;
	width: 48px;
}
.custom-copyright .datafiscal img {
	width: 55px;
}
.custom-copyright .contenido {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: auto;
	gap: 5px;
	font-size: 12px;
}
.custom-copyright .contenido > div {
	display: flex;
	align-items: center;
}
.custom-copyright .contenido > div {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.custom-copyright .contenido .rollpix-zeus {
	display: flex;
	align-items: center;
	gap: 3px;
}
@media (min-width: 769px) {
	.custom-copyright .contenido {
		align-items: center;
		flex-direction: row;
		max-width: 1280px;
		justify-content: space-between;
	}
	.custom-copyright .contenido > div {
		flex-direction: row;
		gap: 5px;
	}
}


/* ---------------------------------------------------------------------- */
/* 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 {
	width: 10px;
	height: 10px;
}
.slick-dots li button {
	width: 10px;
	height: 10px;
	background: #cccccc !important;
	margin: auto;
}
.slick-dots li button:before {
	width: 10px;
	height: 10px;
	line-height: 1;
}
.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 {
    background: var(--azul);
	display: flex;
	justify-content: space-around;
	padding: 15px 0;
	gap: 5px;	
}
.botones .contenido {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-basis: 100%;
	flex-direction: row;
	justify-content: center;	
}
.botones img {
	width: 80%;
}
.botones .texto {
	color: #fff;
	font-size: 14px;	
}
.botones .texto h3 {
	font-weight: bold;
	margin: 0;
	line-height: 1;	
}
.botones .texto p {
	line-height: 1;
}
.botones .linea-vertical {
	border-left: 2px solid #fff;
    margin: 0 20px 0;
    height: 50px;
}
	
.botones.mobile .pagebuilder-slide-wrapper [data-element='content'] p {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}


/* carruseles de productos destacados */
.product-items.slick-slider .slick-slide .product-item {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
	max-width: 96%;
}
.product-item .product-item-name a {
	display: -webkit-box;
	margin: auto;
	margin-top: 0;
	min-height: 30px;
	max-width: 225px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	 font-size: 13px;	
}

.product-items.slick-slider .slick-slide .product-item .actions-secondary {
	display: none;
}
.product-items.slick-slider .slick-slide .product-item  .slick-arrow {
	background: none !important;
	font-size: 30px;
}
.product-items.slick-slider .slick-slide .product-item .slick-arrow:before {
	content: '\f102';
}
.product-items.slick-slider .slick-slide .product-item .slick-arrow:after {
	content: '';
}


.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;
}

.product-item .product-item-name {
	margin: 0 0 5px;
}

.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-description {
	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;
}
.product-item-actions .actions-primary > .stock.available{
	/*display: none;*/
}
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;
	}
}

@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 .price-box .price {
	 font-size: 20px;
	 color: var(--naranja);
	 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:not(:empty) {
	 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%;
}


/* ---------------------------------------------------------------------- */
/* FICHA ---------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.product-info-main h1 {
	font-size: 30px;
	font-weight: 500;
	color: #555;
	margin-bottom: 5px;
}


.product-info-main .producto-info-marca {
	font-size: 17px;
	font-weight: bold;
}

.product-info-main .product-info-stock-sku {
	float: none;
	padding-left: 0;
	text-align: left;
}
.product-info-main .stock {
	display: none;
}
.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.pricing {
   /* padding-top: 20px;*/
}



/* precio */
a.amasty-hide-price-container + .producto-leyenda-iva {
	display: none;
}
.product-info-main .producto-leyenda-iva {
	font-size: 0.8em;
}

.product-info-main .product-info-price {
	border-bottom: 0;
	text-align: center;
}
.product-info-main .product-info-price .price-box {
	display: flex;
	margin: 30px 0 0;
}

.product-info-main .product-info-price .price-box .price-container .price {
	font-size: 40px;
	color: var(--naranja);
}
.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;
}

@media (min-width: 769px) {
	.product-info-main .product-info-price  {
		text-align: left;
	}
	.product-info-main .product-info-price .price-box {
		align-items: start;
	}	
}
@media (max-width: 768px) {
	.product-info-main .product.pricing {
	    padding-left: 10px;
	}
}

/* boton add to cart carrito */
.product-info-main .box-tocart {
	margin-bottom: 20px;
}
.product-info-main .box-tocart .fieldset {
	display: flex;
	gap: 15px;
	align-items: center;
}
.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;
	text-transform: uppercase;
	font-weight: bold;
}
.product-info-main .product-addto-links span {
	display: none;
}


/* shipping calculator envio */
.block-content.shipping-calculation {
	margin-top: 40px;
}
@media (min-width: 769px) {
	.block-content.shipping-calculation .actions-toolbar {
		text-align: left;
	}	
}


/* mageworx locator boton */
#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 */
.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 {
	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%;
	}	
}


/* media fotorama */
.fotorama__thumb {
	border: 1px solid #e7e7e7;
}
.fotorama__thumb-border {
	border-color: #0066AA;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
	margin-top: 7px;
}
#amasty-main-container, #amasty-gallery-container, 
#amasty-gallery-container .slick-dots {
	background: #fff;
}

#amasty-main-container .amlabel-position-wrapper {
	z-index: 96;
}


/* swatches */
.product-info-main #product-options-wrapper .fieldset {
	 border: 1px solid #ccc;
	 padding: 15px 20px;
}
.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: var(--azul);
}
.product-options-wrapper .swatch-option.selected {
	outline: 1px solid var(--azul);
	border-color: var(--azul);
}
.swatch-attribute.color .swatch-option {
	width: 120px !important;
	height: 90px !important;
}
div.swatch-option-tooltip {
	display: none;
}


/* tabs */
.product.data.items {
	margin-left: 0;
	margin-right: 0;
}
.product.data.items > .item.content {
	border: 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: var(--azul);
}
.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;
}
.product.info.detailed .tabs-toolbar {
	 background: #d9d9d9;
}
.product.info.detailed .tabs-toolbar-item {
	 color: var(--azul);
	 text-transform: uppercase;
}
.product.info.detailed .tabs-toolbar-item.active {
	 background: #D9D9D9;
	 color: var(--azul);
}
@media (min-width: 769px) {
	div#info_adicional {
		display: flex;
		justify-content: space-between;
	}
	.product.data.items > .item.content {
		padding: 30px 0;
	}	
	.product.data.items div#tab-label-additional {
		border-left: 2px solid #E5E5E5;
		margin-left: 1px;
		padding-left: 15px;
	}	
	.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;
	}
}


/* productos relacionados */
 .amrelated-grid-wrapper {
	 margin-top: 30px;
	 border-top: 2px solid var(--azul);
	 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;
	}
}

@media (max-width: 768px) {
	 .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;
	}
}




 .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;
	}
}



/* ---------------------------------------------------------------------- */
/* ACCOUNT --------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.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,
.form-address-edit .field.choice.set.shipping, 
.form-address-edit .field.choice.set.billing  {
	display: none;
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
	border-color: var(--azul);
}
@media (max-width: 768px) {
	.account .page-main {
		padding-top: 60px;
	}
	.account .page-main .block-collapsible-nav {
		top: 0;
	}
}

@media (min-width: 768px) {
	.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
		width: 44%;
	}
}



/* ---------------------------------------------------------------------- */
/* 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-photo .product-image-container,
.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 .col.qty {
	width: 150px !important;
}
.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 !important;
	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 !important;
		left: 0;
		z-index: 70;
	}
	.cart.table-wrapper .item .col.item {
		padding: 10px 8px 0 0;
	}
}
.product-item-details dl.item-options dt {
	display: none;
}
.product-item-details dl.item-options dd {
	font-size: 11px;
	margin-bottom: 0 !important;
}


/* bloque descuento */
.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 .control input {
	border-radius: 5px 0 0 5px;
    height: 38px;
}
.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;
	height:38px;
}


/* ------------------------------------------------------------------------ */
/* =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;
}


/* ------------------------------------------------------------------------------------------------------------ */
/*  =CUSTOMER ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */
.customer-account-login .page-title-wrapper {
    text-align: center;
    padding-top: 20px;
}

.customer-account-login .login-container .block {
    float: none;
    margin: auto;
}
.customer-account-login .login-container .block .block-title {
    font-size: 22px;
    padding-bottom: 5px;
    padding-top: 12px;
    border: 0;
    margin-bottom: 0;
}


/* ------------------------------------------------------------------------------------------------------------ */
/*  =QUICK ORDER AMASTY --------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */

.nav-sections-item-content > li{
    display: inline-block !important;
}
.nav-sections-item-content > li a{
    line-height: 40px;
    color: var(--texto);
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
} 
.nav-sections-item-content > li a:hover{
    background: #fff;
    color: var(--azul);
}
@media (min-width: 1023px) {
	.nav-sections-item-content > li a{
    	padding: 0 20px;
	}
}


.amasty_quickorder-index-index .page-main {
	padding: 20px;
}

.amqorder-grid-block .amqorder-options-block .swatch-option.text {
    height: 30px;
    font-size: 10px;
    border-radius: 3px;
    padding: 4px;
} 
.amqorder-grid-block .amqorder-options-block .swatch-option.selected {
	outline-color: var(--azul);
}
.amqorder-grid-block .amqorder-options-block .swatch-option:focus {
    box-shadow: none;
}

.amqorder-search-block .amqorder-button.-empty {
	max-width: unset;
}
.amqorder-buttons-block.-qty-2 .amqorder-button.-checkout, 
.amqorder-buttons-block.-qty-3 .amqorder-button.-checkout {
	flex-basis: unset;
}
