/* * CSS
/* * Name: Desguaces
/* * Description: CSS Woocommerce Plugin
/* * Version: 7.0
/* * Author: Estudio Neto Creativo / MMC */

abbr.required {
    text-decoration: none;
}

.logged-in.pagina-mi-cuenta .entry-content .woocommerce {
    display: flex !important;
}

.pagina-mi-cuenta .entry-content .woocommerce {
	display: block !important;
}

img:-moz-broken{
    opacity: 0 !important;
}

img {  
    position: relative;
}

img::after {  
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.select2-results__options {
    background-color: #fff !important;
}