html {
  height: 100%;
  width: 100%;
}
@media print {
    table {page-break-inside: avoid;}
}
/* latin-ext */
@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url(https://fonts.gstatic.com/s/pontanosans/v5/qFdD35GdgYR8EzR6oBLDHa3ayz8Ns1s.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Pontano Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Pontano Sans'), local('PontanoSans-Regular'), url(https://fonts.gstatic.com/s/pontanosans/v5/qFdD35GdgYR8EzR6oBLDHa3axT8N.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v16/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-family: Arial,sans-serif !important;
  height: 100%;
  line-height: unset;
  min-width: 320px;
  width: 100%;
}
p{
	font-family: verdana,sans-serif !important;
}
.headersec {
  background-color: #000000;
  color: #ffffff;
	-ms-flex-negative: 0;
  flex-shrink: 0;
}
.content-section{
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.footer-section{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.footer {
  background-color: #000000;
  margin-top: 20px;
  min-height: 32px;
  width: 100%;
}
.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}
.content {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  min-height: 100%;
	height:100%;
}
.loginimage{
	background: url(/images/background.jpg) no-repeat center center fixed; 
  background-size: cover;
}
.header {
  background-color: #000;
}
.header > img {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  float: left;
  height: auto;
  margin: 8px 0 0;
  width: 175px;
}
.header p, h1, h2, h3, h4 {
	color: #1d1d1b;
	text-transform: capitalize;
}
.header-icons {
	float: right;
}
/* New Backend header layout */
.header-container-be .lang{
	color: #eee
}
.header-container-be .header{
	min-height: 61px;
}
.header-container-be .header-top {
  padding: 15px 0 0;
}
.maincontainer {
  position: relative;
}
.header-container-be {
  background-color: #000;
}
.main-header .maincontainer .header-container-be .header.logo {
  background-color: #000;
  height: 61px;
  left: 0;
  position: relative;
  top: 0;
  width: 200px;
  z-index: 200;
}
.header-container-be .header.logo img {
  margin: 8px 12px;
}
.header-container-be .header.poweredby {
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
}
.header-container-be .header-center {
  padding: 0 140px 0 200px;
  position: absolute;
  top: 0;
  width: 100%;
}
.be-header-input .input-group-append .input-group-text{
  background-color: #fff;
}
.headmenu li a{
  text-decoration: none;
  color: #fff;
}
.be-header-input input {
  padding-right: 36px;
}
.header-container-be .be-breadcrumb {
  min-height: 20px;
}
.header-container-be .be-breadcrumb li {
  margin-bottom: 2px;
  margin-left: -6px;
  padding: 4px 6px;
}
.maincontainer.maincontainer-be {
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
	.maincontainer .header-container-be .header-center {
		padding: 0;
		position: relative;
	}
	.main-header .maincontainer .header-container-be .header.logo {
		width: 260px;
	}
}
@media only screen and (max-width: 767px) {
	.be-header-input {
		padding: 4px 0;
	}	
	.header-container-be .header-center .fa-search {
		margin-top: 8px;
		right: 12px;
	}
	.header-container-be .powerbutton a {
		float: right;
	}
	.header-container-be .header-top {
		padding: 0px 15px 0;
	}
}
@media only screen and (max-width: 405px) {
	.header-container-be .header.poweredby {
		display: none;
	}
}
.main-header .maincontainer #accordion {
  box-shadow: none;
}
/* New header layout */
.header > a > img {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  height: auto;
  margin: 8px 0;
  width: 175px;
}
.header.poweredby {
  display: table;
  height: 60px;
}
.header.poweredby img {
  height: auto;
  margin-top: 8px;
  width: 100%;
}
.selectedlang {
  background-color: #000000;
  border-radius: 0 0 4px 4px;
  padding: 0 12px 6px;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 500;
}
.langselector {
  color: #ffffff;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 100%;
}
.langselector i {
  font-size: 24px;
  padding: 0 0 0 4px;
  position: relative;
  top: 2px;
}
.lang-dropdown {
  display:none;
}
.langflag {
  height: 28px;
  width: auto;
}
@media only screen and (max-width: 475px) {
	.selectedlang span {
    display: none;
	}
}
.container-fluid .navbar-toggle.collapsed {
  border: 3px solid #ffffff;
  display: block;
  margin: 10px 0;
}
.header .breadcrumb {
  background-color: rgba(0, 0, 0, 0);
	float: left;
	margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
	.container-fluid .header .breadcrumb{
		margin: 0 0 10px 0;
		width: 100%;
	}
}
.breadcrumb ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
}.breadcrumb li {
  float: left;
  height: 60px;
  font-size: 18px;
  line-height: 25px;
  padding: 15px 4px;
  color: #ffffff;
}
.breadcrumb li, .breadcrumb a:hover, .breadcrumb a:visited {
  color: #ffffff;
  float: left;
  font-size: 18px;
  line-height: 25px;
  padding-right: 5px;
  text-decoration: none;
}
#m2con a{
  text-decoration: none;
  color: #ffffff;
}
.breadcrumb li:hover {
  background-color: #888888;
  cursor: pointer;
}
.icon-bar {
  background-color: #ffffff;
}
.menu-group.col-12.navmenu {
  max-height: 0;
  overflow: hidden;
  transition: all 1s ease 0s;
  box-shadow: 5px 10px #888888;
}
.menu-group.col-12.navmenu.navmenu-view {
  max-height: 2500px;
  transition: all 2s ease 0s;
}
.menu-group .panel + .panel {
  margin-top: 0px !important;
}
#accordion {
  background-color: #000000;
}
.maincontainer > .row > #accordion{
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 15px 0 15px;
}
.card.menuitems {
  border: medium none;
  margin-bottom: 0;
}
#accordion .card {
  box-shadow: none;
  float: left;
}
#accordion .card {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  display: table-cell;
  padding-left: 8px;
  padding-right: 8px;
}
#accordion .card-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 8px 0 0;
}
#accordion  .card-title {
  position: relative;
}
#accordion .card-title img {
  height: auto;
  width: 100%;
}
#accordion .collapse {
  background-color: #fff;
  bottom: 0;
  float: left;
  width: 100%;
}
#accordion .collapsing {
  background-color: #fff;
}
#accordion .panel-body {
  border: medium none;
}
/* Menu second level test layout */
#accordion .box {
  background-image: linear-gradient(to right, rgba(227, 13, 24, 0.99) 50%, rgba(227, 13, 24, 0.1));
  box-shadow: 2px 2px rgba(227, 13, 24, 0.3);
  color: #ffffff;
  float: left;
  font-size: 16px;
  font-weight: normal;
  margin: 6px 12px 6px 0;
  padding: 6px 36px 6px 12px;
  white-space: nowrap;
}
#accordion .card-title span {
  bottom: 3px;
  color: #ffffff;
  font-size: 18px;
  overflow-wrap: normal;
  padding-left: 2px;
  position: absolute;
}
#accordion .menuitems {
  /*background-color: #cccccc;*/
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0;
  width: 100%;
}
.pagebreak {
  float: left;
  height: 12px;
  width: 100%;
}
#m2menu .box{
	border: 1px solid #333333;
    color: #000000;
    float: left;
    margin: 6px;
    padding: 6px 12px;
    white-space: nowrap;
}
.menuitems .menuborder{
	border: none;
}
.menuitems .menuborder:first-child::before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.1)) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  position: absolute;
  width: 100%;
	right:-3px;
}
.header-icons {
  float: right;
  padding: 12px;
}
.header-icons > div {
  cursor: pointer;
  display: inline-block;
}
.header-icons i {
  color: #ffffff;
  font-size: 18px;
  padding: 7px;
}
.search, .location, .language {
  background-color: #dddddd;
  border-radius: 12px;
  float: right;
  padding: 12px;
  position: fixed;
  right: -310px;
  top: 6px;
  transition: all 1s ease 0s;
  width: 300px;
	z-index: 300;
}
.search.search-view, .location.location-view, .language.language-view {
  right: 6px;
  transition: all 1s ease 0s;
}
.search form, .location form, .language form {
  position: relative;
  width: 100%;
}
.search .navbar-right > div, .location .navbar-right > div, .language .navbar-right > div {
  color: #ff0000;
  font-size: 18px;
  position: absolute;
  right: -8px;
  top: -10px;
}
.navbar-right i {
  cursor: pointer;
}
.search .navbar-right .search-button {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #aaaaaa;
  font-size: 24px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
}
/* End new header layout */
.navbar-brand {
	height: 75px;
	padding: 15px 0px;
}
.navbar-collapse {
	padding-left: 0px;
}
.navbar-default {
	background-color: #fff;
	border-color: #fff;
}
.navbar-nav > li > a {
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #a9ce5a;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #1d1d1b;
}
.topbar {
	background-color: #000;
	border-bottom: 4px solid #a9ce5a;
}
.topbar > p,.topbar >  h1,.topbar >  h2,.topbar >  h3,.topbar >  h4 {
	color: #fff;
	font-size: 1.4em;
	font-weight: 300;
}
.logo {
	width: 250px;
}
.fbc-messages{
	background-color: rgba(137,167,136, 0.90);
	display: none;
	min-height: 60px;
	position: fixed;
	text-align: center;
	bottom: 0;
	width: 100%;
	z-index: 1250;
	color:#fff;
	padding: 12px;
}
.fbc-messages .rt-grid-12.rt-alpha.rt-omega {
  width: 100%;
}
.fbc-messages a {
    color: #fff;
}
.dropinmessagelarge {
    font-size: 24px;
}
.dropinmessagesmall {
	font-size: 16px;
}
.modal-content.about {
    padding: 60px;
}
.btn-primary {
	border: none;	
}
.modal-content {
    color: #4d4d4d;
}
.modal-content a {
	color: #8eb992;
	text-decoration: none;
}
.modal-content textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 22px 20px 21px;
	color: #4d4d4d;
	font-size: 15px;
	font-weight: 300;
	border: solid 2px #ccc;
	border-radius: 9px;
	background-color: #fff;
	margin-top: 16px;	
}
.modal-content a:hover {color:#222}
p {
    margin: 16px 0 0 0;
}
.body-block-small {
    padding-top: 89px !important;
    transition: all 0.5s ease 0s;
}
.mobonly {
    display: none;
}
.headerMenu .headerMenu__basket {
    cursor: pointer;
	width: 78px;
	padding: 0 0 0 0px;
}
.headerMenu__basket i, .headerMenu__basket span {
    width: 53px;
    margin-left: 24px;
}
.homeBanner .homeBanner__slides {
    z-index: 0;
}
.blogList__posts .content {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
blockquote {
    border-left: 0px;
}
.historyTimeline .historyTimeline__years span {
    margin-bottom: 20px;
	font-size: 12px;
}
.headerMenu .headerMenu__basket::before {
	border-left: none;
}
#basketlines .headerMenu__basket::before {
    border-left: 1px solid #ccc;
}
.headerMob .headerMob__basket a, .headerMob .headerMob__basket a:hover {
	color: #d2d2d2;
	text-decoration: none;
}
.headerMob .headerMob__logo a {
    width: auto;
    background-image: none;
}
.productMenu__col__menu {
    vertical-align: top;
}
		.alert{
			position: fixed;
			right: 80px;
			top: 80px;
			z-index: 99999;
			padding: 8px 35px 8px 14px;
			margin-bottom: 18px;
			color: #000;
			font-size:18px;
			text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
			background-color: #f2dede;
			border: 1px solid #d9534f;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			}
		.alert-heading {
			color: inherit;
			}
		.alert .close {
			position: relative;
			top: -2px;
			right: -21px;
			line-height: 18px;
			}
		.row.cart-row-even {
			padding: 15px 0px;
		}
		.cart-row-odd{
			background-color: #f2f2f2;
			border-color: #f2f2f2;
			padding: 15px 0;
		}
		.cart .heading{
			font-weight: 700;
		}
		.cart button{
			margin: 10px 0px 10px 0px;
		} 
		#cart .productListingTablePrice.input-group {
			margin: -15px 0px;
		}
		#cart select {
			border-radius: 5px;
		}
		#cart .shipping {
			text-align: center;
		}
		#cart .shipping input, #cart .shipping select {
			width: 70%;
			margin: 10px auto;
			padding: 16px 8px;
		}
		#cart .subtotals .row {
			padding: 6px 0;
		}
		#cart .subtotals .firstrow {
			margin-top: 10px;
		}
		.login{
/*			font-family: 'Merriweather',serif */
		}
		.login .top-input {margin-top: 16px;}
		.login a {
			color: #4d4d4d;
			text-decoration: none;
		}
		.login button {
			margin-top: 16px;
		}
		.login .left {
			padding-right: 8px;
		}
		.login .contactBottom .contactBottom__form {
			padding-right: 20px;
		}
		.login .control-label {
			display: block !important;
		}
		.checkout button {
		    margin: 10px 0px 10px 0px;
		}
		            .payment-screen label{display:block; font-size:12px; font-family:arial;}
            
            .payment-screen .card-payment{
            	padding: 10px 20px 0 20px; 
            	width: 100%;
				background-color: #8EB992;
				border: solid black 1px;
			}
			.payment-screen .paynow{
            	padding: 10px 20px 0 20px; 
				font-weight: 600;
				font-size: 20px;
				border: solid black 1px;
			}
			.payment-screen .payment > .wrap{
				padding-bottom:50px;
				height: 500px
			}
			.payment-screen .payment-error{
				color: red;
			}
		.login .title{
			background-color: #e0e0e0;
			color: #000;
			padding-top: 10px;
			font-size: 36px;
			text-align: center;
		}		
		.login .logo{
			width: 100%;
			background-color: #000;
			color: #000;
			padding: 10px 0 10px 0; 
			font-size: 36px;
			text-align: center;
			align-content: center;
		}
		.login .username{
			font-size: 24px;
			text-align: center;
		}
		.login .password{
			font-size: 24px;
			text-align: center;
		}
		
		.productMenu__col__promoted{
			padding-left: 25px;
			padding-right: 25px;
		}
		.productDetails__TableaddToBasket input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 12px;
    margin-left: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    background-color: #8eb992;
    cursor: pointer;
}
.productListingTablePrice .input-group-btn {
	    padding: 16px 12px 16px 12px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #000;
    border-radius: 5px;
}
.productListingTablePrice .quickaddqty {
    padding: 16px 12px 16px 12px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    width: 75px;
}
/*.productImages .productImages__main {
    display: table-cell;
    vertical-align: top;
    padding-left: 38px;
}*/
.full__category__description img {
    width: 100%;
}
.productDetails .productDetails__TableaddToBasket select{padding:16px 35px 16px 10px;color:#000;font-size:14px;font-weight:700;text-align:center;background-color:#f2f2f2;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAEsCAIAAAAEqtnrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAy5JREFUeNrs2iFvKkEUBlAeaQ2iGoNBYFD9/74a0QoQIJqQmmcqajDvhiabZpmhW3ZnNq85V20XmOHsMPdjSf8cj8fJr67p5LcXISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISFhh3p9fX16eirx5mLYGLznIHf9eZvNJg7e3t7m8/mAvBjw77nieLFYjLOGDS/q5eXldDoNxYuhYsDP45iiz0pOB+FFfXx8HA6HoYQxVAzY/NkHOb35I/SV91nb7fbr27q5YpAYqnUypotJ6wlns1nyfPPR6lOX1+76pEWEDw8Py+Uy1x768Jru0qqYLiatug9Xq1XyouZWoM8CxkQxXe1Oc39/v16vk7tot9vdNma8MLmTY6KYboS0mJ/r8vx+v7+h5cRL4oXdZ6n0nSZ5db+mWfdKJmruk1JPmNshP2058eRkGOR2e9Xvpbku96OWk3xyrmOPcG/x+PjYp+XkGkxy2HGEuYvdpeXkGszNAVjq/jC5Ybq0nGSD6ROApYS5pne95eQaTJ8ALHiPnwuu5+fn3EuSD/UMwLK/YiSv/fv7e3Knxcl4aPAALCvM7Z/olq3NFn8mO23/ACz+S1SyB162nGSDGSQAiwtzORY36U3LiYPkPfsgAVhDmFuKpq8kG8xQAdiqu0mZiu0UMdCK+6blXDaYAQOwxhpeaYm7cxUNwErCXKydzlU0AOsJO67M4AFYVdhldw0egFWF33bIEgFYW3g95UoE4AjC3EIVCsARhMnNVi4AxxFeNsxyATiOsBV6RQNwNGGzbqUDsNL30uvxWDQAxxR+9s/KM/pfDEJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkLC/7/+CTAA5RhAsf55ntoAAAAASUVORK5CYII=);background-position:right center;background-repeat:no-repeat;background-size:25px 100px;}
.shopCategories__cat__sub__final--active  a {
    display: block;
    position: relative;
    padding: 20px 12px 20px 90px;
    color: #000;
    font-style: italic;
    text-decoration: none;
    cursor: pointer;
    background-color: #8eb992
	}
/* News */
.productDetails__badges {
    padding: 0 8px 10px 0;
}
.productDetails__attributes {
    padding: 10px 8px 10px 8px;
}
.background-orange {
  background-color: #8eb992;
}
.text-center.background-orange {
  margin: 12px 0;
  padding: 0 0 12px;
}
.welcomebanner.h1.text-center {
  margin: 0;
  padding: 0;
}
.text-center.background-orange > h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 200;
  line-height: 40px;
  margin: 0;
  padding-top: 12px;
}
.text-center.background-orange > p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  word-spacing: 10px;
}
.text-center.background-orange a, .text-center.background-orange a:hover, .text-center.background-orange a:visited {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  word-spacing: normal;
}
.news img {
  height: auto;
  width: 100%;
}
.news-text {
  background-color: #8eb992;
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
  padding: 10px 36px 5px;
  position: absolute;
  top: 0;
}
.news{
	margin-bottom: 10px;
}
.news-text a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
.news-text span {
  color: #fff;
}
.news-text .date {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.news-text b {
  font-weight: 500;
}
.news-text.right {
  right: 0;
	top: 0;
}
.main-news-text {
  font-size: 26px;
  font-weight: 200;
  margin: 0 100px 12px;
  padding-bottom: 50px;
  color: #fff;
}
.newsbe-index .welcomebanner.h1.text-center {
  margin-bottom: 12px;
}
.newsbe-index .col-md-12.welcomebanner.h1.text-center > h1 {
  padding-top: 65px;
}
.newsbe-index .boxed {
  margin: 70px auto 0;
  width: 300px;
}
.blogList .blogList_categories {
	width: 100%;	
}
.blogPost__sidebar_meta ul {
    list-style: none;
    padding: 0px;
}
.blogPost__sidebar_meta li.category {
    padding: 0px;
    margin: 0px !important;
}
.aboutus-container a {
  color: #fff;
  float: left;
  line-height: initial;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 100%;
}
.aboutus .aboutus-container .previousnews-text.left {
  padding: 18px;
}
.aboutus {
    margin-bottom: 12px;
}
.news-day {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}
.news-month, .news-year {
  font-size: 24px;
}
.testimonials .productDetails__review .productDetails__review__stars .icon {
    display: inline-block;
    vertical-align: middle;
    color: #e6e6e6;
    font-size: 19px;
    cursor: pointer;
}
.testimonials .productDetails__review .productDetails__review__stars .icon.active {
    display: inline-block;
    vertical-align: middle;
    color: #187521;
    font-size: 19px;
    cursor: pointer;
}
.homeBanner > a{
    position: initial;
}
.slider-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.overlay a {
    display: inline-block;
    vertical-align: middle;
    padding: 17px 30px 15px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    border-radius: 6px;
    background-color: #8eb992;
}
.headerMenu .productMenu .productMenu__col .productMenu__col__promoted {
  width: 50%;
}
.headerMenu .productMenuPromoted {
  background-repeat: no-repeat;
  background-size: 300px auto;
  height: 235px;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.headerMenu .productMenuPromoted .productMenuPromoted__cell a {
  background-color: rgba(0, 0, 0, 0.3);
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 12px;
  position: absolute;
  right: 10%;
  text-decoration: none;
  top: 30%;
  width: 80%;
}
.prodduct-optional {
  border: 1px solid #ccc;
  padding: 0 12px;
  margin-top: 20px;
  width: 81%;
}
.compare, .favourites {
	font-size: 16px;
  margin-top: 24px;
}
.compare a, .favourites a {
  color: #000;
  margin-left: 12px;
  margin-right: 16px;
  text-decoration: none;
}
.clickandcollect, .storelocator {
    border-bottom: 1px solid #ccc;
    margin-top: 24px;
    padding-bottom: 12px;
    width: 100%;
    margin-bottom: 24px;
}
.clickandcollect a, .storelocator a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  width: 100%;
}
.clickandcollect a > i, .storelocator a > i {
  float: right;
  font-size: 24px;
  margin-right: 20px;
}
.finance {
  float: left;
  margin-bottom: 12px;
  margin-top: 24px;
  width: 100%;
}
.finance a {
  color: #333;
  float: left;
  font-size: 16px;
  width: 100%;
  text-decoration: underline;
}
.finance a > img {
  float: right;
  height: 20px;
  margin-right: 20px;
  width: auto;
}
.finance .financebutton {
  border: 1px solid #333;
  float: right;
  font-size: 14px;
  margin-right: 20px;
  padding: 4px 8px;
  width: unset;
  text-decoration: none;
}
.submitbutton, .myproducts .btn.btn-primary{
    padding: 23px 34px 21px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    border-radius: 0px;
    background-color: #f40000;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
 .productDetails__TableaddToBasket > input {
  float: right;
  width: 155px;
 }
 .productDetails__TableaddToBasket .productListingTablePrice {
  float: right;
  width: 155px;
 }
 .table .productDetails__TableaddToBasket:last-child {
   border: medium none;
 }
 .table .productDetails__TableaddToBasket {
   display: block;
   float: right;
   margin: 0;
   width: 100%;
 }
.productListingPrice .input-group-btn {
	    padding: 8px 16px 8px 16px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #000;
    border-radius: 5px;
}
.productListingPrice input[type="text"] {
	width:100px;
	padding: 8px 8px 8px 8px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background-color: #f2f2f2;
}
}
@media only screen and (min-width: 768px) {
.productListingPrice .input-group-btn {
	    padding: 16px 32px 16px 32px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #000;
    border-radius: 5px;
}
.productListingPrice input[type="text"] {
	width:200px;
	    padding: 16px 16px 16px 16px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    background-color: #f2f2f2;
}
}
.productDetails__addToBasket td:first-child {
  width: 50%;
}
@media only screen and (max-width:500px) {
 .productDetails__addToBasket table tbody tr td {
  clear: both;
  float: left;
  margin: 0 0 12px;
  width: 100% !important;
  word-wrap: normal;
 }
 .productDetails__addToBasket .productListingPrice .input-group-btn {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  padding: 16px 32px;
 }
 .productDetails__addToBasket .productListingPrice input[type="text"] {
  font-size: 30px;
  padding: 16px;
  width: 100px;
 }
 .productDetails__addToBasket table {
  margin: 0 auto;
 }
}
.TradeContact .contactTop .contactTop__questions {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
	padding-right: 0px;
}
.TradeContact .contactTop .contactTop__questions p{
	padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
	.full-news-article .image {
		max-width: 100%;
		float: left;
		margin-bottom: 12px;
	}
	.full-news-article .details {
		color: #fff;
		float: left;
		margin: 0px 24px;
		min-height: 0px;
		min-width: 0px;
		position: relative;
		width: 100%;
	}
	.full-news-article .details h1 {
		bottom: 0;
		font-size: 40px;
		position: relative;
	}
	.full-news-article .details > p {
		font-size: 30px;
		font-weight: 500;
		margin-top: 0px;
	}
	.main-news-text {
		margin: 24px;
	}
	 #cart select {
    margin: 10px 0px 20px 0px;
}
  #cart .subtotals {
    text-align: center;
 }
}
@media only screen and (max-width: 1024px) {
	.full-news-article .details > p {
		font-size: 30px;
		font-weight: 500;
		margin-top: 50px;
	}
	.full-news-article .details h1 {
		bottom: 0;
		font-size: 36px;
		position: relative;
	}
	.news-container .news-text {
		padding: 36px 36px 18px;
		position: relative;
		width: 132px;
	}
}
.headerMob .headerMob__logo img{
    display: block;
    height: auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 132px;
	margin: 0 auto;
}
.headerMob .headerMob__basket i, .headerMob .headerMob__basket span {
    margin-top: 9px;
	cursor: pointer;
}
.modalinput{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    padding: 22px 20px 21px;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 300;
    border-radius: 9px;
    background-color: #fff;
}
@media only screen and (min-width: 1024px) {
.historyTimeline__years  select {
	display:none;
	}
}
@media only screen and (max-width: 1024px) {
.historyTimeline__years  select {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    padding: 22px 20px 21px;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 300;
    border: solid 2px #ccc;
    border-radius: 9px;
	}
.historyTimeline__years p{
	display: none !important;	
}
.ratingsbe-form{
	padding: 0px 10px 0px 10px;
}
.ratingsbe-form p{
	word-break: break-word;
	padding-right: 10px;
}
}
@media only screen and (max-width: 1100px) {
.mobonly {
    display: inline;
}
.headerMenu__basket i, .headerMenu__basket span {
    width: auto;
    margin-left: auto;
}
}
/* Error Page*/
	.siteerror .errortext{
	min-height: 200px;
	}
	.siteerror .errorreturn{
		align: center;
		padding-bottom: 50px;
	}
