.e-con>.e-con-inner {
    gap: unset !important;
}

/*Footer*/
div.woolentor_mini_cart_footer {
    padding-top: 10px !important;
}

.woolentor_mini_cart_content {
    height: 70vh !important;
}

div.woolentor_button_area {
    justify-content: center !important;
    margin-top: 0px !important;
}

div.minicartfooter .woolentor_button_area a {
    display: flex !important;
    padding: 15px !important;
}


/*Oculta boton de ir directamente al checkout*/
.woolentor_mini_cart_footer a.button.btn.woolentor_checkout {
    display: none !important;
}

a.button.btn.woolentor_cart {
    border-radius: 5px !important;
    width: 55% !important;
    justify-content: center !important;
    border: 1px solid #ea8c00 !important;
    background-color: #ffffff !important;
    color: #ea8c00 !important;
}

a.button.btn.woolentor_cart:hover {
    color:#ffffff !important;
}

/*Color en la animacion del boton*/
div.minicartfooter .woolentor_button_area a::before {
    background: #ea8c00 none repeat scroll 0 0 !important;
}