#product-tabs li a{
	transition: border 0.2s linear;
	font-size: 14px;
	color: inherit;
}
#product-tabs li a.active, #product-tabs li a:hover{
	border: 1px solid transparent;
	border-bottom: 3px solid #F9423A;
}
.product-images .product-discount{
	position: absolute;
    background: #F9423A;
    color: white;
    top: 35px;
    z-index: 1;
    padding: 4px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.products-of-interest .box-product-of-interest{
	text-decoration: none;
	/*border-left: 1px solid #dee2e6;*/
	border-right: 1px solid #dee2e6;
	border-collapse: collapse;
	outline: none;  
}
.products-of-interest .box-product-of-interest .product-discount{
    background: #F9423A;
    color: white;
    text-align: center;
    font-size: 12px;
	display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    z-index: 50;
}
.products-of-interest .box-product-of-interest .available-stock{
	font-size: 12px;
}

.box-product-of-interest{
    border-bottom: 2px solid #fff !important;
}
.box-product-of-interest:hover{
    border-bottom: 2px solid #F9423A !important;
}
.box-product-of-interest:hover img{
    transform: scale(1.1);
}
.box-product-of-interest img{
    transition: all 0.3s ease, opacity 0.3s; 
}

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

.slick-prev:before, .slick-next:before{
	color: #a7a5a5 !important;    
    font-size: 35px !important;
}
.slick-prev{
    left: -40px !important;
}

.p_lista{
    font-size: 16px;
}

pre{
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: hidden;         
}

.box-manuales:hover{
    transform: scale(1.03);    
}
.box-manuales{
    transition: all 0.3s ease, opacity 0.3s; 
}

@media screen and (max-width: 767px){
	#product-tabs li a{
		font-size: 11px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
	
}


@media screen and (min-width: 1024px){
	
}

#product-tabs li a.active, #product-tabs li a:hover{
	 border: none;
}
.nav-tabs2 {
    background-color: #f0eeee;
    color: #696158;      
}
.nav-tabs2 .nav-link {    
    background-color: #f0eeee;
    color: #696158;  
    text-align: center;
    border: none;
}
.nav-tabs2 .nav-link.active {
    /*background-color: #696158;*/
    background-color: #f9423a;
    color: #fff !important;
    font-weight: bold;    
    border: none;
}
.nav-tabs2 .nav-link:hover {
    background-color: #f9423a;
    color: #fff !important;
    color: #fff !important;
    border: none;
}

.product-images .carousel-item.active{
    cursor: pointer;
}

#modal-img-full {
    position: fixed;
    top: 0;
    left: 0; 
    width: 100vw; 
    height: 100vh; 
    background: rgba(0,0,0,.7) url(../_IMG/loading2.svg) center no-repeat;
    z-index: 40000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    /*display: none;*/
    cursor: pointer;
}

#modal-img-full img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.no-scroll {
    overflow: hidden;
}