
/* Alpine  colores 			*/
/* BORDO:		#a7001e		*/
/* GRIS: 		#E6E7E8		*/
/* GRIS oscuro:	#444		*/

:root {
	--bordo: #a7001e;
	--gris_oscuro: #444;
}

body {
	font-family: 'Nunito','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #777;
}

* {
	box-sizing: border-box;
}
._keyfocus *:focus { 
    box-shadow:none;
}
input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}

input[type="radio"]:focus {
	box-shadow: none;
}
input[type="text"], input[type="password"], input[type="url"], 
input[type="tel"], input[type="search"], input[type="number"], 
input[type*="date"], input[type="email"], select {
	border-radius: 3px;
	font-family: 'Nunito','Helvetica Neue',Helvetica,Arial,sans-serif;	
}

button, a.action.primary, 
.action.primary, .action-primary {
	font-family: 'Nunito','Helvetica Neue',Helvetica,Arial,sans-serif;
	 background: #a7001e;
	 border-color: #a7001e;
	 height: 40px;
	 line-height: 24px;
	 text-transform: uppercase;
	 color: #fff;
	 border-radius: 0;
}
 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: #a7001e;
}
 a:hover, .alink:hover, a:visited, .alink:visited, a:focus, .alink:focus {
	 color: #a7001e;
	 text-decoration: underline;
}
 .page-main {
	 padding-top: 15px;
}
 .block-static-block.widget {
	 margin-bottom: 0;
}

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

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

 a.action.tocompare {
	 display: none !important;
}
.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;
    padding-left: 5px;
}
.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;
}
.qty-buttons-wrapper {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin-bottom: 10px;
}
.qty-buttons-wrapper .qty-button {
	 background: #fff;
	 cursor: pointer;
	 height: 32px;
	 width: 32px;
	 line-height: 32px;
	 transition: all .3s ease;
	 text-align: center;
	 border: 1px solid #ccc;
}
 .qty-buttons-wrapper .qty-button:hover {
	 background: #ddd;
}
 .qty-button.increase {
	 margin-left: -1px;
}
 .qty-button.decrease {
	 margin-right: -1px;
}
 input.qty-wrapper {
	 width: 55px;
	 text-align: center;
	 border-radius: 0;
}
 .box-tocart .input-text.qty {
	 border-radius: 0;
}
 @media (min-width: 769px) {
	 .box-tocart .qty-buttons-wrapper {
		 justify-content: start;
	}
}
 .breadcrumbs {
	 padding-left: 0;
}
 .page-main > .page-title-wrapper .page-title {
	 margin-bottom: 10px;
}


.amlabel-position-wrapper {
	z-index: 80;
}
.product.media .amlabel-position-wrapper[class*=middle-right] {
	top:-170px !important;
}
@media (max-width: 768px) {
	.product.media .amlabel-position-wrapper[class*=middle-right] {
	    width: 60px !important;
		top:-110px !important;		
	}
}

figure[data-content-type='image'] img {
    display: block;
     width: 100%;
}
.product-image-photo {
    border-radius: 5px;
}


/* ----------------------------------------------------------------------- */
/* HEADER ----------------------------------------------------------------*/
/* ----------------------------------------------------------------------- */
 .page-header {
	 background: #a7001e;
	 color: #fff;
	 margin-bottom: 0;
}
 .page-header .panel.wrapper {
	 background: #efefef;
}
 .page-header .header.panel {
	 padding: 12px 20px;
}
 .page-header .header.content {
	 text-align: center;
}
.header.content {
    display: none !important;
}
.page-header .logo img {
	width: auto;
}

 .nav-off-canvas .logo {
	 margin: 0 0 0 40px;
}
 .header.links .customer-welcome {
	 display: block;
}

 @media (max-width: 768px) {
	 .page-header {
		 border: 0;
	}
	 .page-header .logo {
		 float: none;
		 margin: 0 auto;
	}
	 .page-header .header.content {
		 display: flex;
		 align-items: center;
		 justify-content: space-between;
		 padding-top: 7px;
	}
	 .page-header .header.panel {
		 display: none;
	}
}
 @media (max-width: 1024px) {
	 .ammenu-header-container .header.content .ammenu-logo {
		 margin: 0 auto;
	}
	 .ammenu-header-container .header.content .ammenu-logo img {
		 max-height: 70px;
	}
}
 @media (min-width: 769px) {
	 .page-header .logo img {
		max-width: 250px;
	}
	 .logo {
		 margin: 0;
	}
	 .ammenu-header-container .header.content {
		 height: 80px;
	}
	 .ammenu-header-container .header.content .ammenu-logo {
		 position: absolute;
		 top: 20px;
		 left: 60px;
	}
	 .header.panel >.header.links > .authorization-link:after {
		 content: '/';
		 margin: 0;
	}
	 .header.panel >.header.links > li {
		 margin-left: 5px;
		 color: #666;
		 text-transform: uppercase;
		 font-size: 13px;
	}
	 .header.panel >.header.links > li a {
		 color: #666;
		 text-transform: uppercase;
	}
	 .header.panel >.header.links > li a:hover {
		 color: #666;
	}
	 .header.panel >.header.links > li a:visited {
		 color: #666;
	}
	 .header.panel >.header.links > li.welcome {
		 margin-bottom: 0;
	}
	 .header.content {
		 padding: 12px 20px;
	}
	 .header.content .wish.wrapper {
		 display: none;
	}
}
 .customer-welcome .action.switch {
	 height: unset;
	 color: #666;
}
 .customer-welcome .action.switch:after {
	 vertical-align: bottom;
}


