﻿@import url('../css2');

@charset "utf-8";
   
/* HTML5 display-role reset for older browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, tt, var, b, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Font Embed */

@font-face {
    font-family: 'cew-iconset';
    src: url('fonts/cew-iconset-v2.eot'); 
    src: url('fonts/cew-iconset-v2.eot') format('embedded-opentype'), url('fonts/cew-iconset-v2.woff') format('woff'), url('fonts/cew-iconset-v2.ttf') format('truetype'), url('fonts/cew-iconset-v2.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Font Embed */

.iconset {
    font-family: "cew-iconset";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* HTML */

html {
	position: relative;
	min-height: 100%;
}

body {
    background: #FFFFFF;
	color: #646262;
	line-height: 1.5em;   
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 400;
	height: auto;
    margin: 0;
}

body.overflow-hidden, 
html.overflow-hidden {
	overflow: hidden;
}

body.overflow-hidden {
	position: fixed;
	width: 100%;
	min-height: 100%;

}

td {
	position: relative;
}

p {
	margin-bottom: 20px;
	font-weight: 400;
}

.clear {
	clear: both;
}

/* Basic Fonts */

h1, h2, h3, h4, h5, h6 {
	color: #221909;
	margin-bottom: 0.5em;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

h1, h1 a, h1 a:link {
	font-size: 80px;
}

h2, h2 a, h2 a:link {	
	font-size: 60px;	
}

h3, h3 a, h3 a:link {
	font-size: 46px;
}

h4, h4 a, h4 a:link {
	font-size: 22px;
}

h5, h5 a, h5 a:link {
	font-size: 18px;
}

h6, h6 a, h6 a:link {
}

b,
strong {
	font-weight: 500 !important;
}

i,
em {}

i b,
i strong,
em b,
em strong,
b i,
b em,
strong i,
strong em {}

label {
	color: #646262;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding-bottom: 5px;
	text-transform: capitalize;
}

/* Listing Styles */

ol, ul {
	margin-left: 18px;
}

ol > li {
	margin-bottom: 0;
	line-height: 1.4em;
}

ul li {
	margin-bottom: 7px;
	line-height: 1.4em;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

a, a:link, a:visited, a:active {
	color: inherit;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

/* <a> link with class */

a.btn, a.btn:focus, .btn, .btn:focus,
input[type='submit'], input[type='button'], input[type='reset'] {    
    background: #C31D3D !important;
	border:2px solid #C31D3D !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF !important;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height:48px;
	padding: 5px 25px;	
	text-align: center;
	text-shadow: none;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 1em;
	cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

a.btn.btn-white, input[type='submit'].btn-white, input[type='button'].btn-white, .login a.btn.btn-white {
	border: 2px solid #CECECE !important;
	background: #FFFFFF !important;
	color:#646262 !important;
}

a.btn.btn-dgrey, input[type='submit'].btn-dgrey, input[type='button'].btn-dgrey, .login a.btn.btn-dgrey {
	border: 2px solid #221909 !important;
	background: #221909 !important;
	color:#FFF !important;
}

a.btn:hover, .btn:hover, input[type='submit']:hover, input[type='button']:hover {
	border: 2px solid #AD1734 !important;
	background: #AD1734 !important;
	color: #FFFFFF !important;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: none !important;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #fff;
}

a.backtolisting::before {
	display: inline-block;
	vertical-align: middle;
	content:'\f104';
	font-size: 16px;
	padding-right: 10px;font-weight: bold;
	font-family: 'cew-iconset';
}

a.backtolisting {
	font-weight: 500;
	text-transform: capitalize;
}

/* Text Field & Button Style */
input[disabled="disabled"] {
	/* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
	/* Modern Browsers */
	opacity: 1;
	-webkit-opacity: 1;
}

input[type="password"],input[type="file"], input[type='text'], select, textarea {
	padding: 0 15px;
    background: #FFFFFF;
	border: 1px solid #D8D8D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #646262;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
}

textarea {
	resize: none;
	height: auto;
	padding: 10px 15px;
}

select {
	padding: 0 30px 0 10px;
}

input:focus, input[type='text']:focus, select:focus, textarea:focus {
	outline: 0;
}

input[type="password"]::-ms-clear, input[type="file"]::-ms-clear, input[type="text"]::-ms-clear, select::-ms-clear, textarea::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal, input[type=password]::-ms-clear /*Remove the eye from a password field in IE*/
{
    display: none;
}

select {
    margin: 0 !important;
    background: url('../images/arrow-down.svg') no-repeat right #FFF;
    -webkit-appearance: none;
    background-position: right 15px top 20px;
}

select:focus {
    background: url('../images/arrow-up.svg') no-repeat right #FFF;
	background-position: right 15px top 20px;
}

select::-ms-expand {
    display: none;
}

/** RADIO / CHECKBOX**/

input[type="radio"],
input[type="checkbox"] {
    margin-right: 10px;
	cursor: pointer;
}

.chk-posadj {
	margin-top: -1px;
}

input[type="radio"]:first,
input[type="checkbox"]:first {
    margin-left: 0;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    text-transform: none;
}

.checkbox-select input[type="checkbox"],
.radio-select input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.checkbox-select label,
.radio-select label {
	color: #646262;
	cursor: pointer;
    display: inline-block;
    background-color: transparent;
    padding: 10px 20px;
	font-family: 'Rubik', sans-serif;
    font-size: 18px;
	font-weight: 500;
    border: 1px solid #CECECE;
	text-align: center;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    min-width:100px;	
}

.checkbox-select input[type="checkbox"] + label,
.radio-select input[type="radio"] + label {
	margin: 0 !important;
	margin-bottom: 10px !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
}

.checkbox-select input[type="checkbox"]:focus + label,
.checkbox-select input[type="checkbox"]:checked + label,
.radio-select input[type="radio"]:focus + label,
.radio-select input[type="radio"]:checked + label {
     border: 2px solid #E0C023;
}

.radio-select input[type="radio"][disabled] + label  {
	cursor: default;
}

input[type="text"][disabled]:active,
input[type="text"][disabled] {
	color: #A7A7A7;
}

input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
select[disabled],
select[disabled]:active,
button[disabled]:active,
button[disabled] {
	opacity: 0.5 !important;
	pointer-events: none;
}

/* Back to top style */

#scrollUp {
    bottom: 0;
    right: 30px;
    width: 70px;
    height: 70px;
    padding: 10px 5px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#scrollUp:hover {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#scrollUp,
a#scrollUp {
    bottom: 20px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: url(../images/top.svg) no-repeat;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

#scrollUp-active {
    display: none;
}

/* Divider and Outline */

hr {
	background: #D9D9D9;
	height: 1px;
	width: 100%;
	border: none;
	margin: 2.5em 0;
}

header {
	width: 100%;
	margin: 0 auto;		
	background: #FFFFFF;
	color: #221909;
	font-weight: 500;
	font-size: 18px;
}

.logo {
	padding: 10px 0;
}

.login, .search-wrapper, .enquiry {	
	display: inline-block; 
	vertical-align: middle;
}

/* Login Dropdown */

.login {
	margin-right: 20px;
	position: relative;
}

.logindrop_div ul,
.logindrop_div ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logindrop_div > ul.myaccount {
    border-top: 0;
}

.logindrop_div ul li {
	display: block;
	border: 0;
	padding: 0;
	margin: 0 0 8px;
	line-height: 1em; 
}

.logindrop_div ul li a { 
	color: #646262 !important;
	font-size: 16px; 		
	text-transform: capitalize; 
}

.logindrop_div ul li a:hover, .logindrop_div ul li.active a { 
	color: #4E4C0C !important;
}

.logindrop_wrapper {
    display: inline-block;
}

.logindrop_div {
    clear: both;
    position: absolute;
    top: 50px;
    right: 0;
    padding: 15px 20px;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
    box-sizing: border-box;
    text-align: left;
    display: none;
	min-width: 200px;
    z-index: 9999999 !important;
}

a.enquiry {
	background: #AD1734 !important;
	border: 2px solid #AD1734 !important;
	color: #E3E0D5 !important;
	display: inline-flex;
	vertical-align: middle;
}

.item-qty {
    background: #21190B;
	border: 3px solid #FFFFFF;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    vertical-align: middle;    
    display: inline-flex;
    justify-content: center;
    align-items: center;
	line-height: 1em;
	padding: 3px 10px;
    position: absolute;
	margin-top: -40px;
	right: 0;
}

_:-ms-fullscreen, :root .item-qty { margin-top: -30px; } /*IE 11 and above*/

.div1 {
	display: inline-block;
	margin-right: 40px;
}

.div2 {
	display: inline-block;
	margin-left: 40px;
}

.divider {
	background: #C3C3C3;
	height: 75%;
	width:1px;
	display: inline-block;
	vertical-align: top;
	top: 0;
	position: absolute;
} 

.bg-ph, .bg-mail {
	background-color: #0B845B;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 46px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	vertical-align: middle;
}

.bg-mail {
	background-color: #E0C023;
}

.gap {
	margin-right: 80px;
}

/* Search */

.search-wrapper {
	position: relative; 
	width: 450px;	
	height: 40px;
	margin: 0;
	display: inline-block;
}

#search {
	clear: both;
	position: relative;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-transition: width 300ms ease-out;
	-moz-transition: width 300ms ease-out;
	-o-transition: width 300ms ease-out;
	transition: width 300ms ease-out;
	border: 0;
	outline: 0;
	opacity: 1;
	width: 85%;
	height: 40px;	
	float: left;	
}

.search_icon {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
	width: 15%;
}

input.search_field {
	background: none;
	border: 0;	
	padding: 0;
	display: inline-block;
	height: 40px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	color: #FFF;
}

.closesearch, a.closesearch {
	display: none;
}

#search input[type="text"]::-moz-placeholder {
    color: #FFF;
}

#search input[type="text"]:-moz-placeholder {
    color: #FFF;
}

#search input[type="text"]::-webkit-input-placeholder {
    color: #FFF3BC;
}

#search input[type="text"]:-ms-input-placeholder {
    color: #FFF3BC;
}

#search.active {
    z-index: 9999;
}

