/*html, body{
	height: 100%;	
}*/
.container{
	max-width: 1760px;
}
.clear{
	clear: both;
	overflow: hidden;	
}

body{
	font-size: 1.1rem;
	letter-spacing:.5px;
	line-height:24px;
	color: #474747;
	overflow-x:hidden;
	font-family:  din-2014, sans-serif, Arial, Helvetica;
}

/*  ----------------------------------------------------------	*/
/*  					Header 	  								*/
/*  ----------------------------------------------------------	*/
header{
	background:rgba(0,0,0,0.2);
	transition: background-color 0.1s;
	position: fixed;
	top: 0px;
	left:0px;
	z-index: 999;
	width:100%;
	border-top: 8px solid #1c1e25;
}

.whiteHeader, .darkHeader{
	padding-top: 70px;
}

.darkHeader header{
	background: #16181e;
}

header.sticky, .whiteHeader header{
	background:rgba(255,255,255,1);
	transition: background-color .1s;
	
}

header:hover{}

header .logo svg {
    fill: #FFFFFF;
	height: 24px;
	vertical-align:top;
}

header.sticky .logo svg path:nth-child(1), header.sticky .logo svg path:nth-child(2), .whiteHeader header .logo svg path:nth-child(1), .whiteHeader header .logo svg path:nth-child(2){
    fill: #e72d2d;
}

header.sticky .logo svg, .whiteHeader header .logo svg{
    fill: #142d61;
}

header .btn{
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    height: 36px;
	width:115px;
	line-height: 36px;
	font-size: 12px;
	padding: 0 5px;
}

#header .navbar {
	height: 60px;
}

header .icon svg {
    width: 19px;
    height: 16px;
    fill: #fff;
    transition: fill .4s;
}

header.sticky .icon svg, .whiteHeader header .icon svg{
	fill: #000000;
}

header .dropdown-toggle.user::after {
    display: none;
}

header.sticky .badge-light,  .whiteHeader header .badge-light{
	background: #3152ce;
	color: #fff;
}

header .navbar-toggler{
	padding: 2px 0px;
	/*padding-left: 19px;*/
	width: 40px;
	height: 100%;
	color: #ffffff;
}

header.sticky .navbar-toggler, .whiteHeader header .navbar-toggler{
	color: #000000;
}

header a{
	color: #ffffff;
}

header.sticky a, .whiteHeader header a{
	color: #1c1e25;
}

header.sticky a.btn, .whiteHeader header a.btn{
    color: #fff;
}

header a.btn.sign-out-head{
    color: #000000;
}

header a.btn.sign-out-head:hover{
    color: #FFFFFF;
}

#topBar{
	background:#1c1e25;
	color: #ffffff;
	text-align:right;
	padding: 2px 0px;
	font-size: 0.7rem;
	line-height:23px;
}

#topBar .dropdown-menu{
	z-index:1111;
}

#topBar a{
	color: #ffffff;
}

#topBar .dropdown a {
    color: #212529;
}

#topBar .menuItem{
	display:inline-block;
	vertical-align:middle;
}

#topBar .nearestLocationWrap .nearestLocationText{
	font-size: 0.6rem;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}

#topBar .nearestLocationWrap .nearestLocation{
	font-style:italic;
	display:inline-block;
	vertical-align:middle;
}

#topBar .nearestLocationWrap .fa{
	display:none;
}


#topBar .languageSelectWrap {
	margin-left:25px;
}

header #mainNavigation .navbar-nav{
	font-weight: bold;
	font-style:italic;
}

header #mainNavigation .nav-link{
	color:#ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 600;
	transition: color .4s;
	font-style:italic;
	font-size: 16px;
}

header.sticky #mainNavigation .nav-link, .whiteHeader header #mainNavigation .nav-link{
	color:#1c1e25;
}
.open .dropdown-toggle::after {
	filter: brightness(0);
	background-image: url(/assets/images/icon-chevron-up.svg);
}


.sticky #topBar .dropdown-toggle::after {
	filter: brightness(0.8);
	background-image: url(/assets/images/icon-chevron-down.svg);
}

header.sticky :not("#topBar") .dropdown-toggle::after , .whiteHeader header :not("#topBar") .dropdown-toggle::after {
	filter: brightness(0.1) 
}