/* NAVIGATION */
.nav-sections {
	background: #a7001e;
	margin-bottom: 0;
	clear: both;
}
.nav-sections-item-content {
	padding: 0 10px;
}
.nav-toggle {
	position: initial;
}
.nav-toggle:before {
	color: #fff;
	font-weight: 800;
}
.nav-toggle:hover:before {
	color: #fff;
}
.nav-off-canvas .nav-sections .header.links li.greet.welcome {
	padding: 20px 15px 10px;
	color: #333;
}

.navigation .level0 .submenu {
	text-align: left;
}
.navigation .level0.parent>.level-top {
	padding-right: 15px;
}
.navigation .level0>.level-top, 
.navigation .level0>.level-top:hover {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top {
	border: 0;
	color: #fff;
}
.navigation .level0 .submenu .active > a,
.navigation .level0.active > a:not(.ui-state-active), 
.navigation .level0.has-active > a:not(.ui-state-active) {
	border-color: #a7001e;
}
	
	
@media (min-width: 769px) {
	.nav-sections {
		clear: none;
	}
	.navigation {
		background: #a7001e;
	}
	.navigation ul {
		float: right;
		padding: 0 20px 0 0;
	}
	.navigation .level0.parent:hover> a:before {
		content: '\e618';
        font-family: 'luma-icons';
		width: 10px;
		height: 10px;
		position: absolute;
		left: 50%;
		margin-left: -8px;
		top: 20px;
		transition: all 0.1s;
	}
	.navigation li.level0 {
		margin-right: 5px;
	}
}
@media (max-width: 768px) {
	.nav-sections, .navigation {
		background: #000;
	}
	.nav-sections-item-title {
		background: transparent;
		height: 50px;
		padding-top: 15px;
		border:0;
	}
	.nav-sections-item-title.active {
		background: #a7001e;
	}
	.nav-sections-item-title a {
		color: #fff;
	}
	.nav-sections-item-content {
		margin-top: 50px;
		text-align: left;
	}
	.navigation .level0 {
		border-bottom:1px solid #d1d1d1;
		border-top: 0;
	}
	.navigation .level0 .submenu {
		border-bottom: 0;
	}
	.navigation .level0 .submenu .active > a,
	.navigation .level0.active > a:not(.ui-state-active), 
	.navigation .level0.has-active > a:not(.ui-state-active) {
		color: #fff;
	}	
	.navigation .level0>.level-top {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navigation .level0>.level-top, 
	.navigation .level0>.level-top:hover {
		font-size: 13px;
	}
	.navigation .level0>.level1 a {
		font-weight: 400;
		font-size: 14px;
        color: #fff;
        padding-bottom: 5px;
	}
	li.ui-menu-item.all-category a {
		font-weight: 600;
		color: #fff;
	}
	.nav-sections .header.links a, 
	.nav-sections .header.links a:hover {
		color: #fff;
		font-weight: 400;
	}
}

/* top bar notice */
 .top-bar-notice {
	 background-color: #fff;
	 padding: 5px 0;
}
 .top-bar-notice .topbar {
	 padding: 0 12px;
	 max-width: 1280px;
	 margin: auto;
	 text-align: center;
	 color: #333;
	 display: flex;
	 justify-content: center;
	 flex-wrap: wrap;
	 letter-spacing: 1px;
}
 @media (min-width: 769px) {
	 .top-bar-notice .topbar {
		 font-size: 13px;
		 padding: 3px 12px;
	}
}
 .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 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;
}
.minicart-wrapper {
	margin-left: 0;
	top: -6px;
}
.minicart-wrapper .action.showcart {
	position: relative;
	color: #fff;
}
.minicart-wrapper .action.showcart:before {
	background: url(../images/ic-carrito-gris.png) no-repeat;
	background-size: contain;
	content: '' !important;
	height: 25px;
	width: 25px;
}
.minicart-wrapper .action.showcart .counter.qty {
	background: #000;
}
.minicart-wrapper .block-minicart {
	color: #333;
	padding-bottom: 0;
}
.minicart-wrapper .block-minicart .product-item .product-item-name a {
	max-width: unset;
	color: #000;
	min-height: 0;
	text-align:left;
}
.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 .content dt {
	font-weight: 400;
}
.minicart-wrapper .block-minicart .product-item .product.options .toggle {
	display: none !important;
}
.minicart-wrapper .block-minicart .minicart-items .item-qty {
	width: 45px;
}
.minicart-wrapper .block-minicart .minicart-items .product-item-details {
	text-align: left;
}
.minicart-wrapper .block-minicart .block-content>.actions>.primary .action.primary {
	padding: initial;
	height: 48px;
}
@media (min-width: 769px) {
	.minicart-wrapper {
		top: 12px;
	}
}


/* BUSCADOR */
#minisearch-form-top-search {
	width: 100%;
}
@media (min-width: 769px) {
	.ammenu-header-container .header.content .block-search {
		flex: 2;
	}
	#minisearch-form-top-search {
		margin: auto;
		position: relative;
	}
}
@media (min-width: 991px) {
	.ammenu-header-container .header.content .block-search {
		flex: 2;
	}
	#minisearch-form-top-search {
		margin: auto;
		position: relative;
	}
}
.page-header .amsearch-wrapper-block {
	margin: 0;
}
.page-header .amsearch-wrapper-block:before {
	display: none;
}
.page-header .amsearch-wrapper-block .amsearch-input {
	border: 0;
	background: transparent;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	color: #fff;
}
.page-header .amsearch-wrapper-block .amsearch-input::placeholder {
	color: #fff;
	font-size: 12px;
}
.page-header .amsearch-wrapper-block .amsearch-input:focus {
	border-color: #fff;
}
.amsearch-block-header .amsearch-title {
	color: #333;
}
.amsearch-products-section.-list .amsearch-item {
	padding: 20px 10px 0 5px;
}
.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: #333;
}
.amsearch-item-container .amsearch-tab-items {
	text-align: left;
}
.amsearch-button.-compare {
	display: none;
}
.amsearch-message-block {
	color: #000;
}
.amsearch-result-section {
	border: 0;
}
.amsearch-products-section.-list .amsearch-description {
	text-align: left;
}
.amsearch-products-section.-list .amsearch-description .price-box.price-final_price {
	align-items: flex-start;
}
.amsearch-products-section.-list .product-item-actions {
	display: flex;
	justify-content: start;
	align-items: center;
}
.amsearch-form-block.-opened, .amsearch-form-block {
	justify-content: flex-start;
	width: unset !important;
}
.amsearch-products-section .product-item [data-role='priceBox'] p, 
.amsearch-products-section .product-item [data-role='priceBox'] span {
	padding: 0;
	color: #333;
}
@media (min-width: 769px) {
	.page-header .amsearch-wrapper-block {
		top: 6px;
		left: 0px;
	}
	.page-header .amsearch-input-wrapper {
		width: 210px;
		min-width: 200px;
	}
	.page-header .amsearch-input-wrapper input {
		padding-left: 33px;
		padding-right: 33px;
	}
	.amsearch-button.-disabled {
		opacity: 1;
		pointer-events: none;
		background-size: 17px;
	}
	.amsearch-form-block.-opened, .amsearch-form-block {
		justify-content: flex-end;
	}
	.amsearch-result-section {
		width: 800px;
	}
}
@media (max-width: 768px) {
	.page-header .amsearch-input-wrapper {
		width: 90%;
	}
	.page-header .amsearch-wrapper-block {
		background: #fff;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 7px;
		width: calc(100% + 30px);
		padding: 7px 0;
	}
	.page-header .amsearch-form-block {
		justify-content: center;
	}
	.page-header .amsearch-wrapper-block .amsearch-input {
		color: #333;
	    border-bottom: 1px solid #444;
	}
	.page-header .amsearch-wrapper-block .amsearch-input:focus,
	.page-header .amsearch-wrapper-block .amsearch-input::placeholder {
		color: #333;
	}
}


