/*
Theme Name: Ecomus Child
Theme URI: https://wpecomus.com/
Author: DrFuri
Author URI: http://drfuri.com/
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: ecomus
*/


.wishlist-empty p {
    color: #000000;   
}

body .wishlist-empty h3 {
  color: #000000 !important;
}


a.button.wc-backward:hover {
  color: #9E927E !important;
}


header *:hover {
  color: #9e927e !important;
}

.header-phone.topbar-text a:hover {
  color: inherit !important;
}

.header-counter {
  background-color: #9E927E !important;
	  pointer-events: none !important;
  
}

/* Wishlist icon hover */
.wcboost-wishlist-button:hover,
.wcboost-wishlist-button:hover .wcboost-wishlist-button__icon {
  color: #9e927e !important;
}

/* Αλλάζει το χρώμα του quick view icon στο hover */
.ecomus-quickview-button:hover .ecomus-svg-icon--eye svg {
    fill: #9e927e !important;
}



/* Add to Cart hover text (μέσα στο κουμπί) */
.add_to_cart_button:hover {
  color: #9e927e !important;
}

/* Transition για smooth αλλαγή */
.wcboost-wishlist-button,
.ecomus-quick-view-button,
.add_to_cart_button {
  transition: all 0.3s ease-in-out;
}



/* ===== WISHLIST ICON BORDER ===== */
.single-product .product .wcboost-wishlist-button {
  border: 1px solid black !important;
}
/* ===== SIZE BUTTONS BORDER (S, M, L, XL) ===== */
.variations_form .variations .value .swatch-label,
.variations_form .variations .value .swatch-label span {
  border: 1px solid black !important;
}

/* === SIZE VARIATIONS BORDER (S, M, L, XL) === */
.wcboost-variation-swatches__item {
  border: 1px solid black !important;
}

/* === SIZE VARIATIONS SELECTED COLOR === */
.wcboost-variation-swatches__item.selected .wcboost-variation-swatches__name {
  color: #9e927e !important;
}

/* === SIZE VARIATIONS SELECTED BORDER COLOR === */
.wcboost-variation-swatches__item.selected {
  border-color: #9e927e !important;
}

/* === ADD TO CART BUTTON HOVER COLOR === */
.single-product form.cart button.single_add_to_cart_button:hover {
  color: #9e927e !important;
}

/* === Checkout: Place Order button text color on hover === */
.woocommerce-checkout button#place_order:hover {
  color: #9e927e !important;
}


/* Force hover text color for Apply Coupon button */
.woocommerce .woocommerce-form-coupon .button:hover{
  color: #9e927e !important;
}