@media (max-width: 767px) {
.search-wrapper {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: none;
	width: auto;
	height: auto;
	border: 0;
}

#search {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0;
	/* Safari 1.x */
	-khtml-opacity: 0;
	/* Good browsers */
	opacity: 0;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7) !important;
	visibility: hidden;
}

#search.active {
	color:#fff !important;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, visibility 300ms ease-out;
	transition: opacity 300ms ease-out, visibility 300ms ease-out;	
}

input.search_field {
	text-align: center;
	width: 85%;
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 40%;
	margin: auto;
	left: 0;
	right: 0;
	color: #646262 !important;
}

.closesearch, a.closesearch {
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
}

a.closesearch:hover {
	background: none !important;
}

a.search_icon {
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	display: inline-flex;
	vertical-align: middle;
	transition: none !important;
}

a.search_icon img {
	width: 25px; height: 30px;
}

.mobile-search-submitbtn{
   position:absolute;
   top:48%;
   left:0;
   right:0;
   width:85%;
   margin:auto;
}


#search input[type="text"]::-moz-placeholder {
    color:#b2b2b2;
}

#search input[type="text"]:-moz-placeholder {
    color:#b2b2b2;
}

#search input[type="text"]::-webkit-input-placeholder {
    color: #b2b2b2;
}

#search input[type="text"]:-ms-input-placeholder {
    color: #b2b2b2;
}
}

/* Navigation */

.menu-wrapper {
	width: 100%;
	background: rgb(219,188,13);
	background: linear-gradient(-90deg, rgba(219,188,13,1) 0%, rgba(220,186,21,1) 50%, rgba(226,182,0,1) 100%);
}

#menu {
	height: auto;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	display: inline-block;
	vertical-align: middle;
}

nav {
	margin: 0 auto;
	width: 100%;
}

.menu_close, .menu_toggle {
	display: none;
}

ul#navmenu-h {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-align: center;
}

ul#navmenu-h li::before {
	content:'';
	width: 100%;
	height: 5px;
	background: transparent;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	transition: none;
	display: inline-block;
	position: absolute;
	left: 0;
}

ul#navmenu-h li {
	display: inline-block;
	position: relative;
	margin: 0 1.2vw;
	border: 0;
	padding:0;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	line-height: 1.2em;
}

ul#navmenu-h li.header {
	display: none;
}

ul#navmenu-h .divider {
	background: #C4A613;
	right: -1.6vw;
}

ul#navmenu-h li:nth-child(2) {
	margin-left: 2vw;
}

/* Root Menu */

ul#navmenu-h li a {
	display: block;
	padding: 20px 0;	
	color: #FDFCF7;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none;	
}

ul#navmenu-h li a:focus,
ul#navmenu-h li.active a,
ul#navmenu-h li:hover a {
	color: #4E4C0C !important;
}

/*ul#navmenu-h li:hover::before, ul#navmenu-h li.active::before {
	background: #272727;
}*/

ul#navmenu-h ul { 
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	border: 0;
	background-color:#DBBC0D;
	min-width: 220px;
	margin-left: -20px;
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	z-index: 2;
	visibility:hidden;
}

ul#navmenu-h ul li::before {
	height: auto;
	display: block;
}

