
@font-face {
	 font-family: 'Proxima Nova';
	 src: url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.woff') format('woff');
	 font-weight: 400;
	 font-style: normal;
}
 @font-face {
	 font-family: 'Proxima Nova';
	 src: url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.woff') format('woff');	 
	 font-weight: 300;
	 font-style: normal;
}
 @font-face {
	 font-family: 'Proxima Nova';
	 src: url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.woff') format('woff');	 	 
	 font-weight: 600;
	 font-style: normal;
}

:root {
	--negro: #141414;
	--steel: #76777A;
	--silver: #B5B5B5;
	--cloudy: #E8E7E7;		
	--blue_gray: #2A2F34;	
	--smart_blue: #205BE9;
}

body {
	font-family: 'Proxima Nova', '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: 0;
}

button, a.action.primary,
.action.primary, .action-primary {
	background: var(--smart_blue);
	border-color: var(--smart_blue);
	color: #fff;
	font-weight: 400;
	border-radius: 0;
	font-size: 15px;
}
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(--negro);
}
a:hover, .alink:hover, a:visited, 
.alink:visited, a:focus, .alink:focus {
	color: var(--negro);
	text-decoration: underline;
}


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


.breadcrumbs {
	padding-top: 15px;
}
.breadcrumbs a, .breadcrumbs a:visited, 
.breadcrumbs a:hover, .breadcrumbs a:active {
	color: var(--negro);
}


.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: start;
	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;
	height: 50px;
}
@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: var(--negro);
	color: #fff;
	margin-bottom: 0;
}
.page-header .panel.wrapper {
	border-bottom: 0;
}
.page-header .header.panel {
	padding: 0;
	margin: 0;
	order:4;
}
.page-header .header.content {
	text-align: center;
	display: flex;
    align-items: center;	
}
.header.panel > .header.links li.find-a-store-link a:before {
	background: url(../images/ic-sucursales.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;
}

@media (max-width: 1024px) {
	.page-header {
		border: 0;
        position: sticky;
        top: 0;
        z-index: 99999;
	}
	.page-header .logo {
		float: none;
		max-width: 120px;
		margin: auto;
	}
	.page-header .header.content {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.page-header .header.panel {
		display: none;
	}
}

@media (min-width: 769px) {
	.logo {
		margin: 0;
		order:1;
	}

	.header.panel {
		display: inline-block;
		float: right;
	}
	.header.panel > .header.links li.link.authorization-link a: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 li.find-a-store-link {
	    margin-left: 0;
	    border-left: 1px solid;
	    padding-left: 12px;
	}
	.header.panel > .header.links li:not([class*=welcome]) {
	    font-size: 0;
		border-right: 1px solid;
        padding-right: 14px;		
	}
	.header.content {
		padding: 0 20px 10px;
	}
	.header.content .wish.wrapper {
		display: none;
	}
	
	.header.panel > .header.links > li.welcome, 
	.header.panel > .header.links > li.customer-welcome {
	    display: none;
	}	
}


/* navigation bar */
.ammenu-menu-wrapper {
	margin-bottom: 0
}
.navigation,
.ammenu-nav-sections {
	background: var(--negro);
}
.nav-sections {
	background: var(--negro);
	margin-bottom: 0;
	order:2;
	flex:2;
}

.navigation .level0>.level-top,
.navigation .level0>.level-top:hover,
.navigation .level0>.level-top.ui-state-focus,
.navigation .level0.active > .level-top, 
.navigation .level0.has-active > .level-top,
.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
    font-size: 17px;
    padding: 12px 20px;
    font-weight: 400;
    text-transform: uppercase;
	color: #fff;
	text-align: left;
}
.navigation .level0.active>.level-top, 
.navigation .level0.has-active>.level-top{
	border-color: var(--smart_blue);
}
.navigation .level0 .submenu .active>a,
.navigation .level0 .submenu a:hover, 
.navigation .level0 .submenu a.ui-state-focus {
	border-left: 3px solid var(--smart_blue);
}
.navigation .level0 .submenu {
	text-align: left;
}

@media (min-width: 1280px) {
	.navigation .level0 {
		margin-right: 30px;
	}
	.nav-sections-item-content {
		padding: 0 10px;
	}
}

@media (max-width: 768px) {
	.nav-sections-item-title {
		background: transparent;
		border:0;
	}	
	.nav-sections-item-title.active {
		background: var(--cloudy);
	}
	.nav-sections-item-title.active a {
		color: var(--negro);
	}
	.nav-sections-item-content {
		padding: 0;
	}
	
	.nav-sections-item-title a,
	.navigation .level0.active > a:not(.ui-state-active), 
	.navigation .level0.has-active > a:not(.ui-state-active) {
		border-color: var(--smart_blue);
		color: #fff;
	}
	.navigation .submenu:not(:first-child) > li > a,
	.navigation .submenu:not(:first-child) ul > li a {
		color: #fff;
	}
	
	.nav-sections .header.links + .header.links {
	    display: none;
	}	
	.nav-sections .header.links li > a {
		color: #fff;
		text-align: left;
	}
	.nav-sections .header.links li.greet.welcome {
		border-top: 0;
		text-align:left;
	}
	
	.nav-sections-item-content > .header.links > li.customer-welcome .header.links li.authorization-link,
	.nav-sections-item-content > .header.links > li.customer-welcome .header.links li.find-a-store-link {
		display: none;
	}	
}



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


/* minicart */
.ammenu-header-container .header.content .minicart-wrapper {
	margin: 0;
}

.minicart-wrapper  {
	height: 24px;
	margin-top: 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: var(--smart_blue);
	border-radius: 50%;
    width: 24px;	
	height: 24px;
}

.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 {
		 order: 5
	}

	 .minicart-wrapper .action.showcart .counter.qty {
		 position: absolute;
		 top: -20px;
		 left: 25px;
		border-radius: 50%;
        width: 24px;		 
	}
}
 @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;
}