/* FOOTER ----------------------------------------------------------------*/
.page-footer {
	background-color: #333;
	padding-bottom: 0;
	margin-top: 0;	
}
.page-footer .footer.content {
	border-top: 0;
}
.page-footer .footer.content .links>li {
	background: transparent;
	font-size: 16px;
	line-height: 1.5;
	border-top: 0;
	margin: 0;
	padding: 0;
	color: #fff;
}
.footer.content .links a, .footer.content .links a:hover, 
.footer.content .links a:active, .footer.content .links a:focus, 
.footer.content .links a:visited {
	padding: 5px 0;
	color: #fff;
}
.footer.content .links.tiendas li a {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
}
.footer-informacion {
	border-bottom: 1px solid #000;
	max-width: 1280px;
	margin: auto;
}
.footer-links {
	display: flex;
	flex-direction: column;
}
.footer-links h2 {
	font-family: "Oswald", 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #fff;
	line-height: 1;
	margin-bottom: 15px;
	font-weight: 400;
}
@media (min-width: 769px) {
	.page-footer .footer.content .links>li {
		line-height: 1.8;
	}
	.footer.content {
		max-width: 1280px;
	}
	.footer.content .block {
		float: none;
	}
	.footer.content .links.tiendas li {
		line-height: 1.5;
	}
	.footer-links {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.footer-links h2 {
		font-size: 37px;
	}
}


/* COPYRIGHT -------------------------------------------------------------*/
 .custom-copyright {
	 color: #fff;
	 padding: 5px 20px;
	 background: #333;
	 border-top: 1px solid #000;
	 margin-top: 30px;
}
 .custom-copyright .contenido {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 gap: 5px;
}
 .custom-copyright .contenido > div {
	 display: flex;
	 align-items: center;
	 gap: 10px;
}
 .custom-copyright .contenido > div img {
	 display: block;
}
 @media (min-width: 769px) {
	 .custom-copyright {
		 clear: both;
	}
	 .custom-copyright .contenido {
		 align-items: center;
		 max-width: 1280px;
		 padding-left: 20px;
		 padding-right: 20px;
		 flex-direction: row;
		 justify-content: space-between;
		 margin: auto;
	}
}


/* NEWSLETTER ------------------------------------------------------------*/
 .block.newsletter {
	 max-width: 450px;
}
 .block.newsletter .field .control .label, .block.newsletter .field .control:before {
	 display: none;
}
 .block.newsletter input {
	 height: 38px;
	 font-size: 14px;
	 background: transparent;
	 border-radius: 0;
	 border-color: #fff;
	 margin-right: 0;
	 color: #fff;
	 padding-left: 25px;
}
 .block.newsletter input::placeholder {
	 color: #fff;
	 text-transform: uppercase;
}
 .block.newsletter .action.subscribe {
	 height: 38px;
	 line-height: 1;
	 text-transform: uppercase;
	 background: #a7001e;
	 border-color: #a7001e;
	 border-radius: 0;
	 font-size: 20px;
	 font-family: "Oswald", 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
 @media (min-width: 769px) {
	 .block.newsletter input {
		 width: 280px;
		 margin: 15px 0;
	}
	 .block.newsletter .form.subscribe>.actions {
		 float: none;
		 display: block;
	}
}


/* CONTENT ---------------------------------------------------------------*/
 .cms-index-index .page-main {
	 padding: 0;
}
 .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;
	 padding-left: 15px;
	 padding-right: 15px;
}
 @media (min-width: 1025px) {
	 .cms-index-index .page-wrapper>.page-bottom, .cms-index-index .page-main {
		 padding: 0;
		 max-width: 1920px;
	}
}
 .main-banner img {
	 width: 100%;
}
 .main-banner .pagebuilder-column {
	 padding: 5px 10px;
}
 .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
	 padding: 0;
}
 .slick-initialized .slick-arrow {
	 z-index: 50;
}
 .slick-dots li button {
	 width: 10px;
	 height: 10px;
	 background: #cccccc;
}
 .slick-dots li button:before {
	 width: 10px;
	 height: 10px;
	 line-height: 1;
}


