body {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 400 !important;
	color: #333 !important;
}
#header {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	/* background-color: #15161D !important; */
	height: unset !important;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
	display: flex;
}
.navbar {
	border: unset !important;
}
.header-logo {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="span"], .bootstrap-select.btn-group[class*="col-"] {
	margin-bottom: 0px !important;
}
.header-logo .logo img {
	padding: 5px 0;
	width: auto;
	height: auto;
}
.logo img {
	margin-left: unset !important;
	margin-top: unset !important;
	float: unset !important;
	max-width: unset !important;
	max-height: 60px !important;
	border: unset !important;
}
.header-logo .logo .head_label {
	margin: 15px 0px;
	font-size: 25px;
	font-weight: 600;
	color: #fff;
}
/*.header-ctn > .cart-img {
	width: 50px !important;
}*/
.top-header-ctn {
	padding: 15px 0px !important;
}
.header-ctn {
	float: right;
}
.header-ctn > div > a {
	width: 30px !important;
	text-align: center;
	color: #FFF;
}
.top-header-ctn > div > a > i, .top-header-ctn > div > a > img {
	border: 2px solid #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #fff;
}
.header-ctn > div > a > i {
	display: block;
	font-size: 18px;
}
.header-ctn > div > a {
	text-align: center;
	color: #FFF;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
.header-icon:hover .tooltipp {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -5px);
	-ms-transform: translate(-50%, -5px);
	transform: translate(-50%, -5px);
}
.header-icon .tooltipp {
	position: absolute;
	top: 100%;
	left: -200%;
	-webkit-transform: translate(-50%, -15px);
	-ms-transform: translate(-50%, -15px);
	transform: translate(-50%, -15px);
	width: 200px;
	padding: 5px 0;
	font-size: 12px;
	line-height: 12px;
	background: #1e1f29;
	color: #FFF;
	text-transform: capitalize;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
/*.header-ctn > div + div {
	margin-left: 15px;
}*/
.header-ctn > div + div {
	margin-left: 5px !important;
}
#languagemenu {
	padding: 0;
	height: 30px;
}
.header-ctn > div {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	
}
.listbadge_header[data-badge]::after {
	background: #D10024 !important;
	border-radius: 50%;
	color: white;
	content: attr(data-badge);
	font-size: 10px !important;
	height: 20px !important;
	line-height: 20px !important;
	overflow: hidden;
	position: absolute;
	right: -10px !important;
	text-align: center;
	top: -40px !important;
	width: 20px !important;
}
.listbadge_header-quote[data-badge]::after {
	left: -10px;
}
.header-ctn > div + div + div {
	margin-right: 15px;
}


@media screen and (max-width: 480px) {
.header-logo {
	display: block;
	text-align: center;
	height: 61px;
}
.header-ctn {
	float: none;
	text-align: center;
}
.align-items-center {
	-ms-flex-align: center !important;
	align-items: unset;
	display: block;
}
.logo img {
	max-width: 100% !important;
}
/*.icon-part {
	display: none;
}*/
}



/* mobile footer start */
/*.mobile-footer-icon {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.11);
	text-align: center;
	z-index: 999;
}
.toolbar-inner {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	align-items: center;
	align-content: center;
	overflow: hidden;
}
.toolbar-inner .foot-icon {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	flex-shrink: 1;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
.label-icon-name {
	display: block;
	line-height: 1;
	margin: 0;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 10px;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 1px;
}
.foot-icon i {
	font-size: 20px;
	margin-bottom: 10px;
}
.mobile-footer-icon {
	display: none;
}
@media screen and (max-width: 480px)
{
.mobile-footer-icon {
	display: block;
}
}*/

/* mobile footer end */




























































































































