/* price list */

.product-card .price {
	display: none;
}

.product-card .price-actual {
	display: inline-block;
}

.product-card .price-item:first-of-type .quantity {
	display:none
}

.product .badges {
	position: absolute;
	text-align: start;
	z-index: 2;
}

.articleitem.price {
	display: none;
}

.articleitem.price.price-actual {
	display: inline-block;	
}

.min-vh-100-ow {
	/*height: calc(100vh - 180px);*/
	min-height: 100vh !important;
}

.banner-category-item.active > a,
.category-item.active > a {
	/*color: var(--fex-green-light);*/
}

.dropdown-usernav .logout-btn {
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	border-radius: 8px;
	padding: 8px 15px;
	color: var(--primary);
	background: var(--white);
	white-space: nowrap;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}


.nav-sidebar .logout {
  width: 100%;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 8px;
  color: var(--text);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

/* swiff slider */
.slider-nav-round .slider-nav::before, 
.slider-nav-square .slider-nav::before {
	background-color: var(--primary);
}

.slider-nav-round .slider-nav::after, .slider-nav-square .slider-nav::after {
	background-color: white;
}

.rounded {
	border-radius: 8px !important;;
}


