.hidden, 
.coupon,
#billing_company_field,
#billing_country_field,
#billing_city_field,
#billing_state_field,
#billing_postcode_field,
#billing_address_1_field,
#billing_address_2_field{
    display:none !important;
}

.card-black a{
    color: #C00001 !important;
}

.card-black a:hover{
    color: #ffffff !important;
}

.woocommerce-checkout #payment {
    background: #ebe9eb00 !important;    
}

.card-black{    
    background: black !important;
    color: white !important;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%) !important;
    padding: 25px 25px 25px 25px !important;
}

.card-white{            
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%) !important;
    padding: 25px 25px 25px 25px !important;
}

.card-black .cart-collaterals .cart_totals{
    width: 100% !important;
}

.wc-proceed-to-checkout a {
    color:#ffffff !important;
}

.card-black table,
.card-black table tbody,
.card-black table thead,
.card-black table thead tr th,
.card-black table thead tr td,
.card-black table tbody tr th,
.card-black table tbody tr td,
.card-black table tfoot tr td,
.card-black table tfoot tr th{
    border: white 1px solid !important;
}

li#menu-item-645 a, li#menu-item-642 a{
    padding-top: 13px !important;
}

.menu-item a.hfe-menu-item{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#page{
    max-width: 1000px !important;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 50%);height: 100%;
    min-height: 100%;
}

#form-inicio input, 
.registro-form input,
.contact_form input,
.contact_form textarea{
    border: none !important;
    border-bottom: 1px solid #292929 !important;
    padding: 5px !important;
}

.registro-form select{
    border: none !important;
    border-bottom: 1px solid #292929 !important;
}

#form-inicio #eael-user-login{
    margin-bottom: 30px;
}

#form-inicio .lr-form-wrapper{
    width: 100% !important;
    padding: 22px !important;
}

.forget-menot{
    display: none !important;
}

.forget-pass{
    text-align: left !important;
    margin-top: 10px !important;
}

.forget-pass a{
    color: #292929 !important;
}

.eael-lr-footer .eael-lr-form-loader-wrapper{
    width: 100% !important;
}

.eael-lr-footer .eael-lr-form-loader-wrapper input{
    border-radius: 10px !important;
}

.seleccionado {
    border: 1px solid #C00001 !important;
}

.woocommerce-cart td.product-thumbnail, .woocommerce-cart td.product-name {
    pointer-events: none;
}

.woocommerce a.button.alt,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #C00001 !important;
}

table th.product-remove{
    width: 5px !important;
}

tr.woocommerce-cart-form__cart-item.cart_item .product-thumbnail,
tr.woocommerce-cart-form__cart-item.cart_item .product-quantity,
th.product-thumbnail,
th.product-quantity{
    display:none;
}

.registro-envio,
.contact_form .wpcf7-submit{
    width: 100% !important;
    border-radius: 10px !important;
    background-color: #C00001 !important;
    color: white !important;
}

/* Contacto */

.contact_form{
	width: 460px;
	height: auto;
	margin: 0 auto;
	border-radius: 10px;
}

.contact_form label{
  display: block;
  float: center;
  color: #ffffff;
}


.contact_form button p{
	color: #ffffff; 
}


.contact_form span{
	color: #ffffff; 
}

.contact_form .wpcf7-response-output{	
	color: #ffffff !important;  
}

.contact_form h1{
	font-size: 39px;  
	text-align: letf; 
	padding-bottom: 20px; 
	color: #ffffff;
}


.contact_form h3{
	font-size: 16px; 
	padding-bottom: 30px;
	color: #ffffff;   
}


.contact_form p{
	/* font-size: 14px; */
	/* color: #ffffff; */
	width: 100%;
}

/* Resposive max 767 */

@media (max-width: 767px){
    .col-12{
        width: 100% !important;
        margin-left: 0 !important;
    }

    .woocommerce-page .woocommerce-message .button {
        float: none !important;
    }
}

#wpmenucartli{
    margin-top:13px;
}
#wpmenucartli a {
    color: white;
}
#wpmenucartli a:hover {
    color: var(--e-global-color-primary);
}