
@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Book.otf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Medium.otf');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRounded-Bold.otf');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.ttf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.ttf');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}



:root {
	--rojo: #e4312d;
	--gris_claro: #eee;
	--gris_oscuro: #333;
	
	--negro: #000;
	--amarillo: #F4B61A;
	
	--borde_items: #f1f1f1;
	--texto-gris: #999;
}

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

button, a.action.primary,
.action.primary, .action-primary {
	font-family: 'Gotham Rounded', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: var(--negro);
	border-color: var(--negro);
	color: #fff;
	font-weight: 400;
	border-radius: 6px;
	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: var(--gris_oscuro);
	border-color: var(--gris_oscuro);
	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;
}


.page-wrapper > .widget {
    margin-bottom: 0;
    max-width: unset;
    padding: 0;
}
.block-static-block.widget, 
.block-cms-link.widget {
	margin-bottom: 0;
}


.breadcrumbs {
	padding-top: 15px;
    max-width: 1400px;
    margin-bottom: 0;
}
.breadcrumbs a, .breadcrumbs a:visited, 
.breadcrumbs a:hover, .breadcrumbs a:active {
	color: #000;
}
.breadcrumbs .item:not(:last-child):after {
	margin: 0;
	vertical-align: middle;
}
.breadcrumbs .items > li, .breadcrumbs .items > li a {
	font-size:15px;
	color: #999;
}


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


figure[data-content-type='image'] img{
	/*width: 100%;*/
	display: block;
	margin: auto;
}


/* precios */
.old-price.sly-old-price.no-display, .old-price.sly-old-price {
	display: block !important;
}
.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: 44px;
}
@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: #fff;
	color: #fff;
	margin-bottom: 0;
}
.page-header .panel.wrapper {
	border-bottom: 0;
}
.page-header .header.panel {
	position: relative;
	margin: 0;
	padding: 0;
	order: 3;
}
.page-header .header.content {
	text-align: center;
	margin-bottom:0;
	display: flex;
	align-items:center;
	max-width: 1400px;
	padding-top: 20px;
}
.ammenu-header-container .header.content .contenedor-logo {
	flex: 2;
}

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

@media (min-width: 769px) {
	.ammenu-header-container .header.content .contenedor-logo,
	.logo {
		margin: 0;
		float: none;
	}
	.ammenu-header-container .header.content .ammenu-logo img,
	.logo img {
		margin:auto;
	}
	
	.header.panel {
		display: inline-block;
		float: right;
	}
	.header.panel > .header.links > li.link.authorization-link a:before {
		background: url(../images/ic-header-micuenta.png) no-repeat;
		background-size: contain;
		content: '' !important;
		height: 24px;
		width: 16px;
		line-height: 28px;
		vertical-align: middle;
		display: inline-block;
		overflow: hidden;
		text-align: center;
	}
	.header.panel > .header.links > .authorization-link:after {
		content: '/';
		margin: 0;
	}
	.header.panel > .header.links > li {
		margin: 0 5px;
		color: #fff;
		font-size: 0;
	}
	.header.panel > .header.links > li.welcome .logged-in,
	.header.panel > .header.links > li.customer-welcome,
	.customer-welcome .action.switch {
	    color: var(--negro);
	    font-size: 12px;
	}
	.header.content {
		padding-bottom: 20px;
	}
	.header.content .wish.wrapper {
		display: none;
	}
}

/* navigation bar */
.ammenu-menu-wrapper {
	margin-bottom: 0
}
.navigation,
.ammenu-nav-sections {
	background: #fff;
}
.nav-sections {
	background: #fff;;
	margin-bottom: 0;
	clear: both;
}
.navigation .level0.parent>.level-top,
.navigation .level0.parent>.level-top:hover,
.navigation .level0.parent>.level-top.ui-state-focus,
.ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
	color: #fff;
	font-size: 18px;
	padding: 12px 14px;
}
.navigation .level0.active>.level-top, 
.navigation .level0.has-active>.level-top{
	border-color: var(--rojo);
}
.navigation .level0 .submenu .active>a,
.navigation .level0 .submenu a:hover, 
.navigation .level0 .submenu a.ui-state-focus {
	border-left: 3px solid var(--negro);
}



