/*
Theme Name: GreenMart Child
Theme URI: https://demo.thembay.com/greenmart/
Author: Thembay
Description: This is a child theme for GreenMart
Version: 1.0
Author URI: https://thembay.com/
Template: greenmart
Text Domain: greenmart-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.categoryCarousel .item.item-image img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.elementor-widget-tbay-nav-menu
  .elementor-nav-menu--main
  .elementor-nav-menu
  ul.dropdown-menu {
  min-width: 300px !important;
}
.woocommerce-cart, 
.woocommerce .site-header-cart, 
.header-cart,
.menu-item-cart {
    display: none !important;
}
@media screen and (max-width: 768px) {
  .categoryCarousel .item.item-image img {
    height: 85px;
    width: 85px;
  }
}