#header .dropdown-item-sideMenu, #header .nav-dropdown-arrow, #topBar .dropdown-item-sideMenu, #topBar .nav-dropdown-arrow{
	display:none !important;
}

@media (min-width: 768px) {
	header .logo svg {
		height: 32px;
	}
	#header .navbar{
		height: 80px;
	}
	header .btn{
		width:161px;
		padding: 0 20px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		padding: 0 5px;
	}
}

@media(max-width: 767px){
    header .btn{
        font-size: 8px;
    }
}

@media (min-width: 1200px) {
	header{
		border-top: 0px;
	}
	
	.language-text{
		display:none;
	}
}

@media (min-width: 1440px) {
	header .btn{
		width: 178px;
		height: 36px;
	}
	#header .logo{
		margin-right:35px;
	}
	.navbar-expand-xxl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	#sideMenuWrapCollapse{
		display:none;
	}

	#header{
		position: relative;
	}
	
	#mainNavigation li, #header .container, #header .navbar {
		position: static;
	}
	
	#mainNavigation .nav-item{
		height: 80px;
		display:flex;
		align-items:center;
	}
	
	.sticky.active #mainNavigation .dropdown{
		z-index:0;
	}
	
	.sticky.active #mainNavigation .dropdown .dropdown-menu{
		display:block;
		visibility: hidden;
		position: absolute;
		top: 76px;
		width:100%;
		left:0px;
		right:0px;
		padding-top:15px;
		padding-bottom: 14px;
		opacity:0;
		transition-delay: 1s;
		border-radius:0px;
		box-shadow: none;
		border: 0px;
		border-top:1px solid #f4f6f7;
	}
	
	.sticky.active #mainNavigation .dropdown .dropdown-menu .container{
		
	}
	
	.sticky.active #mainNavigation .dropdown:hover, .sticky.active #mainNavigation .dropdown.open{
		z-index:1;
	}

	.sticky.active #mainNavigation .dropdown.open .dropdown-menu, .sticky.active #mainNavigation .dropdown.open:hover .dropdown-menu {
		visibility: visible;
		opacity:1;
		transition-delay: 0s; /* react immediately on hover */
	}
	
	.sticky.active #mainNavigation .dropdown.open .position-relative .nav-link{
		position: relative;
	}
	
	.sticky.active #mainNavigation .dropdown.open .position-relative .nav-link:before{
		content: "";
		height: 2px;
		width:95%;
		width:calc(100% - 15px);
		position: absolute;
		background: #000;
		bottom: -5px;
		left:0px;
	}
	
	
	
	.sticky.active #mainNavigation .dropdown .position-relative{
		display:flex;
		height: 100%;
		align-items: center;
		justify-content: center;
	}
	
	.sticky.active #mainNavigation .dropdown.open .position-relative:before{
		content: "";
		height: 15px;
		width: 50px;
		position: absolute;
		bottom: 0px;
		left: -25px;
		/*background: blue;*/
		display:block;
	}
	
	.sticky.active #mainNavigation .dropdown.open .position-relative:after{
		content: "";
		height: 15px;
		width: 50px;
		position: absolute;
		bottom: 0px;
		right: -25px;
		/*background: red;*/
		display:block;
	}
	
	
	#mainNavigation .dropdown-menu:before{
		content: "";
		height: 15px;
		width: 100%;
		position: absolute;
		bottom: -10px;
		left: 0px;
		/*background: orange;*/
		display:block;
	}
	
	/*
	#mainNavigation .dropdown.open .dropdown-menu{
		opacity: 1;
		transition: display .5s, opacity .5s ;   
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-ms-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
		
	}
	*/
	
	#mainNavigation .dropdown-item{
		display:inline-block;
		width:auto;
		font-weight: 700;
		font-style:normal;
		font-size: 1.2rem;
		padding-top:15px;
		padding-bottom: 15px;
		
	}
	
	#mainNavigation .nav-link{
		margin: .5rem 1rem;
		padding:0px;
	}
	
	#mainNavigation .dropdown-menu .dropdown-item {
		position: relative;
		visibility: hidden;
		opacity: 0;
		transition-delay: 0s;
	}
	
	#mainNavigation .open .dropdown-menu .dropdown-item {
		visibility: visible;
		opacity:1;
		transition: visbility .2s, opacity .2s ;   
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-ms-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
	
	#mainNavigation .dropdown-menu .dropdown-item:before{
		content: " / ";
		position: absolute;
		right: 0;
		top : 15px;
		font-size:16px;
		opacity:0.7;
	}
	
	#mainNavigation .dropdown-menu .dropdown-item:last-child:before{
		display:none;
	}
	*/
	
	#topBar .dropdown-item-sideMenu{
		display:none;
	}
	
	.cart{
		margin-right:30px;
	}
}