@media screen and (max-width: 1100px){
.shopSide .shopCategories>ul, .shopSide .shopFilters #filtersform > ul {
    display: none;
}
}
.ratingsbe-form{
	padding: 0 15px 0 15px
}
.ratingsbe-form .icon.active{
	color: #8eb992;
} 		
.login{
/*	font-family: 'Merriweather',serif */
}
.login .top-input {margin-top: 16px;}
.checkout button {
	margin: 10px 0px 10px 0px;
}
.login button {
	margin-top: 16px;
}
.general__form {
    padding: 71px 0 80px;
}
.kv-strength-container td {
  position: relative;
  vertical-align: middle;
}
#reset-password-form .kv-password .kv-strength-container td:first-child::after {
	color: #84272d;
	content: "*";
	float: right;
	position: absolute;
	right: 18px;
	top: 28px;
	z-index: 3;
}
.general__form h3 {
    margin: 0 0 22px;
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 700;
}
/* Account pages modifications */
.products.myaccount {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
	.products.myaccount .wrap {
		padding-left: 8px;
		padding-right: 8px;
	}
}
.account-block {
  margin-bottom: 12px;
}
.products.myaccount a {
    color: #8eb992;
}.products.myaccount .account-block a {
  color: #ffffff;
}
.products.myaccount td a {
    color: #3c763d;
}
.myaccount h1 {
  margin-top: 0;
}
#sidemenu a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
    padding-left: 30px;
}
#sidemenu a.list-group-item, button.list-group-item {
    color: #000;
}
.products.myaccount .btn.btn-primary {
  background-color: #f40000;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  padding: 23px 34px 21px;
}
.products.myaccount .account-address .btn.btn-primary, .products.myaccount .account-block .btn.btn-primary {
  margin: 8px 0;
}
.products.myaccount h2 > a, .accountcontent h2 > a {
  font-size: 16px;
}
.login.contact.myaccount .contactBottom__form {
  padding: 0 48px;
  width: 100%;
}
.login.contact.myaccount .contactBottom .contactBottom__form .contactBottom__form__input input[type="password"] {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 9px;
  box-sizing: border-box;
  color: #4d4d4d;
  font-size: 15px;
  font-weight: 300;
  padding: 22px 20px 21px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.products.myaccount table.account-address {
  table-layout: fixed;
  width: 100%;
}
.products.myaccount td {
  word-wrap: break-word;
}
.products.myaccount .checkout-review {
  table-layout: fixed;
}
@media only screen and (max-width: 440px) {
	.products.myaccount td, .products.myaccount th {
		font-size: 12px;
	}
}
.sidebar #sidemenu .list-group-item.list-group-item-success {
  color: #000;
}
#sidemenu .list-group-item.list-group-item-success, #sidemenu .list-group-item.list-group-item-success:hover {
  background-color: #ddd;
}
.sidebar #sidemenu .list-group-item.list-group-item-success.collapsed::after {
  color: #000;
	content: "+";
	display: block;
	float: right;
	font-size: 26px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