.nav-sections-item-content {
	padding: 0 10px;
}
.nav-toggle {
	position: initial;
	display: inline-block;
}
.nav-toggle:before {
	color: #000;
	font-weight: 800;
}
.nav-toggle:hover:before {
	color: #fff;
}
.nav-off-canvas .nav-sections .header.links li.greet.welcome {
	padding: 20px 15px 10px;
	color: #333;
}
.nav-off-canvas .logo {
	margin: 0 0 0 40px;
}
.ub-nav-sticky .page-header {
	background: #f5f5f5;
}


/* customer welcome */
.header.links .customer-welcome {
	display: block;
}
 .customer-welcome .action.switch:after {
	 vertical-align: bottom;
}
 .customer-welcome {
	 display: none;
}
 @media (min-width: 769px) {
	 .customer-welcome {
		 display: inline-block;
		 float: right;
		 margin-bottom: 0;
		 margin-top: 14px;
		 margin-right: 1em;
	}
	 .customer-welcome .tipolink {
		 font-size: 14px;
		 display: flex;
		 align-items: center;
		 justify-content: start;
		 gap: 7px;
		 color: #fff;
	}
	 .customer-welcome a, .customer-welcome a:active, .customer-welcome a:visited, .customer-welcome a:hover {
		 text-decoration: none;
	}
	 .customer-welcome img {
		 height: 27px;
	}
	 .customer-welcome .header.links {
		 text-align: left;
	}
	 .customer-welcome .header.links li {
		 padding: 0 0 0 15px;
	}
}
 @media (max-width: 1024px) {
	 .customer-welcome .tipolink {
		 font-size: 0;
	}
}



/* minicart */
.ammenu-header-container .header.content .minicart-wrapper {
	margin: 0;
	order:5;
}
.minicart-wrapper {
	margin-left: 0;
}
.minicart-wrapper .action.showcart {
	position: relative;
	color: #fff;
	width: 24px;
}
.minicart-wrapper .action.showcart:before {
	background: url(../images/ic-header-carrito.png) no-repeat;
	background-size: contain;
	content: '' !important;
	height: 22px;
	width: 22px;
}
.minicart-wrapper .action.showcart .counter.qty {
	background: var(--negro);
	color: #fff;
}
.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 .text {
		 clip: unset;
		 overflow: unset;
		 position: initial;
		 margin-left: 5px;
		 display: inline-block;
		 margin-top: 3px;
		 margin-right: 40px;
	}
	 .minicart-wrapper .action.showcart .counter.qty {
		 position: absolute;
		 top: -20px;
		 left: 25px;
	}
}
 @media (max-width: 1024px) {
	 .minicart-wrapper .action.showcart .text {
		 display: none;
	}
}
 .minicart-items .product-item-details {
	 padding-left: 100px;
	 text-align: left;
}
 .minicart-items .product-item-details .minicart-price .price {
	 font-size: 18px;
}
 .minicart-items .product-item-details .product .options.list dt.label {
	 display: none;
}
 .minicart-items .product-item-details .product .options.list dd {
	 font-size: 12px;
}


/* buscador */
.page-header.amsearch-full-width .amsearch-full_width-title {
    visibility: hidden;
}
.page-header .amsearch-button.-loupe-trigger {
	display: block;
    order: 3;
    margin: 0;
    background: url(../images/ic-header-lupa.png) no-repeat;
    background-size: contain;
    content: '' !important;
    background-position: right bottom;
    height: 23px;
    width: 21px;
    margin-right: 3px;
}
.page-header .amsearch-wrapper-block:before {
	display: none;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
	background: #fff;
}
.page-header.amsearch-full-width .amsearch-form-block.-opened .amsearch-input {
	display: block;
	border:0;
	border-radius:0;
	border-bottom:1px solid #000;
}


@media (min-width: 768px) {
	.amsearch-input-wrapper .amsearch-input,
	.amsearch-input-wrapper .amsearch-button.-loupe{
		display:none;
	}
	.page-header .amsearch-input-wrapper {
		min-width: unset;
	}
	.page-header.amsearch-full-width .amsearch-form-block.-opened .amsearch-input-wrapper {
		width: 90%;
	}
	.page-header.amsearch-full-width .amsearch-form-block {
		height: 80%;
		align-items:end;
		justify-content:start;
		padding-bottom:10px;
		padding-left:60px;
	}
}


