@import url("https://daphnis.wbnusystem.net/~wbplus/websites/assets/default.css");
/*-- GLOBAL 
=======================*/

body {
	margin: 0px;

	}

.main-content {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 600px;
	padding-bottom: 0px;
	padding-top: 0px;
	}
@media only screen and (max-width: 719px) {
.main-content {
	padding-top: 0px;
	}
.main-content-inner {
	padding: 0px 0px;
}
}

/*-- FORM FIELDS
======================*/
.form-group {
    display: block;
}
form ul {
	list-style: none
	}
input[type=submit] {
	 color: #fff;
    background-color: #46a1d8;
    border-radius: var(--border-rad-fields);
    padding: 13px 20px 13px 20px;
    font-size: 0.95em;
    display: inline-block;
    margin-bottom: 0.5em;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid #dd4230;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-family: var(--font-family-bold);
    white-space: nowrap;
    max-width: 100%;
    -webkit-appearance: none;
	}
input[type=submit]:hover {
	transform: translateX(3px);
	color: #fff;
    background-color: #46a1d8;
	}
input:not([type=submit]):not([type=image]) {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: var(--border-rad-fields);
	width: 550px;
	margin-bottom: 10px;
	font-size: 1.0em;
    font-family: var(--font-family-base);
	max-width: calc(100% - 30px);
}
select {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: var(--border-rad-fields);
	width: 550px;
	margin-bottom: 10px;
	font-size: 1.0em;
    font-family: var(--font-family-base);
	max-width: calc(100% - 30px);
}
textarea {
	padding: 10px;
	margin-right: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: var(--border-rad-fields);
	width: 550px;
	margin-bottom: 10px;
	font-size: 1.0em;
    font-family: var(--font-family-base);
	height: 150px;
	max-width: calc(100% - 30px);
}
.form-title h2 {
	font-size: 2em;
}
.wcs-wrap-wrap {
    background-color: #EBEBEB;
    padding: 2px 10px 5px 20px;
    margin-right: auto;
    width: 550px;
	max-width: calc(100% - 40px);
    margin-bottom: 20px;
	border: none;
	border-radius: var(--border-rad-fields);
}
p.wcs_wrap {
	font-size: 0.9em;
}


.button-grey {
	background-color: #909090 !important;	
	}
	
/* CONTACT FORM
======================*/
.button-grey {
	background-color: #909090 !important;	
	}
.contact-form {
	margin-top: 20px;	
	}
.contact-form label {
	display: none;
	}
.form-alert {
	color: #FFFFFF;
	font-size: 1.3em;
	background-color: #F9B000;	
}



.show-label label {
	display: inline-block;
}


/* Login Section 
=============================*/
.loginpage-form {
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
	}

.loginpage-form ul {
	padding: 0;
	margin: 0;
	list-style:none;
	clear: both;
}
.loginpage-form li {

}
.loginpage-form label {
	display: none;
	}
.loginpage-form input[type=submit] {
	width: 212px;
}


/* Header components
=========================================================*/
.header-login {
	cursor: pointer;
}
.account-menu {
    position: absolute;
    background-color: #FFFFFF;
    top: 81px;
    right: 16px;
    width: 135px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.15);
    z-index: 99999;
	padding: 10px 10px 10px 14px;
}
.faccount-menu-item {
	text-align: left;
	color: #46a1d8;
	font-size: 0.9em;
	padding: 5px 0px;
	border-bottom: solid 1px #E7E7E7;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.faccount-menu-item:hover {
	transform: translateX(4px)
}


.logo2,.logo3 {
	display: none !important;
}
.logo1 {
	display: block !important;
}

.header-sign-up, .header-Login {
	display: none;
}
.header {
	position: relative;
    background-color: #010101;
    z-index: auto !important;
	}
.header-inner {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5em;
	padding-right: 1.5em;
	position: relative;
	}
#logo {
    margin: 20px 0 20px 0;
    float: left;
    width: 160px;
    z-index: 10000;
    position: relative;
}
#logo img {
	width: 100%;
	max-width: 180px;
	}
.header-strap {
	float: left;
	margin-left: 30px;
	margin-top: 36px;
}
.header-strap p {
	line-height: 1.2em;
	font-size: 0.9em;
	color: #686868;
}
.header-strap span {
	display: block;
	font-size: 1.1em;
	font-family: var(--font-family-bold);
	color: #dd4230;
}



.header-info {
	text-align: right;
    float: right;
    margin: 15px 0em 0.0em 0em;
    /* background-color: #ffffff38; */
    /* border-radius: 10px; */
    padding: 5px 0px 15px 0px;
    border-bottom: solid 1px #4b4b4b;
	display: none;
	}
.header-info a {
	color: #fff;
	font-family: var(--font-family-base);
	}
.header-info a:hover {
	color: #101820;
	}
.header-sm-search {
	display: none;
}
.header-cart {
	display: none;
}
.header-email span {
	display: none;
}

.header-sign-up a, .header-Login a,  .header-cart a {
	float: right;
	display: block;
	padding: 0px 8px;
	border-right: solid 1px #8ac5cd;
	font-family: var(--font-family-base);
	font-size: 0.9em;
	margin-top: 8px;
}
.header-cart a {
	padding: 0px 0px 0px 8px;
	border: none;
	/*background-image: url(images/cart.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;*/
}
.search-header {
	border: none;
    border-radius: var(--border-rad-fields);
    width: 190px;
    margin: 0px 0px 0px 0px;
    padding: 3px 10px;
    margin-left: auto;
    background-color:  var(--grey);
}

.search-header input[type=image] {
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 5px;
}
.search-header input[type=text] {
	border: none !important;
    width: calc(100% - 40px);
    margin: 0px 0px 0px 0px;
    float: left;
    padding: 7px 5px;
    background-color:  var(--grey);
    border-radius: 0px;
    font-size: 12px;
    line-height: 14px;
}
.cat-filter-wrap .search-header {
	width: auto;
}
.cat-filter-wrap .search-header input[type=text] {
    width: calc(100% - 40px);
	max-width: 90%;
}
.header-search {
	 width: 210px;
    /* float: left; */
    /* margin-right: 23px; */
    position: absolute;
    right: 15px;
    top: 53px
}
.header-sm-search span {
	font-family: var(--font-family-bold);
	padding-left: 10px;
}


.search-header input::placeholder {
	text-transform: uppercase;
}


