/**
* Theme Name:     StarBella Layout
* Theme URI:      https://templatemela.com/
* Author:         TemplateMela
* Author URI:     https://templatemela.com
* 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
*/
:root .color-switch-dark #masthead,
:root .color-switch-dark #colophon {
  --global-palette9: #ffffff;
  --global-palette3: #000000;
}

.color-switch-dark .site-header .header-contact-item img {
  -webkit-filter: invert(0);
          filter: invert(0);
}
.color-switch-dark .site-footer .widget-title::before {
  -webkit-filter: invert(0);
          filter: invert(0);
}
.color-switch-dark .cms-video-img-banner img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.site-footer .site-footer-wrap:before {
  background: none;
}
.site-footer .widget_mc4wp_form_widget .widget-title::before {
  background: url(../wine/img/email.svg) no-repeat;
  background-size: 25px;
}
.site-footer .widget_mc4wp_form_widget .newsletter-wrapper input[type=email] {
  border-radius: 0;
}
.site-footer .widget_mc4wp_form_widget .newsletter-wrapper input[type=submit] {
  background-color: var(--global-palette1);
  border-radius: 0;
}
.site-footer .footer-navigation ul li {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.woocommerce ul.products li.product {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce div.entry .woocommerce-tabs ul.tabs li.active::before {
  background: var(--global-palette2);
}
.woocommerce div.entry .woocommerce-tabs ul.tabs li:hover::before {
  background: var(--global-palette2);
}
.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart, .woocommerce div.product div.summary .added_to_cart, .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  border-radius: 0px;
}

.primary-sidebar.widget-area .widget-title, #filter-drawer .drawer-inner .product-filter-widgets .widget-title {
  background: var(--global-palette7);
  color: var(--global-palette3);
  border-radius: 0;
}