/* grilla de resultados */
.amsearch-item-container .amsearch-tab-items {
	text-align: left;
}
.page-header.amsearch-full-width .amsearch-result-section {
	border-top:0;
	box-shadow: none;
}
.amsearch-items-section {
	text-align:left;
}
.amsearch-block-header .amsearch-title,
.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: var(--negro);
}

.amsearch-button.-compare {
	display: none;
}
.amsearch-message-block {
	color: var(--negro);
}
.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 .product-item [data-role='priceBox'] p, 
.amsearch-products-section .product-item [data-role='priceBox'] span {
	padding: 0;
	color: var(--negro);
}


/* ---------------------------------------------------------------------- */
/* FOOTER --------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.page-footer {
	background-color: #fff;
	padding-bottom: 0;
	margin-top: 0;
	font-size: 14px;
}
.page-footer .widget.block {
	margin: 0;
}
.page-footer .footer.content {
	border-top: 0;
	max-width: unset;
	padding: 0;
	margin: 0;
}
.page-footer .footer.content .logo-footer {
	text-align: center;
	margin-bottom: 30px;
}
.footer.content ul {
	margin-bottom: 35px;
	text-align: left;
	font-size: 14px;
}
.footer-links {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 20px;
	text-align: center;
}
.footer-links ul li, .footer-links ul li a {
	color: var(--negro);
	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 li.redes-sociales {
    border-bottom: 1px dotted;
    margin: 20px auto;
}
.footer-links ul li.redes-sociales span {
    display: block;
    margin: -5px 50px -15px;
    width: 120px;
    padding-left: 15px;
}

@media (min-width: 769px) {
	.page-footer .footer.content .logo-footer {
		text-align: left;
	}

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



/* copyright */
.custom-copyright {
	color: var(--negro);
	padding: 20px 20px 15px;
	background: #fff;
}
.custom-copyright img {
	display: block;
	width: 55px;
}
.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;
	}
	.custom-copyright .contenido > div {
		flex-direction: row;
		gap: 10px;
	}
}


/* ---------------------------------------------------------------------- */
/* CONTENT home --------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
 .cms-index-index .page-main {
	 padding: 0;
}
 @media (min-width: 1025px) {
	 .cms-index-index .page-main {
		 padding-top: 0;
		 max-width: 1920px;
	}
}
 .cms-index-index .page-main .columns .column.main {
	 padding-bottom: 0;
}
 .cms-index-index [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
	 max-width: 1520px;
}
 .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
	 padding: 0;
}
 .mp-banner-slider .owl-dots {
	 position: relative !important;
	 top: unset !important;
	 left: unset !important;
}


/* marcas amslider */
.ambrands-slider.amslider .swiper-button-prev, 
.ambrands-slider.amslider .swiper-button-next {
	background-color: var(--negro);
}
.ambrands-slider.amslider .swiper-button-prev:focus, 
.ambrands-slider.amslider .swiper-button-next:focus {
	box-shadow: 0 0 4px 3px var(--borde_items);
}
.amslider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.amslider .swiper-pagination-bullet-active {
	background: var(--negro);
}



/* newsletter */
.contenedor-newsletter {
	padding: 27px 20px 0;
	background: var(--gris_oscuro);
}
.block.newsletter {
	margin:auto;
}
.block.newsletter .title {
	display:block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}
