/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */
/*tienda woocommerce*/

.single_add_to_cart_button{
	color: #FFFFFF !important;
    border-radius: 5px!important;;
    background-color: #383838 !important;
}
.woocommerce-Price-amount{
    color: #383838 !important;
	font-weight:bold;
}
.entry-summary p.price span {
                font-size: 30px !important;
            }

woocommerce span.onsale, .woocommerce-page span.onsale {
    z-index: 2;
    background: #8300E9 !important;
    border-radius: 3px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff;
    font-size: 20px;
    font-weight: 500 !important;
    left: 10px !important;
    line-height: inherit !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    padding: 6px 18px !important;
    position: absolute;
    text-shadow: none !important;
    top: 10px !important;
}
.posted_in a, .tagged_as a {
    font-weight: 500;
    color: #8300E9;
    text-decoration: none;
}
