/*custom CSS*/

.box-vogavideo > div.ApColumn{
height: unset;
}

body#product .product-add-to-cart .add-to-cart,
body#product .product-actions button[data-button-action="add-to-cart"],
body#product main#content button[data-button-action="add-to-cart"] {
    background-color: #C75300 !important; /* Naranja oscuro */
    border-color: CC5600 !important;
}
body#product .product-add-to-cart .add-to-cart:hover,
body#product .product-actions button[data-button-action="add-to-cart"]:hover,
body#product main#content button[data-button-action="add-to-cart"]:hover {
    background-color: #FF8C42 !important; /* Naranja más claro al pasar el cursor */
    border-color: #FF8C42 !important;
}