.block.newsletter .title strong {
    font-weight: 100;
    letter-spacing: 1.5px;
    font-size: 12px;
}
.block.newsletter .title.title:before {
    content: '';
    background: url(https://piedravlanca.com.ar/media/favicon/stores/2/favicon.png);
    display: block;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
	filter: invert(1);
}
.block.newsletter .field .control {
	position: relative;
}
.block.newsletter .field .control:before {
	display: none;
}
.block.newsletter .field.newsletter {
	max-width: 400px;
}
.block.newsletter input {
    font-size: 13px;
    margin-right: 0;
    padding-left: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
	color: #fff;
}
.block.newsletter input::placeholder {
	font-size: 9px;
	font-weight: 100;
	color: #fff;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
}
.block.newsletter input:focus {
	box-shadow: none;
}
.block.newsletter .action.subscribe {
	display: none;
	height: 42px;
	background: var(--gris_claro);
	border-color: var(--gris_claro);
	margin-left: 5px;
	text-transform: uppercase;
	border-radius: 0 5px 5px 0;
	color: #fff;
}

@media (min-width: 768px) {
	.contenedor-newsletter {
		background: #fff;
	}

	.block.newsletter .title {
		color:var(--negro);
		margin-bottom: 10px;
	}
	.block.newsletter .title strong {
		font-size: 15px;
	}
	.block.newsletter .title.title:before { 
		filter: invert(0);
	}
	.block.newsletter input {
		width: 330px;
		border-color: #333;
		color: var(--texto_gris);
	}
	.block.newsletter input::placeholder {
		color: var(--texto_gris);	
		font-size: 12px;
	}
	.block.newsletter .action.subscribe {
		margin-left: 0;
	}
}


/* botones */
.botones {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}
.botones .contenido {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 5px;
	flex-direction: column;
	flex-basis: 100%;
}
.botones 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 var(--borde_items);
        padding: 18px 0;
        border-radius: 6px;		
	}
	.botones .contenido {
		flex-direction: row;
		justify-content: center;
	}
	.botones .contenido p {
		font-size: 14px;
	}
}



/* carruseles slick-slider */

.slick-initialized .slick-slide {
	text-align: center;
}
.slick-initialized .slick-slide .product-item-info {
	text-align: center;
}

