.filter-box{
	margin-bottom: 25px;
}
.filter-box .title-filter-box{
    margin-bottom: 10px;
}
.filter-box .title-filter-box h3{
	font-weight: bold;
	font-size: 14px;
	color: #000;
	position: relative;
	width: 100%;
	margin-bottom: -3px;
}
.filter-box .title-filter-box h3 + span{
	width: 50px;
	height: 3px;
	background: #F9423A;
	display: inline-block;
}
.cursor-pointer{
	cursor: pointer;
}
.content-filter-box{
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 25px;
	transition: all 0.2s ease-in-out;
}
.content-filter-box::-webkit-scrollbar {
  	width: 7px;
	cursor: pointer;
}
.content-filter-box::-webkit-scrollbar-track {
	background: #696158;
	border-left: 3px solid white;
	border-right: 3px solid white;
	cursor: pointer;
}
.content-filter-box::-webkit-scrollbar-thumb {
  	background: #696158;
  	border-radius: 5px;
	cursor: pointer;
}
.content-filter-box.categories-container{
	max-height: 300px !important;
}
.content-filter-box.categories-container ul{
	padding-left: 20px;
}
.content-filter-box.categories-container ul li{
	list-style: none;
}
.content-filter-box.categories-container ul li a{
	width: 90%; 
	display: inline-block;
	margin-right: -4px;
}
.content-filter-box.categories-container ul li span{
	cursor: pointer;
	transition: all 0.1s ease-out;
	position: relative;
	width: 9%;
	display: inline-block;
	margin-right: -4px;
}
.content-filter-box .categories-link{
	border-left: 2.5px solid white;
	padding-left: 2px;
	transition: all 0.1s ease-out;
}
.content-filter-box .categories-link:hover{
	color: #F9423A !important;
}
.content-filter-box .categories-link.active{
	border-left: 3px solid #F9423A;
}
.content-filter-box.categories-container ul li span:after{
	content: "";
}
.content-filter-box.categories-container ul li span[aria-expanded="false"]:after{
	content: "+";
}
.content-filter-box.categories-container ul li span[aria-expanded="true"]:after{
	content: "-";
}
.content-filter-box.categories-container ul li span[aria-expanded="true"]{
	/*border-left: 2px solid #F9423A;*/
}

.content-filter-box.brands-container, .content-filter-box.caracteristicas-container{
    overflow-y: scroll !important;
} 
.product-box{
	margin-top: 20px;	
	font-size: 11px;
	padding-top: 15px;
    padding-bottom: 15px;		
	border-right: 1px solid #dee2e6;
	border-bottom: 2px solid #fff;
}
.product-box:hover{		
	border-bottom: 2px solid #F9423A;	
	/*border-top: 2px solid #F9423A;*/			
	margin-top: 20px;
}
.product-box:hover img{	
    transform: scale(1.1); 
}
.product-box img{
    transition: all 0.3s ease, opacity 0.3s; 
}
/*.product-box img:hover{	
}*/

.product-box .product-discount{
	/*font-size: 14px !important;	*/
}

.product-box .marca{
	z-index: 50;
}

.product-box .stars i{
	font-size: 10px;
	color: #E2E2E2;
	letter-spacing: -3px;
}
.product-box .stars i.active{
	color: #F2B411;
}

.paginador{
	margin-left: 5px;
	font-size: 12px;
	line-height: 28px;
}
.paginador .txt{
	line-height: 32px;
	padding-left: 30px
}

.paginador nav a{
	float: left;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #ECECEC;
	text-decoration: none;
	color: #6a6a6a;
	font-size: 12px;
	border-radius: 50%;
	margin-right: 7px;
}
.paginador nav a:hover{
	opacity: 0.7;
}
.paginador nav .select{
	background: #F9423A;
	color: #FFFFFF;
}
.paginador div{
	float: left;
}

.seleccion-container ul li:hover{
	background-color:#EBEBEB !important;
}
.borrar-filtros:hover{
	text-decoration: underline #E3E1E1 !important;	
}

 /* Extra Small Devices, Phones */ 
@media screen and (min-width : 480px) and (max-width : 767px){
	.product-box:nth-child(2n){
		/*border-bottom: 1px solid #DEDEDE;*/
		border-right: none;
	}
}

/* Small Devices, Tablets */
@media screen and (min-width : 768px) and (max-width : 991px){
	.product-box:nth-child(3n){
		/*border-bottom: 1px solid #DEDEDE;*/
		border-right: none;
	}
}

/* Medium Devices, Desktops */
@media screen and (min-width : 992px) and (max-width : 1199px){
	.product-box:nth-child(4n){
		/*border-bottom: 1px solid #DEDEDE;*/
		border-right: none;
	}
	.paginador nav{
		display: flex;
		  justify-content: center; /* centra los items */
		  gap: 20px; /* espacio entre ellos */
	}
}

/* Large Devices, Wide Screens */
@media screen and (min-width : 1200px){
	.product-box:nth-child(4n){
		/*border-bottom: 1px solid #DEDEDE;*/
		border-right: none;
	}
}
.title-filter-box {
	cursor: pointer;	
}
.title-filter-box h3{
	color: #696158 !important;
}
.title-filter-box .btn-accordeon{
	position: relative;
	float: right;
    top: -18px;
    right: 7%;
	cursor: pointer;
	width: 30px;
	text-align: center;
}
.title-filter-box .btn-accordeon:before{
	content: "–";
    font-weight: bold;
    font-size: 20px;
}
.title-filter-box .btn-accordeon.closed:before{
    content: "+";
}
.content-filter-box.accordeon-closed{
	max-height: 0 !important;
}