/* Theme Name: Vedhak Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of vedhak
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: vedhak
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  vedhak-child
*/
/* Styling tombol silang di cart WooCommerce */
.woocommerce a.remove {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000 !important; /* warna merah */
    text-decoration: none;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #ff0000;
    border-radius: 50%;
    text-align: center;
}

.woocommerce a.remove:hover {
    color: #ffffff !important;
    background: #ff0000;
}