@media (max-width: 520px) {
	.slick-initialized .slick-slide {
		padding: 0;
	}
}
.slick-initialized .product-item .product-item-name a {
	display: -webkit-box;
	margin: auto;
	margin-top: 0;
	min-height: 36px;
	max-width: 225px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.slick-initialized .price-box.price-final_price {
	align-items: center;
}
.slick-initialized .actions-secondary {
	display: none;
}
.slick-initialized li.product-item:first-child {
    width: 94% !important;
    border: 1px solid var(--borde_items);
    max-width: unset !important;
    padding: 16px 10px;
    border-radius: 6px;
}

.slick-initialized .slick-arrow {
    z-index: 50;
    background: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
	box-shadow: 0 0 5px 3px var(--borde_items); 	
    display: flex;
    align-items: center;
    justify-content: center;			
}
.slick-initialized .slick-arrow.slick-prev:focus,
.slick-initialized .slick-arrow.slick-next:focus {
	box-shadow: 0 0 5px 3px var(--borde_items);
}
.slick-initialized.slick-slider .slick-arrow:before {
	content: '\f102';
	color: #000;
    font-size: 20px;
	padding: 0;	
}
.slick-initialized.slick-slider .slick-arrow:after {
	content: '';
}
.slick-initialized .slick-prev {
	left: 20px;
}
.slick-initialized .slick-next {
	right: 20px;
}
.slick-dots li button {
	width: 10px !important;
	height: 10px !important;
	background: #cccccc !important;
	margin: auto;
}
.slick-dots li button:before {
	width: 10px !important;
	height: 10px !important;
	line-height: 1 !important;
}
.slick-dots li.slick-active button {
	background: #1c1918 !important;
}


/* ----------------------------------------------------------------------- */
/* CATEGORIAS */
/* ----------------------------------------------------------------------- */
.catalog-category-view .page-main .page-title-wrapper  {
	display: none;
}
.catalog-category-view .page-main {
	max-width: unset;
	padding: 0;
}

.products-grid .product-item-info:hover {
	box-shadow: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.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,
.products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner {
	display:  none;
}
.products-grid .product-item-inner:before {
	display: none;
}
.products-grid .product-item-info .product-item-details {
    text-align: left;
    margin-top: 25px;
}

.product-item .product-item-name a {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

@media (min-width: 1024px) {
	.page-products .products-grid .product-items {
		 text-align: center;
	}
	.page-products .products-grid .product-item {
		width: 60%;
		padding: 5px 15px;
	}
	.products-grid .product-item-info {
		width: 100%;
	}
	.page-products .products-grid .product-item:nth-child(1n) {
		display: block;
		margin-left: auto !important;
		margin-right: auto;
		width:52%;
	}
	.page-products .products-grid .product-item:nth-child(2n),
	.page-products .products-grid .product-item:nth-child(3n) {
		display: inline-block;
		width: 40%;
	}
}

.product-item .price-box {
	margin-top:0
}
.product-item .price-box .price {
	font-size: 18px;
    font-weight: normal;
}
.product-item .old-price .price-container .price {
	 font-size: 14px;
	 font-weight: normal;
}

@media (min-width: 768px) {
	.catalog-category-view .column.main {
		max-width: 1400px;
		margin: auto;
	}
}

.toolbar-products {
	display: none;
}



 .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 */
/* ----------------------------------------------------------------------- */

.catalog-product-view .breadcrumbs {
	max-width: 1400px;
	padding: 20px;
}
.catalog-product-view .breadcrumbs .items li, 
.catalog-product-view .breadcrumbs .items li a {
    font-size: 13px;
}
.product-info-main .page-title-wrapper h1 {
	font-size: 20px;
	font-weight: 500;
	color: var(--negro);
	margin-bottom: 0;
}


.product-info-main .product-info-stock-sku {
    float: none;
	padding-left: 0;	
}
.product-info-main .stock.unavailable {
	padding: 8px 25px 5px;
    text-align: left;
    color: #fff;
    line-height: 1;
    background: #000;
    border-radius: 25px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 12px;
}
.product-info-main .stock.available {
	display: none;
}
.product-info-main .product.attribute.sku {
	display: none;
}
.product-info-main .product.attribute.overview {
	 margin: 60px 0;
}
.product-info-main .product.attribute.description {
	margin: 30px 0;
}
.product-social-links {
	margin-top: 10px;
}


.product-info-main .product-info-price {
	border-bottom: 0;
	margin-bottom: 50px;
}
.product-info-main .product-info-price .price-box .price-container .price {
	font-size: 17px;
    font-weight: normal;
    color: var(--negro);
}
.product-info-main .product-info-price .price-box .price-container .price-label {
	display:none;
}
.product-info-main .product-info-price .price-box .old-price .price-container .price {
	color: #999;
	font-weight: 400;
	font-size: 20px;
}


.product-info-main .product-add-form {
	 padding-top: 0;
}
.product-info-main .product-addto-links {
	display: flex;
    align-items: flex-start;
    justify-content: center;
}
.product-info-main .product-addto-links a.action.towishlist {
	margin-right: 15px; 
}
.product-info-main .product-addto-links a.action.towishlist:before {
	background: url(../images/ic-ficha-favoritos.png) no-repeat;
    background-size: contain;
    content: '' !important;
    height: 20px;
    width: 20px;
}
.product-info-main .product-addto-links a.action.towishlist span {
	display: none;
}


.product-info-main .product.pricing {
	padding: 20px 0;
}

.product-info-main .box-tocart .fieldset .field.qty {
	display: none;
}

.product-info-main .box-tocart .actions .action.tocart {
    line-height: 1;
    font-size: 15px;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    text-transform: uppercase;	
}

@media (min-width: 769px) {
	.catalog-product-view .page-main {
	    max-width: 1400px;
	}
	.page-layout-1column .product-info-main {
		margin-top: 120px;
		width: 37%;
	}
	
	.product-info-main .product-addto-links {
		display: flex;
	    align-items: flex-start;
	    justify-content: flex-start;
	}	
}
 

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

.fotorama__arr, 
.fotorama__thumb__arr,
.fotorama__arr:hover, 
.fotorama__thumb__arr:hover {
    background-color: transparent;
}
.fotorama__thumb-border {
	 border-color: var(--negro);
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
	 margin-top: 7px;
}
.fotorama__fullscreen-icon:focus:after, 
.fotorama__zoom-out:focus:after, 
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after, 
.fotorama__stage__shaft:focus:after, 
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after, 
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
	box-shadow: none;
}
.magnify-lens {
	border-radius: 50%;
	width: 300px !important;
	height: 300px !important;
}


    .dynamic-gallery-wrapper .product-image-list  {margin: 0 0 2px 0;position:relative}
    .dynamic-gallery-wrapper .product-image-list img {display:block; width: 100%;margin: 0;}
    .dynamic-gallery-wrapper .product-image-list:nth-child(1),
    .dynamic-gallery-wrapper .product-image-list:nth-child(4){width:100%;display: inline-block;}
    .dynamic-gallery-wrapper .product-image-list:nth-child(2),
    .dynamic-gallery-wrapper .product-image-list:nth-child(5){display: inline-block;width: 50%;padding:0 1px 0 0;}
    .dynamic-gallery-wrapper .product-image-list:nth-child(3),
    .dynamic-gallery-wrapper .product-image-list:nth-child(6){display: inline-block;width: 50%;padding:0 0 0 1px;}

}





/* swatches */
.product-options-wrapper .swatch-attribute-label:after {
    content: ': ';
}
.product-options-wrapper .swatch-option.text {
    height: 30px !important;
	width: unset !important;
	min-width: 48px;
}
.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);
}
.product-options-wrapper .swatch-attribute.color {
    margin-bottom: 30px;
}
.product-options-wrapper .swatch-attribute.color .swatch-option {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    min-width: unset;
}
.product-options-wrapper .swatch-attribute .swatch-option.text {
    background: #fff;
    border: 0;
    text-align: center;
    margin-right: 20px;
    font-size: 15px;
    font-weight: normal;
}
.product-options-wrapper .swatch-option.text.selected {
	outline: 0;
	font-weight: bold;
}
div.swatch-option-tooltip {
	display: none !important;
}
.swatch-option:focus {
	box-shadow: none;
}



