/**
 * Add your css styles here, this will be placed on the document head
**/

.woocommerce-message a{
    color: #e72a79 !important;
}

/********Subo la altura delexplore*************/
@media only screen and (max-width: 1200px){
    .explore-mobile-nav {
        bottom: 60px !important;
    }
}