/*.sidebar #sidemenu .list-group-item.list-group-item-success::after {
  color: #000;
	content: "-";
	display: block;
	float: right;
	font-size: 26px;
	font-weight: 600;
	margin: -8px 0 0;
	position: relative;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}*/
.sidebar .list-group-item {
  background-color:#ddd;
  border:none;
}
.sidebar a.list-group-item h5{
  color:#000 !important;
}
.sidebar #sidemenu .list-group.panel .list-group-item.list-group-item-success:last-child::after, .sidebar #sidemenu .list-group.panel .list-group-item.list-group-item-success:first-child::after {
  content: "";
}
.sidebar .list-group-item.list-group-item-success i {
  margin-right: 6px;
}
.productListingPrice .disabled{
	cursor: not-allowed !important;
}
.productDetails__TableaddToBasket .sgdisabled{
	cursor: not-allowed !important;
}
.productAccordions__accordion__body .icon.active {
	color: #8eb992;
}
.mobProdRating__read, .productDetails__rating__read, #mreviews .productAccordions__accordion__handle, #reviews .productAccordions__accordion__handle{
	cursor: pointer;
}
.instoreonly {
	color: #666;
}
.instoreonly__single {
    color: #000;
}
/* Fix centered mobile header image */
.headerMob {
  position: relative;
}
.headerMob .headerMob__logo {
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  right: 0px;
  top: 0;
}
/*Sign Up*/
 .checkbox {
 	margin-top: 0px;
 	margin-bottom: 0px;
}
.checkbox input[type="checkbox"], input[type="checkbox"], input[type="radio"]{
	position: inherit;
	display: inline-block;
	vertical-align: middle;
	width: 2em;
	height: 2em;
	background: rgba(0, 0, 0, 0) url(/images/unchecked.png) no-repeat scroll 0 0 / 24px auto;
}
input[type="checkbox"]:checked, input[type="radio"]:checked{
	background: rgba(0, 0, 0, 0) url("/images/checked.png") no-repeat scroll 0 0 / 24px auto;
	content: '\f14a';
	color: #fff;
	vertical-align: middle;
	width: 2em;
	height: 2em;
}
input[type="radio"], input[type="checkbox"] {
  color: #ffffff;
  margin: 0 8px;
  vertical-align: middle;
}
/* Registration Form */
.reg-form h2 {
  font-size: 24px;
  margin: 4px 0;
}
.reg-form h3 {
  font-size: 20px;
  margin: 4px 0;
}
.reg-form p {
  margin: 8px 0;
}
.registration-address a {
  font-size: 28px;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
  top: -28px;
}
.registration-next {
  padding:0 15px 15px;
}
.field-userregistration-arrivaldate label, .field-userregistration-departuredate label {
  margin-top: 8px;
  padding-right: 12px;
}
#userregistration-insurance input, #userregistration-newsletter input, #userregistration-gender input{
  margin-top: -4px;
}
.ic-radio label {
  padding: 10px 0 0;
}
.ic-radio input {
  margin-top: -5px;
}
.preindex.reg-form #preregdata .panel-group {
  background-color: #ffffff;
  border-radius: 6px;
}
.reg-form #signature0 {
  display: none;
}
.preindex.reg-form .pannel-spacer {
  margin: 12px 0;
}
.form-group.field-userregistration-center.has-success > select{
  color: #000000;
  font-weight: normal;
}
.form-group.field-userregistration-center > select{
  color: #d9534f;
  font-weight: bold;
}
.form-group.field-userregistration-center.has-error > select {
  color: #d9534f;
  font-weight: bold;
}
#userregistration-center > option {
  color: #d9534f;
  font-weight: bold;
}
.form-group.field-userregistration-center > select > optgroup, .form-group.field-userregistration-center > select > optgroup > option {
  color: #000000;
}
/* Registration Form */
#regform .reg-type {
	margin-bottom:12px;
}
#regform label {
  float: left;
	font-weight: normal;
	margin-right: 3px;
}
.form #regform label > input {
  margin-right: 3px;
}
#regform .help-block {
	float: left;
	width: 100%;
}
#regform .field-regterms .help-block {
  position: absolute;
  top: 25px;
}
.termslink {
  position: absolute;
  top: 5px;
}
#regform p {
  margin: 9px 0 0;
}
#regform canvas {
  border: 1px solid #cccccc;
  border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset
}
.modal-dialog .modal-content {
  background-color: #f8f8f8;
  position: relative;
  overflow-y: auto;
  height: 90vh;

}
#termsModal .modal-footer, #termsModal .modal-header {
  border: medium none;
}
#termsModal .modal-title{
  float: left;
  font-size: 24px;
  text-align: center;
  width: 100%;
}
#termsModal .modal-footer a {
  color: #000;
  float: right;
  margin: 12px 0 0;
}
#termsModal .modal-body {
	max-height: 50vh;
	overflow: auto;
	padding: 15px;
	position: relative;
}
#termsModal .close {
  font-size: 32px;
  position: absolute;
  right: 16px;
  top: 12px;
}
.modal-footer > p {
	float: left;
	text-align: center;
	width: 100%;
}
footer {
  z-index: 12;
}
.login-spacer {
	background-image: url("/images/login-bg.gif");
	background-position: center center;
	margin-bottom: 36px;
}
.login-spacer > span {
  background-color: #f8f8f8;
  font-size: 20px;
  padding: 0 12px;
}
/* Grid View */
.summary {
  line-height: 50px;
}
.skin-ngauge .table .red {
	background-color: #f2dede;
}
.skin-ngauge .table .yellow {
	background-color: #fff3cd;
}
.loader .spinner {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid red; /* Dockerills Green*/
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
.loader .text {
	text-align: center;
	color: #000;
	font-size: 16px;
}
.loader{
	border: 1px solid red;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 120px;
    background-color: #fff;
}
.loader @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media screen and (min-width: 768px){
	.modal-dialog {
	    width: 50%;
	    margin: 30px auto;
	}
}
.checked{
	color: #008000;
    font-size: 24px;
    margin: 0;
    padding: 2px 8px 0 2px;
}
.checked-red{
	color: #e30d18;
	font-size: 24px;
	margin: 0;
	padding: 2px 8px 0 2px;
}
	#printmodal .modal-content{
		width: 1000px;
		height: 100vh;
	}
	#printmodal .modal-body{
		width: 1000px;
		height: 100vh;
	}