ul#navmenu-h ul li:nth-child(2) {
	margin-left: 0 !important;
}

ul#navmenu-h ul li::before {
	background: none;
	height: auto;
	margin: 0; padding: 0;
}

ul#navmenu-h ul ul, ul#navmenu-h ul ul ul,
ul#navmenu-h ul ul ul ul {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-left: 0 !important;
}

ul#navmenu-h ul li {
	width: 100%;
	display: block;
	margin: 0;
	background: none !important;
	padding: 0;
	margin: 0;
}
ul#navmenu-h ul li:last-child {
	border-bottom: none !important;
}

/* 2nd Menu */

ul#navmenu-h li:hover li a {
	width: 100%;
	float: none;
	background: #DBBC0D;
    color: #FFF !important;
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.4em;
	padding: 8px 20px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	border: none;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* 2nd Menu Hover Persistence */

ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a {
	cursor: pointer;
	color: #4E4C0C !important;
	border: none;
	z-index: 500!important;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a {  
	float: none;
    background: #DBBC0D;
    color: #FFF !important;
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.4em;
	padding: 8px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500 !important;
	width: 100%;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover a {
	cursor: pointer;
	color: #4E4C0C !important;
	border: none;
	z-index: 500!important;
}
/* 4th Menu  */
ul#navmenu-h li:hover li:hover li:hover li a {
	float: none;
	background:#DBBC0D;
    color: #FFF !important;
	font-weight: 600;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.4em;
	padding: 8px 15px;
	margin: 0px;
	text-align: left;
	cursor: pointer;
	z-index: 500!important;
	width: 100%;
	border: none;
	text-shadow: none;
}
/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
	cursor: pointer;
	color: #4E4C0C !important;
	border: none;
	z-index: 500!important;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul, ul#navmenu-h ul ul ul ul {
	top: 0;
	left: 100%;
	float: left;
}

ul#navmenu-h li:hover li, ul#navmenu-h li:hover li:hover li, ul#navmenu-h li:hover li:hover li:hover li,
ul#navmenu-h ul li.active, ul#navmenu-h ul li li.active, ul#navmenu-h ul li li li.active {
	border: 0;
}

/* Hover Function - Do Not Move */

ul#navmenu-h li:hover ul li > ul, ul#navmenu-h li:hover ul ul li > ul, ul#navmenu-h li.iehover ul li > ul, ul#navmenu-h li.iehover ul ul li > ul {
	display: none;
}

ul#navmenu-h li:hover > ul, ul#navmenu-h ul li:hover > ul, ul#navmenu-h ul ul li:hover > ul, ul#navmenu-h li.iehover > ul, ul#navmenu-h ul li.iehover > ul, ul#navmenu-h ul ul li.iehover > ul {
	display: block;
}

ul#navmenu-h ul li.active a, ul#navmenu-h ul li.active a, ul#navmenu-h ul li a.active, ul#navmenu-h ul li:hover li.active a, ul#navmenu-h ul li:hover li:hover li.active a, ul#navmenu-h ul li:hover li:hover li:hover li.active a {
	color: #4E4C0C !important;
}

ul#navmenu-h li:hover > ul {
	display: block !important;
	visibility: visible;
}

/* end Nav */
 
#maincontent {
	background: rgb(247,247,247);
	background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,0) 100%);
	width: 100%;
	padding: 85px 0;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#maincontent.prod-bg {
	background: linear-gradient(180deg, rgba(247,247,247,1) 0%, rgba(255,255,255,0) 100%), url(../images/halfcircle-ver.svg) no-repeat top left;
}
	
.mt-minus {
	margin-top: -85px;
}

.mt-230 {
	 margin-top: 230px;
}

.mt-85 {
	margin-top: 85px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-minus {
	margin-bottom: -85px;
}

#banner #slick, .featuredslick.lists1 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

#banner #slick.slick-initialized, .featuredslick.lists1.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

/* Banner */

#slickImageVideo .slick-slide img {
	width: 100%;
}

#slickImageVideo {
    display: none;
}

.slickCaptionDiv {
	margin: auto;
	width: 100%;
	max-width: 85%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
	z-index: 5;
	display: flex;	
	justify-content: flex-end;
	align-items: center;
}

.slickCaption {
    width: 45%;
	padding: 15px;
	text-align: left;	
}

h2.slickCaption1 {
	color: #FFFFFF;
	font-size: 80px;
	font-weight: 700;
	text-shadow: 0 0 12px rgba(0,0,0,0.16);
	line-height: 1.2em;	
}

h4.slickCaption2 {
	background: 0 3px 6px rgba(233,193,72,0.24);
	font-size: 26px;	
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.5em;
}

h2.slickCaption1-alt, h4.slickCaption2-alt {
	color: #221909;
	text-shadow: none;
}

