/*-------------------------------------------------------------------*/
/* Header full */
/*-------------------------------------------------------------------*/
.header-full {
	background-image: -webkit-linear-gradient(bottom, #f0f0f0, #f4f4f4);
	background-image: -moz-linear-gradient(bottom, #f0f0f0, #f4f4f4);
	background-image: -o-linear-gradient(bottom, #f0f0f0, #f4f4f4);
	background-image: linear-gradient(to top, #f0f0f0, #f4f4f4);
}

.header-full-title {
	float: left;
	overflow: hidden;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
}

.header-full-title h1 {
	margin-bottom: 5px;
	margin-top: 15px;
	font-family: "Muli";
	word-spacing: -7px;
	color: #000;
	font-size: 32px;
}

.header-full-title h1 a {
	color: #000;
	text-decoration: none;
}

.header-full-title h1 span,
.header-full-title h1 span a {
	color: var(--template-main-bg);
}

.header-full-title p {
	margin-bottom: 15px;
	font-size: 1.2em;
	text-align: center;
}

/* Верхняя полоса в шапке сайта */
.header-top-line {
	height: 30px;
	line-height: 30px;
	background: #f5f5f5;
	font-size: 14px;
	overflow: hidden;
}

.header-top-line span {
	font-size: 13px;
}

.header-logo {
	display: inline-block;
	margin: 0;
	padding: 0px;
	line-height: 0;
}

.header-logo img {
	max-width: 400px;
	max-height: 200px;
	background: var(--template-logo-bg);
}

/* Шапка сайта */
#header-full-top {
	padding: 10px 0px;
}

#header-full-top>.container {
	padding-right: 14px;
	padding-left: 14px;
}

#header-full-top .header-search-box {
	width: 100%;
	padding: 0px 70px;
	vertical-align: middle;
	position: relative;
}

#header-full-top .dropdown>a {
	text-decoration: none;
	cursor: pointer;
	color: unset;
}

#header-full-top .dropdown>a:after {
	content: "";
}

#header-full-top .dropdown .dropdown-menu {
	position: absolute;
	float: left;
	padding: 0;
	margin: 0px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #e6e6e6;
	box-shadow: none;
}

.header-search-box .input-group input {
	height: 40px;
	border: 1px solid var(--template-main-bg);
	box-shadow: none;
	padding-left: 40px;
	background: none;
}

.header-search-box .input-group button {
	height: 40px;
	padding: 6px 20px;
	font-size: 14px;
}

.header-search-box .dropdown {
	float: left;
	height: 40px;
}

.header-search-box .dropdown span {
	display: inline-block;
	position: absolute;
	z-index: 4;
	height: 40px;
	padding: 0px 8px 0px 10px;
	margin: 0;
	line-height: 40px;
	border: none;
	cursor: pointer;
	color: var(--template-main-bg);
	font-size: 13px;
}

.header-search-box .dropdown span:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: var(--template-main-bg);
	top: 10px;
	margin-left: 8px;
}

/*	КОРЗИНА И ЛИЧНЫЙ КАБИНЕТ В ШАПКЕ САЙТА	*/
.header-user-box {
	white-space: nowrap;
	vertical-align: middle;
}

.header-user-box .new-header-user-box {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	border: 1px solid var(--template-main-bg);
	border-radius: 2px;
	position: relative;
	padding: 0px 10px;
	margin-left: 10px;
}

.header-user-box .new-header-user-box:first-child {
	margin-left: 0px;
}

/* Кнопка личного кабинета */
.header-user-box .new-header-user-box {
	padding-right: 0px;
}

.header-full-dark .header-user-box a {
	text-decoration: none;
	cursor: pointer;
	color: var(--template-white-color);
}

.header-full .header-user-box a {
	text-decoration: none;
	cursor: pointer;
	color: var(--template-header-color);
}

.header-full-dark {
	color: var(--template-white-color);
}

.header-full {
	color: var(--template-header-color);
}