.mp-banner-slider .owl-dots {
	position: relative !important;
	top: unset !important;
	left: unset !important;
}
.mp-banner-slider .owl-nav {
	margin-top: 0;
	height: 0;
}
.mp-banner-slider .owl-nav button span {
	font-size: 100px;
    color: #fff;
}
@media (max-width: 764px) {
    .mp-banner-slider .owl-nav button span {
        font-size: 80px;
        color: #fff;
    }
}

/* carrusel home */
.widget-product-carousel.slick-initialized .slick-slide,
.widget-product-carousel.slick-initialized .slick-slide .product-item-info {
	text-align: center;
	vertical-align: top;
}
.widget-product-carousel.slick-initialized .price-box.price-final_price .price-box .price {
	font-size: 18px;
}
.widget-product-carousel.slick-initialized .price-box.price-final_price .old-price .price-container .price {
    font-size: 12px;
    font-weight: 400;
}
.widget-product-carousel.slick-initialized .actions-secondary {
	display: none;
}
.widget-product-carousel.slick-initialized li.product-item:first-child {
	width: 98% !important;
}
.widget-product-carousel.slick-initialized.slick-slider .slick-arrow {
	background: none !important;
}
.widget-product-carousel.slick-initialized.slick-slider .product-item-info .arrow_slider,
.widget-product-carousel.slick-initialized.slick-slider .product-item-info .arrow_slider2 {
	display: none;
}
.widget-product-carousel.slick-initialized.slick-slider .slick-arrow:before {
	content: '\f102';
	font-size: 30px;
}
.widget-product-carousel.slick-initialized.slick-slider .slick-arrow:after {
	content: '';
}
.widget-product-carousel.slick-initialized .slick-prev {
	left: 20px;
}
.widget-product-carousel.slick-initialized .slick-next {
	right: 20px;
}
.product-items.slick-slider .slick-slide .product-item {
    max-width: 300px;
}
.amsearch-pagebuilder-carousel .product-items.slick-slider .slick-slide .product-item .product-item-name a {
	text-align: left;
}

@media (max-width: 768px) {
	.widget-product-carousel {
		padding: 0;
	}
	.widget-product-carousel .slick-list {
		padding-bottom: 0 !important;
	}
}




/* GRILLA: categoria  ----------------------------------------------------------------*/

.products-grid .product-item-info {
	border: 0;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.products-grid .product-item-info:hover {
	margin: 0;
	padding: 10px;
	border: 0;
	box-shadow: none;
}

/* order para leyenda iva */
.product-items .product-item-details {
    display: flex;
    flex-direction: column;
}
.product-items .product-item-details .product-item-name {
	order:1;
}
.product-items .product-item-details .price-box {
	margin-bottom: 5px;
	order:2
}
.product-items .product-item-details .info-cuotas {
	order:4;
}
.product-items .product-item-details div[class*=swatch-opt] {
	order: 5;
}
.product-items .product-item-details .labels-iva {
	order:3;
	text-align: left;
    padding-left: 5px;	
}



.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,
.widget-product-carousel .swatch-attribute.rollpix_erp_color .swatch-option {
    background-size: cover !important;
    height: 28px !important;
    width: 34px !important;
    margin-right: 5px;
}
.product-item-info .swatch-attribute-options .swatch-option {
    width: 20px !important;
    height: 20px;
    min-width: unset;
}

.products-grid .product-item-inner {
	background: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
	position: relative;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
 .products-grid .product-item-inner:before {
	 display: none;
}
 .products-grid .product-item-inner .product-item-actions {
	 order: 2;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 flex-wrap: wrap;
}
 .products-grid .product-item-inner .product-item-actions .actions-primary form {
	 display: none;
}
 .products-grid .product-item-inner .product-item-actions .actions-primary>.stock.unavailable {
	 margin: 0;
	 border: 1px solid;
	 padding: 10px 20px;
	 border-radius: 25px;
	 color: #bbb;
}
 .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
	 clip: unset;
	 height: unset;
	 overflow: unset;
	 position: relative;
	 width: unset;
}
 .products-grid .product-item-actions {
	 margin: 0;
}

@media (min-width: 768px) {
 
	.products-grid .product-item-info:hover .product-item-inner, 
	.products-grid .product-item-info.active .product-item-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

.product-item .product-item-name {
    text-align: left;
    padding-left: 5px;
}
.product-item .product-item-name a {
    display: -webkit-box;
    margin: auto;
    margin-top: 0;
	height: 38px;
    min-height: 38px;
    max-width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #444;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
	text-align: center;
}
.product-item .tocart,
.product-item .price-box .price-label {
	 display: none;
}

.product-item div[class*=amlabel-position-bottom-right] {
	bottom: 5px !important;
    right: 5px !important;
}

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

.product-item .price-box .price {
    font-size: 22px;
    color: #a7001e;
    font-weight: 500;
    line-height: 1;
}
.product-item .price-box .price-container {
	display: flex;
	align-items: start;
	justify-content: center;
	flex-direction: column;
}
.products-grid .product-item .price-box {
	display: flex;
	flex-direction: column-reverse;
	margin: 5px 0 10px;
	align-items: center;
	justify-content: end;
	min-height: 45px;
}
.product-item .old-price .price-container .price {
	font-size: 12px;
    font-weight: 400;
}
.product-item .container-atributos .producto-atributos-prendas {
	flex-direction: row;
}
	
	
@media (min-width: 768px) {
	 .product-item .old-price {
		 margin: 0;
	}
	
	.products-grid .product-item .price-box {
		min-height: 30px;
	}
}


/* grilla mobile 1 solo producto */
@media (max-width: 520px) {
	.products-grid .product-item {
		width: 100%;
	}

	.product-item .product-item-name a {
		min-height: unset;
		margin-top: 15px;
	}
}
.product-item-info .show_dots {
	text-align:center;
	margin-bottom: 10px;
	position: relative;
	display: none !important;
}



/* filtros */
.items[class*='category_ids']:not(.items-children)>.item>a {
	font-weight: 400;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected, 
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label {
	color: #a7001e;
}
.filter.active .filter-subtitle {
	background: #fff;
}
.filter-title strong {
	box-shadow: none;
	background: #333;
	border: 2px solid #333;
	color: #fff;
}
.filter-options-title {
	font-size: 12px;
}
.filter-options-content .item a:hover {
	background: transparent;
	text-decoration: underline;
	color: #a7001e;
}
.filter-options-content .item a:active, 
.filter-options-content .item a:visited {
	 color: #777;
}
.filter-options-content .count {
	 white-space: nowrap;
}
.filter .actions div.secondary a {
	 color: #000;
	 font-size: 13px;
}
.filter-actions .filter-clear {
	color: #a7001e;
}
.filter-actions .filter-clear:hover,
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
	color: #a7001e;
	text-decoration: none;
}
.filter .filter-content .item {
	 margin: 10px 0;
	 font-size: 13px;
	 line-height: 1.2;
}
button.am-show-more,
button.am-show-more:hover, 
button.am-show-more:focus, 
button.am-show-more:active {
    border: 0;
    height: auto;
    background: #fff;
    box-shadow: none;
    font-size: 12px;
    text-transform: initial;
}
}
.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: #a7001e;
}
.swatch-option:focus {
	 box-shadow: none;
}
.pages a.page {
	 border: 1px solid #ccc;
	 border-radius: 3px;
	 height: 32px;
	 min-width: 30px;
	 color: #333;
}
.pages a.page:hover, .pages a.page:visited {
	 color: #333;
	 border: 1px solid #333;
}
.pages strong.page {
	 color: #fff;
	 background-color: #333;
	 border: 1px solid #333;
	 border-radius: 3px;
	 height: 32px;
	 min-width: 30px;
}
.pages .action {
	 background-color: #fff;
	 border: 0;
	 box-shadow: none;
}
.pages .action:hover {
	 background-color: #fff;
}
 @media (max-width: 768px) {
	 .products-grid.wishlist .product-item .box-tocart {
		 float: none;
		 margin: 0;
	}
	 .products-grid.wishlist .product-item-actions {
		 float: none;
	}
}
 .products-grid.wishlist .product-item-inner {
	 margin-top: 30px !important;
}