.loginbox{
	margin: 54px auto 0;
	max-width: 360px;
}
.loginbox .modalinput {
  border-radius: 4px;
}
.loginbox .modalinput.form-control {
  padding: 10px;
}
.loginbox button, .loginbox button:hover {
  border-radius: 4px;
  margin: 0;
  width: 100%;
}
.loginbox .text-center a {
  color: #00008b;
}
.loginbox .text-center a:hover {
  text-decoration: underline;
}
.cc-window.cc-banner {
  box-shadow: 2px 2px 14px 2px #121212;
}
/* REG FORM */
	.required::placeholder {
	 	color:red;
	}	
	/* Internet Explorer 10-11 */
	.required:-ms-input-placeholder { 
	    color: red;
	}	
	/* Microsoft Edge */
	.required::-ms-input-placeholder { 
	    color: red;
	}
.loginbox {
  background-color: rgba(255,255,255,0.9);
  border-radius: 12px;
  margin: 54px auto 0;
  max-width: 360px;
  padding: 18px;
}
.loginbox .modalinput {
  border-radius: 4px;
}
.loginbox .modalinput.form-control {
  padding: 10px;
}
.loginbox button, .loginbox button:hover {
  border-radius: 4px;
  margin: 0;
  width: 100%;
}
.loginbox .text-center a {
  color: #00008b;
}
.loginbox .text-center a:hover {
  text-decoration: underline;
}
.cc-window.cc-banner {
  box-shadow: 2px 2px 14px 2px #121212;
}
.head-spacer{
	min-height: 10px;
}
.powerbutton{
	padding-top: 6px;
}
.powerbutton a{
	text-decoration: none;
	color: #e30d18;
	font-size: 20px
}
.bg-light {
    background-color: #f8f9fa !important;
}
.my-dob-group, .my-group{
	width: 100%;
	margin-bottom: 15px;
}
.my-dob-group select.form-controla {
    width: 25%;
}
.my-dob-group select.form-controlb {
    width: 25%;
}
.my-group select.form-control{
    display: table-cell;
    width: 25%;
}
.my-group input.form-control{
    display: table-cell;
}
.chal-typeahead{
  width:30%;
}
#userregistration-mobilea{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-errors{
	color:red;
	font-weight: bold;
}
.input-group.my-group  .select2-container--krajee {
width:30% !important;
}
@media screen and (max-width: 768px){
	.input-group-addon{
		white-space: normal;
		display:none;
	}
	#dobd, #ddd{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	}
	label{
		color: #828e87 ;
		font-size: 14px;
		font-weight: lighter;
	}
}
.collapsebutton{
	cursor: pointer;
}

