/**
* Theme Name:        avanam-fashion
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-fashion
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

.site-header .header-contact-wrap .header-contact-inner-wrap .contact-content .contact-label:hover {color: #ea1c31 !important;}
.vertical-navigation .vertical-menu-container > ul.menu {border: 3px solid #d9d9d9 !important;}
.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button),.button{color:#f5f5f5 !important;}
.1header-cart-wrap .header-cart-button .header-cart-total {background: #ea1c31 !important;color: #fff !important;}
.1site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button:hover {color: #fc8491 !important;}
.elementor-button:hover{color:#fff !important;}
.mobile-toggle-open-container .menu-toggle-open {color: #000 !important;}
.header-mobile-cart-wrap .header-cart-inner-wrap .header-cart-button {color: #000 !important;}
.elementor-animation-grow {transition-duration: 2s !important;}
.elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover {transform: scale(1.05) !important;}
.site-header-item .header-account-wrap .header-account-button {color:#282c3f !important;}
.catslidediv .product-cat-caption {display: none !important;}

@media (min-width: 720px) {
	.woocommerce ul.products li.product a.woocommerce-loop-image-link {height:400px !important;}
	 .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {padding-left: 10px !important; padding-right: 10px !important;}
    .header-search-advanced form.search-form .search-btn-icon {display:block !important;}
	.search-btn-text,.header-cart-content span{display:none !important;}
}
@media (max-width: 420px) {.woocommerce ul.products li.product a.woocommerce-loop-image-link {height:250px !important;}
}
.custom-price-filter {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}
.custom-price-filter li a {
  background: #f4f4f4;
  border-radius: 6px;
  padding: 8px 15px;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.custom-price-filter li a:hover {
  background: #000;
  color: #fff;
}