/* ---------------------------------------------------------------------- */
/* AMASTY search -- */
/* ---------------------------------------------------------------------- */

.page-header .amsearch-wrapper-block {
	margin: 0;
}
.page-header .amsearch-wrapper-block:before {
	display: none;
}
.page-header .amsearch-wrapper-block .amsearch-input {
	border: 0;
	height: 40px;
    background: transparent;	 
	border-bottom: 1px solid #fff;
	color: #fff;
}
.page-header .amsearch-wrapper-block .amsearch-input:focus {
	border-color: #fff;
}
.page-header .amsearch-wrapper-block .amsearch-input::placeholder {
	font-size: 12px;
	font-family: 'Space Mono';
	color: #fff;
}

.amsearch-block-header .amsearch-title {
	color: #333;
}
.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-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-products-section .product-item [data-role='priceBox'] p, 
.amsearch-products-section .product-item [data-role='priceBox'] span {
	padding: 0;
	color: #333;
}

.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
	padding: 0 5px;
}
.amsearch-result-block.-preload .amsearch-wrapper-inner .product-item-actions {
	display: none;
}


@media (min-width: 1024px) {
	.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
		padding: 5px;
	}
}
@media (min-width: 769px) {
	.ammenu-header-container .header.content .block-search {
		flex: 2;
	}

	.amsearch-input-wrapper .amsearch-button.-loupe {
		background: url(../images/ic-lupa.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;
		opacity: 1;
	}
	
	.page-header .amsearch-wrapper-block {
		float: none;
		order:3;
	}
	.amsearch-form-block {
		position: relative;
		width: unset !important;
	}

	.page-header .amsearch-input-wrapper {
		min-width: 230px;
	}
    .page-header .amsearch-result-section {
        width: 700px;
        position: absolute;
        top: 34px;
    }
}

@media (max-width: 768px) {
	.page-header .amsearch-wrapper-block {
		/*width: 250px;*/
		padding: 10px 0;
        margin: 10px auto;
		order:6;
	}
	.page-header .amsearch-form-block {
		justify-content: center;
		width: auto !important;
	}
	.page-header .amsearch-wrapper-block .amsearch-input {
		border-radius: 20px;
		border: 1px solid #fff;
    	color: #fff;
	}
	
	.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
		display: none;
	}
	.amsearch-input-wrapper .amsearch-button.-loupe {
	    border: 1px solid #fff;
    	border-radius: 20px;
    	padding: 19px;
		right: 0;
        background: none;
        opacity: 1;		
	}
	.amsearch-input-wrapper .amsearch-button.-loupe:after {
	    background: url(../images/ic-lupa.png) no-repeat;
	    background-size: contain;
	    content: '' !important;
	    height: 20px;
	    width: 20px;
	    opacity: 1;
	    position: absolute;
	    top: 9px;
	    right: 8px;
	}	
}


