/*ESTILOS WIT*/

/*BANNER DE COOKIES (COMPLIANCE AGENCY MOOVE) TEMA CLARO*/
#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    border-top: 0 !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%) !important;
}

/*BANNER DE COOKIES (COMPLIANCE AGENCY MOOVE) TEMA OSCURO*/
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    border-top: 0 !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%) !important;
}

/*OCULTA EL TÍTULO DE HELLO-ELEMENTOR SI SE ACTIVA POR ERROR LA PLANTILLA POR DEFECTO*/
.page-header {
  display: none;
}

.sin-margen p:last-child{
    margin-bottom: 0px;
}

/*PÁGINAS LEGALES */
#texto-legal h1,
#texto-legal h2,
#texto-legal h3,
#texto-legal h4,
#texto-legal h5,
#texto-legal h6{
    margin-top:30px;
}

#texto-legal h1{
    font-size: 30px;
}

#texto-legal h2{
    font-size: 26px;
}

#texto-legal h3{
    font-size: 24px;
}

#texto-legal h4{
    font-size: 22px;
}

#texto-legal h5{
    font-size: 20px;
}

#texto-legal h6{
    font-size: 18px;
}

#texto-legal p{
    font-size: 15px;
}

#texto-legal ol,
#texto-legal ul{
    margin-bottom: 30px;
}

.iconos{
  line-height:0;
}

.woocommerce-form-login {
  height: auto !important;
}

/*CABECERA*/
#cabecera{
    position: absolute;
    z-index:999;
}

/*TESTIMONIALES*/

/*Que el rating solo esté centrado en móvil*/
@media (min-width:768px){
    #testimoniales .jet-testimonials__rating {
        align-self: flex-start !important;
    }
}

#testimoniales .jet-testimonials__item-inner:hover {
  background: #c8ed77;
  transition: 300ms;
}

#testimoniales .jet-testimonials__item-inner:hover .jet-testimonials__rating i {
  color: #678c0d !important;
}

#testimoniales .jet-testimonials__item-inner:hover .jet-testimonials__name,
#testimoniales .jet-testimonials__item-inner:hover .jet-testimonials__comment {
    color:#333333;
}

#testimoniales .jet-testimonials__title{
    display: none !important;
}

/*CONÓCENOS*/
#acordeon-conocenos h3{
    font-weight: 600 !important;
    font-family: "Montserrat" !important;
}

/*INFO PRODUCTOS*/
.caja-icono svg{
    margin-top:10px;
}

/*CARRITO DESPLEGABLE*/
.woocommerce-mini-cart__empty-message{
    font-family: 'Montserrat' !important;
}

span.elementor-button-icon-qty {
    font-family: 'Montserrat' !important;
}

/*SINGLE PRODUCTO*/
.single-product span.price::before {
    content: "Importe seleccionado: ";
}

.single-product span.price {
    color: #242424 !important;
    font-weight: 600;
}

.single-product .woocommerce-variation-add-to-cart{
    margin-top: 25px;
}

/*PÁGINA DE PAGO*/
#finalizar-compra td.product-name {
  max-width: 50% !important;
}