/*
.b-hidden-wrap {
	display: none;
}

.b-hidden-wrap_visible {
	display: block;
}
*/

.-step-disable {
	pointer-events: none;
}

.up_z {
	z-index: 200000!important;
}

.wide {
	width: 100%;
	padding: 0!important;
	text-align: center;
}

.dnone {
	display: none;
}

.error{
	border-color:red;
	animation-name: error-border;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
@keyframes error-border {
    0% {border-color: red;}
    50% {border-color: inherit;}
	100% {border-color: red;}
}
.b-product-item:hover:before{
	pointer-events: none;
}

.form-message {
	margin-top: 5px;
	margin-bottom: 10px;
}

.b-product-status {
	margin-bottom: 25px;
	font-size: 20px;
}
.lowercase{
	text-transform: lowercase;
}
.popup-fix-br{
	border-radius: 6px;
	overflow: hidden;
}
.b-footer-nav__item:not([data-footer-toggle]):after {
	content: none;
}
.b-dropdown__container .b-mobile-nav__category-link {
	text-decoration: none;
}

.b-subcategory-carousel .owl-dots .owl-dot:not(.active) {
	border: 1px solid #000;
}
@media (min-width: 641px) {
	.b-subcategory-carousel .owl-dots .owl-dot.active {
		border-color: #191919;
		background-color: #191919;
	}
	.b-subcategory-carousel .owl-dots .owl-dot {
		position: relative;
		z-index: 2;
	}
}