.header-tel-email {
	margin: 2px 0em 0em 0em;
	font-size: 1.0em;
	float: right;
}
.header-tel,.header-email,.header-cart2 {
    float: right;
    padding: 5px 24px 5px 27px;
    background-image: url(images/icon-phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 23px;
	min-height: 22px;
	font-size: 14px;
    line-height: 22px;
}
.header-tel a {
	font-size: 1.4em;
}
.header-email {
	float: right;	
    background-image: url(images/icon-email.png);
	padding-right: 0px;
}
.header-cart2 {
    float: right;
    padding: 5px 0px 5px 0px;
    margin: 0px 10px 0px 20px;
    width: 24px;
    background-image: url(images/icon-cart.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 25px;
}
.header-login {
    float: right;
    padding: 5px 0px 5px 0px;
    margin: 0px 10px 0px 10px;
    width: 24px;
    background-image: url(images/icon-login.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 20px;
}

.header-email {
    background-image: url(images/icon-email-b.png);
}
.header-tel {
    background-image: url(images/icon-phone-b.png);
}
.header-cart2 {
    background-image: url(images/icon-cart-b.png);
}
.header-login {
    background-image: url(images/icon-login-b.png);
}




@media screen and (max-width: 999px) {
	.header-email span {
		display: none;
	}
}

@media screen and (max-width: 1149px) {
		#logo {
		margin: 9px 0 10px 0;
		float: left;
		width: 120px;
		z-index: 10000;
		position: relative;
	}
	.header-strap {
	margin-top: 21px;
}
	.header-tel span {
		display: none !important;
	}
	.header-info {
		text-align: right;
		float: none;
		margin: 0px 0em 0em 0em;
		position: absolute;
		top: 10px;
		right: 100px;
	}
	.header-tel-email {
	}
	.header-cart2 {
    margin: 0px 10px 0px 0px;
}
	.header-sm-search span {
		display: none;
	}
	.header-sm-search {
		font-family: var(--font-family-bold);
	}
	.header-info {
		text-align: right;
		float: none;
		margin: 0px 0em 0em 0em;
		position: absolute;
		top: 20px;
		right: 80px;
		z-index: 10000;
		border: none;
	}
	.header-search {
		right: 70px;
		top: 28px;
	}
	.header-email {
		padding-right: 10px;
	}
	.header-tel {
		padding-right: 10px;
	}
}


@media screen and (max-width: 450px) {
	.header-inner {
	}
	.header-info {
        top: 13px;
    }
	.header .header-inner > .menu-hold {
    }
	.header-strap {
		position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 0px;
        padding: 7px 0.75em;
        background-color: #ffffff36;
        border-top: solid 1px #ffffff7a;
	}
    .header-search {
	    right: 49px;
        top: 19px;
        width: 185px;
    }
	.search-header {
		border: none;
		border-radius: 0px;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		margin-left: auto;
		background-color: transparent;
	}
	.search-header input[type=image] {
		width: 18px;
        height: 18px;
        float: none;
        /* margin-top: 5px; */
        position: absolute;
        right: 20px;
        top: 0px;
	}
	.search-header input[type=text] {
		border: none !important;
		width: calc(100% - 14px);
		margin: 0px 0px 0px 0px;
		float: left;
		padding: 7px;
		border-radius: 4px;
	}
	.header-info {
		right: 47px;
		z-index: 10000;
	}
	.header-tel-email {
		margin: 4px 6px 0em 0em;
	}

}

@media screen and (max-width: 370px) {
	.header-email, .header-tel  {
		display: none;
	}
}

@media screen and (max-width: 399px) {
	.header-info {
		background-color: transparent;
	}
}
@media screen and (max-width: 450px) {
	#logo {
		margin: 24px 0 9px 0px;
	}
}
/* MULTI MENU SYSTEM
================================*/

@media screen and (min-width: 1150px) {




	 .howerbox-level1 {
		display: none;
			width: 1000px;
			height: auto;
			position: absolute;
			color: black;
			background-color: floralwhite;
			column-count: 5;
		}

		.cl_orange
		{
		color: orange;
		}
/**/


/*.content-box {
   border: 10px solid #000000;
   column-count: 3;
 }*/

	UL#nav-main  {
		padding: 0px !important;
		margin: 0px !important;
	}
	#nav-main UL,#nav-main LI,#nav-main OL  {
		padding: 0px !important;
		margin: 0px !important;
		margin-bottom: 8px !important;

	}
		#nav-main OL  {
			width: 100%;
		}
/*.ol_class {
	width: 250px;
	text-transform: none !important;
}*/
	.navigation {
		z-index: 9999999;
		text-align: right;
	}
	.howerbox {
		text-align: left !important;
	}
	.howerbox-level1 {
		position: absolute;
		top: 83px;
		left: 85px;
		right: 0px;
		z-index: 9999999;
		width: 100% !important;
		margin: 0em 0em;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px;
	}
	nav ul li {
		position: inherit !important;

	}

	.howerbox-level1 {
		background-color: #ffffff;
		-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.2);
	}



	.howerbox-level2 {
	}
	.howerbox-level1 li a {
		color: #000000;
		font-family: var(--font-family-bold);
		text-transform: uppercase;
		font-size: 1.1em;
		padding: 8px 2px;
		margin: 0px 0px 15px 0px;
		text-align: left;
		border-bottom: solid 1px #969696 !important;
		width: 250px;
		max-width: 75%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1.1em;
	}
	.howerbox-level2 li a, li.navigation-mob-level2 a {
		color: #000000;
		font-family: "open_sansregular", sans-serif !Important;
		text-transform: none;
		font-size: 1em;
		padding: 4px 2px;
		margin: 0px 0px;
		text-align: left;
		border: none !important;
	}
	#nav-main .howerbox-level2 UL,#nav-main .howerbox-level2 LI,#nav-main .howerbox-level2 OL  {
		padding: 0px !important;
		margin: 0px !important;
		margin-top: 3px !important;
	}
		.howerbox-level1 img {
			width: 160px;
			display: inline-block !Important;
			float: left;
			padding-right: 12px;
			padding-bottom: 10px;
		}
		.multimenu-span {
			display: inline-block !Important;
			width: calc(100% - 55px);
			min-height: 36px;
		}
		.ol_class br {
			display: none;
		}
	
		/*------------------------------*/
	#nav-main li:nth-of-type(1) .howerbox-level1 {
		column-count: auto;
	}
	#nav-main li:nth-of-type(1) .ol_class {
		display: inline-block;
        width: 20%;
        vertical-align: top;
	}
	#nav-main li:nth-of-type(1) .howerbox-level2 img {
		display: none !important;
	}
	#nav-main li:nth-of-type(1) .howerbox-level2 .ol_class {
		display: inline-block;
        width: 100%;
        vertical-align: top;
	}
	#nav-main li:nth-of-type(1) .howerbox-level2 .multimenu-span {
        display: inline-block ! Important;
        width: calc(100% - 0px);
        min-height: 0px;
    }


	#nav-main li:nth-of-type(2) .howerbox-level1 {
		column-count: 4;
	}
	#nav-main li:nth-of-type(3) .howerbox-level1 {
		column-count: auto;
	}
	#nav-main li:nth-of-type(3) .ol_class {
		display: inline-block;
        width: 50%;
        vertical-align: top;
	}
	
	
}



	
	
	
	
	/*-------------------------------*/

/* NEW MENU SYSTEM
================================*/



