
.ct-woo-card-extra[data-type=type-2] :is(a,button){
    min-height: 35px !important;
    border-radius: 50% !important;
    width: 35px;
}
.ct-woo-card-extra{
    inset-inline: auto !important;
    bottom: auto !important;
    right: 10px !important;
    top: 10px;
}
.woo-listing-top {
    margin-top: 25px;
}
/* Productos Box */
[data-products=type-2] .ct-woo-card-actions>*{
    min-height: 32px !important;
}
[data-products=type-2] .ct-woo-card-actions>.add_to_cart_button{
   background-color: #DF6200 !important;
    color: #fff;
    border-radius: initial;
    font-size: 0;
}
[data-products=type-2] .ct-woo-card-actions>.add_to_cart_button:after{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../images/add_shopping_cart.png');
    display: block;
    margin:  0 auto;
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row{
    width: 100%;
}