/* tabs */
.product.info.detailed {
    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;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
	font-weight: bold;
    top: 24px;
    color: var(--negro);
}
.product.data.items .item.title:not([class*=active]) a:after {
    content: '\e61c';
}
.product.data.items .item.title.active a:after {
    content: '\e60f';
}
.product.data.items > .item.title > .switch {
    background: #fff;
    border: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
	color: var(--negro);
	font-weight: normal;
	ttext-align: left;
}
.product.data.items > .item.content {
	border: 0;
	padding: 30px 0;
	margin: 0;
	float: none;
	color: #666;
	text-align: left;
}

@media (min-width: 768px) {
	.product.data.items > .item.title > .switch {
		height:60px;
		line-height: 60px;
	}
}



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


/* relacionados */
.amrelated-grid-wrapper {
	margin-top: 30px;
	border-top: 2px solid var(--negro);
	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;
}
.amrelated-grid-wrapper .product-item-actions {
	display: flex;
	justify-content: center;
}
.amrelated-grid-wrapper .slick-dots .slick-active button {
	background: #000;
}
.amrelated-grid-wrapper .slick-dots li button:before {
	display: none;
}

@media (min-width: 769px) {
	.amrelated-grid-wrapper .block-title {
		padding-left: 24px;
	}
	.amrelated-grid-wrapper .products-grid .product-item-info:hover, .amrelated-grid-wrapper .products-grid .product-item-info:active {
		box-shadow: none;
	}
	.amrelated-grid-wrapper .product-item .product-item-name a {
		margin: auto;
	}
}

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

