/* @ipdate: 2025-02-13 */
/* CSS personalizados para el tema */



.fondo_modal_header {
	color: #fff;
	background-color:#0e90c5;
	min-height:45px;
	padding-top:7px;
	padding-bottom:5px;
	text-transform: uppercase;
}


.te_tbody_tabla{
	color: #fff;
	background-color:#974cf2;
}




/* INI chat*/
#feedback_contador {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 23px;
}

#feedback_contador a.feedback_contador {
    display: block;
    margin: 0;
    position: absolute;
    right: 300px;
    top: 15px;
    color: #f4a866;
}
#feedback_contador a.feedback_contador:hover {
    color: #c9c9c9;
}
.lt-cart-counter.lt-active-counter {
    -webkit-transition: all cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.3s;
    transition: all cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.3s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.lt-cart-counter {
    position: absolute;
    top: 30%;
    left: 54%;
    height: auto;
    padding: 0 8px;
    border-radius: 50px;
    font-size: 12px;
    background: #ec6e00;
    color: #fff;
    text-align: center;
    margin: -20px 0 0 2px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
}

@media only screen and (max-width: 767px) {
	#feedback_contador {
	    position: fixed;
	    top: 0;
	    right: 0;
	    z-index: 9999;
	    width: 100%;
	    height: 23px;
	}

	#feedback_contador a.feedback_contador{
	    display: block;
	    margin: 0;
	    /*position: absolute;*/
	    right: 80px;
	    top: 70px;
	    color: #f4a866;
	}
	#feedback_contador a.feedback_contador:hover {
	    color: #c9c9c9;
	}

}
/* END chat*/
