/* Category bar — match kienangia.com: title floats, only tabs slide */
.v2-home-catepr-left {
	margin: 0;
	padding: 0;
	height: auto !important;
	background: transparent !important;
	overflow: visible !important;
	border-bottom: 2px solid #df200d;
	position: relative;
}
.v2-home-catepr-left-mn {
	display: block !important;
	background: #fff !important;
	overflow: visible !important;
}
.v2-home-catepr-title {
	float: left !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	flex: none !important;
	height: 30px !important;
	line-height: 30px !important;
	margin: 0;
	background: #df200d !important;
	color: #fff !important;
	overflow: visible !important;
}
.v2-home-catepr-title:before,
.v2-home-catepr-title i {
	display: none !important;
}
.v2-home-catepr-title a {
	display: block !important;
	float: left !important;
	width: auto !important;
	max-width: none !important;
	height: 30px;
	line-height: 30px;
	padding: 0 20px !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	font-family: arial;
	white-space: nowrap;
	overflow: visible !important;
	text-overflow: clip !important;
}
.v2-home-catepr-title a span {
	background: none !important;
	padding: 0 !important;
	color: inherit;
	text-transform: uppercase;
}
.v2-home-catepr-title a:hover {
	color: #fff !important;
}

/* BFC beside floated title — remaining width only */
.v2-home-catepr .navigation-head {
	display: flex;
	align-items: center;
	height: 30px;
	position: relative;
	padding: 0 40px 0 20px;
	overflow: visible;
}
.v2-home-catepr .navigation-head .nav-horizontal {
	flex: 1 1 auto;
	display: block;
	min-width: 0;
	height: 30px;
	overflow: hidden !important;
	overflow-x: hidden !important;
}
.v2-home-catepr .navigation-head .nav-horizontal .v2-home-catepr-tabul,
.v2-home-catepr .navigation-head .v2-home-catepr-tabul.nav-tabs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100% !important;
	height: 30px;
	padding: 0;
	border: 0;
	white-space: nowrap;
	list-style: none;
}
.v2-home-catepr .navigation-head .v2-home-catepr-tabul > li,
.v2-home-catepr .nav-tabs > li {
	float: none !important;
	display: block;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	height: 30px;
	max-width: none;
}
.v2-home-catepr .nav-tabs > li:first-child {
	margin-left: 0 !important;
}
.v2-home-catepr .navigation-head .v2-home-catepr-tabul li a,
.v2-home-catepr .nav-tabs > li > a {
	display: block;
	height: 30px;
	line-height: 30px !important;
	padding: 0 12px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0;
	color: #424242 !important;
	font-size: 12px;
	font-weight: 600;
	background: transparent !important;
	white-space: nowrap;
	overflow: visible;
	text-overflow: clip;
}
.v2-home-catepr .navigation-head .v2-home-catepr-tabul li a:after {
	display: none !important;
}
.v2-home-catepr .navigation-head .v2-home-catepr-tabul li a:hover,
.v2-home-catepr .navigation-head .v2-home-catepr-tabul li.active a,
.v2-home-catepr .nav-tabs > li.active > a,
.v2-home-catepr .nav-tabs > li > a:hover {
	color: #df200d !important;
	background: transparent !important;
	border: 0 !important;
}

.v2-home-catepr .navigation-head .js-cate-prev,
.v2-home-catepr .navigation-head .js-cate-next,
.v2-home-catepr .navigation-head #prev,
.v2-home-catepr .navigation-head #next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 16px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #000;
	font-size: 22px;
	z-index: 2;
	display: block !important;
}
.v2-home-catepr .navigation-head .js-cate-prev,
.v2-home-catepr .navigation-head #prev { right: 16px; }
.v2-home-catepr .navigation-head .js-cate-next,
.v2-home-catepr .navigation-head #next { right: 0; }
.v2-home-catepr .navigation-head .js-cate-prev:hover,
.v2-home-catepr .navigation-head .js-cate-next:hover,
.v2-home-catepr .navigation-head #prev:hover,
.v2-home-catepr .navigation-head #next:hover {
	color: #df200d;
}

.v2-home-catepr-more,
.v2-home-catepr-3tab {
	display: none !important;
}
