.open_t{
	display:block !important;
}

.dropdown-menu:after{
	content:'';
}

.header-user-box .new-header-user-box #header_cart_items_count,
.header-user-box .new-header-user-box #header_bookmarks_count,
.header-user-box .new-header-user-box #header_compare_count
{
	margin-right: 13px;
	color: var(--template-main-bg);
	font-weight: bold;
}
.header-user-box .new-header-user-box #header_cart_items_count:after,
.header-user-box .new-header-user-box #header_bookmarks_count:after,
.header-user-box .new-header-user-box #header_compare_count:after
{
	content: '';
    position: absolute;
    z-index: 4;
    width: 1px;
    height: 20px;
    background: var(--template-main-bg);
    top: 9px;
    margin-left: 9px;
}
/*	END	 */
/*	ФИКСИРОВАННАЯ ШАПКА ПРИ ПРОКРУТКИ СТРАНИЦЫ	 */
.header-full-shrink{
	position: fixed;
    top: -100%;
    width: 100%;
    z-index: 99;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
	-webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}
.header-full-shrink #header-full-top{
	position: relative;
    z-index: 2;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
}
.header-full-shrink-stuck{
    top: 0;
}
.header-full-shrink .navbar{
	border-bottom:0;
	z-index:0;
	margin-top:-1000px;
}
.header-full-shrink:hover .navbar{
	margin-top:0px;
	z-index:1;
	-webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.header-full-shrink:hover #header-full-top{
	box-shadow:none;
	-webkit-transition: all .2s ease-out .5s;
    -moz-transition: all .2s ease-out .5s;
    transition: all .2s ease-out .5s;
}
.header-full-shrink .header-logo img{
	max-height:40px;
}
/*	END	 */

#top-menu-catalogue-accordion .catalogue-collapse-link-box > a:before
{
	top: 6px;
    right: 13px;
    font-size: 18px;
    content: "\f106";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}
#top-menu-catalogue-accordion .catalogue-collapse-link-box .collapsed:before
{
	top: 6px;
    right: 13px;
    font-size: 18px;
    content: "\f107";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}
.header-search-box .dropdown-menu{
	padding: 0;
    border-radius: 0;
	min-width: 250px;
}
.header-search-box .dropdown-menu>li>a {
	display: block;
	padding: 10px 30px 10px 13px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #f5f5f5;
	text-decoration:none;
}
.header-search-box .dropdown-menu>li>a:hover{
	color: var(--template-main-color);
	background:var(--template-main-bg);
}
.header-search-box .dropdown-menu>li:last-child>a{
	border-bottom: none;
}
#header-box .header-full-dark .form-control {
  color: #fff;
}
#header-box .form-control {
  color: var(--template-header-color);
}
.no_header_fa_user_btn{
	display:none;
}

header .new-header-user-box .form-group a{
	color: #000 !important;
}
header .new-header-user-box .form-group a:hover,
header .new-header-user-box .form-group a:active,
header .new-header-user-box .form-group a:focus
{
    color: var(--template-main-bg) !important;
    box-shadow: none;
    background: none;
	border-color:#f5f5f5;
}
header .schearch-line {
	background: var(--template-schearch-line-bg);
}
header .logo-line a{
	color: #555;
}
header .logo-line a:hover{
	color: var(--template-main-bg);
}
.svg-icon {
  color: var(--template-main-bg);
}
header .schearch-line .menu-box a:hover{
	background: #eeeae7;
}

#header-full-top>.container>.row>div {
	float: none;
}

header {
	display: block;
	background: #fff;
	position: relative;
	z-index: 10;
}

header a {
	text-decoration: none;
}

header table td {
	padding: initial;
	vertical-align: middle;
	font-size: inherit;
	border: none;
}

header .top-menu-line table {
	width: 100%;
}

header .top-menu-line .navbar-header-full {
	background: none;
}

header .top-menu-line table td {
	vertical-align: top;
}

header .top-menu-line table td:last-child {
	text-align: right;

	white-space: nowrap;
}

