/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
  background: #eee ;
  padding: 20px ;
  margin: -40px 0 40px !important;
}

/* تغییر آیکن افزودن به سبد خرید برای محصولات ساده و متغیر در کارت محصول */
.wd-product.wd-hover-fw-button .wd-add-btn > a:before {
    content: "\f11a" !important;
    font-family: "woodmart-font" !important;
}
/* پنهان کردن ستاره‌ها در کارت محصول‌ها */
.wd-product .star-rating {
    display: none !important;
}

/* نمایش مجدد در صفحه تک‌محصول */
.single-product .star-rating {
    display: inline-block !important;
}

/* مخفی کردن بخش تغییر رمز در پیشخوان کاربر */
.woocommerce-EditAccountForm fieldset {
    display: none !important;
}
.cart-discount.product-discount .amount,
.cart-discount.total-saving .amount {
    color: #0a9800;
    font-weight: bold;
}
.cart-discount.total-saving {
    border-top: 1px dashed #aaa;
}
.searchform  input:invalid, input.invalid-input {
	border-color: #b9b9b9 !important;
}