.header-login [data-toggle="dropdown"]{
	vertical-align: middle;
	padding-right: 10px;
	cursor: pointer;
}

.header-login [data-toggle="dropdown"]:after{
	position: absolute;
	top: -webkit-calc(50% - 2px);
	top: -moz-calc(50% - 2px);
	top: calc(50% - 2px);
	right: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 3px 2px 0;
	border-style: solid;
	border-color: #c52122 transparent transparent;
}

.header-login .dropdown-menu>li{
	padding: 0;
	width: 100%;
	display: block;
}
.header-login .dropdown-menu>li>a{
	display: inline-block;
	width: 100%;
	padding: 10px 30px;
}
.header-login .dropdown-menu>li>a:hover{
	background: #c52122;
	color: #fff;
}

.header-menu-row, .header-menu-row > ul:last-child {
	text-align: right
}

.cart-indicator, .header-menu-row svg {
	vertical-align: middle
}

.header-menu-row {
	font-family: Montserrat, sans-serif;
	font-size: .75vw;
	font-weight: 400;
	line-height: 1.438;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	color: #fff;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between
}

.header-menu-row a {
	text-decoration: none;
	color: inherit
}

.header-menu-row a[href^='tel:'] {
	font-weight: 600
}

.header-menu-row > ul {
	display: inline-block;
	margin: 0;
	padding: 0
}

.header-menu-row li {
	display: inline-block;
	padding: 0 10px;
	list-style: none
}

.header-menu-row .menu li {
	padding-top: 10px;
	padding-bottom: 10px
}

.header-menu-row .menu > .current-menu-item {
	position: relative
}

.header-menu-row .menu > .current-menu-item:before {
	position: absolute;
	top: 100%;
	left: -webkit-calc(50% - 2px);
	left: -moz-calc(50% - 2px);
	left: calc(50% - 2px);
	display: block;
	width: 4px;
	height: 4px;
	content: '';
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff
}

.header-menu-row .sub-menu {
	position: absolute;
	z-index: 3;
	top: 100%;
	left: 0;
	display: none;
	min-width: 250px;
	padding: 30px 0;
	text-align: left;
	background: #fff;
	-webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .1)
}

