.main-container{
	display: flex;
	align-items: center;
	position: relative;
	/* margin: 0 auto; */
	width: 97%;
	transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
}

.main-container-estatico{
	/* width: 100%; */
	display: flex;
	align-items: center;
	position: relative;
	transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
}

.container-promo-activa{
	margin: auto;
	padding-left: 10px;
	padding-right: 0px;
	width: 100%;
}

.main-container:hover .left-arrow, 
.main-container:hover .right-arrow{
	display: block;
}

.main-container .left-arrow, 
.main-container .right-arrow{
	background: #fff;
	border: none;
	position: absolute;
	border-radius: 50%;
	color: #444;
	font-size: 30px;
	top: calc(50%-15%);
	line-height: 40px;
	width: 60px;
	height: 60px;  
	cursor: pointer;
	z-index: 10;
	display: none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
	transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s;	
}

.main-container .left-arrow:hover, 
.main-container .right-arrow:hover{
	-webkit-box-shadow: 0px 3px 4px 0px rgba(102,102,102,0.6);
    -moz-box-shadow: 0px 3px 4px 0px rgba(102,102,102,0.6);
    box-shadow: 0px 3px 4px 0px rgba(102,102,102,0.6);
    transition: all 200ms linear 0s;
}

.main-container .left-arrow:focus, 
.main-container .right-arrow:focus{
	outline: 0px !important;
}

.left-arrow i{
	color: #444;
	font-size: 35px;
	position: absolute;
	top: 12px;
	bottom: 0;
	left: 0;
	right: 5px;
	margin: auto;
  -webkit-text-stroke: 2px white;
}

.right-arrow i{
	color: #444;
	font-size: 35px;
	position: absolute;
	top: 12px;
	bottom: 0;
	left: 0;
	right: -4px;
	margin: auto;
  -webkit-text-stroke: 2px white;
}


.main-container .left-arrow{
	left: 10px;
}

.main-container .right-arrow{
	right: 10px;
}

.container-promo-activa .left-arrow{
	left: -15px;
}

.container-promo-activa .right-arrow{
	right: -30px;
}

/*Carousel*/

.contenedor-carousel{
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	scroll-behavior: smooth;
}

.contenedor-carousel-estatico{
	/* width: 100%; */
	margin: 0 auto;
	overflow:hidden;
	scroll-behavior: smooth;
}

.contenedor-carousel-promo__activa{
	padding: 0px;
}

.contenedor-carousel .carousel{
	 display: flex;
	 flex-wrap: nowrap;
	 cursor: pointer;
	 overflow: hidden;
	 transition: 0.5s ease all;
}

.contenedor-carousel-estatico .carousel{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	flex-wrap: wrap;
	cursor: pointer;
	overflow: hidden;
	transition: 0.5s ease all;
}

.carousel.active{
    cursor: grab;
}

.contenedor-carousel .carousel .card-vertical-container{
	height: 307px;
}

.contenedor-carousel-estatico .carousel .card-vertical-container{
	height: 307px;
}

.contenedor-carousel .carousel  .card-vertical-container,
.contenedor-carousel .carousel  .card-horizontal-container{
	margin: 10px;
    text-align: center;
	border: 1px solid var(--light-gray);
	border-radius: 8px;
	background-color: var(--white-color); 
	position:relative;
	transition: 0.5s ease all;
}

.contenedor-carousel-estatico .carousel  .card-vertical-container,
.contenedor-carousel-estatico .carousel  .card-horizontal-container{
	margin: 10px;
    text-align: center;
	border: 1px solid var(--light-gray);
	border-radius: 8px;
	background-color: var(--white-color); 
	position:relative;
	transition: 0.5s ease all;
}

.card-horizontal{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 380px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 15px;
}

.new-card-footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}


.contenedor-carousel .carousel .card-vertical-container:hover, 
.contenedor-carousel .carousel .card-horizontal-container:hover{
	transition: all 100ms linear 0s;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(102,102,102,0.8);
	-moz-box-shadow: 0px 3px 6px 0px rgba(102,102,102,0.8);
	box-shadow: 0px 3px 6px 0px rgba(102,102,102,0.8);
}

