/*
Theme Name: Divi-hijo
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Divi hijo
Author: Marco Antonio
Author URI: http://www.elegantthemes.com
Template: Divi
*/

@import url("../Divi/style.css");

/* =Las modificaciones comienzan a partir de aquí ————————————————————– */
/* boton WooCommerce producto */
.woocommerce div.product form.cart .button {
    color: #000000!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
    background-image: url(https://www.caprichosdeoro.com/wp-content/uploads/2023/11/boton-comprar-7.jpg)!important;
    background-color: RGBA(255,255,255,0)!important;
	width: 72%;
    box-shadow: 2px 4px 11px 1px;
}
.woocommerce div.product form.cart .button:hover {
    background-image: url(https://www.caprichosdeoro.com/wp-content/uploads/2023/11/boton-comprar-7.jpg)!important;
	width: 73%;
    box-shadow: 2px 4px 20px 1px;
}
/* tamaño titulo productos relacionados */
.product .related h2 {
    font-size: 15px !important;
}
/* Eliminar categorias y etiquetas en ficha de productos */
.posted_in {display:none!important}
.tagged_as {display:none!important}
/* Margen arriba precio producto */
.woocommerce div.product p.price,.woocommerce div.product span.price {
    padding-top: 1em;
}
/* Eliminar linea superior de SKU o Referencia */
.product_meta {
    border-top: none;
}
/* Borde y color contador */
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {
    background-color: #ffffff;
	color: #d4b23d;
    border: 1px solid;
}
/* Color Precio Rebajado */
.entry-summary p.price ins {
    color: #d4b23d !important;
}