/**
* Theme Name:     Themename
* 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
*/


/* Hide cart text */
.header-cart-button .header-cart-content {
  display: none !important;
}

/* Hide Compare option */
.woosc-btn.woosc-btn-591.woosc-btn-has-icon.woosc-btn-icon-text {
  display: none !important;
}

/* Home page - shop by category */
.home-cat{display: flex;
  justify-content: center;}
  
/* Home page - category menu */
.elementor-widget-wrap.elementor-element-populated {
  margin:
0px !important;
}

/* Product page - Slider */
.flaticon-right-arrow.slick-arrow {
  display: none !important;
}
.flaticon-back-arrow.slick-arrow, .flaticon-back.slick-arrow {
  display: none !important;
}
.slick-list {
  margin: 10px !important;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow{
    background: transparent !important;
}