.header-user-box .new-header-user-box .dropdown-toggle {
	display: inline-block;
	cursor: pointer;
	height: 40px;
}

.header-user-box .new-header-user-box .dropdown-toggle i:first-child {
	padding: 0px 13px 0px 0px;
	line-height: 38px;
	border: none;
	cursor: pointer;
	color: var(--template-main-bg);
	font-size: 13px;
	position: relative;
	z-index: 4;
}

.header-user-box .new-header-user-box .dropdown-toggle i:last-child,
.header-cart-box i:last-child {
	color: var(--template-main-color);
	background: var(--template-main-bg);
	font-size: 14px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0px 8px;
	margin-left: 5px;
}

.header-user-box .new-header-user-box .dropdown-toggle i:first-child:after {
	content: '';
	position: absolute;
	right: 0px;
	z-index: 4;
	width: 1px;
	height: 20px;
	background: var(--template-main-bg);
	top: 8px;
	margin-right: 5px;
}

.header-user-box .new-header-user-box .dropdown-menu-right {
	top: 40px;
	right: -1px;
	border: 1px solid #e6e6e6;
}

.header-user-box .new-header-user-box .panel-heading {
	text-align: center;
}

.header-user-box .new-header-user-box .form-group {
	margin-bottom: 0;
}

.header-user-box .new-header-user-box .form-group .btn {
	margin: 0;
	padding: 10px 20px;
}

.header-user-box .new-header-user-box .form-group .clearfix {
	display: none;
}

.header-user-box .new-header-user-box .panel-heading {
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
}

.header-user-box .new-header-user-box .panel-body {
	padding: 0;
}

.header-user-box .new-header-user-box .no-auth .form-group>div {
	margin-left: 15px;
	margin-right: 15px;
}

.header-user-box .new-header-user-box .no-auth .form-group>div:first-child {
	margin-top: 15px;
}

.header-user-box .new-header-user-box .form-group a {
	display: block;
	background: none;
	color: #000 !important;
	border: none;
	text-align: left;
	border-radius: 0;
	border-bottom: 1px solid #e6e6e6;
}

.header-user-box .new-header-user-box .form-group a:hover {
	color: var(--template-link-color-hover) !important;
	box-shadow: none;
}

.header-user-box .new-header-user-box .form-group .btn_exit {
	border-bottom: none !important;
}

.header-user-box .new-header-user-box .form-group hr {
	display: none;
}

.header-user-box .new-header-user-box .form-group .btn:before {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
	width: 30px;
	color: #333;
}

.header-user-box .new-header-user-box .form-group .btn_auth:before {
	content: "\f090";
}

.header-user-box .new-header-user-box .form-group .btn_reg:before {
	content: "\f234";
}

.header-user-box .new-header-user-box .form-group .btn_forget:before {
	content: "\f128";
}

.header-user-box .new-header-user-box .form-group .btn_profile:before {
	content: "\f007";
}

.header-user-box .new-header-user-box .form-group .btn_settings:before {
	content: "\f044";
}

.header-user-box .new-header-user-box .form-group .btn_orders:before {
	content: "\f03a";
}

.header-user-box .new-header-user-box .form-group .btn_return:before {
	content: "\f060";
}

.header-user-box .new-header-user-box .form-group .btn_cart:before {
	content: "\f07a";
}

.header-user-box .new-header-user-box .form-group .btn_garazh:before {
	content: "\f1b9";
}

.header-user-box .new-header-user-box .form-group .btn_bloknot:before {
	content: "\f02d";
}

.header-user-box .new-header-user-box .form-group .btn_balans:before {
	content: "\f158";
}

.header-user-box .new-header-user-box .form-group .btn_exit:before {
	content: "\f08b";
}

.header-user-box .new-header-user-box .form-group .btn_auth {
	padding-top: 0;
}

.header-user-box .new-header-user-box .form-group .btn_forget,
.header-user-box .new-header-user-box .form-group .btn_exit {
	border-bottom: none;
}