/*
 Theme Name:   Grafiman Child
 Description:  Grafiman Child Theme
 Author:       Grafiman
 Author URI:   https://www.grafiman.gr
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Product Image Resize */
.product-grid-item :is(.product-image-link, .hover-img) img {
 	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

/* MENU TEXT */
.wd-nav > li > a {
  font-size: 16px !important;
}

.wd-sub-menu li > a {
  color: #000 !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
}

.wd-sub-menu li > a:hover {
  color: rgba(103, 189, 113, 1) !important;
}

/* SIDEBAR CART BUTTON */
.woocommerce-mini-cart__buttons .btn-cart {
  background-color: #9a9c77 !important;
}

.woocommerce-mini-cart__buttons .btn-cart:hover {
  background-color: #828465 !important;
}

/* PRODUST LIST ADD TO CART */
.wd-product.wd-hover-quick .wd-add-btn {
  opacity: 1 !important;
}