/* FICHA -----------------------------------------------------------------*/
.modal-popup.guia-talle .modal-inner-wrap {
	max-width: 700px !important;
}

.product-info-main h1 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
.product-info-main .product-info-stock-sku {
	float: none;
	padding-left: 0;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.product-info-main .product-info-stock-sku .stock.available, 
.product-info-main .product-info-stock-sku .stock.unavailable {
	display: none;
}
.product-info-main .product.attribute.description {
	margin: 20px 0;
}

.product-info-main .product-info-price {
	border-bottom: 0;
	margin: 0;
	width: 100% !important;
}
.product-info-main .product-info-price .price-box {
	color: var(--gris_oscuro);
	display: flex;
	gap: 7px;
	margin: 5px 0 10px;
}
.product-info-main .product-info-price .price-box .price-container .price {
	font-size: 27px;
}
.product-info-main .product-info-price .price-box .price-container>span {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1;
}
.product-info-main .product-info-price .price-box .old-price .price-container .price {
	color: #666;
	font-weight: 400;
	font-size: 20px;
}
.product-info-main .product-add-form {
	padding-top: 0;
}
.product-info-main .product-addto-links a.action.towishlist {
	border: 1px solid #e7e7e7;
	display: inline-block;
	text-decoration: none;
	width: 38px;
	height: 34px;
	text-align: center;
}
.product-info-main .product-addto-links a.action.towishlist:before {
	content: '\f004';
	font-family: FontAwesome;
	font-size: 18px;
	color: #E6E7E8;
	display: block;
	line-height: 34px;
}
.product-info-main .product-addto-links span {
	display: none;
}


.product-info-main .box-tocart {
	margin-bottom: 20px;
}
.product-info-main .box-tocart .field.qty {
	display: none;
}
.product-info-main .box-tocart .actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}
.product-info-main .box-tocart .actions .action.tocart {
	padding: 10px 0;
	line-height: 1;
	background: #a7001e;
	border-color: #a7001e;
	height: 43px;
	letter-spacing: 0.05em;
    text-transform: initial;
    font-size: 17px;
    font-weight: 400;
	width: 100%;
}
.product-options-bottom .box-tocart .actions .action.tocart span:after {
    background: url(https://www.alpineskate.com/media/wysiwyg/varios/icono-flecha-boton-carrito-ficha.png) no-repeat;
    background-size: contain;
    content: '' !important;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.product-info-main .box-tocart.update .field.qty {
	display: block;
}
.product-info-main .bundle-actions {
	display: none;
}
div#product-options-wrapper {
	padding-top:0;
}
.product-options-bottom {
    display: block;
	margin-top: 20px
}
.product-options-bottom .box-tocart .actions .action.tocart {
	width: 100%;
}
.product-options-bottom .box-tocart {
	width: 250px;
	margin: 0;
}
.product-options-bottom .box-tocart .fieldset {
	margin-bottom: 0;
}
.product-info-main div#product-options-wrapper .fieldset { 
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}
.product-info-main div#product-options-wrapper .product-info-pago { 
    order:1
}
.product-info-main div#product-options-wrapper .swatch-opt { 
    order:2;
    margin: 10px 0 0;
}
.product-info-main div#product-options-wrapper a#click-guia-talle {
    order:3; 
}

