﻿body {
	margin: 0px;
	font-family: 'Work Sans', sans-serif /*!important*/;
	height: auto;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Work Sans', sans-serif /*!important*/;
	font-weight: 300;
}

*:focus {
	outline: 0;
}

.activeMenu {
	background: rgba(70, 70, 70, 0.2) !important;
}

	.activeMenu a, .activeMenu a:hover {
		color: #fff !important;
	}

.row {
	max-width: 1280px;
}

select {
	padding: 0px;
	padding-left: 20px;
}

h2 {
	font-size: 37px;
	color: #EC6607;
	text-align: center;
}
/*@media only screen and (max-width: 39.9375em) { 
    h2{
        text-align:left
    }
}*/
@media only screen and (max-width: 63.9375em) {
	#main-content.row:nth-of-type(1), .header-2, .header-1 {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.header-1 {
	width: 100%;
	background: #C8C0BD url('/images/headerBg.jpg') no-repeat top center;
	-webkit-box-shadow: 0px 2px 41px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 41px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 41px -2px rgba(0,0,0,0.75);
	position: relative;
	z-index: 2;
}

	.header-1 .columns {
		line-height: 41px;
		background: url('/images/vl.png') left no-repeat;
		height: 41px;
		text-align: center;
	}

	.header-1 img {
		width: auto;
		height: auto;
	}


	.header-1 .columns:last-child {
		font-size: 11px;
		/*background: #4c4c4c;*/
		background: url('/images/vl.png') left no-repeat;
		text-align: center;
		height: 40.5px;
	}

@media screen and (min-width: 63.9375em) {
	.header-1 .columns:last-child {
		background: url('/images/vl.png') left no-repeat,url('/images/vl.png') right no-repeat;
	}
}

.header-1 .columns:last-child a, .header-1 .columns:last-child a:hover {
	color: #383838
}



@media only screen and (max-width: 39.9375em) {
	.header-1 .small-2 {
		width: 20%;
	}
}

.header-2 {
	height: 137px;
	background: #EC6607;
}

.logo {
	padding-left: 0px;
	line-height: 137px;
}

@media only screen and (max-width: 39.9375em) {
	.logo {
		width: 60%;
	}
}


.menu {
	list-style-type: none;
	height: 60px;
	line-height: 60px;
}

	.menu i {
		color: #fff;
	}

	.menu li {
		display: inline;
		margin: 0 35px;
	}

		.menu li:last-child {
			margin-right: 0px;
		}

	.menu a, .menu a:hover {
		font-weight: normal;
		font-size: 16px;
		color: #fff;
	}

@media screen and (max-width:1275px) and (min-width: 40.0625em) {
	.menu li {
		margin: 0 37px;
	}
}

@media screen and (max-width:1192px) and (min-width: 40.0625em) {
	.menu li {
		margin: 0 20px;
	}
}

.upperText, .upperTextMobile {
	display: inline-block;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 24px;
}

	.upperText a, .upperText a:hover, .upperTextMobile a, .upperTextMobile a:hover {
		font-size: 12px;
		color: #FFFFFF;
		margin: 0 5px;
		font-weight: 300;
	}

@media only screen and (max-width: 39.9375em) {
	.upperText {
		display: none;
	}
}

.upperTextMobile {
	position: absolute;
	top: 45px;
	margin: 0px;
}

.upperRow {
	height: 60px;
	line-height: 80px;
	padding-right: 0px;
}


.lowerRow {
	padding-right: 0px;
}

.search, .search:focus {
	font-size: 12px !important;
	color: #736357 !important;
	/*width: 153px !important;*/
	height: 24px !important;
	/*background: #fff url('/images/search.png') no-repeat right 6px center;*/
	border: none;
	padding: 0px !important;
	padding-left: 10px !important;
	display: inline-block !important;
}

	.search.uppersearch {
		width: 179px !important;
	}

.buttonBtn {
	background: rgba(255, 255, 255, 0.00) url(/images/search.png) no-repeat right 6px center;
	background-size: 10px;
	border: none;
	width: 20px;
	position: absolute;
	top: 30px;
	right: 13px;
}


@media only screen and (min-width: 40em) {
	.buttonBtn {
		right: 13px !important;
	}
}

.dropdown {
	position: absolute;
	top: -19px;
	display: none;
	z-index: 100;
	left: 239px;
	border-top: #736357 20px solid;
	-webkit-box-shadow: 0px 10px 26px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 26px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 26px -4px rgba(0,0,0,0.75);
}

.dropContent {
	/*width: 505px;*/
	width: 350px;
	height: auto;
	border: #e2dfdd solid 1px;
	background: #fff;
}

.productsList {
	list-style-type: none;
	font-size: 15px;
	color: #EC6607;
	margin: 20px 40px;
}

	.productsList li {
		border-bottom: #EC6607 1px solid;
		padding: 5px 0;
	}

		.productsList li a, .productsList li a:hover {
			font-size: 15px;
			color: #EC6607;
		}

.rotate {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
	top: 3px;
	position: relative;
}


.sidenav {
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	background-color: #EC6607;
	overflow-x: hidden;
	-moz-box-shadow: 0 9px 20px 0px #000000;
	-webkit-box-shadow: 0 9px 20px 0px #000000;
	box-shadow: 0 9px 20px 0px #000000;
	padding: 0 30px;
	display: none;
	box-sizing: border-box;
}