.contenedor-carousel-estatico .carousel .card-vertical-container:hover, 
.contenedor-carousel-estatico .carousel .card-horizontal-container:hover{
	transition: all 100ms linear 0s;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(102,102,102,0.8);
	-moz-box-shadow: 0px 3px 6px 0px rgba(102,102,102,0.8);
	box-shadow: 0px 3px 6px 0px rgba(102,102,102,0.8);
}

.free-shipping{
	color: var(--green-color);
}

.image-horizontal, .image-vertical{
	object-fit: cover;
}

.image-vertical{
	width: 135px;
	height: 135px;
    margin: 10px auto;
	padding-bottom: 10px;
}

.image-horizontal{
	width: 115px;
	height: 115px;
    margin-left: 15px;
}

.content-product-vertical{
    display: block;
	height: 150px;
	padding: 0 15px;
	margin-top: 10px;
	border-bottom: 1px solid var(--light-gray);
	position: relative;
	text-decoration: none;
	width: 219px;
}

.content-product-vertical:hover{
	text-decoration: none;
}

.content-product-vertical h3{
	color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    height: 35px; 
    margin: 10px 0px;
	overflow: hidden;
}

.content-product-horizontal:hover{
	text-decoration: none;
}

.content-product-horizontal h3{
	color: var(--light-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
	display: block;
    height: 35px;
    margin: 10px 0;
	overflow: hidden;
}

.section_precio{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.section_precio p{
	line-height: 20px;
	color: #000;
	font-size: 22px;
	margin-bottom: auto !important;
}

.section_precio .porcentaje_descuento{
    color: var(--green-color);
}
 
.sin_interes-vertical{
	position: absolute;
    top: 0px;
    left: 8px;
    background: transparent url(https://static.bidcom.com.ar/images/vector/cucarda-3-cuotas.svg) no-repeat center top;
    width: 90px;
	height: 38px;
	background-size: 100%;
}
.sin_interes-horizontal{
	position: absolute;
	top:7%; 
	left:7px;
	background: transparent url("https://static.bidcom.com.ar/images/vector/cucarda-12-cuotas.svg") no-repeat center;
	border:0px solid;
	width:55px;
	height:34px;
}
/* Se modifica altura de las flechas del slider de categorías */
.swiper-next i, .swiper-prev i {
	top: 4px !important;
	font-size: 3.3rem;
}


@keyframes mover {
    0%   {left: 0px; top: 0px;}
    100%  {left: 30%; top: 0px;}
}

/* Medias Queries*/ 
@media screen and (max-width:800px){
	.main-container{
		padding-left: 0px;
		padding-right: 0px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.contenedor-carousel{
		width: 100%;
		padding: 0;
	}

	.content-product-vertical{
		display: block;
		padding: 0 15px;
		margin-top: 10px;
		border-bottom: none;
		position: relative;
		text-decoration: none;
		width: 150px;
	}

	.image-vertical{
		width: 100px;
		height: 100px;
		margin: auto;
	}

	.precio-anterior {
		display: none !important;
	}
	
	.free-shipping {
		display: none !important;
	}
	
	.section_precio{
		display: flex;
		align-items: center;
		margin: 3px -8px 0px 0px;
	}

	.section_precio p{
		font-size: 16px;
		margin-right: 3px;
	}

	.section_precio .porcentaje_descuento{
		font-size: 12px;
		line-height: 20px;
	}

	.card{
		min-width: 73% !important;
	}

	.contenedor-carousel .carousel .card-vertical-container{
		height: 214px;
	}
	.hlt-detalle-card{
		font-size: 10px !important;
	}
}

.separador-mobile{
	height: 20px;
}

.precio-anterior {
	margin-top: 2px;
    color: var(--dark-gray);
    font-size: 15px;
    line-height: 13px;
    padding: 7px 0 0 0px;
}

@media screen and (max-width:760px){
	.contenedor-carousel-estatico .carousel{
		justify-content: center;
	}
	.contenedor-carousel-estatico .carousel .card-vertical-container{
		height: 209px;
	}
	.content-product-vertical h3,
    .content-product-horizontal h3 {
        font-size: 16px;
		height: 38px;
    }
}


@media screen and (max-width:360px){
	
	.contenedor-carousel{
		display: flex;
		flex-wrap: nowrap;
		gap: 20px;
		margin-left: 20px;
	}

	.card{
		min-width: 75% !important;
	}
}