/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.widget_nav_menu {
  background: var(--porto-gray-7);
}
.widget_nav_menu li.current-menu-item{
  background-color:var(--porto-primary-color);
}
.widget_nav_menu li.current-menu-item a {
  color:#fff !important;
}

#login-form-popup{
	background: white;
  padding: 20px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart{
  display: inline-block;
  content: "\e8ba";
  font-family: "Porto";
  font-family: var(--porto-add-to-cart-ff,var(--porto-body-ff)),sans-serif;
  padding: 10px;
  color:#212529;
  background-color: #fff;
  border: 1px solid #ddd;
}

.wc-block-grid__products .wc-block-grid__product a.wp-block-button__link{
  color:#212529;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
.wc-block-grid__product .wc-block-grid__product-add-to-cart:hover,
.wc-block-grid__product .wc-block-grid__product-add-to-cart:hover a{
  background-color: var(--porto-primary-color);
  border-color: var(--porto-primary-color);
  color: var(--porto-primary-color-inverse,#fff);
}

.gt_float_switcher, .gt_float_switcher .gt-selected{background:transparent !important;}
.menu-item-gtranslate > div{position:relative !important;}
.gt_float_switcher .gt-selected .gt-current-lang{color:#fff !important;font-size:12px !important;text-align:left;}
.gt_float_switcher img{width:20px !important;}
.gt_float_switcher .gt_options a{text-align:left;font-size:12px;color:#fff !important;font-weight:400;}
.gt_float_switcher .gt_options{z-index:9999;position:relative !important;transform:none !important;position:fixed !important;background:#222529;}
.mobile-tab-content li.menu-item-gtranslate > div{position:relative !important;}


.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler{
  fill: #fff;
}
