/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Kontener */
.wc-stock-meter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
}

/* Pasek z 3 segmentami */
.wc-stock-bar {
  display: inline-flex;
  gap: 6px;
 width: 85px;
 height: 21px;
}

.wc-stock-high .wc-stock-bar {background: url('https://vaporia.pl/wp-content/themes/salient-child/gfx/dostepnosc1.svg'); background-repeat:no-repeat; background-size: cover;}
.wc-stock-low .wc-stock-bar {background: url('https://vaporia.pl/wp-content/themes/salient-child/gfx/dostepnosc2.svg'); background-repeat:no-repeat; background-size: cover;}
.wc-stock-out .wc-stock-bar {background: url('https://vaporia.pl/wp-content/themes/salient-child/gfx/dostepnosc3.svg'); background-repeat:no-repeat; background-size: cover;}

.wc-stock-label {
  font-weight: 600;
}

/* Opcjonalnie: drobny margines w kartach w archiwum */
.products .product .wc-stock-meter {
  margin-top: 6px;
  display: inline-flex;
}

.cwginstock-panel-primary {
	border-radius: 20px !important;
	border-color: #D0D0D0 !important;
}

.cwginstock-panel-heading {
	background: #F1F1F1 !important;
	border-radius: 18px 18px 0 0 !important;
	border: 0 !important;
	color: black !important;
}

.cwginstock-panel-heading h4 {
color: black !important;
}

.cwginstock-panel-body input {
	margin-bottom: 0 !important;
}

.term-description--bottom {
  margin-bottom: 50px;
}

.megamenu .nectar-menu-icon-img {
  width: 100% !important;
  border-radius: 10px !important;
}

.megamenu .menu-item-object-product_brand,
.megamenu .menu-item-object-product_brand a {
  
  border-radius: 10px !important;
}

ul.sub-menu {
  border-radius: 20px 20px 20px 20px !important;
}

#slide-out-widget-area .menu-item-hidden-text>a>.nectar-menu-icon-text>.menu-title-text {
  font-size: 16px !important;
      color: white !important;
      display: block;
}