/* ---------------------------------------------------------------------- */
/* FOOTER -- */
/* ---------------------------------------------------------------------- */
.page-footer {
	background-color: var(--negro);
	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: 10px;
	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;
}
.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;
	width: 27px;
}
.footer-links h2 {
	font-size: 17px;
	font-weight: 600;
	margin-top: 0;
}

.footer-links ul.redes-sociales {
    display: flex;
    gap: 15px;
	margin-bottom:0;
}

@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 ul li, .footer-links ul li a {
		padding-bottom: 10px;
	}
	
	.footer-links ul.columna1 li.indent {
	    margin-left: 45px;
	}
	.footer-links ul.columna1 li.direccion {
    	display: inline-flex;
    	align-items: center;
	}
	
	.footer-links ul.columna1 li.direccion div {
        margin-left: -50px;
        width: 57px;
	}
	.footer-links ul.columna1 li.direccion img {
		width: 40px;
	}
	

	.footer-links .boton-arrepentimiento {
		margin: 15px 0;
	}
}


/* newsletter */
.newsletter-container {
	background: var(--steel);
	padding: 20px;
}

.block.newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    margin: 0 auto;
}
.block.newsletter .title {
	display: block;
	text-align: center;
	line-height: 1;
}
.block.newsletter .title strong {
    font-family: 'space mono';
    font-size: 18px;
	font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
	line-height: 0.8;
}
.block.newsletter .title:after {
    content: 'Recibí todas las novedades de B-Pack';
    display: block;
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
}
.block.newsletter .form.subscribe {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
	width: 220px;
}
.block.newsletter .field .control {
	display: block;
}
.block.newsletter .field .control:before {
	display: none;
}
.block.newsletter input {
    height: 38px;
    font-size: 12px;
    margin-right: 0;
    padding-left: 0;
    text-align: center;
	border:0;
}
.block.newsletter .actions {
	width: 100%;
}
.block.newsletter .action.subscribe {
    height: 40px;
    background: var(--cloudy);
    border-color: var(--cloudy);
    margin-left: 0;
    text-transform: uppercase;
    width: 100%;
    color: var(--blue_gray);
    font-size: 12px;
    font-weight: 600;
}


@media (min-width: 991px) {
	.block.newsletter {
		flex-direction: row;
	    justify-content: space-around;
	    max-width: 1520px;
		width: auto;
	}
	.block.newsletter .title strong {
	    font-size: 24px;
		font-weight: initial;
	}
	.block.newsletter .title:after {
		font-size: 16px;
	}
	.block.newsletter .form.subscribe {
		flex-direction: row;
		width: 600px;
	}
	.block.newsletter .field.newsletter {
		width: 400px;
        max-width: unset;
	}
	.block.newsletter input {
		height:44px;
	    padding-left: 20px;
    	text-align: left;
	}
	.block.newsletter .actions {
		width: 200px;
	}
	.block.newsletter .action.subscribe {
		height: 44px;
	}
}


/* copyright */
.custom-copyright {
	color: #fff;
	padding: 15px 20px;
	background: var(--negro);
}
.custom-copyright img {
	display: block;
}
.custom-copyright .datafiscal img {
	width: 60px;
}
.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 {
	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: 10px;
	}
}