header .navbar {
	position: relative;
	min-height: auto;
	margin-bottom: auto;
	border: none;
	z-index: 7;
}

header .navbar:before {
	display: none;
}

header .navbar .nav:before {
	display: none;
}

header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:active,
header .navbar-default .navbar-nav>li>a:focus,
header .navbar-default .navbar-nav>.active>a:hover {
	color: #000;
}

header .navbar-default .navbar-nav>li>a {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 27px;
	padding: 5px 0px;
	position: relative;
	z-index: 1;
	text-transform: none;
	letter-spacing: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	text-align: left;
	color: rgba(41, 42, 49, 0.75);
}

header .navbar-default .navbar-nav>.active>a {
	color: rgba(41, 42, 49, 0.75);
}

header .navbar-default .navbar-nav>li>a:after {
	display: none;
	content: "";
}

header .navbar-nav>.dropdown>a:before {
	content: "\f078";
	position: absolute;
	font-weight: 100;
	display: inline-block;
	font-family: FontAwesome;
	right: 0px;
	font-size: 9px;
	color: rgba(50, 50, 50, 0.75);
}

header .dropdown-menu {
	border-top: none;
	border-color: #e4e4e4;
}

header .dropdown-menu>li>a {
	display: block;
	padding: 5px 30px 5px 13px;
	border-color: #e4e4e4;
}

header .navbar-default .navbar-nav>li.dropdown>a {
	padding-right: 13px;
}

header .new-header-user-box .balance_indicator {
	font-style: normal;
	font-weight: bold;
	position: relative;
	top: 1px;
	font-size: 16px;
	line-height: 0px;
}

header .new-header-user-box .balance_text {
	font-style: normal;
	font-size: 13px;
}

header .new-header-user-box {
	display: inline-block;
	margin-left: 20px;
}

header .new-header-user-box a {
	color: rgba(41, 42, 49, 0.75);
	text-decoration: none;
	cursor: pointer;
	padding: 5px 0px;
	line-height: 20px;
	display: inline-block;
}

header .new-header-user-box a:hover,
header .new-header-user-box a:active,
header .new-header-user-box a:focus {
	color: #000;
	text-decoration: none;
}

/* Кнопка личного кабинета */
header .new-header-user-box .dropdown-menu-right {
	right: -1px;
	border: 1px solid #e4e4e4;
	margin: 0;
	min-width: 250px;
}

header .new-header-user-box .panel-heading {
	text-align: center;
}

header .new-header-user-box .form-group {
	margin-bottom: 0;
}

header .new-header-user-box .form-group .btn {
	margin: 0;

	padding: 10px 20px;
}

header .new-header-user-box .form-group .clearfix {
	display: none;
}

header .new-header-user-box .panel-heading {
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #e4e4e4;
}

header .new-header-user-box .panel-body {
	padding: 0;
}

header .new-header-user-box .no-auth .form-group>div {
	margin-left: 15px;
	margin-right: 15px;
}

header .new-header-user-box .no-auth {
	margin-top: 15px;
}

header .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 #e4e4e4;
}

header .new-header-user-box .form-group .btn_exit {
	border-bottom: none !important;
}

header .new-header-user-box .form-group hr {
	display: none;
}

header .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 .new-header-user-box .form-group .btn_auth:before {
	content: "\f090";
}

header .new-header-user-box .form-group .btn_reg:before {
	content: "\f234";
}

header .new-header-user-box .form-group .btn_forget:before {
	content: "\f128";
}

header .new-header-user-box .form-group .btn_profile:before {
	content: "\f007";
}

header .new-header-user-box .form-group .btn_settings:before {
	content: "\f044";
}

header .new-header-user-box .form-group .btn_orders:before {
	content: "\f03a";
}

header .new-header-user-box .form-group .btn_return:before {
	content: "\f060";
}

header .new-header-user-box .form-group .btn_cart:before {
	content: "\f07a";
}

header .new-header-user-box .form-group .btn_garazh:before {
	content: "\f1b9";
}

header .new-header-user-box .form-group .btn_requests:before {
	content: "\f135";
}