@media (max-width: 768px) {
	.product-info-main h1 { 
	    margin-bottom: 10px;
        margin-top: 10px;
	}
	.product-info-main .product-info-price .price-box {
		margin: 0 0 7px;
	}
	.product-info-main div#product-options-wrapper .product-info-pago  { 
	    order: 4;
	    padding-top: 10px;
	    border-top: 1px solid #eee;
	    margin-top: 15px;
	    width: 100%;
	}
	.product-options-wrapper .swatch-attribute-options { 
	    flex-wrap:wrap;
	}	
}


/* atributos de la prenda ----------*/
.container-atributos {
	/* height: 55px;*/
	margin-top: 10px;
}
.container-atributos .producto-atributos-prendas {
	justify-content: center;
}
.container-atributos .producto-atributos-prendas img {
	max-width: 100px;
}
.producto-atributos-prendas {
	display: flex;
	gap: 2%;
}
.producto-atributos-prendas div {
	text-align: center;
}
.producto-atributos-prendas div img {
	max-height: 70px;
    width: auto;
}
.producto-atributos-prendas div span {
	font-size: 13px;
}


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


/* bundle */
 .bundle-options-container .bundle-options-wrapper {
	 display: none;
}
 .bundle-options-container .block-bundle-summary {
	 float: none;
	 margin-top: 0;
	 padding: 0;
	 width: 100%;
}
 .bundle-options-container .block-bundle-summary .bundle-summary, .bundle-options-container .block-bundle-summary .price-box, .bundle-options-container .block-bundle-summary > .title {
	 display: none;
}
 .product-info-main .bundle-options-container .product-add-form {
	 display: block !important;
}
 .product-info-main .bundle-options-container .product-addto-links a.action.towishlist:before {
	 width: 30px;
	 height: 30px;
	 line-height: 32px;
	 margin: 0;
}
 @media (min-width: 769px) {
	 .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
		 width: 50%;
	}
}


/* fotorama */
.fotorama-item div[class*=amlabel-position-bottom-right] {
	bottom: 10px !important;
    right: 110px !important;
}
.fotorama__stage__frame .fotorama__img {
    border-radius: 10px;
}
 .fotorama__thumb-border {
	 border-color: #a7001e;
}
 .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;
}
#main-media-container #fancybox-button {
	background: transparent;
	border: 0;
	bottom: 10px;
	font-size: 0;
	z-index: 90;
}
#product-gallery-container .bx-wrapper {
	box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 80;
}
@media (max-width: 768px) {
	.fotorama-item div[class*=amlabel-position-bottom-right] {
	    right: 5px !important;
		width: 100px !important;
		height: auto !important;
	}
}



/* botones ficha */
.botones-product-page {
	 display: flex;
	 flex-direction: column;
	 gap: 10px;
}
.botones-product-page .contenido {
	 align-items: center;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 border: 1px solid #ccc;
	 padding: 10px 15px;
}
.botones-product-page .contenido h3, .botones-product-page .contenido p {
	 margin: 0;
}
.botones-product-page .contenido.linea-horizontal {
	 border-bottom: 2px solid #333;
}
@media (min-width: 769px) {
	.botones-product-page .contenido {
		justify-content: start;
		align-items: start;
		flex-direction: row;
		gap: 0 15px;
	}
}
.bloque-tecnologia.categorias img.pagebuilder-mobile-hidden:hover {
    filter: brightness(1.1);
}
@media (max-width: 768px) {
	.bloque-tecnologia .pagebuilder-column {
		flex-basis: 50%;
	}
}


/* swatches */
.product-options-wrapper .swatch-attribute-label {
	font-weight: 400;
	font-size: 16px;
	color: var(--gris_oscuro);
}
.product-options-wrapper .swatch-attribute-options {
	margin: 0 0 10px;
	box-shadow: none;
}
.product-options-wrapper .swatch-option {
	width: 70px !important;
	height: 40px !important;
	background-size: cover !important;
	margin-right: 5px;
	border: 1px solid #333;
	padding: 5px;
	min-width: 50px;
	background: #fff;
	line-height: 28px;
}
.product-options-wrapper .swatch-option .swatch-attribute-options:focus {
	box-shadow: none;
}
.product-options-wrapper .swatch-option:not(.disabled):hover {
	outline-color: #a7001e;
}
.product-options-wrapper .swatch-option.selected {
	outline: 1px solid #a7001e;
	border-color: #a7001e;
}
.swatch-opt dl {
	overflow: hidden;
}
.product-swatches-container li a {
	color: #333;
}
.product-swatches-container .has-swatches span.tooltip-container {
	display: none !important;
}


.shipping-calculator .method-info {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
}

/* tabs */
.product.data.items {
	 margin-left: 0;
	 margin-right: 0;
}
.product.data.items > .item.content {
	 border: 0;
}
.product.data.items > .item.title > .switch {
	border: 0;
	background: #fff;
	font-size: 15px;
	padding-left: 0;
	padding-right: 20px;
	display: inline-block;
    text-transform: uppercase;	
}
.product.data.items > .item.title.active > .switch, 
.product.data.items > .item.title.active > .switch:focus, 
.product.data.items > .item.title.active > .switch:hover {
	color: #a7001e;
}


