

#scroll-container-wrapper-all-products,
#scroll-container-wrapper-nuevas-promociones{
	position: relative;
	width: 100%;
	overflow: hidden;
	
}
::-webkit-scrollbar {display: none;}
#scroll-container-all-products,
#scroll-container-nuevas-promociones{
	display: flex;
	width: 100%;
	padding-right: 40px;
	overflow-x: scroll;
	position: relative;
}
#scroll-container-all-products .gn-productList-Car:first-child,
#scroll-container-nuevas-promociones .gn-productList-Car:first-child{
	margin-left: 8% !important;
}
#custom-scrollbar-all-products,
#custom-scrollbar-nuevas-promociones{
	position: relative;
	margin-top: 40px;
	height: 15px;
	width: 100%;
	background-color: transparent;
	cursor: pointer;
}

#custom-scrollbar-all-products:before,
#custom-scrollbar-nuevas-promociones:before{
	content:'';
	position: absolute;
	top:0px;
	height: 1px;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 7px;
	background-color: #2f2f2f;
	border-radius: 6px;
	opacity: .25;
}	

#custom-thumb-all-products,
#custom-thumb-nuevas-promociones{
	position: absolute;
	height: 100%;
	width: 150px; 
	background-color: var(--primary-color);
	cursor: pointer;
	border-radius: 100px;
}

.gn-productList-Car{
	position: relative;
	flex: 0 0 auto;
	background-color: white;
	overflow: hidden;
	border-radius: 20px;
	border: 1px solid #EBEBEB;
	width: 400px !important;
	margin-right: 10px;
	color: black;
}
.gn-productListImg-Car{
	position: relative;
	overflow: hidden;
	margin: 10px;
	border-radius: 20px;
	height: 370px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.gn-productListImg-Car img{
	height: 100% !important;
	width: auto;
	max-width: none !important;
}
.gn-productListDesc-Car{
	margin: 20px;
}
.gn-productListDesc-Car h5{
	font-weight: bold;
	font-size: 22px;
	color: black;
	margin-bottom: 10px;
}
.gn-productDirection-Car{
	margin: 0px !important;
	color: black;
}

/* Desaturar productos vendidos */
.gn-productList-Car.vendido img {
	filter: saturate(0%);
}




@media (max-width: 767px){
	.gn-listShort .gn-productList-Car img{
		height: 100% !important;
		width: 100% !important;
		max-width: none !important;
	}
	#scroll-container-coleccion-nuevas-promociones .gn-productList-Car:first-child{
		margin-left: 0% !important;
	}
}

@media (min-width: 768px) and (max-width: 992px){
	.gn-listShort .gn-productList-Car img{
		height: 100% !important;
		width: 100% !important;
		max-width: none !important;
	}
	#scroll-container-coleccion-nuevas-promociones .gn-productList-Car:first-child{
		margin-left: 0% !important;
	}
}
@media (min-width: 993px) and (max-width: 1200px){
  #scroll-container-coleccion-nuevas-promociones .gn-productList-Car:first-child{
	  margin-left: 0% !important;
  }
}