header .new-header-user-box .form-group .btn_bloknot:before {
	content: "\f02d";
}

header .new-header-user-box .form-group .btn_balans:before {
	content: "\f158";
}

header .new-header-user-box .form-group .btn_exit:before {
	content: "\f08b";
}

header .new-header-user-box .form-group .btn_auth {
	padding-top: 0;
}

header .new-header-user-box .form-group .btn_forget,
header .new-header-user-box .form-group .btn_exit {
	border-bottom: none;
}

/*	END	 */

header .top-menu-line {
	border-bottom: 1px solid #f5f5f5;
}

header .logo-line {
	padding: 20px 0px;

	color: #555;
}

header .logo-line .table-group {
	min-height: 70px;
}

header .logo-line .geo-point-box i,
header .logo-line .timetable-box i {
	margin-right: 15px;
	font-size: 25px;
}

header .logo-line .geo-point-box {
	display: inline-block;
	line-height: 1.3em;
}

header .logo-line .geo-point-box .customer_city i {
	display: none;
}

header .logo-line .timetable-box {
	max-width: 230px;
	display: inline-block;
	line-height: 1.3em;
}

header .logo-line .header-phone-box {
	line-height: 1em;
}

header .logo-line .header-phone-box a {
	font-size: 25px;
	text-decoration: none;
}

header .logo-line .header-call-box a {
	text-decoration: none;
	padding-right: 2px;
}

header .schearch-line {
	padding: 10px 0px;
}

header .schearch-line table {
	width: 100%;
}

header .schearch-line .search-table-td {
	width: 100%;
}

header .schearch-line .header-search-box {
	width: 100%;
}

header .schearch-line .header-search-box .input-group {
	width: 100%;
}

header .schearch-line .header-search-box .input-group-btn {
	width: auto;
	font-size: 0;
	white-space: nowrap;
	position: absolute;
	z-index: 3;
	top: 5px;
	right: 5px;
}

header .schearch-line .header-search-box .input-group-btn button {
	border-radius: 6px;
	margin-left: 0;
}

header .schearch-line .header-search-box .input-group input {
	height: 50px;
	border: none;
	padding-left: 20px;
	background: none;
	background: #fff;
	border-radius: 6px !important;
	box-shadow: 0px 1px 0px #e6eaef;
}

header .schearch-line .header-search-box .dropdown span:after {
	top: 15px;
}

header .schearch-line .header-search-box .dropdown span {
	height: 50px;
	line-height: 50px;
}

header .schearch-line .menu-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .schearch-line .menu-box-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.menu-box-icon {
	height: 25px;
	max-width: 25px;
	width: 100%;
}

header .schearch-line .menu-box>div {
	padding: 0px;
	text-align: center;
}

header .schearch-line .menu-box a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	font-size: 19px;
	text-decoration: none;
	color: #555;
	background: #fff;
	border-bottom: 1px solid #e6eaef;
	border-right: 1px solid #e6eaef;
	white-space: nowrap;
	height: 50px;
}

header .schearch-line .menu-box>div:first-child a {
	border-radius: 6px 0px 0px 6px;
}

header .schearch-line .menu-box>div:last-child a {
	border-radius: 0px 6px 6px 0px;
}

header .schearch-line .menu-box .badge {
	border-radius: 2px;
	display: inline-block;
	min-width: 10px;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	left: 2px;
}

/*Меню каталога */

header .schearch-line .header-cat-btn {
	display: inline-block;
	white-space: nowrap;
	background: #555;
	color: #fff;
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
	border-radius: 6px;
	margin-right: 30px;
	text-decoration: none;
	cursor: pointer;
}

header .schearch-line .header-cat-btn i {
	margin-right: 5px;
}

/* header box for mobile */

.header-box-mobile .geo-point-user-box {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0px;
}

.header-box-mobile .geo-point-user-box table {
	width: 100%;
}

.header-box-mobile .geo-point-user-box table .geo-td-icon {
	width: 50px;
	padding-left: 20px;
}

.header-box-mobile .geo-point-user-box table .geo-td-text {
	line-height: 1.1em;
}