/***** FIVE DOTS CUT OFF   ****************/
.slick-dots-container {  width: 5.5rem;  overflow: hidden;  display: block;  padding: 0;margin: 30px auto 0;  height: 0.875rem;  position: relative;}
.slick-dots-container > ul {  padding: 0;  display: flex;  transition: all 0.25s;  position: relative;  margin: 0;  list-style: none;  transform: translateX(0);  align-items: center;  bottom: unset;  height: 100%;}
.slick-dots-container > ul li { width: 0.625rem !important; height: 0.625rem !important; margin: 0 0.25rem; background-color: #EEE; display: inline-flex; align-items:center; }
.slick-dots-container > ul li button  { font-size: 0; line-height: 0; display: block; width: 1.25rem; height: 1.25rem; padding: 0.3125rem; cursor: pointer; color: transparent;  border: 0;  outline: 0;  background:none;}
.slick-dots-container > ul li.p-small-1, .slick-dots-container > ul li.n-small-1 {  }
.slick-dots-container > ul li.slick-active  { transform-origin: center;  background-color: #4E4C0C;}
.slick-dots li button:before {  display: none;}

.prod-carousel {
	margin-left: 4vw !important;
}

.featuredslick.lists1 .slick-track {
    display: flex; 
	margin-left: 0; 
}

.featuredslick.lists1 .slick-list { margin: 0 -15px; }

.featuredslick.lists1 .slick-slide {
    background: none;
	border: none;
	display: flex;
	height: inherit !important;
	padding: 0;	
	margin: 0 15px;		
}

.featuredslick.lists1 .slick-slide div { width: 100% !important; }

.featuredslick.lists1 .slick-slide .card { display: flex !important; height: 100%; }

.featuredslick.lists1 .slick-prev, .featuredslick.lists1 .slick-next { top: 35%; }

.featuredslick.lists1 .slick-prev, .featuredslick.lists1 .slick-next {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 46px; height: 46px; z-index: 5;
}

.featuredslick.lists1 .slick-prev { left: -60px; background: url(../images/arrow-left-white.svg) no-repeat center rgba(224,192,35,0.89); }

.featuredslick.lists1 .slick-next { right: 60px; background: url(../images/arrow-right-white.svg) no-repeat center rgba(224,192,35,0.89); }

.featuredslick.lists1 h4 a:focus {
	color: #FFF !important;
}

.featuredslick.lists1 h4 a:hover {
	color: #E0C023 !important;
}

a.link::after {
	content: url(../images/btn-next.svg);
	transition: all 500ms ease-out;
	position: absolute;
	right: 15px;
	display: inline-block;
}

a.link:hover::after {
	filter: invert(64%) sepia(91%) saturate(404%) hue-rotate(8deg) brightness(152%) contrast(88%);
}

a.link {
	display: block;
	width: 90%;
}

ul.notype, ul.notype li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.section-padding01 {
	padding: 12em 0 5em;
}

.section-padding02 {
	padding: 5em 0;
}

.icon-border {
	border: 4px solid #DBC049;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 122px;
	height: 122px;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.div-border4 .col-md-3 {
	border-right: 1px solid #D8D8D8 !important;
}

.div-border4 .col-md-3:nth-child(4n), .div-border4 .col-md-3:last-child {
	border-right: none !important;	
}

.subbanner {
	background: #E0C023 url(../images/halfcircle.svg) no-repeat bottom -120px right -60px;
	padding: 0.5em 0 3.4em;
}

.floating-div {
	margin-top: -110px;
}

.breadcrumb {
	background: none;	
    margin: 0 0 2.8em;
	padding: 0;
    list-style: none;
}

.breadcrumb li {
    margin: 0;
    padding: 0;	
}

.breadcrumb li a {	
	color: #FEFBEA;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    content: '\f105';
	color: #FEFBEA;
	font-family: 'cew-iconset'; 
	padding: 0 8px 0 0;
}

.breadcrumb li.active a, .breadcrumb li:hover a {	
	color: #4E4C0C !important;
}

.img-container {
	max-width: 100%;
	margin: 0 auto;
}

a.prod-wrap, .prod-wrap {
	width: 100%;
	padding-bottom: 100%;
	height: 0px;
	position: relative;
	overflow: hidden;
	display: block;
	transition: none 0s ease 0s;
    	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.img-container .prod-wrap {
	padding-bottom: 64.7%;
}

a.prod-wrap > img, 
.prod-wrap > img, 
.prod-wrap a > img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: auto;/*transition: none 0s ease 0s;*/
	transform: scale(1, 1);
	-webkit-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;	
}

a.prod-wrap > img:hover, .prod-wrap a > img:hover {
	cursor: pointer;
	transform: scale(1.02, 1.02);
}

.card {
	background: none;
	border-radius: 0;
	box-shadow: none;
	border: none;
	height: 100%;
}

.card-header {
	background: none;
	border: none;
	padding: 0;
}

.card-body {	
	border: 0;
	background: none;
	padding: 20px 0 0;
}

.prod-carousel .img-container .prod-wrap {
	border-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.prod-carousel .card-body {
	background: #221909;
	padding: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 10px;
}

.card-footer {
	background: none;
	border: 0;
	padding: 10px 0 0;
}

.card-body.prod_list {
	padding: 0;
}

a.trashbin {
	border: 2px solid #CECECE;
	width: 38px; height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.icon-trash-empty-1 {
	font-size: 25px;
	color: #C3C2BE;
	transition: all 500ms ease-out;
}

a.trashbin:hover {
	border: 2px solid #4E4C0C;
}

a.trashbin:hover .icon-trash-empty-1 {
	color: #4E4C0C;
}

.bg-info {
	background: #F0F0F0 !important;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 5px 25px;
}

.w-65 {
	width: 65% !important;
}

.bg-sidediv {
    background: #E0C023 url(../images/halfcircle.svg) no-repeat center;
    height: 100vh;
	min-height: 100%;
    position: relative;
}

.bg-dgrey {
	background: #221909 !important;
}

/*My Account Side nav*/

.icon-pencil-alt  {
	color: #4D4D4D;
	font-size: 18px;
}

ul.myaccount {
	padding: 0; 
	margin: 0;
}

ul.myaccount li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.myaccount li a.dashboard::before, ul.myaccount li a.quotationhistory::before, ul.myaccount li a.orderhistory::before {
	content: url(../images/user.svg);
	width:35px;
	display: inline-block;
	vertical-align: middle;
}

ul.myaccount li a.quotationhistory::before {
	content: url(../images/chatbox.svg);
}

ul.myaccount li a.orderhistory::before {
	content: url(../images/orderreview.svg);
}

ul.myaccount li a {
	background: trasparent;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: block;
	padding: 12px 10px;
	font-size: 16px;
	font-weight: 700;
	color: #DDDDDD;
	text-transform: capitalize;
	text-decoration: none;	
	text-align: left;	
}

ul.myaccount li.acc-title {
	border-bottom: 4px solid #C9AC34;
    display: block;
	color:#F4F4F4;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0;
	margin: 5px 0 20px;
}

ul.myaccount li a:focus {
	color: #DDDDDD !important;
}

ul.myaccount li a:hover,
ul.myaccount li.active a {
	background: rgba(255,255,255,0.11);
	color: #FFFFFF !important;
}

.status-pending::before,
.status-processing::before,
.status-confirmed::before,
.status-completed::before,
.status-cancelled::before,
.status-processing::before,
.status-shipped::before,
.status-refunded::before,
.status-quoted::before,
.status-requestedtoconfirm::before {
	content: '•';
	font-size: 28px;
	color:#a7a7a7;
	font-family: 'cew-iconset';
	position: absolute;
	margin-left: -15px;
}

.status-pending,
.status-processing,
.status-confirmed,
.status-completed,
.status-cancelled,
.status-deleted,
.status-processing,
.status-shipped,
.status-refunded,
.status-requestedtoconfirm,
.status-quoted {
	line-height: 1.4em;
	display: block;
	margin-left: 15px;	
}

.status-quoted::before {
	color:#E27D19;
}

.status-requestedtoconfirm::before {
	color:#409DB9;
}

.status-confirmed::before {
	color:#65ac1e;
}

.status-completed::before {
	color:#407b05;
}

.status-cancelled::before {
	color: #b20303;
}

.status-processing::before {
	color: #F0B648;
}

.status-shipped::before {
	color: #407B05;
}

.status-refunded::before {
	color: #DD2564;
}

.status-deleted::before {
	color: #707070;
}

.div-striped>div:nth-of-type(even) {
    background-color: #F7F7F7 !important;
}
/*
.div-striped>div:nth-of-type(odd) {
    background-color: #FFFFFF !important;
}*/

.address_form, .shipping_method, .shipping_method2, .profile_form, .profile_email, .promocode_result.tohide, .promocode_box, .reviewform, .billing_method, .delivery_address,
.delivery_address2, #deliverymethod-other.tohide, #deliverymethod-sg.tohide, #deliverymethod-other-new.tohide, #deliverymethod-sg-new.tohide,  .collapsebox.tohide {
	display: none;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
	display: none !important;
}

.fancybox-close-small {
	top: 15px;
	right: 15px;
	opacity: 1;
	padding: 0;
	width: 30px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Show Hide Password */

a.showpw-btn {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 1;
    right: 30px;  
	padding-top: 10px; 
}

.fa-eye:before {
    content: url(../images/eye.svg);
}

.fa-eye-slash:before {
    content: url(../images/eye-close.svg);
}

.selectDate {
	position: absolute;
	right: 30px;
	top: 47px;
}

.leftside { width: 20% !important; }

.rightside { width: 80% !important; }

.orderdetails::before {
    content: url(../images/doc.svg);
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
}

.sidenav_toggle, .sidenav_close { display: none; }

.divider2 {
	color: #C3C3C3;
	font-size: 16px;
	padding: 0 0.5vw;
}

/* Footer */

footer {
	background: #F7F7F7;
	color: #5A5A5A;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6em;
	width: 100%;	
	padding: 3.5em 0 1.5em;
	position: absolute;
    bottom: 0;
}

footer hr {
	background: #D8D8D8;
}

footer .logo {
	position: absolute;
	right: 0;
}

footer ul, footer ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li {
	display: block;
	padding: 0;
	margin: 0 0 15px;
}

footer ul li a {
	text-transform: capitalize;
}

footer a:hover, footer a.active, footer li.active a {
	color: #4E4C0C !important;
}

footer .footer-logo {
	position: absolute;
	right: 0;
	padding: 10px 40px 10px 15px;
	background-color: #FFF;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 1;
}

footer .footer-logo img {
	width:85%;
}

.secondcol {
	flex-basis: 50%;
}

/***********************
  Print
************************/
/****Print Optimization - Make Sure Everything Stay In Place****/

@media print {
.hidden-print {
	display: none !important
}
html, body {
	/*changing width to 100% causes huge overflow and wrap*/
	height: 100%;
	background: #FFF;
}
#maincontent {
	display: block !important;
}
.printBtn, .actionbtn, #scrollUp, header, footer {
	display: none !important;
}
body {
	margin: 0;
 padding 0 !important;
	min-width: 768px;
}
.container {
	width: auto;
	min-width: 750px;
}
#banner {
	display: table;
	vertical-align: middle;
	text-align: center;
}
#banner img {
	display: table-cell;
	max-height: 100%;
	height: auto;
}
a[href]:after {
	content: none;
}
.noprint, div.alert, header, .group-media, .btn, .footer, #comments, .nav, ul.links.list-inline, ul.action-links {
	display: none !important;
}
[class*="col-xl-"] {
 float: left;
}
[class*="col-lg-"] {
 float: left;
}
[class*="col-md-"] {
 float: left;
}
 [class*="col-sm-"] {
 float: left;
}
 [class*="col-xs-"] {
 float: left;
}
.col-xl-12, .col-lg-12, col-md-12, .col-sm-12, .col-xs-12 {
	width: 100% !important;
}
.col-xl-11, .col-lg-11, col-md-11, .col-sm-11, .col-xs-11 {
	width: 91.66666667% !important;
}
.col-xl-10, .col-lg-10, col-md-10, .col-sm-10, .col-xs-10 {
	width: 83.33333333% !important;
}
.col-xl-9, .col-lg-9, col-md-9, .col-sm-9, .col-xs-9 {
	width: 75% !important;
}
.col-xl-8, .col-lg-8, col-md-8, .col-sm-8, .col-xs-8 {
	width: 66.66666667% !important;
}
.col-xl-7, .col-lg-7, col-md-7, .col-sm-7, .col-xs-7 {
	width: 58.33333333% !important;
}
.col-xl-6, .col-lg-6, col-md-6, .col-sm-6, .col-xs-6 {
	width: 50% !important;
}
.col-xl-5, .col-lg-5, col-md-5, .col-sm-5, .col-xs-5 {
	width: 41.66666667% !important;
}
.col-xl-4, .col-lg-4, col-md-4, .col-sm-4, .col-xs-4 {
	width: 33.33333333% !important;
}
.col-xl-3, .col-lg-3, col-md-3, .col-sm-3, .col-xs-3 {
	width: 25% !important;
}
.col-xl-2, .col-lg-2, col-md-2, .col-sm-2, .col-xs-2 {
	width: 16.66666667% !important;
}
.col-xl-1, .col-lg-1, col-md-1, .col-sm-1, .col-xs-1 {
	width: 8.33333333% !important;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left !important;
}
}

 @media print and (color) {
* {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
}
@media (min-width: 1600px) and (max-width: 1699px) {
.featuredslick.lists1 .slick-prev, .featuredslick.lists1 .slick-next { top: 32%; }
.adj-fontsize { font-size: 17px; }
}

@media (min-width: 1500px) and (max-width: 1599px) {
.featuredslick.lists1 .slick-prev, .featuredslick.lists1 .slick-next { top: 32%; }
h2.slickCaption1, h2.slickCaption1-alt {
	font-size: 75px; line-height: 1em;
}

h4.slickCaption2, h4.slickCaption2-alt {
	font-size: 25px;	
}
.divider2 { display: none; }
}

@media (min-width: 1400px) and (max-width: 1499px) {
.featuredslick.lists1 .slick-prev, .featuredslick.lists1 .slick-next { top: 30%; }
h2.slickCaption1, h2.slickCaption1-alt {
	font-size: 70px; line-height: 1em;
}

h4.slickCaption2, h4.slickCaption2-alt {
	font-size: 24px;	
}
ul.myaccount li a {
	font-size: 15px;
}
.divider2 { display: none; }
}

@media (min-width: 1300px) and (max-width: 1399px) {
.rightside {
  width: 75% !important;
}
.gap {
	margin-right: 60px;
}
.div1 {
	margin-right: 30px;
}
.div2 {
	margin-left: 30px;
}
.featuredslick.lists1 .slick-prev, .featuredslick.lists1 .slick-next { top: 25%; }
h2.slickCaption1, h2.slickCaption1-alt {
	font-size: 65px; line-height: 1em;
}

h4.slickCaption2, h4.slickCaption2-alt {
	font-size: 23px;	
}

.floating-div a.btn {
	font-size: 16px !important;
}

ul.myaccount li a {
	font-size: 14px;
}

footer .footer-logo {
	padding: 10px 10px 10px 15px;
}
.divider2 { display: none; }
}

@media (min-width: 1200px) and (max-width: 1299px) {
.rightside {
  width: 75% !important;
}
.gap {
	margin-right: 30px;
}
.div1 {
	margin-right: 20px;
}
.div2 {
	margin-left: 20px;
}
.login {
	margin-right: 15px;
}
.featuredslick.lists1 .slick-prev, .featuredslick.lists1 .slick-next { top: 23%; }

h2.slickCaption1, h2.slickCaption1-alt {
	font-size: 60px; line-height: 1em;
}

h4.slickCaption2, h4.slickCaption2-alt {
	font-size: 22px;	
}
.floating-div a.btn {
	font-size: 16px !important; padding: 5px 10px !important;
}
.floating-div a.backtolisting {
	font-size: 16px !important;
}

ul.myaccount li a {
	font-size: 14px;
}

footer .footer-logo {
	padding: 10px 10px 10px 15px;
}
.divider2 { display: none; }
}

@media (min-width: 992px) and (max-width: 1599px) {
.d-block-1500 {
	display: block !important;
}

}

@media (min-width: 992px) and (max-width: 1199px) {
.gap {
	margin-right: 25px;
}
.div1 {
	margin-right: 15px;
}
.div2 {
	margin-left: 15px;
}
.login {
	margin-right: 10px;
}
header {
	font-size: 16px;
}
.logindrop_div ul li a {
	font-size: 14px;
}
.logindrop_div {
	min-width: 160px;
}
header a.btn {
	padding: 5px 20px !important;
	font-size: 16px !important;
}
a.enquiry {
	margin-right: 15px;
}

.thirdcol {
	flex-basis:30%;
}

.prod-carousel {
	margin-left: 0 !important;
}

footer {
	overflow: hidden;
}

footer .footer-logo {
	padding: 10px 0 10px 15px;
	margin-right: -80px;
}

footer .footer-logo img {
	width: 70%;
}
.featuredslick.lists1 .slick-prev, .featuredslick.lists1 .slick-next { z-index: 5; top: 23%; }

.featuredslick.lists1 .slick-prev { left: 0; }

.featuredslick.lists1 .slick-next { right: 0; }

h2.slickCaption1, h2.slickCaption1-alt {
	font-size: 45px; line-height: 1em;
}

h4.slickCaption2, h4.slickCaption2-alt {
	font-size: 19px;	
}

.item-qty {
	right: 10px;
}
.divider2 { display: none; }
}

@media (min-width: 768px) and (max-width: 991px) {
.gap {
	margin-right: 15px;
}
.bg-ph, .bg-mail {
	width: 30px;
	height: 30px;
}
.div1 {
	margin-right:7px;
}
.div1 img, .div2 img {
	width: 18px;
}
.div2 {
	margin-left: 10px;
}
.login {
	margin-right: 10px;
}
header {
	font-size: 13px;
}
.logindrop_div ul li a {
	font-size: 13px;
}
.logindrop_div {
	min-width: 120px;
	top: 40px;
}
header a.btn, header a.btn:focus, header a.btn:hover {
	padding: 5px 10px !important;
	font-size: 14px !important;
	height: 40px !important;
}
a.enquiry {
	margin-right: 10px;
}

.item-qty {
	font-size: 13px;
	padding: 3px 7px;
	right: 10px;
}
.search-wrapper {
	margin: 5px 0;
}

.firstcol {
	flex-basis: 40%;
}
.secondcol {
	flex-basis: 60%;
}

footer { font-size: 16px; }

.prod-carousel { margin-left: 0 !important; }

.featuredslick.lists1 .slick-prev, .featuredslick.lists1 .slick-next { z-index: 5; top: 23%; }

.featuredslick.lists1 .slick-prev { left: 0; }

.featuredslick.lists1 .slick-next { right: 0; }

#banner .slick-prev, #banner .slick-next { top: 35%; }

h2.slickCaption1, h2.slickCaption1-alt {
	font-size: 40px; line-height: 1em;
}

h4.slickCaption2, h4.slickCaption2-alt {
	font-size: 19px;	
}

.bg-sidediv h2 {
	font-size: 47px;
}

ul.myaccount li a {
	font-size: 13px;
}

footer {
	overflow: hidden;
}

footer .footer-logo {
	padding: 10px 0 10px 15px;
	margin-right: -80px;
}

footer .footer-logo img {
	width: 70%;
}

}

@media (max-width: 991px) {
h2, h2 a, h2 a:link {
	font-size: 50px;	
}

h3, h3 a, h3 a:link {
	font-size: 36px;	
}

h4, h4 a, h4 a:link {
	font-size: 20px;	
}

.floating-div {
	margin-top: 30px;
}
.divider2 { display: none; }
nav {
	width: 100%;
	text-align: center;
	z-index: 5;
	padding-top: 50px;
}

.nav_wrapper {
	z-index: 99;
	position: fixed;
	left: -100%;
	top: 0;
	width: 80%;
	height: 100%;
	background: white;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

ul#navmenu-h {
	height: 100%;
	display: block !important;
	border-top: none;
}

ul#navmenu-h, ul#navmenu-h li {
	display: block;
	margin: 0;
	padding: 0;
}

ul#navmenu-h ul {
	top: 0;
	left: 100%;
}