.spacer{
  height: 5px;
}
.my-expand{
  color:#000;
  border-bottom: none;
}

.nav-pills .nav-item{
  margin-top: 1px;
}

.nav-pills .nav-item .btn-cancel{
  color: #fff;
}

.nav-pills .nav-item .btn-submit{
  width: 100%;
}
.nav-tabs .nav-item .btn-secondary{
  border: 1px solid #6c757d;
  border-radius: 0;
}
.nav-tabs .nav-link.active:focus,  .nav-tabs .nav-link.active:hover{
border-color: #DC965A;
border-radius: 0px;
}    
.nav-tabs .nav-link:focus,  .nav-tabs .nav-link:hover{
border-color: #b4b4b4;
border-radius: 0px;
}    
.nav-tabs .nav-item a, .nav-pills .nav-link > a {
text-decoration: none;
color: #fff;
}
.nav-tabs .nav-item, .nav-pills .nav-link {
background-color: #b4b4b4;
border: 1px;
color: #fff;
text-transform: uppercase;
border-radius: 0;
}
.nav-tabs .nav-item .active, .nav-pills .nav-link.active {
background-color: #DC965A;
border: 1px solid #DC965A;
color: #fff;
text-transform: uppercase;
border-radius: 0;
height: 100%;
}
.nav-tabs .nav-spacer{
width:5px;
}
.nav-tabs .nav-spacer-home{
width: 50px;
background-color: #fff;
flex-basis: unset;
flex-grow: unset;
}
.nav-pills .nav-item{
  margin-right:2px;
}


.invalid-feedback, .help-block{
	display:block !important;
	color:red;
	font-weight: bold;
  }
  .bg-black{
	background-color: #000;
  }
  
.langselector {
	color: #ffffff;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 100%;
  }
  .langselector i {
	font-size: 2rem;
	padding: 0 0 0 4px;
	position: relative;
  }
  .lang-dropdown {
	display:none;
  }
  .langflag {
	height: 2rem;
	width: auto;
	margin-right: 5px;
  }
  @media only screen and (max-width: 475px) {
	  .selectedlang span {
	  display: none;
	  }
  }

  .headersec .navbar-nav .dropdown-menu{
	position: absolute !important;
  }