/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*finalizar compra*/
.woocommerce-password-strength.short{
    display: none;
}
.woocommerce-checkout.checkout.create-account small{
    display: none;
}

/*Recibido pedido*/
.woocommerce ul.order_details{
    display: flex;
    justify-content: center;
    font-family: Lato, sans-serif;
    font-size: 16px;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    font-family: Lato, sans-serif;
}
.woocommerce-order{
    text-align: center;
    font-family: Lato, sans-serif;
}
.woocommerce-order-details,.woocommerce-customer-details{
    margin-top: 50px;
    margin-left: 25%;
    margin-bottom: 50px;
    margin-right: 25%;
}
/*Carrito*/
.woocommerce-message{
    display: none;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{
    text-align: center  !important;
}

/*Form login*/

.form-inicio{
    font-family: Lato, sans-serif;
}
.form-inicio input[type="text"],.form-inicio input[type="password"],.form-inicio input[type="tel"]{
    color: #16365E !important;
    border-radius: 10px !important;
    height: 55px !important;
}
.form-inicio input[type="text"]::placeholder,.form-inicio input[type="password"]::placeholder,.form-inicio input[type="tel"]::placeholder{
    color: #16365E !important;
}
.form-inicio select{
    color: #16365E !important;
    border-radius: 10px !important;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.form-inicio .um input[type=submit].um-button{
    background: #16365E !important;
    font-family: Lato, sans-serif !important;
    padding: 7px 20px 7px 20px  !important;
    border-radius: 10px !important;
    width: auto;
    margin-right: 10px;
}
.form-inicio .um input[type=submit].um-button:hover{
    background: #33639E !important;
}
.form-inicio .um-left{
    float: none !important;
    display: flex ;
    justify-content: flex-end;
    margin-right: 20px;
}
.form-inicio .um .um-button.um-alt{
    background: #00B4DA !important;
    font-family: Lato, sans-serif !important;
    padding: 7px 20px 7px 20px  !important;
    border-radius: 10px !important;
    width: auto;
    color: #fff;
}
.form-inicio .um .um-button.um-alt:hover{
    background: #4DBED6 !important;
}
.form-inicio .um-right{
    float: none !important;
    display: flex ;
    justify-content: flex-start;
}
.form-inicio .um-col-alt{
    display: flex;
    justify-content: center;
}
.form-inicio .um-field .select2.select2-container .select2-selection{
    color: #16365E !important;
    border-radius: 10px !important;
}
.form-inicio .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #16365E !important;
}
.form-inicio a,.form-inicio .um-field-checkbox-state,.form-inicio .um-field-checkbox-option{
    color: #fff !important;
}
.form-inicio a:hover{
    color:#4DBED6;
}
.form-inicio a.um-link-alt{
    color:#fff !important;
}
.form-inicio a.um-link-alt:hover{
    color:#4DBED6;
}
.um-field-checkbox-state i{
    color: #fff !important;
}
.um-misc-ul li{
    font-size: 18px !important;
}
.um-misc-ul::marker{
    color:#16365E !important;
}
.um-misc-with-img{
    color:#ffffff;
}
/*transmision*/
.bordervet{
    background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(90deg, #77C9C3,#A5D167) border-box;
    border: 8px solid transparent;
    border-radius: 15px;
}

/*pendiente aprobacion*/
.form-inicio .um-postmessage{
    background: rgba(22, 54, 94, 0.55);
    color: #fff;
    font-family: Lato, sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    padding: 50px;
}

/*restablecer contraseña*/
.form-pass input[type="text"]{
    color: #16365E !important;
    border-radius: 10px !important;
    height: 55px !important;
}
.form-pass input[type="text"]::placeholder{
    color: #16365E !important;
}
.form-pass .um input[type=submit].um-button{
    background: #16365E !important;
    font-family: Lato, sans-serif !important;
    padding: 7px 20px 7px 20px  !important;
    border-radius: 10px !important;
    width: auto;
}
.form-pass .um input[type=submit].um-button:hover{
    background: #33639E !important;
}
.form-pass .um-field-block{
    color: #fff;
    font-family: Lato, sans-serif !important;
}

/*RESPONSIVE*/
@media (max-width: 768px) {
    .woocommerce ul.order_details{
        flex-direction: column;
        text-align: center;
    }
    .woocommerce ul.order_details li{
        margin-bottom: 20px;
    }
    .woocommerce-order-details,.woocommerce-customer-details{
        margin-top: 50px;
        margin-left: 20px;
        margin-bottom: 50px;
        margin-right: 20px;
    }
  }