
#scroll-container-wrapper,
#scroll-container-wrapper-coleccion-zamac-bisuteria,
#scroll-container-wrapper-gold-bisuteria,
#scroll-container-wrapper-fantasia-bisuteria,
#scroll-container-wrapper-hombre-bisuteria,
#scroll-container-wrapper-acero-bisuteria{
	position: relative;
	width: 100%;
	overflow: hidden;
	
}
::-webkit-scrollbar {display: none;}
#scroll-container,
#scroll-container-coleccion-zamac-bisuteria,
#scroll-container-coleccion-gold-bisuteria,
#scroll-container-coleccion-fantasia-bisuteria,
#scroll-container-coleccion-hombre-bisuteria,
#scroll-container-coleccion-acero-bisuteria{
	display: flex;
	width: 100%;
	padding-right: 40px;
	overflow-x: scroll;
	position: relative;
}

#custom-scrollbar,
#custom-scrollbar-coleccion-zamac-bisuteria,
#custom-scrollbar-coleccion-gold-bisuteria,
#custom-scrollbar-coleccion-fantasia-bisuteria,
#custom-scrollbar-coleccion-hombre-bisuteria,
#custom-scrollbar-coleccion-acero-bisuteria{
	position: relative;
	margin-top: 40px;
	height: 15px;
	width: 100%;
	background-color: transparent;
	cursor: pointer;
}

#custom-scrollbar:before,
#custom-scrollbar-coleccion-zamac-bisuteria:before,
#custom-scrollbar-coleccion-gold-bisuteria:before,
#custom-scrollbar-coleccion-fantasia-bisuteria:before,
#custom-scrollbar-coleccion-hombre-bisuteria:before,
#custom-scrollbar-coleccion-acero-bisuteria: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,
#custom-thumb-coleccion-zamac-bisuteria,
#custom-thumb-coleccion-gold-bisuteria,
#custom-thumb-coleccion-fantasia-bisuteria,
#custom-thumb-coleccion-hombre-bisuteria,
#custom-thumb-coleccion-acero-bisuteria{
	position: absolute;
	height: 100%;
	width: 150px; 
	background-color: var(--primary-color);
	cursor: pointer;
	border-radius: 100px;
}

.gn-productList{
	position: relative;
	flex: 0 0 auto;
	background-color: white;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	width: 290px;
	margin-right: 10px;
	-webkit-animation-name: revealLeftTo;
	  animation-name:revealLeftTo;
	  -webkit-animation-delay: 2s;
	  animation-delay: 2s;
}

@-webkit-keyframes revealLeftTo {
	0%, 50%, to {
		 transform: translateX(150px);
		 opacity: 0;
		 transition: 3s all ease;
	   
		 
	}

	25%, 75% {
	   transform: translateX(0);
		opacity: 1;
	}
}

@keyframes revealLeftTo{
	0%, 50%, to {
		 transform: translateX(150px);
		 opacity: 0;
		 transition: 3s all ease;
	   
		 
	}
	
	25%, 75% {
	   transform: translateX(0);
		opacity: 1;
	}
}

.gn-productList .gn-productListDesc{
	border: 1px solid #E9E9E9;
	border-radius: 0px 0px 30px 30px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 20px !important;
	padding-bottom: 10px;
}
.gn-productList .gn-productListDesc a{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
}
.gn-productList .gn-productListDesc h5.card-title{
	font-family: var(--title-font-family);
	font-size: 20px;
	color: var(--color-text);
	margin-bottom: 5px;
	text-align: center !important;
}
.gn-productList .gn-productListDesc p.gn-productCat{
	color: var(--primary-color);
	font-family: var(--title-font-family);
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.gn-productListDesc .woocommerce-Price-amount {
font-size: 18px;
font-family: var(--title-font-family);
font-weight: 400;
color: var(--primary-color);
margin-bottom: 10px !important;
}

.gn-productList .gn-productListImg a.gn-productImgCont{
	position: relative;
	height: 262px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	overflow: hidden;
	border: 1px solid #E9E9E9;
	border-bottom: 0px solid transparent;
	border-radius: 30px 30px 0px 0px;
}
.gn-productList .gn-productListImg .gn-productImg{
	height: auto !important;
	width: 100% !important;
}

.gn-productList .gn-productListCart{
	display: block;
	position: absolute;
	z-index: 99px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	font-family: var(--text-font-family);
	font-weight: 100;
	font-size: 18px;
}

.gn-productList .gn-productListCart .custom-add-to-cart,
.gn-productList .gn-productListCart .custom-on-cart .on-cart,
.gn-productList .gn-productListCart .custom-on-cart .custom-quantity{
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	border: 1px solid #E9E9E9;
	margin-bottom: 2px;
}
.gn-productList .gn-productListCart .custom-on-cart .on-cart{width: 15%;}
.gn-productList .gn-productListCart .custom-on-cart .custom-quantity{width: 84%;}
.gn-productList .gn-productListCart .custom-on-cart{
	display: flex;
	justify-content: space-between;
}


#scroll-container-coleccion-zamac-bisuteria .gn-productList:first-child,
#scroll-container-coleccion-gold-bisuteria .gn-productList:first-child,
#scroll-container-coleccion-fantasia-bisuteria .gn-productList:first-child,
#scroll-container-coleccion-hombre-bisuteria .gn-productList:first-child,
#scroll-container-coleccion-acero-bisuteria .gn-productList:first-child{
	margin-left: 8% !important;
}