@media (min-width: 1920px) {
	header .logo svg {
		height: 46px;
	}
}

/*  ----------------------------------------------------------	*/
/*  					Footer 	  								*/
/*  ----------------------------------------------------------	*/

footer {
	position: relative;
	letter-spacing: 1px;
	background: #fff;
}

footer::before {
    content: " ";
    display: block;
    height: 6px;
    width: 100%;
    background-image: linear-gradient(to right,#142d61,#3152ce 53%,#519af1);
}

footer .logo {
	
}

footer .logo svg {
	height: 37px;
	margin-top: 74px;
}

footer .logo svg path:nth-child(1), footer .logo svg path:nth-child(2) {
    fill: #e72d2d;
}

footer .logo svg {
    fill: #142d61;
}

footer ul.footer-links {
    margin: 62px 0 12px;
	padding-left:0px;
}

footer ul.footer-links.social-links{
	margin-top: -15px;
}

footer ul.footer-links.footer-links-mt-{
	margin-top: 0px;
}

footer ul h6{
	display: block;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 14px;
	color: #b0b2b7;
	font-style:italic;
}

footer ul.footer-links a{
	color:#1c1e25;
	/* text-transform: uppercase; */
	width:auto !important;
	font-size: 0.8rem;
}

footer .social{
	padding-left:0px;
	text-align:center !important;
}

footer .social li {
    /*margin: 45px 20px 65px;*/
	/*margin: 25px 10px 65px;*/
	margin: 15px 10px 35px;
	display:inline-block;
}

footer .standards{
	margin-bottom: 10px;
}

.social a {
    padding-left: 18px;
    padding-right: 18px;
}

.social .facebook svg {
    width: 17px;
    height: 17px;
}
.social .instagram svg {
    width: 16px;
    height: 17px;
}

.social .youtube svg {
    width: 21px;
    height: 17px;
}

.social .twitter svg {
	width: 21px;
    height: 21px;
}

.social .icon svg {
    fill: #3152ce;
}

footer .bottomFooter{
	background:#1c1e25;
	font-size: 12px;
    line-height: normal;
    color: #b0b2b7;
	padding: 36px 0px;
}

footer .bottomFooter a{
	color: #b0b2b7;
}

@media (min-width: 768px) {
	footer .standards{
		margin-bottom: 2px;
	}
	
	
}
@media (min-width: 1440px) {
	footer .logo svg {
		height: 47px;
		margin-top: 88px;
	}
	
	footer ul.footer-links a{ 
		font-size: 1rem;
	}
	footer ul.footer-links{
		margin-top: 62px;
	}
	
	footer ul.footer-links{
		margin-top: 62px;
	}
}

@media (min-width: 1920px) {
	footer .logo svg {
		height: 60px;
	}
}
/*  ----------------------------------------------------------	*/
/*  					Languages 	  							*/
/*  ----------------------------------------------------------	*/
.languageSelectWrap{
	display:inline-block;
	vertical-align:middle;	
}

#topBar .dropdown-menu{
	min-width:210px;
}

.dropdown-toggle{
	cursor:pointer;
}

h6.dropdown-item{
	font-weight: 600;
	font-style:italic;
	letter-spacing: 1px;
	font-size:84%;
	text-transform: uppercase;
}

.languageSelectWrap .dropdown-toggle{
	cursor: pointer;
}

.languageSelectWrap .dropdown-toggle img{
	height: 13px;
}
.languageSelectWrap .dropdown-menu{
	border-radius:0px;
}

.languageSelectWrap .dropdown-menu img{
	height: 12px;
}