ul#navmenu-h li {
	border: none;
	border-bottom: 1px solid #F5D84D !important;
	position: static;
	border-top: 0;
}

ul#navmenu-h li::before {
	background: none;
	height: auto;
	display: block;
}

ul#navmenu-h ul li, ul#navmenu-h ul ul li {
	border-bottom: 1px solid #F5D84D !important;
}

ul#navmenu-h li a {
	color: #FDFCF7 !important;
    font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1.5em !important;
	padding: 15px 15px !important;	  
    text-transform: capitalize;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none !important;
	text-shadow: none;
}

ul#navmenu-h li:last-child {
	border-bottom: none;
}
ul#navmenu-h ul:before {
	border: none;
}

ul#navmenu-h li a,
ul#navmenu-h li li a,
ul#navmenu-h li:hover li a,
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li:hover li:hover li:hover li:hover li a {
    padding: 15px 15px !important;
	font-size: 18px !important;
	color: #FDFCF7 !important;	
}

ul#navmenu-h li:not(.active) a,
ul#navmenu-h ul li:not(.active) a,
ul#navmenu-h ul ul li:not(.active) a,
ul#navmenu-h ul ul ul li:not(.active) a,
ul#navmenu-h ul ul ul ul li:not(.active) a {
	color: #FDFCF7 !important;	
}

