
.bg-cover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.aceptar-caja{
    justify-content: space-between;
}
.btn-enviar-form{
    border-radius: 4px;
}
.custom-checkbox{
    padding-top: 15px;
}
#wpcf7-f578-o1{
    padding-left: 0px;
    padding-right:10px;
}
.imagen-gracias{
    height: 290px;
    max-height: 290px;
}
.letter-thanks{
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 38px;
    text-align: center;
}
.btn-gracias{
    padding: 6px 100px; 
    border: 1px solid #F04442;  
    transition: .5s;
}
.btn-gracias .letter-descriptionandbutton{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 21px;
    text-align: center;
}
.btn-gracias:hover > .letter-descriptionandbutton{
    color: #F04442;    
}
.btn-gracias:hover{
    background-color: #fff;
}
@media (min-width: 992px) {
    .btn-enviar-form{
        border-radius: 4px;
    }
    .custom-checkbox{
        padding-top: 0px;
    }
    .contact-form{
        right: 0px;
        width: 100%;
        position: auto;
    }
    .letter-thanks{
        font-size: 36px;
        font-weight: 600;
        letter-spacing: 2px;
        line-height: 38px;
        text-align: center;
    }
    .btn-gracias{
        padding: 6px 100px; 
        border: 1px solid #F04442;  
        transition: .5s;
    }
    .btn-gracias .letter-descriptionandbutton{
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 21px;
        text-align: center;
    }
    .btn-gracias:hover > .letter-descriptionandbutton{
        color: #F04442;    
    }
    .btn-gracias:hover{
        background-color: #fff;
    }
    /* breadcrbums */
    .woocommerce-breadcrumb {
        display: flex;
        justify-content: end;
    }
    .col-product-width{
        max-width: 25%;
    }
    .imagen-gracias{
        height: 550px;
        max-height: 550px;
    }
}