.languageSelectWrap .dropdown-item .fa{
	font-size: 66%;
	color: #3152ce;
}

/* ---------------------------------------------------
    SIDEMENUWRAP STYLE
----------------------------------------------------- */
#sideMenuWrap{
	border-top: 1px solid #ebebeb;
}

#sideMenuWrap, #sideMenuWrap .dropdown-menu{
    width: 283px;
    position: fixed;
    top: 68px;
    left: -288px;
    height: calc(100vh - 68px);
    z-index: 999;
    background: #FFFFFF;
    color: #1c1e25;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sideMenuWrap.active {
    left: 0;
}

#sideMenuWrap .dropdown-menu{
	padding-top:0px;
}

#sideMenuWrap .nav-item .nav-link.dropdown-toggle {
    padding-right: 40px;
	position:relative;
}

#sideMenuWrap .dropdown-toggle::after {
	filter: brightness(0.1);
	position: absolute;
	top:39%;
	transform: translate(0%, -50%);
	right: 25px
}

@media only screen and (max-width: 768px){
    #sideMenuWrap .dropdown-toggle::after {
    	top:44%;
    }
}


#sideMenuWrap .dropdown-menu{
	top:68px;
	left: -283px;
	margin-top: 0px; /* -5px*/
	margin-left:0px;
	box-shadow: 0px;
	border-radius: 0px;
	transform: translate(0px, 0px) !important;
	transition: all 0.3s;
}
#sideMenuWrap .dropdown-menu.show{
	transform: translate(0px, 0px) !important;
	left:0px;
	top:68px;
	transition: all 0.3s;
}

/*
header nav .anchor {
    z-index: 1;
    height: 6px;
    background-image: linear-gradient(to right,#142d61,#3152ce 53%,#519af1);
}
*/



#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
	top:0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sideMenuWrap .menuTopLink{
	color: #1c1e25;
	font-weight:600;
	background: #ffffff;
	height: 58px;
	padding-right: 25px;
	padding-left: 26px;
	display: flex;
	align-items: center;
	font-size: 15px;
}

#sideMenuWrap .menuTopLink a{
	color: #1c1e25;
}

/*#sideMenuWrap .dropdown{*/
/*	position: static;*/
/*}*/

/* AW - Dropdown arrow overlay to show submenu rather than following link */
#sideMenuWrap .nav-dropdown-arrow{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 54px;
	height: 54px;
}

#sideMenuWrap .menuItem{
	color: #1c1e25;
	font-style:italic;
	height: 58px;
	padding-right: 25px;
	padding-left: 26px;
	display: flex;
	align-items: center;
	border-top: 1px solid #ebebeb;
	width:100%;
	/*position: relative;*/
	font-size:14px;
	text-transform:uppercase;
}


#sideMenuWrap .badge-light {
    color: #FFFFFF;
    background-color: #3152ce;
}

#sideMenuWrap .nav-item, #sideMenuWrap .dropdown-item{
    border-top: 1px solid #ebebeb;
    background: #fff;
	letter-spacing: .7px;
	color: #1c1e25;
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 30px;
    font-weight: 500;
}

 #sideMenuWrap .dropdown-item{
	padding-top: 14px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 26px;
	font-size: 16px;
 }
 
 
 #sideMenuWrap .dropdown-item.dropdown-item-sideMenu{
	text-transform: uppercase;
	font-style: italic;
 }
 
  #sideMenuWrap .dropdown-item.dropdown-item-sideMenu .fa{
	font-size:9px;
	margin-right:5px;
 }
 
#sideMenuWrap .nav-item .nav-link{
	font-style: italic;
    text-decoration: none;
	color: #1c1e25;
	padding-top: 14px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 26px;
	text-transform: uppercase;
	font-weight:400;
	background: #fcfcfc;
}


#sideMenuWrapCollapse{
	position: relative;
	width:35px;
	height: 35px;
	margin-right: 10px;
	padding: 7px 5px;
}
 
.togglerWrap{
	height:100%;
	width:100%;
	position: relative;
}

#sideMenuWrapCollapse span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #FFF;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.sticky #sideMenuWrapCollapse span, #sideMenuWrapCollapse.open span, .whiteHeader #sideMenuWrapCollapse span{
	background: #1c1e25;
}