ul#navmenu-h li:hover a,ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li:hover li:hover li:hover a,l#navmenu-h li:hover li:hover li:hover li:hover a,
ul#navmenu-h li.active a, ul#navmenu-h ul li.active a, ul#navmenu-h ul li:hover li.active a, 
ul#navmenu-h ul li:hover li:hover li.active a, ul#navmenu-h ul li:hover li:hover li:hover li.active a {
	color: #4E4C0C !important;
	border: none !important;
}

ul#navmenu-h ul, 
ul#navmenu-h ul ul, 
ul#navmenu-h ul ul ul,
ul#navmenu-h ul ul ul ul {
	/*display: block;*/
	background: none;
	width: 100%;
	float: none;
	border: none;
	box-shadow: none;
	min-width: 0;
	margin: 0;
	visibility: visible;
}

ul#navmenu-h li:hover,
ul#navmenu-h li.active, 
ul#navmenu-h ul li:hover, 
ul#navmenu-h ul li.active,
ul#navmenu-h ul ul li:hover, 
ul#navmenu-h ul ul li.active,
ul#navmenu-h ul ul ul li:hover,
ul#navmenu-h ul ul ul li.active,
ul#navmenu-h ul ul ul ul li:hover,
ul#navmenu-h ul ul ul ul ul li.active {
	border-top: 0 !important;
}

