/* Slider */

.swiper.sliderHome {
    max-width: 1340px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
    background-image: url('https://devw2.farmaciaalberdi.com/wp-content/uploads/2022/11/arrow_right.svg');
	width: 36px;
	height: 36px
}

.swiper-button-next {
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}

.swiper-button-next:after, .swiper-button-prev:after {
	content: '';
	font-family: unset
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
    background: var( --e-global-color-astglobalcolor0 );
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 10px
}

/* Txt ahorro */
.woocommerce ul.products li.product.sale p.txt-ahorro {
    display: inline-block;
}

p.txt-ahorro {
    width: 58px;
    font-size: 11px;
    line-height: 1.3;
    background: var(--ast-global-color-0);
    border-radius: 50%;
    height: 54px;
    font-weight: 600;
    color: #ffffff;
    padding: 14px 0;
    position: relative;
    margin-left: 14px;
    margin-bottom: 0;
}

p.txt-ahorro:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent var(--ast-global-color-0) transparent transparent;
    left: -10px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
}

/* Carousel productos */

.carousel-productos.elementor-widget-shortcode {
    overflow: hidden;
}

.carousel-productos .woocommerce {
	width: 100% !important;
	max-height: 420px !important;
	grid-template-columns: unset;
	column-gap: unset;
}

.carousel-productos .woocommerce ul.products {
	height: 100% !important;	
	grid-template-columns: unset !important;
	column-gap: unset !important;	
}

.carousel-productos .woocommerce ul.products {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.carousel-productos .woocommerce ul.products li {
    min-width: 230px;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

/* Carrusel marcas */
.swiper.marcasCarousel {
    max-width: 1340px;
}