.header-box-mobile .mobile-search-div {
	padding-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	box-shadow: 0 1px 2px -1px rgb(0 0 0 / 60%) !important;
	background: #fff;
	z-index: 5;
}

.header-box-mobile .mobile-search-div table {
	width: 100%;
}

.header-box-mobile .mobile-search-div table td {
	width: 100%;
}

.header-box-mobile .mobile-search-div input {
	background: #f5f7fa;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.header-box-mobile .mobile-search-div button {
	background: none;
	border: none;
	border-left: 1px solid #dce3ee;
	border-radius: 0 !important;
	text-align: center;
	width: 40px;
	padding: 0px;
}

.header-box-mobile .mobile-search-div button i {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.header-box-mobile .mobile-search-div .header-cart-box {
	background: #f5f7fa;
	white-space: nowrap;
	border: 1px solid #dce3ee;
	border-radius: 4px;
	margin-left: 10px;
	color: #000;
	min-width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
}

.header-box-mobile .mobile-search-div .header-cart-box i {
	font-size: 19px;
	line-height: 37px;
	position: relative;
	z-index: 9;
}

/* Несколько телефонов в шапке */
header .logo-line .header-phone-box a {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	line-height: 1;
}

header .logo-line .header-phone-box a:not(:last-child) {
	margin-bottom: 6px;
}

header .schearch-line .header-home-btn {
	display: none;
}

/*	Fixed Header	 */

header .fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 1px 24px 0 rgb(0 0 0 / 14%);
	white-space: nowrap;
	padding: 7px 0px;
}

header .fixed .header-home-btn {
	height: 34px;
	display: inline-block;
	line-height: 34px;
	white-space: nowrap;
	background: #555;
	color: #fff;
	padding: 0px 10px;
	border-radius: 6px;
	margin-right: 2px;
	text-decoration: none;
	cursor: pointer;
}

header .schearch-line .header-home-margin {
	margin-right: 5px;
}

header .fixed .header-cat-btn {
	height: 34px;
	line-height: 34px;
}

header .fixed .header-cat-btn span {
	display: none;
}

header .fixed .header-search-box .dropdown {
	height: 34px;
}

header .fixed .header-search-box .dropdown-menu {
	margin: 1px 0 0;
}

header .fixed .header-search-box .dropdown-menu>li>a {
	display: block;
	padding: 2px 5px 2px 5px;
}

header .fixed .header-search-box .input-group input {
	height: 36px;
}

header .fixed .header-search-box .input-group-btn {
	top: 5px;
}

header .fixed .input-group button {
	height: 26px;
	padding: 0px 20px;
}

header .fixed .header-search-box .dropdown span {
	height: 36px;
	line-height: 36px;
}

header .fixed .header-search-box .dropdown span:after {
	top: 11px;
	height: 14px;
}

header .fixed .menu-box a {
	padding: 3px 0px;
}

header .fixed #dp_menu {
	margin-top: 7px;
}

header .fixed .menu-box a {
	height: 36px;
}

header .fixed .menu-box-icon {
	height: 26px;
	max-width: 26px;
}

@media (max-width: 991px) {
	header .fixed .header-cat-btn {
		padding: 0px 9px;
	}
}

/*	END Fixed Header */


.fon-catalog {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000a8;
	z-index: 8;
}

#dp_menu {
	display: none;
	position: absolute;
	z-index: 9;
	white-space: normal;
	margin-top: 10px;
	border-top: 1px solid #e4e4e4;
	left: 0;
	right: 0;
	background: linear-gradient(to right, #efefef 50%, #fff 50%);
}

#dp_menu .vertical-tabs-left .tab-content,
#dp_menu .vertical-tabs-right .tab-content {
	display: table-cell;
	padding: 20px;
	width: 100%;
	background: #fff;
}

#dp_menu .vertical-tabs-right {
	border: none;
	background: #efefef;
}

#dp_menu .vertical-tabs-right .vertical-tab-list {
	border: 0;
}