.amshopby-option-link img:not([src*='/resized']) {
	 max-height: unset;
	 max-width: unset;
}
 .block.amshopby-morefrom .block-title strong {
	 font-size: 22px;
}
 .block.amshopby-morefrom .product-item-info {
	 width: 97%;
}
 .block.shipping-calculator {
	 border: 0;
	 padding: 0;
}
 .block.shipping-calculator .sc-short-description {
	 border-bottom: 0;
	 margin: 0 0 10px 0;
	 padding: 0;
	 float: none;
}
 .block.shipping-calculator fieldset.fieldset.estimate {
	 display: flex;
	 align-items: baseline;
	 gap: 7px;
}
 .block.shipping-calculator .field.post-code-field {
	 margin: 0;
}
 .block.shipping-calculator .field.post-code-field label {
	 display: none;
}
 .block.shipping-calculator .field.post-code-field input {
	 width: unset;
	 height: 38px;
}
 .block.shipping-calculator #sc-submit-form {
	 padding: 0;
	 border: 0;
}
 .block.shipping-calculator .method-info {
	 margin-bottom: 0;
	 top: -5px;
	 padding-left: 0;
}
 .block.shipping-calculator .method-info .method-name {
	 font-weight: 400;
}
 .block.shipping-calculator .change-my-location-link:hover {
	 color: #000;
}
 .block.shipping-calculator button {
	 height: 38px;
}
 @media (max-width: 420px) {
	 .block.shipping-calculator .field.post-code-field input {
		 width: 100%;
	}
	 .block.shipping-calculator .button {
		 width: 100%;
	}
}
 #mbbxProductBtn {
	 margin-bottom: 25px;
}
 @media (max-width: 768px) {
	 #mbbxProductBtn {
		 margin: 0 auto 25px;
	}
}
 .form-create-account .fieldset.create.account {
	 margin-bottom: 0;
}
 .form-create-account .fieldset.create.account:after {
	 margin-top: 10px;
	 text-align: right;
}
 .form-address-edit .field.observaciones {
	 display: none;
}
 .block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
	 border-color: var(--negro);
}
 @media (max-width: 768px) {
	 .account .page-main {
		 padding-top: 60px;
	}
	 .account .page-main .block-collapsible-nav {
		 top: 0;
	}
}
 .cart.table-wrapper .actions-toolbar {
	 bottom: 10px;
}
 .cart-container .form-cart .actions.main .clear {
	 border: 1px solid #000;
	 color: #000;
	 padding: 5px 15px;
}
 .cart-container .form-cart .actions.main .clear:hover {
	 background: #000;
	 border: 1px solid #000;
	 color: #fff;
	 padding: 5px 15px;
	 text-decoration: none;
}
 .cart.table-wrapper .product-item-photo {
	 padding-left: 30px;
}
 .cart.table-wrapper .product-item-photo img.product-image-photo {
	 width: 120px;
}
 .cart.table-wrapper .product-item-details {
	 padding-bottom: 0;
	 vertical-align: middle;
}
 .cart.table-wrapper .product-item-name {
	 font-size: 15px;
}
 .cart.table-wrapper .product-item-name + .item-options {
	 margin-top: 0;
}
 .cart.table-wrapper .actions-toolbar {
	 min-height: 0;
	 padding: 0;
}
 .cart.table-wrapper .actions-toolbar > .action-edit {
	 display: none;
}
 .cart.table-wrapper .actions-toolbar > .action-delete {
	 top: -27px;
	 width: 30px;
}
 .cart.table-wrapper .actions-toolbar .action-towishlist {
	 display: none;
}
 .cart.table-wrapper tbody td {
	 vertical-align: middle;
}
 .cart.table-wrapper tbody td.item-actions {
	 width: 50px;
}
 @media (min-width: 769px) {
	 .cart.table-wrapper .actions-toolbar > .action-delete {
		 top: -70px;
		 left: 0;
		 z-index: 70;
	}
	 .cart.table-wrapper .item .col.item {
		 padding: 10px 8px 10px 0;
	}
}
 .product-item-details dl.item-options dt {
	 display: none;
}
 .product-item-details dl.item-options dd {
	 font-size: 11px;
	 margin-bottom: 0 !important;
}
 .cart-discount .block > .title {
	 cursor: default;
}
 .cart-discount .block > .title strong {
	 color: #333;
	 font-size: 22px;
}
 .cart-discount .block > .title:after {
	 display: none;
}
 .cart-discount .block.discount {
	 max-width: 500px;
	 float: none;
}
 .cart-discount .block .content {
	 display: block !important;
}
 .cart-discount .block .actions-toolbar {
	 width: 1%;
}
 .cart-discount .block .actions-toolbar .action.primary, .cart-discount .block .actions-toolbar .action.primary:hover, .cart-discount .block .actions-toolbar .action.primary:active, .cart-discount .block .actions-toolbar .action.primary:focus {
	 background: #000;
	 border: 1px solid #000;
	 color: #fff;
	 font-weight: 400;
	 box-shadow: none !important;
}