#nav {
	list-style-type: none;
	margin: 0;
	font-size: 15px;
	width: 310px;
	padding-top: 100px;
	box-sizing: border-box;
}

	#nav li a {
		display: block;
		text-decoration: none;
		color: #fff;
		padding-left: 15px;
		/*height: 60px;*/
		border-bottom: solid 1px #fff;
		line-height: 60px;
		background: url('/images/arrowRight.png') no-repeat right;
	}

		#nav li a.active {
			color: #00AEEF;
		}

	#nav li ul {
		text-decoration: none;
		list-style-type: none;
		margin: 0;
		background: #FFF;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}

		#nav li ul li a {
			display: block;
			text-decoration: none;
			color: #EC6607;
			padding-left: 15px;
			border-bottom: solid 1px #EC6607;
			box-sizing: border-box;
			line-height: 34px;
		}

@media only screen and (max-width: 370px) {
	.search {
		max-width: 105px;
	}

	#nav {
		max-width: 260px;
	}
}

.footer {
	background: url('/images/footerBg.jpg') repeat-x top left;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-size: 100% 100%;
}

	.footer *:not(.fa) {
		font-family: 'Work Sans', sans-serif !important;
	}

	.footer img {
		width: 110px;
		height: auto;
		max-width: 110px;
	}

	.footer a, .footer a:hover, .footer a:visited, .footer a:active {
		color: #fff;
	}

.copyRightRow {
	margin-top: 10px !important;
}


.icons a {
	color: #fff;
	margin-right: 10px;
}

@media only screen and (max-width: 39.9375em) {
	.copyRightRow {
		/*width: 285px !important;*/
	}
}

.logo-container {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	padding-bottom: 8px;
}

	.logo-container > * {
		width: 12.5%;
		line-height: 25px;
		margin-top: 5px;
		text-align: center;
		background: url(/images/vl.png) left no-repeat;
	}

		.logo-container > *:last-child {
			color: #333;
			font-size: 14px;
			text-align: center;
			padding-top: 2px;
		}

.logoMaster {
	padding: 0px !important;
}

.box p {
	color: #EC6607;
	/*background:#EC6607;*/
	margin-bottom: 0px;
	max-width: 246px;
	margin-right: auto;
	margin-left: auto;
	line-height: 24px;
	font-weight: 500;
}

#BasketPanel {
	display: inline-block;
}

.whiteLink, .whiteLink:hover {
	color: #fff;
}

.dropdownUpper {
	position: absolute;
	z-index: 3;
	width: 100%;
	background: #C7C1BC;
	left: 0px;
}

	.dropdownUpper .columns {
		line-height: 41px;
		background: url(/images/vl.png) left no-repeat;
		height: 41px;
		text-align: center;
	}

.dropdownLogos {
	position: absolute;
	z-index: 20;
	background: #c8c0bd url('/images/headerBg.jpg') top no-repeat;
	width: 100%;
	max-width: 400px;
}

	.dropdownLogos ul {
		list-style: none;
		width: 100%;
		margin: 0px;
		padding: 10px 10px;
	}

		.dropdownLogos ul li {
			text-align: center;
			border-bottom: #4c4c4c solid 1px;
			list-style: none;
			margin: 10px 10px;
			display: inline-block;
			width: 43%;
		}

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
	.dropdownLogos {
		width: 64%;
	}
}

@media only screen and (max-width: 39.9375em) {
	.dropdownLogos {
		width: 100%;
	}

		.dropdownLogos ul li {
			width: 40%
		}
}

.CardLogos img {
	width: 100%;
}

/*@media only screen and (min-width: 40em) and (max-width: 63.9375em) { 
    .CardLogos .row .column:last-of-type{
        padding-top:40px !important;
    }

}
@media only screen and (max-width: 39.9375em) { 
    .CardLogos .row .column{
        padding-top:20px !important;
    }

}*/

.fadein {
	opacity: 0;
	transform-origin: 50% 50%;
	transform: translateY(15px);
	transition: all 600ms ease;
}

.fadedin {
	opacity: 1;
	transform-origin: 50% 50%;
	transform: translateY(0);
	z-index: 200;
}


.home-6 {
	text-align: center;
	font-size: 19px;
	color: #FFFFFF;
	height: auto;
	margin-top: 80px;
	margin-bottom: 80px;
	vertical-align: middle;
}

	.home-6 a, .home-6 a:hover {
		color: #FFFFFF;
		font-weight: lighter;
	}

	.home-6 .about {
		background: #726256;
	}

	.home-6 .stockists {
		background: #EC6607;
	}

	.home-6 .contact {
		background: #595959;
	}

	.home-6 .image {
		height: 50%;
	}

		.home-6 .image img, .home-6 .image i {
			margin-top: 45px;
			height: 35px;
			font-size: 41px;
		}

	.home-6 .about, .home-6 .stockists, .home-6 .contact {
		height: 180px;
		margin-top: 10px;
		color: #FFFFFF;
	}

.close {
	position: absolute;
	right: 40px;
	cursor: pointer;
}

aside#covid {
	max-width: 730px;
}

aside.social-icons {
	text-align: center;
	font-size: 20px;
	margin: 15px auto auto;
}

	aside.social-icons a {
		margin: auto 5px;
	}

.footer aside.social-icons a:hover {
	color: #bbb;
}

.contact-socials aside.social-icons {
	margin-top: 20px;
	margin-bottom: 30px;
}

	.contact-socials aside.social-icons a {
		color: #777;
	}