ul#navmenu-h li li a, ul#navmenu-h li:hover li a, ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li:hover li:hover li:hover li:hover li a {
	text-decoration: none;
	text-transform: capitalize !important;
}

ul#navmenu-h a, ul#navmenu-h ul a, ul#navmenu-h ul ul a, ul#navmenu-h ul ul ul a, ul#navmenu-h ul ul ul ul a, ul#navmenu-h ul li:hover a, ul#navmenu-h ul ul li:hover a, ul#navmenu-h ul ul ul li:hover a, ul#navmenu-h ul ul ul ul li:hover a, ul#navmenu-h li:hover li a, ul#navmenu-h ul a:focus, ul#navmenu-h ul ul a:focus, ul#navmenu-h ul ul ul a:focus, ul#navmenu-h ul ul ul ul a:focus, ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a, ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover a, ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a, ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover, ul#navmenu-h li:hover a {
	text-align: center;
	background: none !important;
	text-decoration: none;
}

/*Do Remove or Modify*/

nav {
	float: none;
}
	
	/*Overlay Effect*/
#overlay {
	opacity: 0;
	transition: opacity 0.5s ease;
	height: 100%;
	width: 0;
}

#overlay.active {
	background: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8) !important;
	z-index: 9999;
	opacity: 1;
	transition: opacity 0.5s ease;
}

/* Multi Menu Icon */

.menu_toggle, .menu_close {
	float: right;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently not supported by any browser */	
	display: block;
}

.menu_toggle {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-left: 15px;
}

.menu_toggle .icon-menu {
	font-size: 30px;
	color: #FFF;
	padding-top: 7px;
}

.menu_close {
	position: absolute;
	top: 15px;
	right: 15px;
	padding-left: 0;
	z-index: 501;
	margin: 0;
}

#menu {
	float: none;
	height: 100% !important;
	top: 0;
	left: 0;
	position: fixed;
	min-height: 100% !important;
	z-index: 99999;
	/* Please make sure the width and left % are the same as it will affect how fast menu will animate */
	width: 80%;
	left: -80%;
	overflow: hidden;
	overflow-y: auto;
	background: #DBBC0D;
	transition-property: left;
	transition-timing-function: ease;
	-webkit-transition-property: left;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: left;
	-moz-transition-timing-function: ease;
	-o-transition-property: left;
	-o-transition-timing-function: ease;
}

#menu.active {
	left: 0;
}

/* Slinky CSS */
.slinky-menu {
	/*overflow: auto;*/
	overflow: initial;
	height: 100%;
	transform: translateZ(0);
	transition: all 300ms ease;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 300ms ease;
}

.slinky-menu > ul, ul#navmenu-h {
	left: 0;
	position: relative;
	transform: translateZ(0);
	transition: all 300ms ease;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 300ms ease;
}

.slinky-menu ul, .slinky-menu li {
	list-style: none;
	margin: 0;
}

.slinky-menu ul {
	width: 100%;
}
.slinky-menu a {
	display: block;
}
.slinky-menu li ul {
	display: none !important;
	left: 100%;
	position: absolute;
	top: 0;
}
.slinky-menu .header {
	position: relative;
}
.slinky-menu h2 ~ a.back {
	left: 0;
	position: absolute;
	top: 0;
}
.slinky-menu a.back, ul#navmenu-h li a.back {
	margin: 0;
	text-decoration: none !important;
	background: none;
	color: #101010;
}
ul#navmenu-h li:hover a.back {
	background: none;
	color: #333333;
}
.slinky-menu a.back:hover, ul#navmenu-h li a.back:hover {
	color: #333333;
}
.slinky-menu h2 {
	font-size: 1em;
	margin: 0;
	text-align: center;
}

.slinky-menu h2 {
	color: #FFF;
	padding: 1em;
}
.slinky-menu a {
	border: none;
	color: #FFF;
	padding: 1em;
}
.slinky-menu a:hover {
	background: #000;
}
/* Slinky back and next arrow
		You may amend the look of it or remove them if you do not wish to have any
	*/
.slinky-menu a.next:after {
	content: '\f105';
	font-family: 'cew-iconset';
	float: right;
	font-size: 18px;
}
.slinky-menu a.back:before {
	content: '\f104';
	font-family: 'cew-iconset';
	float: left;
	font-size: 18px;	
}

/* End of Slinky */

ul#navmenu-h li.header {
	display: block;
}
}

