h4 {
	font-size: 15px;
}

/* header */
#header-main .form-control {
	height: 36px;
}
#header-contacts {
	margin-bottom: 20px;
}

/* search */
#search {
	position: relative;
	padding-left: 140px;
}

#search .search-label {
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	border-right: none;
}
#search select.search-label {
	font-size: 11px;
	padding: 0;
}
#search p.search-label {
	text-align: right;
	padding-right: 15px;
	line-height: 36px;
}
#search-form select {
	border-right: none;
	font-size: 11px;
	padding-right: 0;
	width: 160px;
}

@media (max-width: 400px) {
	#search {
		padding-left: 0;
		padding-bottom: 36px;
	}
	#search .search-label {
		top: 36px;
	}
	#search select.search-label {
		width: 100%;
		border-right: 1px solid #ededed;
	}
}

/* catalog sort */
#catalog-sort-limit {
	float: right;
}
#catalog-sort-limit label {
	text-transform: none;
}
#catalog-sort-limit .form-group,
#catalog-sort-limit .checkbox {
	margin-right: 30px;
}

/* catalog filter */
#catalog-filter {
	font-size: 12px;
}
#catalog-filter .input-sm {
	height: 25px;
}
#catalog-filter .form-control-static {
	line-height: 25px;
}
#catalog-filter .values label {
	font-weight: normal;
	display: block;
	margin-bottom: 0;
}
#catalog-filter .values label input[type="checkbox"] {
	position: relative;
	top: 3px;
}

/* item labels */
.item-labels {
	margin-top: 10px;
	list-style: none;
}
.item-labels img {
	max-height: 40px;
	max-width: 40px;
	margin-right: 10px;
}
.item-labels li {
	margin-bottom: 10px;
}

/* language */
#language {
	float: right;
}
#language li {
	float: left;
}
#language li.active a {
	font-weight: bold;
}
#language li:before {
	content: "\00a0/ ";
}
#language li:first-child:before {
	content: "";
}

form.auth-form .control-label {
	font-weight: bold;
}
form.auth-form .required .control-label::after {
	content: ' *';
	color: #b94a48;
	font-size: 80%;
}
@media (min-width: 768px) {
	form.auth-form .control-label {
		text-align: left;
		margin-bottom: 5px;
	}
}
@media (min-width: 992px) {
	form.auth-form .control-label {
		text-align: right;
	}
}

/* profile-discount */
#profile-discount {
	margin-bottom: 10px;
}
#profile-discount .progress {
	margin-bottom: 0;
	position: relative;
}
#profile-discount .progress .marker {
	width: 1px;
	background-color: #d9534f;
	position: absolute;
	margin-left: -1px;
	top: 0;
	bottom: 0;
}
#profile-discount .progress-bar {
	min-width: 4em;
}
#profile-discount .process-labels {
	position: relative;
	height: 16px;
}
#profile-discount .process-labels .marker {
	position: absolute;
	top: 0;
}
#profile-discount .process-labels .marker span {
	position: absolute;
	top: 0;
	right: 0;
}

#product-compare {
	overflow-x: auto;
}
#product-compare td,
#product-compare th {
	max-width: 120px;
	min-width: 100px;
}
#product-compare th {
	text-align: center;
}
#product-compare img {
	max-width: 100%;
	max-height: 150px;
}

#compare-counter {
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 100;
}

/* forced vertival menu */
#pav-verticalmenu .navbar-nav > li > a .menu-icon,
#pav-verticalmenu .navbar-nav > li:hover > a .menu-icon {
	background-position: left center !important;
}
#pav-verticalmenu .box-content .navbar-default .navbar-collapse {
	max-height: none;
}
#pav-verticalmenu .navbar-nav > li > a {
	text-transform: uppercase;
}
#breadcrumb .breadcrumb li a {
	font-weight: 700;
}
#pav-verticalmenu .dropdown-menu {
	display: none;
	position: static;
	opacity: 1;
	float: none;
	width: 100%;
	margin-left: 0;
	padding: 10px 15px;
	min-width: 0;
}
#pav-verticalmenu .dropdown-menu h3 {
	display: none;
}
#pav-verticalmenu .navbar-nav > li > a {
	padding-left: 20px;
}#pav-verticalmenu .navbar-nav > li > a:active,
 #pav-verticalmenu .navbar-nav > li > a:focus {
	 color: inherit;
 }
#pav-verticalmenu .navbar-nav > li > a .caret {
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url('../img/caret-down.png') no-repeat center center;
	background-size: 10px 10px;
	border: none !important;
	cursor: pointer;
}
#pav-verticalmenu .navbar-nav > li.opened > a .caret {
	transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
	#pav-verticalmenu .navbar-nav > li > a .menu-icon,
	#pav-verticalmenu .navbar-nav > li:hover > a .menu-icon {
		background-size: 20px auto !important;
	}
	#pav-verticalmenu .navbar-nav > li > a .menu-icon span {
		margin-left: 25px;
	}
	#pav-verticalmenu .navbar-nav > li > a .caret {
		right: 2px;
	}
	#pav-verticalmenu .navbar-nav > li > a {
		padding: 10px 15px;
	}
}

.product-info .description .product-extra .fa {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	float: none;
	margin: 0;
	background: none;
}

.item-params {
	list-style: none;
	padding-left: 20px;
}

#header {
	padding-top: 36px;
}
#topbar {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
}
.navbar-toggle {
	position: fixed;
	z-index: 100;
	left: 15px;
	top: -3px;
}
#menu-offcanvas {
	z-index: 100;
}


.offcanvas-menu ul.megamenu .menu-title {
	margin-left: 70px;
}
#menu-offcanvas .catalog-menu-item .dropdown .dropdown-menu {
	display: none;
}

.product-label.product-label-special.product-label-right {
	right: 15px;
	left: auto;
	border-right: none;
}
.product-label.product-label-special.product-label-right span {
	right: 0;
	left: auto;
	border-top-right-radius: 0;
}
.product-label.product-label-second {
	top: 38px;
}