#sideMenuWrapCollapse span:nth-child(1) {
  top: 0px;
}

#sideMenuWrapCollapse span:nth-child(2),#sideMenuWrapCollapse span:nth-child(3) {
  top: 6px;
}

#sideMenuWrapCollapse span:nth-child(4) {
  top: 12px;
}

#sideMenuWrapCollapse.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#sideMenuWrapCollapse.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sideMenuWrapCollapse.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sideMenuWrapCollapse.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.sideMenu{
	height: calc(100% - 82px);
	background: #FCFCFC;
	overflow:auto;
}

.sideMenuText{
	position: absolute;
	bottom: 6px;
	left:0px;
	width:100%;
	font-size: 8.5px;
	text-align: center;
	color: #1c1e25;
	letter-spacing: .2px;
	margin: 28px auto;
}

.sideMenuTextBottomBar {
	position: absolute;
	bottom: 0px;
	left:0px;
	width:100%;
    z-index: 1;
    height: 6px;
    background-image: linear-gradient(to right,#142d61,#3152ce 53%,#519af1);
}

.mCustomScrollBox, .mCSB_container{
	min-height: 100%;
	height: 100%;
}


#sideMenuWrap .nearestLocationWrap{
	color: #656973;
	font-weight: 800;
	font-size: 11px;
	letter-spacing: .3px;
	flex-wrap: wrap;
	padding-top: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	height:auto;
}

#sideMenuWrap .nearestLocationWrap span{
	font-size: 11px;
    font-weight: 900;
    font-style: italic;
    line-height: 31px;
    color: #3152ce;
	/*display:block;*/
	width:100%;
	
}

@media only screen and (max-width: 1440px){
    .nearestLocationText{
        padding-right: 5px;
    }
}

.myAccountDropdown {
    right: auto;
    left: 50%;
	border-radius:0px;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	background: #fff;
	box-shadow: -1px 2px 5px 0 rgba(0,0,0,.13);
	z-index: 2;
	user-select: none;
	color: #1c1e25;
	width:300px;
	padding: 25px;
}

@media (min-width: 768px) {
	#sideMenuWrap, #sideMenuWrap .dropdown-menu{
		top: 88px;
		height: calc(100vh - 88px);
	}
	
	.whiteHeader, .darkHeader{
		padding-top: 88px;
	}
    
    .whiteHeader.ap-pro{
        padding-top: 150px;
    }
}

@media (min-width: 1200px) {
	#sideMenuWrap, #sideMenuWrap .dropdown-menu{
		top: 108px;
		height: calc(100vh - 108px);
	}
	
	.whiteHeader, .darkHeader{
		padding-top: 110px;
	}
    .whiteHeader.ap-pro{
        padding-top: 200px;
    }
}

@media (max-width: 1691px) {
	#mainNavigation .nav-link {
		margin: .5rem .8rem;
	}
	.cart {
		margin-right: 20px;
	}
	#usermenu .nav-link {
		padding: .5rem .8rem;
	}
}

@media (max-width: 1624px) {
	#mainNavigation .nav-link {
		margin: .5rem .6rem;
	}
	.cart {
		margin-right: 15px;
	}
	#usermenu .nav-link {
		padding: .5rem .6rem;
	}
}

@media (max-width: 1560px) {
	#mainNavigation .nav-link {
		margin: .5rem .4rem;
	}
	.cart {
		margin-right: 10px;
	}
	#usermenu .nav-link {
		padding: .5rem .4rem;
	}
	#header .logo {
		margin-right: 28px;
	}
}

@media (max-width: 1491px) {
	#mainNavigation .nav-link {
		margin: .5rem .3rem;
	}
	.cart {
		margin-right: 7px;
	}
	/* #usermenu .nav-link {
		padding: .5rem .3rem;
	} */
	#header .logo {
		margin-right: 22px;
	}
}

@media (max-width: 1460px) {
	#mainNavigation .nav-link {
		margin: .5rem .2rem;
	}
	.cart {
		margin-right: 5px;
	}
	/* #usermenu .nav-link {
		padding: .5rem .2rem;
	} */
	#header .logo {
		margin-right: 20px;
	}
	header .logo svg {
		height: 30px;
	}
}