@media (max-width:767px) {
#maincontent, #wrapper, body, html, footer, header, .container, .footer_wrapper, .header_wrapper { min-width: 0;width: 100%; }

.leftside { width: 40% !important; }

.rightside { width: 60% !important; }

.br-0-mob { border-right: none !important; }

.h-auto-mob { height: auto !important; }

.div-border4 .col-6:nth-child(even), .div-border4 .col-6:last-child { border-right: none !important;
}

.adj-sec-pad02-mob { padding: 5em 0 0 !important; }

.bg-sidediv.bg-dgrey { background: none !important; }

.gap {
	margin-right: 15px;
}

.bg-ph, .bg-mail {
	width: 30px;
	height: 30px;
}

.div1 {
	margin-right:7px;
}

.div1 img, .div2 img {
	width: 18px;
}

.div2 {
	margin-left: 10px;
}

.login {
	margin-right: 10px;
}
header {
	font-size: 13px;
}

.logindrop_div ul li a {
	font-size: 13px;
}

.logindrop_div {
	min-width: 120px;
	top: 40px;
}

header a.btn, header a.btn:focus, header a.btn:hover {
	padding: 5px 10px !important;
	font-size: 14px !important;
	height: 35px !important;
}

header .search-wrapper a.btn {
	font-size: 18px !important;
	height: 48px !important;
	padding: 5px 25px !important;
}

/*.item-qty {
	font-size: 13px;
	padding: 3px 7px;
	right: 10px;
	margin-top: -30px !important;
}*/

.item-qty {
	position: relative;	
	right: 0;
	margin: 0;
	margin-left: 5px;
	font-size: 11px;
	padding: 3px 4px;
	border: 2px solid #FFFFFF;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.menu_toggle {
	margin-left: 0;
}

.firstcol {
	flex-basis: 100%;
}

.secondcol {
	flex-basis: 50%;
}

footer {
	overflow: hidden;
}

footer .footer-logo {
	top: 44%;
	padding: 10px 0 10px 15px;
	margin-right: -170px;
}

footer .footer-logo img {
	width: 45%;
}

.slickCaptionDiv {
	max-width: 1140px;
	position: relative;	
	z-index: 1;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slickCaption {	
    width: 100%;
	padding: 20px 15px;
	float: none;
	margin: 0;
	text-shadow: none;	
	text-align: center;
}

h2.slickCaption1,
h2.slickCaption1-alt {
	color: #221909;
	line-height: 1.2em;
	font-size: 45px;	
	text-shadow: none;
}

h4.slickCaption2,
h4.slickCaption2-alt {
	color:#221909;
	font-size: 20px;
	text-shadow: none;
}
#banner {
	 background: rgba(247,247,247,1);
}

#banner .slick-dots {
	padding-bottom: 20px;
}

.prod-carousel { margin-left: 0 !important; }

.prod-carousel h4 a { font-size: 18px; }

.featuredslick.lists1 .slick-prev, .featuredslick.lists1 .slick-next { z-index: 5; top: 13%; width: 40px; height: 40px; }

.featuredslick.lists1 .slick-prev { left: 0; }

.featuredslick.lists1 .slick-next { right: 0; }

.breadcrumb {
	line-height: 1.4em;
}

.bg-sidediv {
    height: auto;
}

.subbanner {
	background-position: top -200px center !important; 
}
}

/* Landscape */

@media (min-width: 375px) and (max-width: 811px) and (orientation: landscape) { 
input.search_field {
	top: 45%;
}
.mobile-search-submitbtn {
	 top: 61%;
}
.qty::before {
	content: '';
	padding-right:0;
}
.featuredslick.lists1 .slick-prev, .featuredslick.lists1 .slick-next { top: 23%; }

footer .footer-logo {
	top: 40%;
	margin-right: -50px;
}

footer .footer-logo img {
	width: 65%;
}
}

@media (max-width: 480px) {
#menu {
	width: 85%;
	left: -85%;
}
}

@media (max-width: 320px) {
footer .footer-logo {
	margin-right: -180px;
}
}

/***********************
  ADD ON
************************/
.slinky-menu ul.showSlink {
	display: block !important;
}
/***********************
  Programmer Required
************************/
.IE8Fix {
	z-index: 1;
}
.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active {
	font-size: 11px;
	color: #CC0000;
	display: block;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.errMsg a:hover {
	text-decoration: underlink;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

/********************************************************
  MOBILE / RESPONSIVE TABLE WITH NO VERTICAL SCROLLING
*********************************************************/
.attributes_sort label {
	margin-right: 15px;
}
table.attributes {
	font-size: 13px;
	line-height: 18px;
}
.attributes th, table.attributes th {
	font-weight: normal;
	padding: 10px 18px;
}
.attributes td, table.attributes td {
	padding: 12px 18px;
	font-weight: normal;
}
input.attributes_qty, .attributes_qty {
	border-color: #d0d0d0;
	color: #505050;
	text-align: center;
	min-width: 0;
	max-width: 80px;
	width: 100%;
}
table.attributes tbody tr:nth-child(odd) {
	background: white;
}
table.attributes tbody tr:nth-child(even) {
	background: #efefef;
}
.table-header {
	display: none;
}

@media (max-width: 700px) {
/* Force table to not be like tables anymore */
table.attributes, table.attributes thead, table.attributes tbody, table.attributes th, table.attributes td, table.attributes tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
table.attributes thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
table.attributes tr {
	border: 1px solid #ccc;
	border-bottom: none;
	border-top: none;
}
table.attributes tr:last-child {
	border-bottom: 1px solid #ccc;
}
table.attributes tr:first-child {
	border-top: 1px solid #ccc;
}
table.attributes td {
	/* Behave  like a "row" */
	border: none;
	position: relative;
	text-align: left;
	padding-left: 30vw;
	width: 100%;
}
table.attributes td:before {
	/* Now like a table header */
		/* Top/left values mimic padding */
	position: absolute;
	width: 30vw;
	left: 0;
	top: 0;
	padding: 12px;
	color: #a0a0a0;
	font-size: 11px;
}

/*Label the data*/
table.attributes td:before {
	content: attr(data-title);
}
.table-header {
	display: block;
	color: white;
	background: #c4261d;
	padding: 8px 10px;
	text-align: center;
	font-family: maven_probold, Arial, Helvetica, sans-serif;
}
/** ORDER TABLE **/
table.account-table {
	border: 0;
}
table.account-table tbody {
	background: white;
	border-top: 3px solid #e0e0e0;
	border-bottom: 3px solid #e0e0e0;
}
table.account-table tbody tr {
	border: none;
	border-top: 1px solid #e0e0e0;
	padding-bottom: 25px;
	padding-right: 0;
}
table.account-table tr:first-child {
	border-top: none;
}
table.account-table tbody tr:last-child td {
	padding-bottom: 0;
}
}

.txt-white,
.txt-white a,
a.txt-white {
	color: #FFFFFF !important;
}

.txt-dgrey,
.txt-dgrey a,
a.txt-dgrey {
	color: #221909 !important;
}

.txt-lyellow,
.txt-lyellow a,
a.txt-lyellow {
	color: #FFF3BC !important;
}

small {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3em;
}

.bg-none {
	background: none !important;
}

.border-radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.border-radius-top-5 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.border-radius-5-60 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 60px;
	border-bottom-right-radius: 60px;
}

.border-radius-5-80 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 80px;
	border-bottom-right-radius: 80px;
}

.box-shdw {
	box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

.border-bottom {
	border-bottom: 1px solid #D9D9D9 !important;
}

.bg-light {
	background: #F2F2F2 !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a:hover, a:focus {
	text-decoration: none;
	color: #4E4C0C !important;
	outline: 0;
    ie-dummy: expression(this.hideFocus=true);
}

ul.tabs.d-none {
	display: none !important;
}