#dp_menu .vertical-tabs-right .vertical-tab-list ul.nav>li.active>a,
#dp_menu .vertical-tabs-right .vertical-tab-list ul.nav>li.active>a:hover,
#dp_menu .vertical-tabs-right .vertical-tab-list ul.nav>li.active>a:focus {
	border-right: none;
	background-color: #fff;
}

#dp_menu .vertical-tab-list {
	display: table-cell;
	min-width: 200px;
	line-height: 1em;
	vertical-align: top;
}

#dp_menu .vertical-tabs-right .vertical-tab-list ul.nav>li>a {
	border-right: none;
	margin-right: 0px;
	color: #444;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	padding-left: 2px;
}

#dp_menu .nav>li {
	position: relative;
	display: block;
	border-bottom: 1px solid #d7d7d7;
}

#dp_menu .column_box_line {
	display: block;
	margin-right: 100px;
	float: left;
	position: relative;
	z-index: 2;
	max-width: 30%;
	margin-right: 3%;
}

#dp_menu .box_line {
	display: block;
	margin-bottom: 20px;
}

#dp_menu .box_line a {
	display: block;
	line-height: 1.2em;
	margin-bottom: 10px;
}

#dp_menu .one_line {
	color: #555;
	font-size: 16px;
	font-weight: bold;
}

#dp_menu .two_line {
	color: #555;
	font-size: 14px;
	margin-left: 15px;
}

#dp_menu .count_ch:before {
	content: "\f054";
	position: absolute;
	top: 0;
	bottom: 0;
	height: 12px;
	margin: auto;
	display: inline-block;
	font-family: FontAwesome;
	right: 10px;
	font-size: 12px;
}

@media (max-width: 991px) {
	#dp_menu .one_line {
		font-size: 14px;
	}

	#dp_menu .two_line {
		font-size: 12px;
	}

	#dp_menu .column_box_line {
		display: block;
		margin-right: 100px;
		float: left;
		position: relative;
		z-index: 2;
		max-width: 45%;
		margin-right: 3%;
	}
}

/*END Меню каталога */

.search-simple-bar {
	position: absolute;
	z-index: 5;
	background: #fff;
	top: 100%;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #e4e4e4;
}

.search-simple-bar .search-simple-bar-content {
	overflow: hidden;
}

.search-simple-bar .table-div {
	overflow: auto;
	max-height: 350px;
	margin-right: -20px;
	margin-bottom: -20px;
	white-space: normal;
}

.search-simple-bar .table td:last-child {
	min-width: 200px;
	padding-right: 25px;
	word-break: break-all;
}

.search-simple-bar .table * {
	border-color: #e4e4e4;
	line-height: 1.1em;
	vertical-align: middle;
}

.search-simple-bar .table tr:hover {
	background: #e4e4e4;
}

@media (max-width: 767px) {
	.search-simple-bar {
		font-size: 12px;
		top: 41px;
	}

	.search-simple-bar .table-div {
		max-height: 200px;
	}
}

@media (max-width: 1200px) {
	header .navbar-default .navbar-nav>li>a {
		margin-right: 10px;
	}

	header .new-header-user-box {
		margin-left: 10px;
	}

	header .schearch-line .menu-box .badge {
		padding: 2px 2px;
		font-size: 11px;
		left: 1px;
	}
}

@media (max-width: 991px) {
	header .logo-line .timetable-box {
		display: none;
	}

	header .schearch-line .header-search-box .input-group input {
		font-size: 12px;
	}
}