/* ---------------------------------------------------------------------- */
/* CONTENT home --------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
 .cms-index-index .page-main {
	 padding: 0;
	 max-width: unset;
}
.cms-index-index .page-main .columns .column.main {
	padding-bottom:0;
}

.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: var(--silver) !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: var(--negro) !important;
}

.slick-initialized.slick-slider .slick-arrow {
	 background: none !important;
}
.slick-prev:focus,
.slick-next:focus {
	box-shadow: none;
}
.slick-initialized.slick-slider .slick-arrow:before {
	 content: '\f102';
	 color: var(--silver);
	 font-size: 30px;
}
.slick-initialized.slick-slider .slick-arrow:after {
	 content: '';
	 color: var(--silver);	 
	 font-size: 30px;	 
}
.slick-initialized .slick-prev {
	 left: 20px;
}
.slick-initialized .slick-next {
	 right: 20px;
}

.slick-initialized .slick-slide {
	text-align: left;
}
.slick-initialized li.product-item:first-child {
	 width: 94% !important;
	 max-width: unset !important;
}

.slick-initialized .slick-slide .product-item-inner {
    display: none;
}


.slick-initialized .actions-secondary {
	 display: none;
}


 .mp-banner-slider .owl-dots {
	 position: relative !important;
	 top: unset !important;
	 left: unset !important;
}



/* 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 img {
	width: 80%;
}
.botones .texto {
	color: #555;
}
.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;
        box-shadow: 2px 2px 9px 2px rgb(0 0 0 / 20%);
        padding: 18px 0;
        border-radius: 6px;		
	}
	.botones .contenido {
		flex-direction: row;
		justify-content: center;
	}
	.botones .contenido p {
		font-size: 14px;
	}
}


 @media (max-width: 520px) {
	 .widget-product-carousel.slick-initialized .slick-slide {
		 padding: 0;
	}
}




/* ----------------------------------------------------------------------- */
/* CATEGORIAS */
/* ----------------------------------------------------------------------- */
.products-grid .product-item-info {
	text-align: center;
	margin-bottom: 10px;
	border-radius: 6px;
	position: relative;
}
.products-grid .product-item-info:hover {
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}
.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: absolute;
    margin: 0 !important;
    bottom: 96px;
    right: 0;
}
.products-grid .product-item-inner:before {
	display: none;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
 /*   clip: unset;
    height: unset;
    overflow: unset;
    position: relative;
    width: unset;
    bottom: 175px;*/
}

.products-grid .product-item-actions {
	margin: 0;
}


@media (max-width: 768px) {
	.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 {
	display: -webkit-box;
	margin: auto;
	margin-top: 7px;
	min-height: 36px;
	max-width: 225px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 1;
}
.product-item  .product-item-details {
	text-align: left;
}
.product-item-actions .actions-primary {
	display: block;
}
.product-item .tocart, 
button.action.tocart.primary.sparsh_product_inquiry_link {
    width: 100%;
    padding: 16px;
    font-family: 'Space Mono';
    font-weight: bold;
    font-size: 18px;
}
.product-item  .actions-secondary {
	z-index: 10;
    position: absolute;
    top: 15px;
    right: 15px;
}
.product-item .actions-secondary span {
    display: none;
}
.product-item .action.towishlist:before {
	color: var(--silver);
}


@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: 21px;
	 font-weight: bold;
}
.product-item .price-box .price-container {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap:7px;
}

.product-item .old-price .price-container .price {
	 font-size: 14px;
	 font-weight: 400;
}

@media (min-width: 768px) {
	 .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: var(--negro);
}
 .swatch-option:focus {
	 box-shadow: none;
}


/* toolbar */
.toolbar-products {
    background-color: transparent;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding: 7px 0;
}
.toolbar select {
	border:0;
}
.toolbar select:focus {
	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 */
/* ----------------------------------------------------------------------- */
@media (min-width: 768px) {
	.catalog-product-view .page-main {
		padding-top: 0;
	}

	.page-layout-1column .product.media {
		width: 48%;
		margin-bottom: 60px;
	}
	.page-layout-1column .product-info-main {
		width: 45%;
	}
}

.page-layout-1column .product.media {
	position: relative;
}
.product-info-main h1 {
	font-size: 30px;
	font-weight: bold;
	color: var(--negro);
}
.product-info-main .product-info-stock-sku {
    float: none;
    padding-left: 0;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 7px;
    gap: 10px;
}
.product-info-main .product.attribute.sku .type:after {
	content:':';
}
.product-info-main .product.attribute.sku:after {
    content: '|';
    padding-left: 5px;
	display: none;
}
.product-info-main .stock.available, 
.product-info-main .stock.unavailable {
	text-transform: initial;
	font-weight: normal;
	display: none;
}

.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: 30px;
}
.product-info-main .product-info-price .price-box .price-container>span {
	margin-bottom: 0;
	line-height: 1;
}
.product-info-main .product-info-price .price-box .old-price .price-container .price {
	color: #999;
	font-weight: 400;
	font-size: 20px;
}

/* atributos del producto */
.producto-atributos {
    margin: 0 0 40px;
    border-top: 1px solid var(--cloudy);
    border-bottom: 1px solid var(--cloudy);
    padding: 20px 0;
	display: flex;
}
.producto-atributos > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}
.producto-atributos > div span {
	font-size: 12px
}


.product-info-main .product-add-form {
	padding-top: 0;
}

