@font-face {
 font-family: 'ITCAvantGardePro-Md';
  src: url('/wp-content/plugins/card-carousel/assets/fonts/ITCAvantGardePro-Md.woff2') format('woff2'),
	   url('/wp-content/plugins/card-carousel/assets/fonts/ITCAvantGardePro-Md.woff') format('woff');
	   font-weight: 400;
  font-style: normal;
}
#scroll-container-wrapper,
#scroll-container-wrapper-informatica,
#scroll-container-wrapper-muebles-oficina{
	position: relative;
	width: 100%;
	overflow: hidden;
	
}
::-webkit-scrollbar {display: none;}
#scroll-container,
#scroll-container-informatica,
#scroll-container-muebles-oficina{
	display: flex;
	overflow: hidden;
	width: 100%;
	padding-right: 40px;
	overflow-x: scroll;
}

#custom-scrollbar,
#custom-scrollbar-informatica,
#custom-scrollbar-muebles-oficina{
	position: relative;
	margin-top: 40px;
	height: 15px;
	width: 100%;
	background-color: transparent;
	cursor: pointer;
}

#custom-scrollbar:before,
#custom-scrollbar-informatica:before,
#custom-scrollbar-muebles-oficina: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-informatica,
#custom-thumb-muebles-oficina{
	position: absolute;
	height: 100%;
	width: 150px; 
	background-color: #FF6B00;
	cursor: pointer;
	border-radius: 100px;
}

.gn-productCardLast{
	background-color: #FF6B00;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	
}
.gn-productCardLast a{
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: white;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.gn-productCardLast p{
	margin: 0px;
	padding:0px;
	margin-top: 5px;
}
.gn-price{
	font-weight: bold;
	color: #FF6B00;
	font-size: 20px;
}