.product.data.items .table-wrapper {
	margin-left: 0 !important;
}
.product.info.detailed .additional-attributes th.col.label {
		display:none;
}
.product.info.detailed .additional-attributes tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.product.info.detailed .tabs-toolbar {
	background: #d9d9d9;
}
.product.info.detailed .tabs-toolbar-item {
	color: #a7001e;
	text-transform: uppercase;
}
.product.info.detailed .tabs-toolbar-item.active {
	background: #D9D9D9;
	color: #a7001e;
}

 @media (min-width: 769px) {
	.product.data.items>.item.content {
		padding: 0 35px 35px 0;
	}
}


 @media (max-width: 768px) {
	 .catalog-product-view .product.info.detailed {
		 margin-bottom: 0;
		 margin-top: 30px;
	}
	 .product-options-wrapper .swatch-attribute-options {
		 display: flex;
		 align-items: center;
	}
}
 .amrelated-grid-wrapper {
	 margin-top: 30px;
	 border-top: 2px solid #a7001e;
	 padding-top: 20px;
}
 .amrelated-grid-wrapper .block-title {
	 margin-bottom: 5px !important;
}
 .amrelated-grid-wrapper .block-title strong {
	 font-size: 22px;
}
 .amrelated-grid-wrapper .product-items.slick-slider .slick-slide .product-item {
	 max-width: 300px !important;
}
 .amrelated-grid-wrapper .product-item .product-item-info {
	 background: #fff;
	 text-align: center;
	 border: 0;
}
 .amrelated-grid-wrapper .product-item-actions {
	 display: flex;
	 justify-content: center;
}
 .amrelated-grid-wrapper .slick-dots .slick-active button {
	 background: #000;
}
 .amrelated-grid-wrapper .slick-dots li button:before {
	 display: none;
}
 @media (min-width: 769px) {
	 .amrelated-grid-wrapper .block-title {
		 padding-left: 24px;
	}
	 .amrelated-grid-wrapper .products-grid .product-item-info:hover, .amrelated-grid-wrapper .products-grid .product-item-info:active {
		 box-shadow: none;
	}
	 .amrelated-grid-wrapper .product-item .product-item-name a {
		 margin: auto;
	}
}
 @media (max-width: 768px) {
	 .amrelated-grid-wrapper .product-item .product-item-info {
		 border: 0;
	}
}


/* calculadora de envios */
.shipping-calculator > h3 {
	font-family: inherit;
	font-weight: 400;
	margin-bottom: 0;
}
 .block.shipping-calculator {
	 border: 0;
	 padding: 0;
	 margin-top: 15px;
}
 .block.shipping-calculator .sc-short-description {
	 border-bottom: 0;
	 margin: 0 0 10px 0;
	 padding: 0;
	 float: none;
	 font-weight: 600;
}
 .block.shipping-calculator fieldset.fieldset.estimate {
	 display: flex;
	 align-items: center;
	 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;
	border-radius: 0;
	border-color: var(--gris_oscuro);
}
.block.shipping-calculator #sc-submit-form {
	padding: 0;
	border: 0;
}
.block.shipping-calculator .method-info .method-name {
	font-weight: 400;
}
.block.shipping-calculator .change-my-location-link:hover {
	color: #333;
}
.block.shipping-calculator button {
	height: 38px;
    text-transform: initial;
    background: var(--gris_oscuro);
    border-color: var(--gris_oscuro);
    line-height: 1;
    font-size: 16px;	 
}
 @media (max-width: 420px) {
	 .block.shipping-calculator .field.post-code-field input {
		 width: 100%;
	}
	 .block.shipping-calculator .button {
		 width: 100%;
	}
}


 .form-create-account .fieldset.create.account {
	 margin-bottom: 0;
}
 .form-create-account .fieldset.create.account:after {
	 margin-top: 10px;
	 text-align: right;
}
 .block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
	 border-color: #a7001e;
}

/* tabla de items del carrito -----------*/
.cart.table-wrapper .actions-toolbar {
	bottom: 10px;
}
.cart-container .form-cart .actions.main .clear {
	border: 1px solid #333;
	color: #333;
	padding: 5px 15px;
}
.cart-container .form-cart .actions.main .clear:hover {
	background: #333;
	border: 1px solid #333;
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
}
.cart.table-wrapper .product-image-container {
	width: 120px;
}
.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: -140px;
	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;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
	padding: 0 17px;
}
@media (min-width: 769px) {
	.cart.table-wrapper .product-item-photo {
		padding-left: 30px;
	} 
	.cart.table-wrapper .actions-toolbar > .action-delete {
		top: -70px;
		left: 0;
		z-index: 300;
	}
	.cart.table-wrapper .item .col.item {
		padding: 10px 8px 10px 0;
	}
}

/* cupon de descuento ----------*/
 .cart-discount .block > .title {
	 cursor: default;
}
 .cart-discount .block > .title strong {
	 color: #333;
	 font-size: 22px;
}
 .cart-discount .block > .title:after {
	 display: none;
}
 .cart-discount .block.discount {
	 max-width: 500px;
	 float: none;
}
 .cart-discount .block .content {
	 display: block !important;
}
 .cart-discount .block .content input#coupon_code {
	 height: 40px;
}
 .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: #333;
	 border: 1px solid #333;
	 color: #fff;
	 font-weight: 400;
	 box-shadow: none !important;
}


/* CHECKOUT --------------------------------------------------------------*/
.checkout-index-index .minicart-wrapper {
	display: none;
}
.checkout-index-index .logo img {
	width: auto;
}
.checkout-index-index .page-main {
	margin-top: initial;
}
.checkout-index-index .page-header .header.content {
	padding-bottom: 10px;
}
.checkout-index-index .page-header .header.content .minicart-wrapper, .checkout-index-index .page-header .header.content .amsearch-wrapper-block {
	display: none;
}
.authentication-wrapper {
	margin-top: 0;
}
.authentication-wrapper button.action.action-auth-toggle {
	border: 1px solid #333;
	padding: 7px 15px;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
}
button.action.action-login.secondary {
	background: #333;
	color: #fff;
	border: 0;
}
@media (min-width: 769px) {
	.opc-progress-bar-item > span {
		font-size: 15px;
	}
	.opc-progress-bar-item._complete > span {
		color: #333;
	}
	.opc-progress-bar-item._active:before, .opc-progress-bar-item._active > span:before {
		background: #333;
		border-color: #333;
	}
	.opc-progress-bar-item._active > span:after {
		border-color: #333;
	}
}