.product-social-links {
	position: absolute;
    z-index: 10;
    right: 30px;
    top: 30px;
    margin-bottom: 0;
}
.product-social-links .product-addto-links a.action.towishlist:before {
	color: var(--steel);
	display: block;
	line-height: 1;
	font-size: 30px;
	width: 33px;
}
.product-social-links .product-addto-links span {
	display: none;
}

.product-info-main .bundle-actions {
	display: none;
}

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


.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 {
	line-height: 1;
    font-size: 20px;
	font-family: 'Space Mono';
}


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


/* store locator en ficha */
button#showLocationButton {
    font-family: 'Space Mono';
    min-height: unset;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    height: 36px;
    border-radius: 20px;
    max-width: 450px;
    border-color: var(--negro);
}
button#showLocationButton:after {
    content: '';
    background: url(/media/wysiwyg/varios/boton-negro-flecha.png);
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
button#showLocationButton:hover {
    color: var(--negro);
    background: #fff;
}
button#showLocationButton #find_a_store {
	flex:2;
}
button#showLocationButton .location-button__text {
    font-weight: bold;
    font-size: 16px;
	line-height: 10px;
}
button#showLocationButton .location-button__places {
	display: none;
}

.location-button__places_list .places_list_address {
	line-height: 1.2;
    font-size: 13px;
}
.location-button__places_list .places_list_address > a {
	display: block;
	text-decoration: underline;
}
.location-button__places_list .places_list_item {
	border-bottom: 0;
}
.location-button__places_list .places_list_item:not(:first-child) {
	border-top: 1px solid var(--cloudy);
}

@media (max-width: 460px) {
	button#showLocationButton .location-button__text {
		font-size: 11px;
	}
}


/* media gallery fotorama */
.fotorama__thumb-border {
	border-color: var(--negro);
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
	margin-top: 7px;
}



 #amasty-main-container .amlabel-position-wrapper {
	 z-index: 96;
}
 #amasty-main-container, #amasty-gallery-container, #amasty-gallery-container .slick-dots {
	 background: #fff;
}


/* swatches */
.product-options-wrapper .swatch-option {
    width: 30px !important;
    height: 30px !important;
    background-size: contain !important;
}
.product-options-wrapper .swatch-option .swatch-attribute-options:focus {
	box-shadow: none;
}
.product-options-wrapper .swatch-option:not(.disabled):hover {
	outline-color: var(--negro);
}
.product-options-wrapper .swatch-option.selected {
	outline: 1px solid var(--negro);
	border-color: var(--negro);
}
.swatch-attribute.color .swatch-option {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    min-width: unset;
}
div.swatch-option-tooltip {
	display: none;
}


/* tabs */
.product.info.detailed {
    border-top: 1px solid var(--cloudy);
    padding-top: 30px;
    margin-top: 10px;
    padding-left: 7px;
}
.product.data.items {
	margin: 0 !important;
	border:0;
}
.product.data.items > .item.title {
	float: none;
}
.product.data.items > .item.title#tab-label-additional {
	margin-top: 30px;
}
.product.data.items .item.title a:after {
	display: block;
    border: 1px solid;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
    top: 10px;
    color: var(--negro);
}
.product.data.items .item.title:not([class*=ui-state-active]) a:after {
    content: '\e61c';
}
.product.data.items .item.title.ui-state-active a:after {
    content: '\e60f';
}
.product.data.items > .item.title > .switch {
    background: #fff;
    border: 0;
    padding: 0;
    font-size: 20px;
}

.product.data.items > .item.content {
	border: 0;
	padding: 0;
	margin: 0;
	float: none;
}



/* ficha MOBILE */
@media (max-width: 768px) {
	.product-info-main {
		 text-align: left;
		 position: relative;
	}
	
	.product-info-main h1 {
	    font-size: 22px;
	    line-height: 1;
	    margin-bottom: 0;
	}
	
	.product-info-main .product-add-form {
	    position: absolute;
	    top: -100px;
	    width: 109%;
	    left: 0;
	    margin-left: -15px;
	    margin-right: -15px;	
		box-shadow: 2px 2px 9px 2px rgb(0 0 0 / 20%);		
	}
	.product-info-main .box-tocart,
	.product-info-main .box-tocart .fieldset {
		margin-bottom: 0;
		gap: 0;
	}
	
	
	.product-info-main .price-box, 
	.product-info-main .price-container {
		 justify-content: center;
	}
	
	.product.info.detailed {
		 margin-bottom: 0;
	}
	.swatch-attribute-options {
		 display: flex;
		 align-items: center;
		 justify-content: center;
	}
}