@media screen and (min-width: 992px) {
	.header-menu-row .sub-menu {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.header-menu-row .sub-menu:before {
	position: absolute;
	top: -3px;
	left: -webkit-calc(50% - 3px);
	left: -moz-calc(50% - 3px);
	left: calc(50% - 3px);
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 3px 3px;
	border-style: solid;
	border-color: transparent transparent #fff
}

.header-menu-row .sub-menu li {
	font-size: 14px;
	font-weight: 600;
	display: list-item;
	padding: 0;
	color: #000
}

.header-menu-row .sub-menu li a {
	display: inline-block;
	width: 100%;
	padding: 10px 30px
}

.header-menu-row .sub-menu li a:hover {
	color: #fff;
	background: #c52122
}

.header-menu-row .menu-item-has-children {
	position: relative
}

.header-menu-row .menu-item-has-children:after {
	position: absolute;
	top: -webkit-calc(50% - 2px);
	top: -moz-calc(50% - 2px);
	top: calc(50% - 2px);
	right: 0;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 3px 2px 0;
	border-style: solid;
	border-color: #fff transparent transparent
}

@media screen and (min-width: 1200px) {
	.header-menu-row .menu-item-has-children:hover .sub-menu {
		display: block
	}
}

.header-menu-row .header-additional-menu {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	min-width: 25vw;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between
}

.header-menu-row .header-main-menu {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
	max-width: 1070px;
	padding-right: 20px;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between
}

.header-menu-row .header-main-menu li:first-child {
	padding-left: 0
}

/*.header-menu-row .header-main-menu li:last-child {
	padding-right: 0
}*/

.cart-indicator {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-top: -5px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(27, 27, 27, .3)
}

.cart-indicator svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.cart-indicator .cart-icon-counter {
	font-size: 8px;
	font-weight: 600;
	line-height: 12px;
	position: absolute;
	top: 12px;
	right: 9px;
	width: 12px;
	height: 12px;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #c52122
}

.header-internal .header-menu-row {
	color: #000
}

.header-internal .header-menu-row .current-menu-item {
	color: #c52122
}

.header-internal .header-menu-row .current-menu-item:before {
	background: #c52122
}

.header-internal .header-menu-row .menu-item-has-children:after {
	border-color: #c52122 transparent transparent
}

[class^=js--] {
	cursor: pointer
}

.site-header.header-static

@media screen and (min-width: 1200px) {
	.close-main-menu, li.toggle-main-menu {
		display: none
	}
}

@media screen and (max-width: 1200px) {
	li.toggle-main-menu {
		font-size: 18px
	}

	.header-menu-row {
		font-size: 12px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-moz-box-orient: horizontal;
		-moz-box-direction: reverse;
		flex-direction: row-reverse;
		-ms-flex-direction: row-reverse
	}

	.header-menu-row .header-main-menu {
		position: fixed;
		z-index: 100;
		top: 0;
		right: -100%;
		bottom: 0;
		display: block;
		width: 100%;
		max-width: 400px;
		padding: 50px 15px 20px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		-moz-transition: .5s;
		transition: .5s;
		text-align: right;
		background: #000
	}

	.header-menu-row .header-main-menu li {
		font-size: 16px;
		display: list-item;
		clear: none;
		padding: 5px 15px !important;
		color: #fff
	}


	.header-menu-row .header-main-menu li.menu-item-has-children:after {
		content: none;
	}

	.header-menu-row .header-main-menu li.menu-item-has-children > a:after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		border: 3px solid;
		border-color: transparent transparent transparent #fff;
		margin-left: 10px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
	}

	.header-menu-row .header-main-menu li.menu-item-has-children > a.open:after{
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.header-menu-row .header-main-menu li .sub-menu {
		position: static;
		width: 100%;
		max-width: 100%;
		padding: 0;
		text-align: right;
		color: #fff;
		background: 0 0
	}

	.header-menu-row .header-main-menu li .sub-menu:before {
		content: none
	}

	.header-menu-row .header-main-menu li .sub-menu li {
		font-size: 12px;
		padding: 0 !important
	}

	.header-menu-row .header-main-menu li .sub-menu a {
		padding: 5px 0;
		color: #fff !important
	}

	.header-menu-row .header-main-menu li .sub-menu a:hover {
		background: 0 0
	}

	.mobile-menu-open .header-main-menu {
		right: 0
	}

	.close-main-menu {
		position: absolute;
		top: 15px;
		left: 15px;
		width: 20px;
		height: 20px
	}

	.close-main-menu svg {
		max-width: 100%;
		height: auto
	}
}

@media screen and (max-width: 992px) {
	.logo img {
		max-width: 150px
	}
	.site-header {
		padding-top: 40px !important
	}

	.site-header [class^=col-] {
		position: static
	}

	.logo{ text-align: center; }
	.toggle-main-menu{
		color: #fff;
		font-size: 20px;
	}
	.header-menu-row li{padding: 0}
	.mobile-menu{
		position: absolute;
		top: 114px;
		left: 0;
		width: 100%;
		background: #000;
		display: none;
		padding-top: 15px;
		-webkit-box-shadow: 0 5px 26px 0 rgba(0,0,0,0.9);
		box-shadow: 0 5px 26px 0 rgba(0,0,0,0.9);
	}

	.mobile-menu > * {
		float: left;
		width: 100%;
	}


	.mobile-menu .header-main-menu{
		position: static !important;
	}

	.header-menu-row .mobile-menu .header-main-menu{
		max-width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-menu-row .mobile-menu .header-main-menu li {
		width: 50%;
		float: left;
		text-align: left;
	}
	.header-menu-row .mobile-menu .header-main-menu li .sub-menu li {
		float: none;
	}


	.mobile-menu ul.bottom{
		text-align: left;
		font-size: 16px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 25px 15px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
		border-top: 1px solid #1a1a1a;
	}
	.mobile-menu .search-form{
		padding: 0 15px;
	}
	.mobile-menu .search-form form{position: relative; padding: 0;}
	.mobile-menu .search-form label{
		width: 100%;
		padding: 0;
	}
	.mobile-menu .search-form input{
		width: 100%;
		height: 50px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #fff;
		padding: 0 50px 0 15px;
	}
	.mobile-menu .search-form .search-submit{
		position: absolute;
		top: 0;
		right: 0;
		background: transparent;
		height: 50px;
		width: 50px;
		border: none;
		font-size: 18px;
		color: #000;
	}


	.header-additional-menu .header-phone,
	.header-additional-menu .header-login,
	.header-additional-menu .js--open-search-form,
	.header-additional-menu .search-form-wrapper{
		display: none !important;
	}

	.header-internal .toggle-main-menu{
		color: #000;
	}

	.xs-mobile-menu .toggle-main-menu{
		color: #fff;
	}
	.xs-mobile-menu .site-header{
		background: #000;
	}
	.xs-mobile-menu .mobile-menu ul.bottom{ color: #fff; }
}

.search-form-open .search-form-wrapper {
	display: block
}

@media screen and (min-width: 992px) {
	.mobile-menu{ display: none !important}
}

@media screen and (max-width: 768px) {

}