@media screen and (min-width: 1150px) {
	.menu-hold {
		position: absolute;
		top: 49px;
		right: 245px;
		height: 44px;
		min-width: calc(100% - 300px);
		
		z-index: 9999;
	}
	.menu-hold-inner {
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.toggleMenu {
		display: none !important;
	}
	ul#navres {
		text-align: right;	
	}
	.navresponsive {
		position: absolute;
		left: 0%;
		/*right: 0px;
		bottom: 0px;*/
		text-align: right;
		background-color: transparent;
		color: #858585;
		top: auto;
	}
	.navrespsubmenu {
		width: 150px;
		left: 0px;
	}
	.navresponsive UL,.navresponsive LI {
		text-align: center;
		/*display: inline-block;*/
		color: #444444;
	}
	nav ul li a {
		color: var(--white);
		font-family: var(--font-family-base);
		font-size: 0.9em;
		padding: 13px 30px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	nav ul li:nth-of-type(1) a {
		/*background-color: #000000;*/
	}
		nav ul li ul li:nth-of-type(1) a {
		background-color: #37A1B1;
	}

	nav ul li ul li a {
		color: #ffffff;
		font-family: "source_sans_proregular", sans-serif;
		font-size: 1.00em;
		padding: 10px 10px;
		background-color: #37A1B1;
		text-align: left;
	}
	nav ul li a:hover {
		color: var(--yellow);
		background-color: transparent;
	}
	
	
	/*------------TEMP MENU FIX -----------------------*/
	
	
	
	
	#nav-main li:nth-of-type(1) .howerbox-level1 img {
		display: none !important;
	}
	/*
	#nav-main li:nth-of-type(1) .howerbox-level1 li a {
        color: #000000;
        font-family: var(--font-family-regular);
        text-transform: none;
        font-size: 1.0em;
        padding: 0px 2px;
        margin: 0px 0px 0px 0px;
        text-align: left;
        border-bottom: solid 0px #969696 !important;
        width: 250px;
        max-width: 75%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.1em;
    }
	
	*/
	
	
	




	.touch-btn {
		display: none;
	}

}

@media screen and (min-width: 1250px) {
/*
	nav ul li a {
		color: #ffffff;
		font-family: var(--font-family-bold);
		font-size: 1.00em;
		padding: 13px 21px;
		text-transform: uppercase;
	}
*/
}

@media screen and (max-width: 1149px) {
	
	.howerbox-level1,.howerbox-level2 {
		display:none;
		background-color: #fff;
	}
	    nav > ul.active {
        max-height: 2000px !important;
			border-bottom: 1px solid #E5E5E5;
			box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.4);
    }
	
	
	
	
	.ol_class br {
		display: none;
	}
	
	
	nav {
    margin: 0 0px 0px 0px !important;
}
.navresponsive {
	width: 100%;
	background-color: #ffffff;
}
 .header-inner > .menu-hold {
	position: absolute !important;
	right: 0px !important;
	top: 23px !important;
	left: 0px !important;
}
.menu-hold .navigation {
    margin-left: 0;
    position: absolute;
	top: 46px;
	left: 0px;
	right: 0px;
    z-index: 1110;
}
.header-inner {
	position: relative;
	}
a.toggleMenu {
	background-color: transparent;
	color: #807B74 !important;
	font-size: 0em;
	height: 30px;
	position: absolute;
	z-index: 1002;
	top: 0px;
	left: auto;
	right: 0px;
	width: 30px;
}
#navres {
	margin: 0px !important;
}
#navres LI {
	background-color: #ffffff;
	color: #60a1a9 !important;
	width: 100%;
}
#navres LI:hover {
	background-color: #8F8F8F;
	color: #ffffff !important;
}
nav ul li a {
	color: #010101 !important;
	border-top: 1px solid #E5E5E5;
	padding: 15px 10px;
	background-color: #ffffff;
}
	nav .howerbox-level1 li a {
	color: #010101 !important;
	border-top: 1px solid #E5E5E5;
	padding: 10px 10px 10px 20px !important;
	background-color: #ffffff;
}
nav ul li a:hover {
	color: #010101 !important;
	background-color: #E2E2E2;
}
	
	
	
	.howerbox-level2 {
		padding-bottom: 3px;
	}
	.parent {
		/*border-left: solid 4px #c9c9c9;*/
	}
	
    nav .howerbox-level2 li a {
		display: inline-block;
        border-radius: 4px;
        width: auto;
        margin: 3px 0px 0px 3px;
        color: #010101 !important;
        border: 1px solid #E5E5E5;
        padding: 4px 8px 4px 8px !important;
        background-color: #f9f9f9;
        font-size: 0.85em;
        font-family: "montserratregular", sans-serif;
    }
	.howerbox-level2 .ol_class {
        margin: 0px;
        padding-left: 0px;
        display: inline-block;
    }
	 .howerbox-level2 ol li {
        list-style: none;
        border-top: none !Important;
    }
	
	
	.howerbox-level1, .howerbox-level2 {
        display: block !important;
    }
	
	
	
	
	
.touch-btn {
	display: none;
}
	span.touch-btn {
    background: url(images/plus-minus-cat.png) no-repeat 50% 2px transparent;
	}
	.howerbox-level1 span.touch-btn {
    background: none;
	}
	.ol_class {
		margin: 0px;
		padding-left: 0px;
	}
.toggleMenu span.touch-btn:first-of-type {
    background: url(images/plus-minus-w.png) no-repeat 50% 2px #666;	
    border-radius: 0px  !important;
    background-color: transparent !important;
    width: 30px;
    height: 30px;

}
a.toggleMenu span.touch-btn {
    background-position: 0% 0px !important;
}
.mobiletoplevelopen {
	width: 100%;
}
}

@media screen and (max-width: 799px) {
	.menu-hold .navigation {
        top: 66px;
    }
	    .menu-hold {
        top: 14px;
    }
	.menu-hold .navigation #nav-main {
        padding-left: 0;
        margin: 0px;
    }
}

@media screen and (max-width: 620px) {
	.menu-hold .navigation {
        top: 64px;
    }
	
}
@media screen and (max-width: 450px) {
	.menu-hold .navigation {
        top: 78px;
    }
	a.toggleMenu {
		top: -11px;
	}
	
}

/* SLIDER BG
============================*/
/*.wbSlider {
	background-color: transparent !important;
	position: relative;
}*/

/* Internal Menu
=================================*/
.in-page-menu-colour {
	padding: 0px;
}
.menu-int-wrap {
	background-color: transparent !important;
	color: #4d4d4f;
	border: none;
	font-size: 1.1em;
}
.menu-int-wrap a {
	color: #4d4d4f !important;
	font-family: var(--font-family-base);
	display: block;
	padding: 10px 15px 10px 15px;

}
.menu-int-selected {
	background-color: #46a1d8 !important;
	color: #FFFFFF !important;
}
.menu-int-selected a {
	color: #FFFFFF !important;
}
.menu-int-L1:hover {
	background-color: #E8E8E8 !important;
}
.menu-int-UL LI {
	border: solid 0px #D8D8D8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 5px;
	background-color: #E8E8E8;
	padding: 0px;
    margin: 0px 10px 0px 0px;
}
.menu-int-L1 a:hover, .menu-int-page-name a:hover {
	color: #FFFFFF !important;
	background-color: #46a1d8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.menu-int-page-name {
	border: solid 0px #D8D8D8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 10px;
	background-image: none;
	background-color: #D8D8D8;
	padding: 0px;
}