@media (max-width: 767px){
	.navbar-dark, .navbar-header-full, .navbar-default{
		background:var(--template-header-bg);
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.yamm .dropdown-submenu > .dropdown-menu {
		margin-left: 15px;
	}
	/* HEADER  Мобильная версия */
	.header-top-line{
		/* height:auto; */
		overflow:hidden;
	}
	.header-top-line .container .row > div{
		display:inline-block;
		width: auto;
		padding-left: 5px;
		padding-right: 5px;
		font-size:12px;
	}
	.header-top-line .container .row > div:last-child{
		float:right;
	}
	.navbar-header{
		text-align:center;
	}
	.search_limo{
		display:none;
	}
	.navbar-default .navbar-nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 14px;
	}
	.dropdown-cat-btn {
		font-size: 14px;
		min-width: auto;
		margin-right: 0px;
	}
	.breadcrumb{
		float:left !important;
	}
	.dropdown-submenu {
		margin-left: 0px;
	}
	.dropdown-cat-btn:before{
		top: 10px;
		right: 15px;
		font-size: 18px;
		content: "\f107";
		position: absolute;
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
	}
	.dropdown-submenu > a:after {
		top: 5px;
		right: 15px;
		font-size: 18px;
		content: "\f107";
		position: absolute;
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
	}
	.keep_open .dropdown-menu{
		display:none;
		border-left: 1px solid #999!important;
		border-radius: 0px !important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a,
	#top-menu-catalogue-accordion a
	{
		color: #000;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a, #top-menu-catalogue-accordion a{
		padding: 5px 15px 5px 25px;
		display: block;
	}
	.navbar-header{
		white-space: nowrap;
	}
	.navbar-header-full{
		border:none;
	}
	.logo_min{
		background-image: none;
		display: table-cell;
		margin: 0px;
		height: 50px;
		vertical-align: middle;
		position: relative;
		top: 0px;
	}
	.logo_min img{
		max-height: 40px;
		max-width: 165px;
		position: relative;
		margin: 5px 50px;
	}
	#bs-example-navbar-collapse-2 {
		background: #fff;
		border-top: 1px solid #ddd;
	}
	#bs-example-navbar-collapse-2 .header-user-box{
		background: #fff;
	}
	#bs-example-navbar-collapse-2 .new-header-user-box{
		padding: 0; 
		margin: 0; 
		font-size: 14px; 
		text-align: left; 
		list-style: none; 
		background-color: #fff; 
		border-radius: 0px; 
		border: none; 
		height: auto; width: auto; 
		display: block; 
	}
	.navbar-header .header_fa_user_btn{
		right: 0; 
		left: auto;
	}

	.new-header-user-box .panel-heading {
		display: none;
	}

	.new-header-user-box .no-auth {
		margin-top: 15px;
	}

	.navbar-default .navbar-nav>li>a {
		padding-left: 15px;
	}

	.navbar-default .navbar-nav>li>a {
		padding-left: 20px;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a,
	#top-menu-catalogue-accordion a {
		padding: 5px 20px 5px 20px;
	}

	.dropdown-submenu>a:after {
		right: 20px;
	}

	.dropdown>a:after {
		right: 20px;
	}

	.header-search-box .input-group input {
		border: 1px solid #dce3ee;
		box-shadow: none;
		padding-left: 20px;
		height: 40px;
		position: relative;
		z-index: 3;
		border-radius: 4px !important;
	}

	.mobile-box-phone {
		color: #000;
		position: absolute;
		top: 15px;
		right: 115px;
		font-weight: 600;
	}

	.dropdown-search-box .form-group,
	.dropdown-login-box {
		margin-top: 1px;
		font-size: 12px;
	}

	.tab-content .input-group-btn,
	.header-search-box .input-group-btn {
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 3;
		font-size: 0;
		white-space: nowrap;
		width: auto;
		display: inline-block;
	}

	.navbar-header-full {
		box-shadow: 0 1px 2px -1px rgb(0 0 0 / 60%) !important;
		z-index: 6;
	}

	.tab-content .input-group-btn,
	.header-search-box .input-group-btn {
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 3;
		font-size: 0;
		white-space: nowrap;
		width: auto;
		display: inline-block;
	}

	.tab-content .input-group,
	.header-search-box .input-group {
		position: relative;
		display: block;
		border-collapse: separate;
	}

	.tab-content .input-group,
	.header-search-box .input-group button {
		background: none;
		border: none;
		border-left: 1px solid #ffbd3e;
		border-radius: 0 !important;
		padding-left: 15px;
		padding-right: 0px;
	}

	.navbar-header .navbar-toggle {
		left: auto;
		right: 15px;
	}

	.navbar-header .header_fa_user_btn {
		right: 65px;
		left: auto;
	}

	.navbar-header {
		text-align: left;
		background: #fff;
	}

	.logo_min img {
		margin: 5px 15px;
	}

	.navbar-header .navbar-toggle {
		background: #edf7fa;
		color: #000;
		border-radius: 7px;
		margin: 5px 0px;
		width: 40px;
		height: 40px;
		min-width: auto;
		border: 1px solid #dce3ee;
	}

	.navbar-header .navbar-toggle i {
		position: relative;
		top: 1px;
	}

	.navbar-header .navbar-toggle i {
		margin: 0;
		padding: 0;
		line-height: 100%;
		font-size: 18px;
	}

	.header-cart-box {
		position: relative;
	}

	.header-search-box .dropdown span {
		color: #000;
	}

	.header-search-box .dropdown span:after {
		background: #dce3ee;
	}

	.header-cart-box .badge {
		display: inline-block;
		min-width: 1px;
		padding: 2px 3px;
		font-size: 9px;
		font-weight: 700;
		line-height: 1;
		color: #fff;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		position: absolute;
		top: 5px;
		right: 5px;
		z-index: 10;
	}

	.dropdown-cat-btn:before {
		right: 20px;
	}

	.yamm .dropdown-submenu>.dropdown-menu {
		margin-left: 20px;
	}

	.header-user-box .new-header-user-box .form-group .btn_return:before {
		content: "\f060";
	}
	.header-user-box .new-header-user-box .form-group .btn_requests:before {
		content: "\f135";
	}
}