/* ------------------------------------------------------------------------ */
/* =CHECKOUT ------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
.checkout-index-index .minicart-wrapper, 
.checkout-index-index .customer-welcome, 
.checkout-index-index .block-search {
	 display: none;
}
.checkout-index-index .logo img {
	width: 210px;
}
.checkout-index-index .page-main {
	margin-top: initial;
}

@media (min-width: 768px) {
	.checkout-index-index .page-header .header.content {
		padding: 0px 20px;
	}
	.checkout-index-index .page-header .amsearch-wrapper-block {
		top: 20px;
	}
	.checkout-index-index .page-header .header.panel {
		top: 17px;
	}			
}

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


/* progress bar */
 @media (min-width: 769px) {
	 .opc-progress-bar-item > span {
		 font-size: 15px;
	}
	 .opc-progress-bar-item._complete > span {
		 color: var(--negro);
	}
	 .opc-progress-bar-item._active:before, .opc-progress-bar-item._active > span:before {
		 background: var(--negro);
		 border-color: var(--negro);
	}
	 .opc-progress-bar-item._active > span:after {
		 border-color: var(--negro);
	}
}


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


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


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


/* metodos de pago */

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

.payment-method .payment-method-title.field {
	flex-wrap: wrap;
}
#payment_form_payer_mercadopago_adbpayment_checkout_pro dl.items.check.payable {
	display: none;
}

@media (min-width: 768px) {
	#mbbx-banner {
		padding: 20px 10px !important;
	}
	#mbbx-banner img {
		max-width: 320px !important;
	}
}


/* success */
.checkout-onepage-success .mercadopago-payment-logo {
	min-height: 60px;
}



/* ----------------------------------------------------------------------- */
/* =STORE LOCATOR  ------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

#mw-store-locator-locations .mw-sl__search {
	z-index: 100;
}
#mw-store-locator-locations .mw-sl__search__submit {
	background-color: var(--negro);
}
#mw-store-locator-locations .mw-sl__search__submit:hover {
	background-color: var(--gris_oscuro);
}
#mw-store-locator-locations .mw-sl__input__control {
	font-size: 13px;
}

#mw-store-locator-locations .mw-sl__stores__header .mw-sl__stores__current {
    font-size: 14px;
    line-height: 1.1;
	padding-top: 20px;
}

#showLocationButton {
	text-align: center;
}
.places_list_all_stores {
	margin-top:0;
}





 #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-nav-sections.-sidebar {
    max-width: 430px;
    padding-left: 30px;
}
.ammenu-menu-title {
	padding: 40px 20px 30px;
}
.ammenu-menu-title .ammenu-button.-close {
	margin: 0;
}
.ammenu-button.-close:after, .ammenu-button.-close:before {
    width: 30px;
}

.ammenu-nav-sections.-sidebar .ammenu-tabs-list {
    padding: 0;
	margin-bottom: 0;
}
.ammenu-nav-sections.-sidebar .ammenu-tabs-list .ammenu-item {
    justify-content: start;
	pointer-events: none;
}
.ammenu-nav-sections.-sidebar .ammenu-tabs-list .ammenu-item:nth-child(2) {
    display: none;
}
.ammenu-nav-sections.-sidebar .ammenu-tabs-list .ammenu-button.-active {
    background: url(/media/wysiwyg/piedravlanca/varios/icono-piedrasvlancas-blanco.png) !important;
    font-size: 0;
    height: 30px;
    width: 60px;
    filter: invert(1);
    background-repeat: no-repeat !important;
    background-size: contain !important;
	margin: 20px 0;
}

.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link {
    text-transform: uppercase;
    font-weight: 400 !important;
    padding: 0 0 7px;
    min-height: auto;
    border-bottom: 0 !important;
	color: var(--negro) !important;
	font-size:16px;
}
.ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link figure {
    display: none;
}

.ammenu-menu-wrapper .ammenu-link:focus {
	box-shadow: none;
}

/* ---------------------------------------------------------------------- */
/* AMASTY custom form --------------------------------------------------- */
/* ---------------------------------------------------------------------- */
.amform-form-fieldset.fieldset label.label {
    margin-bottom: 2px !important;
}
.amform-form-fieldset.fieldset .form-group .required {
	color: #C10000;
}
.amform-form-fieldset.fieldset .action.primary {
	background: var(--negro) !important;
}