/* shipping address */
.opc-wrapper .form-shipping-address .field[name*=observaciones] {
    width: 100%;
}
.opc-wrapper .form-shipping-address .field[name*=dni] {
    display: block;
}
.opc-wrapper .form-shipping-address .field[name*=country_id],
.opc-wrapper .form-shipping-address .field[name*=celular] {
	 display: none;
}
@media (min-width: 768px) {
	.opc-wrapper .form-shipping-address .field[name*=altura], 
	.opc-wrapper .form-shipping-address .field[name*=piso], 
	.opc-wrapper .form-shipping-address .field[name*=departamento] {
		width: 15%;
		margin-right: 1%;
	}
}
.field[name*="custom_attributes.celular"] {
    display:none;
}

 .andreanisucursal-container {
	 max-width: 400px;
}
 .andreanisucursal-container > div {
	 margin: 10px 0;
}


/* formas de pago ----------*/
.payment-method .payment-method-title.field {
	 flex-wrap: wrap;
}
 #mbbx-banner {
	 width: 100%;
}
 #mbbx-banner img {
	 max-width: 300px !important;
}

.checkout-payment-method .payment-method+.payment-method .payment-method-title {
	border-top: 0;
	align-items: flex-start;
}
.payment-method .payment-method-label .payment-method-label-icon {
	vertical-align: top; 
}
div#payment_form_mercadopago_adbpayment_checkout_pro .payment-method-title .payment-method-label-title:after {
    content:'Pagá con tarjeta de crédito o débito en línea.';
    display:block;
    font-size:13px;
}
#payment_form_payer_mercadopago_adbpayment_checkout_pro dl.items.check.payable {
	display: none;
}

.checkout-payment-method .checkout-billing-address {
	padding-top: 10px;
	margin: 50px 0 20px;
	border-top: 1px dashed #ccc;
	display: none;
}
.field[name*="billingAddressshared.celular"] {
    display: none;
}


/* cupon de descuento -------------*/
 .discount-code {
	 padding-top: 20px;
}
.discount-code .checkout-payment-method .payment-option-title,
.discount-code .checkout-payment-method .payment-option-content {
	 padding-: 10px 0 10px 0;
}
.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;
}
.opc-wrapper .form-discount input[type="text"] {
	 height: 40px;
	 border-radius: 3px 0 0 3px;
}
.opc-block-summary .table-totals tr.totals.discount {
	 pointer-events: none;
}
.opc-block-summary .table-totals tr.totals.discount .title:after {
	 display: none;
}
.opc-block-summary .table-totals tr.total-rules {
	 display: none;
}
#shipping-new-address-form a.billing_notinlist {
	 color: #333;
	 text-decoration: underline;
	 padding-left: 7px;
}
.checkout-shipping-method .actions-toolbar .action.primary.button, 
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary {
	padding: 0 17px;
	line-height: 1;
    font-size: 14px;
}


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

 @media (min-width: 768px) {
	 .opc-wrapper .form-shipping-address {
		 max-width: unset;
	}
	 .opc-wrapper .form-shipping-address .field {
		 width: 48%;
		 display: inline-block;
		 margin-right: 2%;
		 vertical-align: top;
	}
	 .opc-wrapper .form-shipping-address .control .field {
		 width: 100%;
	}
}
 .table-checkout-shipping-method tbody .row-error .col-error {
	 width: 100%;
}
 .table-checkout-shipping-method tbody .row-error .col-error .message.error {
	 width: 100%;
}
 .opc-block-shipping-information {
	 padding: 0;
}
 .opc-block-shipping-information .shipping-information {
	 border: 1px solid #ccc;
	 padding: 20px;
}
 .checkout-payment-method .payment-option .payment-option-title {
	 pointer-events: none;
}
 .checkout-payment-method .payment-option .payment-option-title .action-toggle {
	 color: #333;
	 font-size: 22px;
}
 .checkout-payment-method .payment-option .payment-option-title .action-toggle:after {
	 display: none !important;
}
 .checkout-payment-method .payment-option .payment-option-content {
	 display: block !important;
}
 .checkout-payment-method .payment-option .payment-option-content .form-discount .actions-toolbar .primary .action {
	 background: #333;
	 border: 1px solid #333;
	 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: #a7001e;
	 border: 1px solid #333;
	 color: #000;
	 font-weight: 400;
	 box-shadow: none !important;
	 text-transform: uppercase;
}
 #mw-store-locator-locations .mw-sl__stores, #mw-store-locator-locations .mw-sl__search, #mw-store-locator-locations .mw-sl__map {
	 z-index: 97 !important;
}
 #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: #a7001e;
	 font-weight: 400;
}
 .places_list_item > a:visited {
	 color: #333;
}
 .descripcion_horas {
	 display: flex;
	 align-items: flex-start;
	 column-gap: 7px;
}


/* paginas cms page builder ----------------------------------------------*/
.cms-tiendas [data-content-type='row'] h3 {
	font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cms-tiendas [data-content-type='row'] hr {
	margin-top: 0;
}
.cms-tiendas [data-content-type='row'] p {
	font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
a.pagebuilder-button-primary {
    background: #a7001e;
    border-color: #a7001e;
    padding: 7px 15px;
    width: 180px;
    color: #fff;
    display: block;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
}
a.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus {
    background: #444;
    border-color: #444;
}
.amform-form .action.primary {
    background: #a7001e;
}
.amform-form .action.primary:hover {
    background: #444;
    border-color: #444;
}

 
 