/* relacionados */
.amrelated-grid-wrapper {
	margin-top: 30px;
	padding-top: 20px;
}
.amrelated-grid-wrapper .block-title {
	text-align:center;
}
.amrelated-grid-wrapper .block-title strong {
	font-size: 26px;
    font-weight: bold;
}
.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 .product-item-name a {
	margin-left: 0;
}

.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 .products-grid .product-item-info:hover, 
	.amrelated-grid-wrapper .products-grid .product-item-info:active {
		box-shadow: none;
	}
}

@media (max-width: 768px) {
	 .slick-slider .slick-arrow.slick-prev, .slick-slider .slick-arrow.slick-next {
		 display: none !important;
	}
	 .amrelated-grid-wrapper .product-item .product-item-info {
		 border: 0;
	}
}


/* calculadora de envios */
 .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;
	}
}




/* cuenta 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 {
	 display: none;
}
 .block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
	 border-color: var(--negro);
}
 @media (max-width: 768px) {
	 .account .page-main {
		 padding-top: 60px;
	}
	 .account .page-main .block-collapsible-nav {
		 top: 0;
	}
}



/* ------------------------------------------------------------------------ */
/* =CARRITO -- */
/* ----------------------------------------------------------------------- */
 .cart.table-wrapper .actions-toolbar {
	 bottom: 10px;
}
 .cart-container .form-cart .actions.main .clear {
	 border: 1px solid #000;
	 color: #000;
	 padding: 5px 15px;
}
 .cart-container .form-cart .actions.main .clear:hover {
	 background: #000;
	 border: 1px solid #000;
	 color: #fff;
	 padding: 5px 15px;
	 text-decoration: none;
}
 .cart.table-wrapper .product-item-photo {
	 padding-left: 30px;
}
 .cart.table-wrapper .product-item-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,
.checkout-index-index .panel.header,
.checkout-index-index .amsearch-wrapper-block {
	 display: none;
}
.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;
	}
}

.opc-estimated-wrapper {
	margin-top: -15px;
}


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

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



/* metodo de envio */
.table-checkout-shipping-method tbody td {
	border-top: 0;
	padding: 15px 10px;
}
table.table-checkout-shipping-method tr.row:first-child {
	border-top: 0 !important;
}
table.table-checkout-shipping-method tr.row:not([class*='row-error']) {
	display: block;
	border-top: 1px solid #ccc;
}
td#label_carrier_null_matrixrate {
    display: block;
    width: 100%;

}

@media (max-width: 768px) {
	.table-checkout-shipping-method td.col.col-carrier {
		width: 100%;
		display: block;
		padding-top: 0;
	}
}
 @media (min-width: 768px) {
	 .table-checkout-shipping-method td.col.col-price {
		 width: 75px;
	}
}


 
 .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: var(--negro);
	 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: var(--negro);
	 font-weight: 400;
}
 .places_list_item > a:visited {
	 color: #000;
}
 .descripcion_horas {
	 display: flex;
	 align-items: flex-start;
	 column-gap: 7px;
}



/* ---------------------------------------------------------------------- */
/* AMASTY menu ---------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.ammenu-toggle:focus,
.ammenu-menu-wrapper .ammenu-link:focus {
	box-shadow: none;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link[href*=productos]:after {
    content: '\e622';
    font-family: 'luma-icons';
	font-size:14px;
	padding-left:7px
}
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link[data-item-id=category-node-41]:after,
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link[data-item-id=category-node-47]:after,
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link[data-item-id=category-node-53]:after,
.ammenu-submenu-block.-builder.-root > .ammenu-items-list > .ammenu-item > .ammenu-link[data-item-id=category-node-72]:after {
    content: '\e608';
    font-family:'luma-icons';
    font-size: 13px;
    color: #999;
    position: absolute;
    right: 0;
    padding-right: 20px;
}

.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
	background: #fff;
	padding: 35px 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: var(--negro);
	background: #f5f5f5;
}

.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: 20px;
}



/* ---------------------------------------------------------------------- */
/* paginas y otros */
/* ---------------------------------------------------------------------- */
.contact-index-index .form.contact .fieldset > .legend {
	display: none;
}
figure[data-content-type='image'] img {
	display: block;
}
.owl-theme .owl-nav {
	margin-top: 0;
    height: 10px;
}