.gn-addtocart-button{
  width: 100% !important;
  display: none;
}
.gn-productList:hover .gn-addtocart-button{
 display: block
}
.gn-addtocart-button,
.gn-addtocart-quantity{
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 justify-content: space-between;
 align-content: center;
 align-items: center;
 padding: 0px;
 margin-bottom: 3px;
}
.gn-addtocart .add_to_cart_button{
  width: 100%;
  text-align: center;
  height: 100%;
  margin: 0px !important;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 0px !important;
  opacity: 0.8;
  border: 1px solid #E9E9E9 !important;
  font-weight: 100 !important;
  height: 50px !important;
}

.gn-addtocart .gn-addtocart-quantity{
  display: flex;
  justify-content: space-between;
}
.gn-addtocart-added{
  width: 15% !important;
  margin-right: 5px !important;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;

  height: 50px;
}
.gn-addtocart-adquant{
  width: 85% !important;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.gn-addtocart-added, .gn-addtocart-adquant{
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 0px !important;
  opacity: 0.8;
  border: 1px solid #E9E9E9 !important;
  
}
.gn-addtocart-adquant .custom-add-to-cart{
 display: flex !important;
 justify-content: center !important;
 align-content: center !important;
 align-items: center !important;
}
.button.add_to_cart_buttonRefresh{
  background-color: transparent !important;
  margin: 0px !important;
  padding: 0px !important;
  margin-left: 10px !important;
  border: 0px solid transparent !important;
}

.gn-addtocart-adquant .quantity .minus,
.gn-addtocart-adquant .quantity .plus{
  background-color: white;
  border: 1px solid #E9E9E9;
  border-radius: 30px;
 height: 30px;
 width: 30px;
}
.gn-addtocart-adquant .quantity input{
  border: 0px solid transparent !important;
}
.gn-addtocart-button a i{
  color: var(--primary-color) !important;
}
.gn-addtocart-button a{
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: black;
}

.gn-cantidadCarrito{
  background-color: white;
  color: var(--primary-color);
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 30px;
  position: absolute;
  top: -20px;
  right: -15px;
  z-index: 99;
}

.qib-button-wrapper .quantity input.input-text.qty.text{
	width: 95px;
}
@media (max-width: 767px){
	.gn-listShort .gn-productList img{
		height: 100% !important;
		width: 100% !important;
		max-width: none !important;
	}
	#scroll-container-coleccion-zamac-bisuteria .gn-productList:first-child,
	#scroll-container-coleccion-gold-bisuteria .gn-productList:first-child,
	#scroll-container-coleccion-fantasia-bisuteria .gn-productList:first-child,
	#scroll-container-coleccion-hombre-bisuteria .gn-productList:first-child,
	#scroll-container-coleccion-acero-bisuteria .gn-productList:first-child{
		margin-left: 0% !important;
	}
}

@media (min-width: 768px) and (max-width: 992px){
	.gn-listShort .gn-productList img{
		height: 100% !important;
		width: 100% !important;
		max-width: none !important;
	}
	#scroll-container-coleccion-zamac-bisuteria .gn-productList:first-child,
	#scroll-container-coleccion-gold-bisuteria .gn-productList:first-child,
	#scroll-container-coleccion-fantasia-bisuteria .gn-productList:first-child,
	#scroll-container-coleccion-hombre-bisuteria .gn-productList:first-child,
	#scroll-container-coleccion-acero-bisuteria .gn-productList:first-child{
		margin-left: 0% !important;
	}
}
@media (min-width: 993px) and (max-width: 1200px){
  #scroll-container-coleccion-zamac-bisuteria .gn-productList:first-child,
  #scroll-container-coleccion-gold-bisuteria .gn-productList:first-child,
  #scroll-container-coleccion-fantasia-bisuteria .gn-productList:first-child,
  #scroll-container-coleccion-hombre-bisuteria .gn-productList:first-child,
  #scroll-container-coleccion-acero-bisuteria .gn-productList:first-child{
	  margin-left: 0% !important;
  }
}