@media only screen and (max-width: 719px) {
.menu-int-wrap {
	padding: 0px;
}
.menu-int-page-name {
	width: 99%;
	border: solid 1px #D8D8D8;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: 0px 0.5% 3px 0.5%;
	background-image: none;
	background-color: #D8D8D8;
	padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-int-UL LI {
	/*float: none;*/
	width: 32.3%;
	border: solid 1px #D8D8D8;
	border-radius: 4px;
	margin: 0px 0.5% 2px 0.5%;
	padding: 5px 10px 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}	
	
}
@media only screen and (max-width: 450px) {

.menu-int-UL LI {
	width: 49%;
}	
	
}
@media only screen and (max-width: 370px) {

.menu-int-UL LI {
	width: 99%;
}	
	
}
/* ICON SLIDER
===============================*/
.slider_content_information {
	border: solid 1px #e3e3e3;
}
@media only screen and (max-width: 719px) {
.slider_content_information {
	border-left: none;
	border-right: none;
}
}

/* Icon Content Slider
========================================================*/
.slider_content_icons {
	padding: 1em 0em 2em 0em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.slider_content_icon {
	width: 24%;
	display: inline-block;
	text-align: center;
	border-bottom: solid 6px #c4c4c4;
	padding-bottom: 0.75em;
	margin: 0px 0.5% 0px 0.5%;
	}
.iconselected {
	border-bottom: solid 6px #f9b000;
}
.slider_content_icon div {
	text-align: center;
	width: 100% !important;
	font-size: 0.85em;
	color: #888888;
	text-transform: uppercase;
	margin-top: 5px;
	}
.iconselected div {
	color: #333333;
}
.slider_content_icon img {
	width: 50%;
	padding: 0px 15%;
	}

@media screen and (max-width: 800px) {
.slider_content_icon {
	}
.slider_content_icon div {
	}		
}
@media screen and (max-width: 600px) {
.slider_content_icon img {
	width: 70%;
	padding: 0px 15%;
}
.slider_content_icon div {
	font-size: 0.5em;
	}		
}
@media screen and (max-width: 400px) {
.slider_content_icon div {
	font-size: 0.5em;
	display: block;
	height: 1.2em;
	}		
}

/* HOME
===============================*/


.home-text H1 {
	font-size: 1.5em;
	color: #575756;
}
.home-text span {
}

.loginpage-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.loginpage-form LI {
	width: 45%;
}
.loginpage-form input:not([type=submit]) {
	padding: 8px 2.5%;
	margin-right: 5%;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	width: 90%;
	margin-bottom: 10px;
	font-size: 1.0em;
	background-color: #FFFFFF !important;
}
/*.loginpage-form input[type=submit] {
	background-color: #ffffff;
	border: 1px solid #FFFFFF;
	color: #626261;
	padding: 3px 2.5%;
	cursor: pointer;
	font-size: 1.0em;
    font-family: "source_sans_proregular", sans-serif;
	text-transform: uppercase;
	text-align: left;
	width: 70%;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 90%;
	margin-bottom: 15px;
}*/

/* NEWS ONE
============================*/
.news2-sum-shortdesc {
	padding: 15px 0px;
}
.blog-wrap-div {
	max-width: none;
	padding-top: 0px;
}
.blog-wrap-div-sum {
	margin-left: auto;
	margin-right: auto;
	max-width: 1052px;
	padding-top: 0px;
}
.news1-main-content {
    border: none;
    margin-top: 0px;
}



.news1-wrap H3 {
	border: none;
	font-size: 1.4em !important;
}
.news1-article-text-wrap {
    float: left;
    max-width: 50%;
}
.news1-article-images {
	width: 50%;
}
.news1-article-images img {
    max-width: 100% !important;
}
.blog-detail-header {
	display: none;
}
.news1-wrap {
    	float: left;
	width: calc(33% - 3em);
	margin: 40px 1.5em 50px 1.5em;
	position: relative;
	padding-bottom: 0px;
		border: none;
}

.news1-article-text-wrap {
	max-width: 100%;
}






@media (max-width: 720px) {
.news1-wrap {
	width: calc(100% - 3em);
}	
}
/* HOME NEWS
============================*/
.news1-wrap-tag {
	float: left;
	width: calc(20% - 2em);
	margin: 40px 1em 0px 1em;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	padding-bottom: 0px;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
}

.news1-article-images {
	width: 100%;
	float: none;
	margin: 0px !important;
}
.news1-article-text-wrap {
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 20px 20px 0px 20px;
	font-size: 1em;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news1-article-images img {
	border: none;
	display: block;
}
.news1-article-title H3 {
	font-size: 1.2em !important;
	margin: 0.5em 0em 0.01em 0em;
	background: none;
	text-transform: none;
	padding: 0px;
}
.news1-wrap-tag-all .news1-article-text-wrap {
    font-size: 0.90em;
}
.news1-wrap-tag-all .news1-article-text-wrap p {
    margin-top: 0.1em;
}

.news1-wrap-tag .news1-article-images img {
	max-width: 70% !important;
	margin: 0px 15%;
}
.news1-wrap-tag .btn {
	width: auto;
	padding: 9px 5px 9px 5px;
    font-size: 0.95em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-image: none;
	
	position: absolute;
	bottom: 0px;
	left: 8px;
	right: 8px;
	display: none;
}


/*-*/
.news1-wrap-tag-all {
    /* border: solid 1px #818283; */
    background-color: #EAECE7;
    border-radius: 8px;
    padding: 0px 0.3em;
}
.news1-wrap-tag {
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}






@media (max-width: 899px) {
	
    .news1-article-text-wrap {
		padding: 10px 8px 40px 8px;
		font-size: 1em;
	}
		.news1-wrap-tag {
		float: left;
		width: calc(25% - 1em);
		margin: 40px .5em 0px 0.5em;
		border-radius: 8px;
		overflow: hidden;
		position: relative;
		padding-bottom: 0px;
		background-color: #ffffff;
		-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
		box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
	}
	.cat-feed-colour .column.full.no-pad {
		padding: 0em 0.5em ! IMPORTANT;
	}
	.news1-wrap-tag-all .news1-wrap-tag:nth-of-type(5) {
		display: none;
	}
	
}


@media (max-width: 580px) {
	.news1-wrap-tag {
		float: left;
		width: calc(50% - 1em);
		margin: 20px .5em 20px 0.5em;
		border-radius: 8px;
		overflow: hidden;
		position: relative;
		padding-bottom: 0px;
		background-color: #ffffff;
		-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
		box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
	}
}
@media screen and (min-width: 580px) {
    .news1-wrap-tag-all {
        /* border: solid 1px #818283; */
        background-color: #EAECE7;
        border-radius: 8px;
        padding: 0px 1em;
    }
	.news1-wrap-tag {
        margin: 28px 1em 28px 1em;
    }
}
/* NEWS TWO
============================*/
.news2-wrap-sum {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;	
}
.news2-wrap {
	padding-top: 0px;
}
.news2-wrap .news1-wrap {
	float: left;
	width: 29%;
	margin: 1em 2% 2em 2%;
	border: none;
	border-bottom: solid 1px #cccccc;
	position: relative;
	padding-bottom: 42px;
}
.news2-wrap .news1-article-images {
	margin-right: 0px;
}
.news2-wrap .news1-article-images img {
	max-width: 500px !important;
	width: 100%;
	border: none;
}
.news2-wrap .news1-article-text-wrap {
	max-width: 100%;
}
.news2-wrap .news1-article-date {
	font-size: 1em;
	margin-bottom: 0.6em;
	color: #8B8B8B;
}
.news2-wrap .news1-article-text-wrap {
    font-size: 1em;
	padding-top: 8px;
}
.news2-nav-wrapper {
	background-color: #EAECEB;
	text-align: right;
}
.blog-wrap-div-sum .news1-footer-numbers:nth-of-type(1) {
	display: none;
}
.news1-footer-numbers {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;

}
.news1-footer-numbers-item {
	margin-right: 10px;
	float: none;
	display: inline-block;
	padding-right: 0px;
}
.news1-footer-numbers-item span {
	padding: 7px 0px 3px 0px;
}
.news1-footer-numbers-item input[type=submit] {
	background: none;
	color: #212322;
	padding: 5px 10px;
	border: solid 1px #c7c9c8;
	border-radius: 0px;
	
}
.news1-footer-numbers-item input[type=submit]:disabled {
	border: solid 1px #dbdbdb;
	color: #afbcb5;	
	cursor: default;
}
.news2-item-date {
	color: #ABABAB;
}
.news2-wrap H3 {
	margin: 0px;
	font-size: 1.2em;
}
.news2-sum-shortdesc P {
	margin: 0px;	
}
.news2-sum-more a {
	display: block;
	padding: 10px 0px;
	margin-top: 10px;
	background-image: url(images/ed-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 80%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.news2-det-news-snip-wrap {
	width: 80%;
	border: solid 1px #c8c8c8;
	border-radius: 8px;
	margin: 2.5em 0px;
	padding: 15px;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.11);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news2-det-news-snip-wrap .news1-article-images {
	display: none;
}
.news2-det-news-snip-wrap .news1-wrap-tag {
	border-bottom: 1px solid #BDBDBD;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news2-det-news-snip-wrap .news1-article-short-description P {
	margin: 0px;
}
.news2-det-numbers .news1-footer-numbers-item {
	margin-left: 0px;
	border: solid 1px #c5c7c6;
	padding: 5px 10px;
	color: #ABABAB;
}
.news2-det-numbers .news1-footer-numbers-item a {
	color: #000000;
	font-family: var(--font-family-base);
	
}
.news2-det-numbers .news1-footer-numbers-item:nth-of-type(3n+3) {	
	border: none;
	padding: 5px 0px;
	color: #000000;
}
.blog-wrap-div .column {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
@media (max-width: 719px) {
.news2-wrap .news1-wrap {
	width: 44%;
	margin: 0 3% 2em 3%;
}
	
}
@media (max-width: 400px) {
.news2-wrap .news1-wrap {
	width: 94%;
	margin: 0 3% 2em 3%;
}
	
}
/* Prod Sum
======================================*/
.cat-long-desc {
	padding: 13px 0px 0px 0px;
}




.prod-sum-wrap-wrap {
	/*background-color: #EEF0F1*/
}
.prod-sum-wrap {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
    padding-bottom: 15px;
}
.cat-filter-wrap {
	float: left;
	width: 250px;
	border: solid 1px #c8c8c8;
	margin-right: 20px;
	background-color: #FFFFFF;
	margin-top: 6px;
	border-radius: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px 10px 10px;
	-webkit-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
	box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
	margin-bottom: 15px;
}
.cat-prod-wrap {
	float: left;
	width: calc(100% - 270px);	
}
.cat-title-wrap, .prod-detail-nav-wrap {
	background-color: #EAECE7;	
}
.cat-title-nav, .prod-detail-nav-constrain {
    max-width: 1315px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 1em;
    text-align: left;
    font-size: 0.8em;
	position: relative;
}
.prod-sum-nav-constrain {
    padding: 15px 1em 0px 1em;
}
.prod-sum-nav-constrain a {
    background-image: url(images/breadcrumbs-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto;
    padding-right: 12px;
}
.cat-title-nav .nav {
	margin-left: 7px;	
	border: solid 1px #c5c7c6;
	padding: 2px 4px;
	cursor: pointer;
}

.cat-title-wrap-lower .cat-title-nav {
	text-align: right;
}

.cat-title-wrap-lower .cat-title-nav .nav {
    margin-left: 7px;
    border: solid 1px var(--yellow);
    padding: 5px 8px;
    cursor: pointer;
	background-color: var(--yellow);
	color: #000;
	border-radius: 4px;
}



.cat-filter-title {
	color: #464F4E;
	font-size: 1.35em;
	border-bottom: solid 1px #c7c7c7;
	padding-bottom: 10px;
}

.cat-nav-tile-grid {
	position: absolute;
	right: 15px;
	top: 10px;
}
.cat-nav-tile-grid button {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: none;
    padding: 0px;
    margiin: 0px;
    background-image: url(images/nav-table.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
	cursor: pointer;
}
.cat-nav-tile-grid button.cat-nav-goGrid {
    background-image: url(images/nav-grid.png);
}

.side-filter-bar span {
    padding-left: 42px;
    margin: 10px 0px;
    display: block;
    background-image: url(images/icon-filter.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
    background-size: 30px auto;
    font-size: 16px;
}





H3.mega-filter-title, H3.mega-filter-secondary-title {
	font-size: 1.1em !important;
	margin-left: 7px;
	margin-bottom: 5px;
	margin-top: 15px;
	clear: both;
	background: none;
	padding: 0px;
}
.primary-filter, .secondary-filters {
	clear: both;	
}
.cat-filter-option::after {
	clear: both;
}
.cat-filter-wrap input[type="checkbox"] {
	margin: 0px 3px 0px 4px;
	width: 15%;
	float: left;
}
.cat-filter-option label {
	width: 85%;
    float: left;
    line-height: 1em;
    margin-bottom: 14px;
    font-size: 11px;

}




.prod-img-resizer {
	margin: 0em;

}
.prod-sum-figure {
	/*border-bottom: solid 1px #bcbcbc;*/
   /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
	border-radius: 6px;
    padding: 15px 10px 10px 10px;
    overflow: hidden;
    width: calc(25% - 38px);
    border: solid 2px #e1e3dd;
    margin: 7px;
	background-color: #fff;
	position: relative;
	/*-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);*/
}
.product-sum1 {
	padding-bottom: 34px;
}

/*-------------------------------------------------------*/
/*
.prod-sum-figure-line {
	width: auto;
	float: none;
	margin-bottom: 18px;
	position: relative;

}
.prod-sum-figure-line .prod-img-resizer {
    float: left;
	width: 90px;
	margin-bottom: 0px;
}
.prod-sum-figure-line .product-sum1 {
    float: left;
	margin-left: 20px;
	width: calc(100% - 110px);
	padding-bottom: 34px;
}
.prod-sum-figure-line .prod-no-price {
	display: none;
}
.prod-sum-data-point {
	width: 100%;
}


.prod-sum-figure-line .prod-sum-data-point-item {
	float: left;
	width: 22%;
	margin-right: 3%;

}
.prod-sum-data-point-t {
	font-family: "montserratbold", sans-serif;
	border-bottom: solid 1px #dbdbdb;
	color: #999999;
	font-size: 0.8em;
}
.prod-sum-data-point-c {
	padding: 4px 0 7px 0;
	font-size: 0.75em;
}

.prod-sum-figure-line .prod-sum-data-point-t {
	font-family: "montserratbold", sans-serif;
	border-bottom: solid 1px #dbdbdb;
	color: #999999;
	font-size: 0.8em;
}
.prod-sum-figure-line .prod-sum-data-point-c {
	padding: 8px 0 0px 0;
	font-size: 0.8em;
}



.prod-sum-figure-line .product-sum1 a H2 {
    font-family: var(--font-family-bold);
    min-height: auto;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--black);
}

a.prod-sum-line-view, a.prod-sum-line-view-data {
	display: inline-block;
	padding: 5px 10px;
	background-color: var(--yellow);
	color: var(--black);
	position: absolute;
	font-size: 11px;
}
a.prod-sum-line-view {
	bottom: 0px;
	right: 0px;
	padding: 5px 20px;
}
a.prod-sum-line-view-data {
	bottom: 0px;
	right: 107px;
	background-color: #9d9d9d;
	color: #fff;
}

@media (max-width: 1200px) {
    a.prod-sum-line-view {
		top: auto;
		bottom: 0px;
		right: 0px;
		padding: 5px 20px;
	}

}

@media (max-width: 1150px) {
    .prod-sum-figure-line {
        width: auto !important;
    }
}

@media (max-width: 900px) {
	.prod-sum-figure-line .prod-sum-data-point-item {
		width: 44%;
		margin-right: 3%;
		font-size: 0.8em;
	}
	.prod-sum-data-point-item {
		margin-bottom: 10px;
	}
}
@media (max-width: 400px) {
	.prod-sum-data-point-item {
		width: 100%;
		margin-right: 0%;
		font-size: 0.8em;
	}
	a.prod-sum-line-view-data {
		right: 84px;
	}
	a.prod-sum-line-view {
        padding: 5px 10px;
    }

}

*/
a.prod-sum-line-view, a.prod-sum-line-view-data {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--yellow);
    color: var(--black);
    position: absolute;
    font-size: 11px;
}
a.prod-sum-line-view {
    bottom: 0px;
    right: 0px;
    padding: 5px 20px;
}
a.prod-sum-line-view-data {
    bottom: 0px;
    right: 107px;
    background-color: #9d9d9d;
    color: #fff;
}


.prod-sum-data-point {
	width: 100%;
}


.prod-sum-figure-line .prod-sum-data-point-item {
	float: left;
	width: 22%;
	margin-right: 3%;

}
.prod-sum-data-point-t {
	font-family: "montserratbold", sans-serif;
	border-bottom: solid 1px #dbdbdb;
	color: #999999;
	font-size: 0.8em;
}
.prod-sum-data-point-c {
	padding: 4px 0 7px 0;
	font-size: 0.75em;
}

@media (max-width: 500px) {
		.product-tag-col .column {
		padding: 0px;
	}
}
@media (max-width: 400px) {
	a.prod-sum-line-view {
        padding: 5px 10px;
    }
    a.prod-sum-line-view-data {
        right: 84px;
    }
	

}
/*-------------------------------------------------------*/
.prod-img-resizer {
	border: none !important;
	margin-bottom: 12px;
	position: relative;
    padding: 0px !important;
	
	overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.prod-img-resizer img {
	max-width: none;
	max-height: none;
	height: 100%;
    width: 100%;
	object-position: center center;
    object-fit: contain;
    vertical-align: middle;
	
	

	
	
    /*position: absolute;
    display: block;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: object-fit;*/
}



.product-sum-name {

}

.product-sum-code {
	background-color: #EAECE7;
	color: #000;
    display: inline-block;
    border: solid 0px #ccc;
    padding: 4px 10px 3px 10px;
    margin-top: 5px;
    text-align: left;
	border-radius: 0px 0px 4px 4px;
}



.product-sum1 H2 {
	margin: 5px 0px 10px 0px;
	font-size: 0.90em;
	line-height: 1em;
	min-height: 3.5em;
}

.product-sum1 a H2 {
	font-family: var(--font-family-bold);
	color: var(--black);
	font-weight: normal;
	background: none;
	padding: 0px;
	text-transform: none;
}
.product-sum1 P {
	font-size: 0.95em;
	line-height: 1em;

}
.product-sum-button form {
	background-color: #46a1d8;
	padding: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 90%;
	min-height: 28px;
}
.prod-no-price {
	font-size: 0.85em;
	color: rgba(255,0,4,1.00);
	line-height: 1.1em !important;
	display: inline-block;
	margin-top: 1.5em;
	display: none;
}

input[type=submit].prod-sum-addtocart {
	padding: 7px 7px 7px 7px !important;
	margin: 0px !important;
	color: #fff;
	border: none;
	width: calc(100% - 45px);
}
input:not([type=submit]):not([type=image])#product_item_quantity {
    width: 20px !important;
    padding: 4px !important;
    margin: 0px 10px 0px 0px !important;
	text-align: center;
	border: none;
	border-radius: 2px;
}
p.prod-detail-price {
	font-family: var(--font-family-bold);
	color: var(--dark-grey);
	margin-bottom: 1em;
	font-size: 1.15em;
	margin-bottom: 5px;
}
p.prod-detail-price span {
	font-size: 70%;
    padding-right: 4px;
    /* color: rgba(255, 0, 4, 0.62); */
    font-family: var(--font-family-base);
}
.cat-sum-fig {
    float: left;
    margin: 1em 1% 1em 1%;
    width: 23%;
    border: none;
    padding: 0px;
}
.cat-sum-fig a H2 {
	font-family: "source_sans_probold", sans-serif;
	text-align: center;
	font-size: 1.6em;
	color: #46a1d8;
	min-height: 2.2em;
}
.cat-sum-fig img {
    margin-bottom: 10px;
    max-width: 70%;
    margin: 0px 15% ! IMPORTANT;
}

.prod-detail-wrap .news1-wrap-tag-all {
	background-color: #fff;
	border-top: solid 2px #EAECE7;
	border-bottom: solid 2px #EAECE7;
	border-radius: 0px;
	padding: 20px 0px;
}

@media (max-width: 1150px) {
	.prod-sum-figure {
		width: calc(33% - 38px);
	}

}
@media (max-width: 900px) {
	.prod-sum-figure {
		width: calc(50% - 38px);
	}

}


@media (max-width: 800px) {
	.cat-filter-wrap {
		float: left;
		width: 35%;
		border: solid 1px #c8c8c8;
		margin-right: 3%;
		background-color: #FFFFFF;
		margin-top: -10px;
		border-radius: 0px 5px 5px 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px 5px 7px 5px;
		/*-webkit-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
		-moz-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
		box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);*/
		margin-bottom: 15px;
	}
	.cat-prod-wrap {
		float: left;
		width: 62%;
	}

	.cat-filter-wrap input[type="checkbox"] {
		margin: 0px 3px 2px 0px;
		width: 15%;
		float: left;
	}
	.cat-filter-option label {
		width: 75%;
		float: left;
		line-height: 1em;
		margin:  0.3em 0 4px 0;
		font-size: 0.8em;
	}
}
@media (max-width: 650px) {
	.cat-filter-wrap {
		float: left;
		width: 40%;
		border: solid 1px #c8c8c8;
		margin-right: 3%;
		background-color: #FFFFFF;
		margin-top: -10px;
		border-radius: 0px 5px 5px 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px 5px 7px 5px;
		/*-webkit-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
		-moz-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
		box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);*/
		margin-bottom: 15px;
	}
	.cat-prod-wrap {
		float: left;
		width: 57%;
	}	
}

	
@media (max-width: 768px) {
	.cat-prod-wrap {
		float: none;
		width: 100%;
	}
}
	
	
@media (max-width: 420px) {
	.cat-filter-wrap {
		float: left;
		width: 45%;
		border: solid 1px #c8c8c8;
		margin-right: 3%;
		background-color: #FFFFFF;
		margin-top: -10px;
		border-radius: 0px 5px 5px 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px 5px 7px 5px;
		/*-webkit-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
		-moz-box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);
		box-shadow: 0px 10px 21px -9px rgba(0,0,0,0.45);*/
		margin-bottom: 15px;
	}


	.product-sum1 H2 {

	}
}
@media (max-width: 365px) {
	.prod-sum-figure {
    width: calc(100% - 34px);
}
}
/* Prod Det
======================================*/
/*---------------YMAL----------------------*/
.lslide, .clone {
	height: 240px;
	/*border: solid 1px #ccc;*/
	border-radius: 8px;
	margin-right: 10px !important;
	position: relative;
	
	background-color: #EAECE7;
	text-align: left !important;
	/*-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.09);*/
}

#swipebox-slider .slide {
    background-color: #dbdbdb !important;
}
.lslide a, .clone a {
	padding: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 80px);
	display: flex;
    align-items: center;
    justify-content: center;

}
.lslide img, .clone img {
	width: 80%;
	margin: 0px 10%;
	max-width: auto;
	border-radius: 6px;
}
.slider-product-name {
	font-family: var(--font-family-base);
    font-size: 12px;
    line-height: 1.1;
    color: #242525;
	
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	min-height: 50px
}
.prod-maincontent-col1, .prod-maincontent-col2 {
	background-color: #EAECE7;
	padding: 20px;border-radius: 8px;
	margin: 10px 0px;
}
.prod-maincontent-col2 {
	background-color: #DFE2D9;
}
.prod-maincontent-col2 h2 {
	
}
.prod-det-table-overview {
	text-align: left;
	width: 100%;
	border-spacing: 0px;

}
.prod-det-table-overview td, .prod-det-table-overview th {
	padding: 10px;
	border: none;
}
.prod-det-table-overview tr:nth-of-type(odd) {
	background-color: #FFFFFF;
}
.prod-det-table-overview tr:nth-of-type(even) {
	background-color: rgba(0,0,0,0.05);
}


.prod-detail-table2 {
	text-align: left;
	width: 100%;
	border-spacing: 0px;

}
.prod-detail-table2 td {
	padding: 7px 10px;
	border: none;
}
.prod-detail-table2 tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,0.8);
}

.info-bar.info-bar-prod-page {
	color: var(--black);
	margin: 30px 1em 10px 1em;
	border-radius: 8px;
	max-width: 100%;
	background-color: #EAECE7;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.info-bar.info-bar-prod-page p {
    color: var(--black);
}










.prod-detail-short-desc {
	margin: 28px 0px 15px 0px;
}

.prod-det-buy-section {
	border: solid 2px #E7EDF1;
	padding: 10px 15px 25px 15px;
	background-color: #EAECE7;
	margin-bottom: 1px;
	/*width: 500px;*/
	max-width: 100%;
	border-radius: 8px;
	    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	display: none;
}

.prod-detail-info-wrap-inner {
	border: solid 2px #e1e3dd;
    padding: 25px 17px 1px 17px;
    border-radius: 8px;
    margin-bottom: 1em;
    /*border-left: 17px solid #e7edf1;*/
    /*background-color: #EAECE7;*/

}

.prod-detail-info-wrap-inner .btn.btn-primary {
    width: calc(33% - 54px);
    margin-bottom: 0.2em;
    padding: 13px 5px 11px 40px;
    background-image: url(images/icon-phone-b.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 25px auto;
    text-align: left;
    margin-right: 5px;
    background-color: #fff;
    color: #000;
}
.prod-det-btn1.btn.btn-primary {
    background-image: url(images/icon-email-b.png);	
	background-color: var(--black);
	color: #fff;
}
.prod-det-btn2.btn.btn-primary {
	background-color: var(--black);
	color: #fff;
}
.prod-det-btn3.btn.btn-primary {
    background-image: url(images/icon-datasheet-b.png);	
}

.prod-detail-learn-more {
	margin-bottom: 40px;
}
.prod-det-qty-label {
	display: none;
}

input[type=submit].prod-det-addtocart {
    padding: 14px !important;
    margin: 0px !important;
    color: #fff;
    border: none;
    width: calc(100% - 45px);
	font-size: 1.2em;
}

.prod-det-rel-prod-title {
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: var(--font-family-bold);
}
.prod-det-rel-prod-title span {
	color: #4A4A4A;
}
.icon-bar-prod-page-inner {
	border: solid 2px #e1e3dd;
    padding: 18px 11px 15px 11px;
    border-radius: 8px;
    margin: 2em 0 1em 0;
	position: relative;
	filter: grayscale(1.0);
}
.icon-bar-prod-page-inner span {
	display: inline-block;
    position: absolute;
    padding: 0px 8px;
    top: -12px;
    left: 11px;
    background-color: #fff;
    font-family: var(--font-family-bold);
    font-size: 18px;
}
.icon-bar-prod-page img {
	display: inline-block;
	width: 70px;
	border-radius: 8px;
	margin: 4px;
	vertical-align: bottom;
	opacity: 35%;
}

@media only screen and (max-width: 1180px) {
	.prod-det-btn1.btn.btn-primary, .prod-det-btn2.btn.btn-primary {
    	width: calc(50% - 54px);
		margin-bottom: 5px;
	}
	.prod-det-btn3.btn.btn-primary {
		width: calc(100% - 54px);
	}
}
@media only screen and (max-width: 850px) {
	.prod-det-btn1.btn.btn-primary, .prod-det-btn2.btn.btn-primary, .prod-det-btn3.btn.btn-primary {
		width: calc(100% - 54px);
		margin-bottom: 5px;
	}
	.icon-bar-prod-page img {
		width: 50px;
	}
}


/*-------------------------------*/

.prod-detail-wrap {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-size: 0.9em;
}
.prod-detail-top-wrap {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.prod-detail-image-wrap {
	float: right;
	width: 41%;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	border: none;
}
.prod-detail-info-wrap {
	width: 59%;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
}

.prod-detail-figure {
	text-align: center;
}
.prod-detail-figure img {
	max-height: 500px;
}
.prodV3-productinfo-wrap {
	margin-top: 20px;	
}
.prod-detail-info-wrap H1 {
	margin: 2px 0px 0px 0rem;
    text-transform: none;
    color: #000;
    font-size: 1.7em;
    border-bottom: solid 2px #e1e3dd;
    padding-bottom: 10px;
}
.prod-det-code {
    color: #474343;
    font-family: var(--font-family-bold);
    padding: 6px 12px 5px 12px;
    display: inline-block;
    background-color: #e1e3dd;
    /* margin-left: -15px; */
    /* margin-bottom: 15px; */
    margin-top: 0px;
    /* width: calc(100% + 15px); */
    border-radius: 0px 0px 6px 6px;
    /*background-image: -webkit-linear-gradient(0deg,rgba(11,21,35,1.00) 0%,rgba(14,81,142,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(11,21,35,1.00) 0%,rgba(14,81,142,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(11,21,35,1.00) 0%,rgba(14,81,142,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(11,21,35,1.00) 0%,rgba(14,81,142,1.00) 100%);*/
}
.prod-detail-wrap a {
	word-wrap:break-word;
}
.prod-detail-price {
	font-family: var(--font-family-bold);
	color: #465051;
	font-size: 1.1em;
}
.prod-detail-nav-constrain a {
    font-family: var(--font-family-base);
	color: #000000;
}
.addtocartform {
	background-color: #46a1d8;
    padding: 0px 8px;
    border-radius: 3px;
}

#sub_products_select {
	width: 100% !important;
	margin-top: 15px;
	font-family: var(--font-family-bold);
	font-size: 0.8em;
}


.news1-wrap-tag-all-prod {
	padding: 20px;

}
.news1-wrap-tag-all-prod .news1-wrap-tag {
    margin-top: 5px;
	margin-bottom: 5px;
}
.cat-feed-colour .news1-wrap-tag-all-prod h4 {
	background-image: none !important;
}
.prod-detail-table2 tr td:nth-of-type(1) {
	font-family: var(--font-family-bold);	
		width: 120px;
}
.prod-detail-info-wrap-inner .prod-detail-table2 tr td:nth-of-type(1) {
	width: 120px;

}
.prod-detail-info-wrap-inner .prod-detail-table2 tr {
	border-bottom: solid 1px var(--grey);	
}

@media (max-width: 580px) {
	.prod-detail-wrap {
		margin-top: 1em;
	}
	.prod-detail-image-wrap {
		width: 100% !important;
		margin-right: 0%;
		padding: 0%;
		border: none;
		border-bottom: 1px solid #cdcdcd;

	}
	.prod-detail-image-wrap img {
		max-height: 250px;
		margin-bottom: 1em;
	}
	.prod-detail-info-wrap {
		width: 100% !important;
		margin-top: 1em;
		padding: 0px;
	}
	.info-bar.info-bar-prod-page {
		margin: 30px 0em 10px 0em;
	}
}



/* CART
==================================*/
.cart-wrap {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}
.checkout-payment-img {
	border-top: 1px solid #CCCCCC;
	padding-top: 30px;
}



/* Checkout tex reduction
===================================*/
.checkout-order-summary {
	font-size: 85% !important;
}

/* FIX FOR PRODUCT IMAGE MULTIPLE
=======================================================*/
/*.lslide.active {
	display: none;
}
.lslide,.lSSlide {
	width: 100% !important;
	text-align: center;
}
.lslide img {
	width: 200px !important;
	text-align: center;
}
#prodimg {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	width: 80% !important;
}
@media (max-width: 450px) {
.lslide img {
	width: 130px !important;
	text-align: center;
}	
}*/
.prodV3-ymal-wrap {
	border-top: solid 1px #cccccc;
	padding-top: 1.5em;
	margin-top: 1.5em;
}
.prod-det-img-thumbs .prodV3-ymal-wrap {
	border-top: none;
	padding-top: 0.0em;
	margin-top: 0em;
}


/*----------- HEIGHT FIX--------------------*/


.prodV3-ymal-wrap .lslide a {
	width: 100%;
	height: 100%;
	overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.prodV3-ymal-wrap .lslide a img {
	max-width: none;
	max-height: none;
	height: 55%;
    width: 80%;
	margin: 5% 0px 40% 0px;
	object-position: center center;
    object-fit: contain;
    vertical-align: middle;
}


@media screen and (max-width: 719px) {
	
}


/*----------- HEIGHT FIX--------------------*/


/* #DOWN
============================*/
@media screen and (min-width: 719px) {
.arrow-down {
    position: absolute;
    bottom: 30px;
    right: calc(50% - 17px);
    width: 35px;
    height: 35px;
    background-image: url(images/anim-arrow-down.gif);
    background-repeat: no-repeat;
    background-size: 80% 80%;
    display: block;
    z-index: 1002;
    background-position: center center;
}

}

/* HEADER FIX */

@media only screen and (min-width: 1200px) {
	.header-left, .header-right {
			overflow: hidden
	}
	.header-left img, .header-right img {
		margin-top: -6%;
		margin-bottom: -6%;
	}
}


@media screen and (max-width: 768px) {
	.cat-filter-wrap.catalogue-filter-sidenav {
		z-index: 99999;

	}
}
.cat-filter-option {
	    width: 100%;
    display: block;
    clear: both;
}


/*--------------*/

@media only screen and (min-width: 1200px) {
	.header-left2 img {
		margin-top: -6%;
		margin-bottom: -6%;
	}
}
@media only screen and (min-width: 1500px) {
	.header-left2 img {
		margin-top: -8%;
		margin-bottom: -8%;
	}
}
@media only screen and (max-width: 800px) {
	.header-left2 img,  .header-two img {
		width: 150% !important;
        max-width: none !important;
        margin-left: -25%;
	}
}
@media only screen and (max-width: 500px) {
	.header-left2 img {
		width: 250% !important;
        max-width: none !important;
        margin-left: -75%;
	}
	.header-two img {
		width: 200% !important;
        max-width: none !important;
        margin-left: -50%;
	}
}


/*-----------LOGIN AREA---------------------*/
.grey-nth {
    border-radius: 6px;
    padding: 7px 10px;
    margin: 3px 0px;
    background-color: #f9f9f9;
}
.admin-function-row {
    border-radius: 6px;
    padding: 17px 10px 7px 10px;
    margin: 3px 0px;

}
.grey-nth {
	font-size: 0.9em;
}

.admin-function-row input[type=submit] {
	border-radius: 5px;
    color: #fff;
    background-color: #46a1d8;
    padding: 13px 20px 13px 20px;
    font-size: 0.95em;
    display: inline-block;
    margin-bottom: 0em;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid #dd4230;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    font-family: var(--font-family-base);
    white-space: nowrap;
    max-width: 100%;
    -webkit-appearance: none;
}


/* saved cart */
.admin-width-50 {
	width: 50px;
	display: inline-block;
	padding-right: 20px;
}
.admin-width-110 {
	width: 300px;
	display: inline-block;
	padding-right: 20px;
}
.admin-width-200 {
	width: 200px;
	display: inline-block;
	padding-right: 20px;
}

input[type=submit].admin-submit-text {
	padding: 4px 10px;
	font-size: 0.9em;
}

/*------------------------------------------------*/
@media screen and (min-width: 580px) {
    .product-tag-wrap {
        background-color: #EAECE7;
        border-radius: 8px;
        padding: 20px 1em;
    }
}
.product-tag-wrap .prod-img-resizer {
	height: 120px;
}
.product-tag-wrap .prod-img-resizer img {
	max-width: 60% !important;
	 max-height: 100%;
}


.product-tag-wrap .prod-sum-figure-line .prod-sum-data-point-item {
    float: left;
    width: 100%;
    margin-right: 0%;
	min-height: 44px;
}
