/* BASE THEME CSS */

/* Border: #eaeaea */
/* Font: font-family: 'Work Sans', sans-serif; */
/* Black: #454545 */
/* Primary Colour: #0a1a3f (blue) */
/* Seccondary Colour: #e1212a (red) */

/* #Header# */
.desktopMenu {display:none;}
.header-customer-services {}
.header-customer-services ul {
	display:flex;
	align-items: center;
	justify-content: flex-end;
	list-style:none;
	margin: 5px 0px 0px 0px;
}
.header-right{
	margin-bottom: 10px;
}

.logo {max-width:100%;}

.header-customer-services ul li {margin: 0px 0px 0px 5px;}
.header-customer-services ul li a {font-size: 1.1rem;font-weight:bold;text-transform:uppercase;}

/* Min Responsive */
@media (min-width:1201px){
	.minicart-wrapper {
	    margin-left: 0px;
	}

	.desktopMenu {display:block;}
	.nav-sections {display:none;}

	.block-search {
		max-width: 365px;
	    margin: auto 4%;
	    padding: 0px;
	    width: 100%;
	}

	.minicart-wrapper .action.showcart .text, .minicart-wrapper .text {
		position:relative !important;
		margin:auto !important;
		height: auto;
		overflow: auto !important;
		width: auto !important;
	}

	.header-left {padding-left: 3rem;} 
	.header-right {padding-right: 3rem;}

	.header-left, .header-search {
		display: flex;
		align-content:center;
	}

	.header-account {
		display: flex;
	    align-items: center;
	    justify-content: flex-end;
	    margin-bottom: 0;
		margin-top: 20px;
	}

	.logo {
		padding: 10px 0px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.logo img {max-width:100%;}

	.block-search .action.search:before {
		font-size: 30px;
		line-height: 24px;
		color:#454545;
	}

	.minisearch input[type=text]:not(.browser-default) {color:#454545;font-size: 12px;}

	.block-search .action.search {right: 5px;}

	.headLink {margin-left: 7.5%;}
	.minicart-wrapper .action.showcart,
	.headLink a {
		display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    text-align:center;

	}
	.headLink i {font-size: 2rem;}
	.headLink h6 {font-size: 1.2rem;}

	.nav-toggle-block {margin-left: 0px !important;}
	.minicart-wrapper .action.showcart .counter.qty {
	    height: auto;
	    line-height: 24px;
	    border-radius: 2px;
	    display: inline-block;
	    margin: 0px;
	    min-width: 15px;
	    overflow: hidden;
	    padding: 0px;
	    text-align: center;
	    white-space: normal;
	    position: absolute;
	    top: 0px;
	    right: -5px;
	    background:none;
	}
	.minicart-wrapper .action.showcart .counter.qty span {
		color: #e1212a;
		font-size: 12px;
	}
	
	.header-navigation {
		padding: 0px !important;
		background: #0a1a3f;
	}
	.navigation {background: #0a1a3f;}
	.navigation a, .navigation span {color: #fff;}

}

@media (min-width:769px){

}

@media (min-width:551px){

}

@media (min-width:441px){

}

@media (min-width:321px){

}



/* Max Responsive */

@media (max-width:1200px){

}

@media (max-width:1200px){
	.header-account {position: relative;}
	.nav-toggle {
		font-size: 1rem;
		position: relative;
	}
	.nav-toggle:before {display:none;}
}

@media (max-width:768px){

}

@media (max-width:550px){

}

@media (max-width:440px){

}

@media (max-width:320px){

}