@media (max-width: 425px){
	.logo_min img{
		max-width: 120px;
	}
}

@media (max-width: 375px){
	.logo_min img{
		max-width: 90px;
	}
}

@media (min-width: 768px){
	.header-user-box .new-header-user-box .dropdown-login-box {
		min-width: 250px;
	}
	.header-full {
		background-image: none;
		background: var(--template-header-bg);
	}
	.navbar-nav>li {
		background-color: rgba(0, 0, 0, 0);
		display: inline-block;
		float: none;
	}
	.navbar-default .navbar-nav > li > a {
		color: var(--template-navbar-color);
		display: block;
		font-size: 13px;
		font-weight: 600;
		line-height: 20px;
		margin-bottom: 0;
		position: relative;
		z-index: 6;
		padding: 17px 18px 17px;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-top: 0;
		font-family: 'Poppins', sans-serif;
	}
	.navbar-default .navbar-nav > li:first-child > a {
		padding-left: 0px;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		padding-right: 0px;
	}
	.navbar-default .navbar-nav > li > a:after {
		border-left: 1px solid #e6e6e6;
		content: " ";
		height: 20px;
		position: absolute;
		top: 17px;
		bottom: auto;
		right: 0;
	}
	.navbar-default .navbar-nav > .open > a:after {
		/* display:none; */
	}
	.navbar-nav > .dropdown > a:before {
		content: "\f078";
		position: absolute;
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
		right: 10px;
		font-size: 11px;
	}
	.navbar-default .navbar-nav li:last-child > a:after {
		border-left: none;
	}
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:active, 
	.navbar-default .navbar-nav > li > a:focus, 
	.navbar-default .navbar-nav > .active > a:hover {
		background-color: unset;
		background-image: none;
		background: none;
		color: var(--template-navbar-color-hover);
	}
	.navbar-default .navbar-nav > .active > a{
		background-color: unset;
		background-image: none;
		background: none;
		color:var(--template-navbar-color);
	}
	.dropdown-cat-btn {
		background: var(--template-main-bg) !important;
		color: var(--template-main-color) !important;
		min-width: 200px;
		text-align: center;
	}
	.dropdown-cat-btn{
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 20px;
	}
	.dropdown-cat-btn:before{
		font-size: 18px;
		content: "\f0c9";
		position: relative;
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
		margin-right: 5px;
		line-height: 18px;
	}
	.dropdown-menu {
		position: absolute;
		top: 100%;
		z-index: 1000;
		display: none;
		float: left;
		padding: 0;
		margin: 11px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background: #fff;
		border-radius: 0px;
		border: 1px solid #f5f5f5;
		box-shadow: none;
	}
	.keep_open {
		border-top:none;
	}
	#bs-example-navbar-collapse-1 .navbar-nav .keep_open {
		margin-top:0px;
	}
	.nav .dropdown-submenu > .dropdown-menu {
		margin-top: 5px !important;
	}
	#top-menu-catalogue-collapseTwo>.dropdown-submenu{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.dropdown-menu>li>a, #top-menu-catalogue-accordion a {
		display: block;
		padding: 10px 30px 10px 13px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #000;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-bottom: 1px solid #f5f5f5;
		text-decoration:none;
	}
	.dropdown-menu>li:last-child>a {
		border-bottom: none;
	}
	#top-menu-catalogue-accordion .catalogue-collapse-link-box a {
		border-bottom: none;
	}
	.dropdown-menu * {
		white-space: nowrap;
	}
	.dropdown-menu .panel-group {
		margin-bottom: 0px;
	}
	.dropdown-submenu > a:after {
		top: 6px;
		right: 13px;
		font-size: 18px;
		content: "\f105";
		position: absolute;
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
	}
	.dropdown-menu .active > a,
	#top-menu-catalogue-accordion .active > a{
		background:none;
		background-color:none;
		color: #222;
	}
	.dropdown-menu>.active>a:focus, 
	.dropdown-menu>.active>a:hover {
		color: var(--template-main-color);
		text-decoration: none;
		background-color: var(--template-main-bg);
		outline: 0;
	}
	.dropdown-menu li > a:hover,
	.dropdown-menu li > a:focus,
	.dropdown-menu li > a:active,
	#top-menu-catalogue-accordion a:hover
	{
		background-color: var(--template-main-bg);
		background-image: none;
		color: var(--template-main-color);
	}
	.no_header + nav .logo_min{
		background-image:none; 
		display: inline-block; 
		margin-right: 20px;
	}
	.no_header + nav .logo_min img{
		height: 44px;
		max-width: 100%;
		margin: 5px 0px;
	}
	.no_header + nav .dropdown-cat-btn span{
		display:none;
	}
	.no_header + nav .dropdown-cat-btn{
		padding-right: 8px;
		padding-left: 8px;
		min-width: 100px;
	}
	.no_header + nav #bs-example-navbar-collapse-2{
		position: absolute;
		width: 300px;
		background: rgb(255, 255, 255);
		right: 15px;
	}
	.no_header + nav #bs-example-navbar-collapse-2 .new-header-user-box{
		height: auto;
		width: 100%;
		padding: 0;
	}
	.no_header + nav .no_header_fa_user_btn{
		display:inline-block;
		position: absolute;
		right: 15px;
		top: 0px;
		bottom: 0px;
		width: 45px;
		color: #fff;
		background: var(--template-main-bg);
		border: none;
		font-size: 22px;
	}
	.navbar-inverse .dropdown-cat-btn:after {
		border-left: 1px solid #e6e6e6 !important;
		content: " ";
		height: 20px;
		position: absolute;
		top: 17px;
		bottom: auto;
		right: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 12px;
	}
	#bs-example-navbar-collapse-1 .navbar-nav .dropdown-cat-btn{
		font-size: 12px;
		min-width: auto;
		margin-right:5px;
		padding: 16px 5px 17px 5px;
		display: inline-block;
	}
	#header-full-top .header-search-box,
	#header-full-top .header-user-box {
		display: block;
		padding: 0px 0px 10px 0px;
	}
	#header-full-top .header-user-box {
		text-align:right;
	}
	.navbar-nav > .dropdown > a:before {
		right: 3px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 12px;
	}
	.dropdown-cat-btn{
		font-size: 12px;
		min-width: auto;
		margin-right:8px;
		padding-left: 5px !important;
		padding-right: 5px !important;
		display: inline-block;
	}
	.header-search-box{
		padding: 0px 12px !important;
	}
}

@media (min-width: 1200px){
	.no_header + nav .dropdown-cat-btn {
		min-width: 120px;
	}
}
