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


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

.e-n-tab-title {
  font-size: 20px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  padding: 5px 10px !important;
  color: #000000 !important;
  background-color: #FFFFFF  !important;
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true]
{
  color: #EA5B1A !important;
}