﻿@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,800,900|Roboto:300,400,500,700,900&display=swap');
@charset "utf-8";
/* Creative eWorld CSS
Version 2.5 (Updated on 3 March 18)*/
   
/* 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;
}

/* <a> link with class */
a.btn,
a.btn2 {    
	background-color: #B70505;
	border: 0 !important;
	border-radius: 0 !important;
	color: #FFF !important;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;	
	padding: 5px 35px;
	text-align: center;	
	text-transform: capitalize;
}
a.btn::after {
	content: '\e919';
	color: #cdcdcd;
	font-family: 'cew-iconset';
	font-size: 16px;
	padding-left: 8px;
	padding-top: 3px;
}

a.btn2 {    
	background-color: #FFF;
	border: 1px solid #707070 !important;
    color: #949494 !important;
}

a.btn2::after,
a.btn-blue::after  {
	content: '';
	padding: 0;
}

a.btn-blue {
	background-color: #c70303;
}

a.btn:hover {
	color: #FFF !important;
    background-color: #e60202;
}
.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.btn-yellow {
	background-color: #FFBB00;
}

a.back::before {
	  content: '\e818';
	  color: #B70505;
	  font-family: 'cew-iconset';
	  font-size: 16px;
	  padding-right: 8px;
}

a.back {
	 color: #8A8A8A;
	 font-size: 13px;
	 text-transform: uppercase;
}

a.back:hover {
	 color: #B70505;
}

/* Font Embed */

@font-face {
    font-family: 'cew-iconset';
    src: url('fonts/cew-iconset-v2.eot?47946472'); 
    src: url('fonts/cew-iconset-v2.eot?47946472#iefix') format('embedded-opentype'), url('fonts/cew-iconset-v2.woff?47946472') format('woff'), url('fonts/cew-iconset-v2.ttf?47946472') format('truetype'), url('fonts/cew-iconset-v2.svg?47946472#cew-iconset-v2') 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: #FFF;
	color: #7A7A7A;
	line-height: 1.7em;   
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 500;
	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: 500;
}
.clear {
	clear: both;
}
/* Basic Fonts */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow', sans-serif;
	margin-bottom: 0.3em;
}

h1,
h1 a,
h1 a:link {
    color: #262626;
    font-size: 56px;
	font-weight: 600;
	letter-spacing: -1px;
}

h2,
h2 a,
h2 a:link {
    color: #262626;
    font-size: 40px;
	font-weight: 600;
}

h3,
h3 a,
h3 a:link {
	font-family: 'Muli', sans-serif;
    color: #1b1b1b;
    font-size: 18px; 
	font-weight: 600;
	line-height: 1.5em;
}
h3 a:hover {
	 color: #B70505;
}
h4,
h4 a,
h4 a:link {
	font-family: 'Muli', sans-serif;
    color: #454C4E;
    font-size: 22px; 
	font-weight: 700;
	line-height: 1.5em;
}

h5, h5 a, h5 a:link {
}

h6, h6 a, h6 a:link {
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
a, a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #B70505;
	outline: 0;
    ie-dummy: expression(this.hideFocus=true);
}
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #878787;
}
b,
strong,
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.font-weight-medium {
	font-weight: 500 !important;
}
i,
em {}

i b,
i strong,
em b,
em strong,
b i,
b em,
strong i,
strong em {}

.ltrspc3 {
    letter-spacing: 0.03em;
}

.text-justify {
    text-align: justify;
}
.txt-blue,
.txt-blue a {
	color: #1C0C65 !important;
}
.txt-red,
.txt-red a {
	color: #B70505 !important;
}
.txt-white,
.txt-white a,
a.txt-white {
	color: #FFF !important;
}

.txt-black,
.txt-black a,
a.txt-black {
	color: #000 !important;
}
.txt-red{
	color:#B70505;
}
.txt-grey {
	color: #454C4E !important;
}
.txt-lgrey {
	color: #CCC !important;
}
.txt-small, small {
	font-size: 12px;
	display: block;
	font-weight: 400;
	line-height: 1.5em;
}

.h-auto {
	height: auto !important;
}

.bg-none {
	background: none !important;
}

label {
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3em;
	text-transform: uppercase;
	padding-bottom: 8px;
}
/* Listing Styles */
ol, ul {
	margin-left: 20px;
}
ol > li {
	margin-bottom: 5px;
}
ul li {
	margin-bottom: 5px;/*Active this to customized bullet point 
	list-style-image: url(../images/ulli.png);*/
}
/* 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='text'], select, textarea, input[disabled="disabled"] {*/
input[type="password"], input[type='text'], select, textarea{
	 padding: 0 10px;
    background: transparent;
    border: 1px solid #C2C2C2;
    color: #8A8A8A;
	font-family: 'Muli', sans-serif;
    font-size: 17px;
	font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0 !important;
	
}
select {
	padding: 0 7px;
}

textarea {
	height: auto;
	resize: none;
}


input[type='submit'], input[type='button'] {
	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;
	background-color: #003C98;
	border: 0 !important;
	border-radius: 0 !important;
	color: #FFF !important;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;	
	padding: 4px 40px;
	text-align: center;	
	text-transform: capitalize;
}
input[type='submit']:hover,
input[type='button']:hover {
    color: #FFF;
    background-color: #FFBB00;
}

input:focus, input[type='text']:focus, select:focus, textarea:focus {
	outline: 0;
}
/** RADIO / CHECKBOX**/

input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
}

input[type="radio"]:first,
input[type="checkbox"]:first {
    margin-left: 0;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    text-transform: none;
}

input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
input[type="text"][disabled]:active,
input[type="text"][disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
select[disabled],
select[disabled]:active,
button[disabled]:active,
button[disabled]
{
    background-color: #d7d7d7 !important;
    color: #acacac !important;
    border-radius: 0 !important;
    border: 1px solid #d7d7d7;
    box-shadow: none !important;
    font-size: 17px;
    cursor: inherit;
    opacity: 1;
}
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],
button[disabled]:active,
button[disabled] {
    background-color: #818181 !important;
    border: none;
    color: #ababab !important;
    font-size: 14px;
    opacity: 1;
}

a[disabled="disabled"] {
	background-color: #909090 !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: 1px solid #d7d7d7;
	box-shadow: none !important;
	font-size: 17px;
	cursor: inherit;
	opacity: 1;
}

.phonecode {
    position: absolute;
    top: 6px;
    left:25px;
}

.phonefield {
    padding-left: 22px !important
}

a.link-underline,
.link-underline {
    text-decoration: underline;
}

/* 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: 40px;
    right: 20px;
    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: #C2C2C2;
	height: 1px;
	width: 100%;
	border: none;
	margin: 2em 0;
}

hr.hr-lgrey {
	background-color: #EBEBEB;
}

hr.hr-thick-red {
	background: #B70505;
	height: 4px;
}

hr.hr-thick-grey {
	background: #C2C2C2;
	height: 3px;
}

hr.hr-vertical {
	background-color: #EBEBEB;
	height: 100%;
	width: 1px;
	margin: 0 auto;
}

.outline {
	border: 1px solid #e9e9e9;
}

.container-content {
	width: 100%;
	padding: 0 15px;
	margin-right: auto;
    margin-left: auto;
}

header {
	width: 100%;
	margin: 0 auto;
	padding: 0;	
	/*background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(219,219,219,1) 45%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(8%, rgba(255,255,255,1)), color-stop(45%, rgba(219,219,219,1)), color-stop(100%, rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(219,219,219,1) 45%, rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(219,219,219,1) 45%, rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(219,219,219,1) 45%, rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(219,219,219,1) 45%, rgba(219,219,219,1) 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0 );
	border-top: 3px solid #c90000;	
	color: #8a8a8a;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
}

.contact::before {
	content: url(../images/icon-phone.svg);
	padding-right: 8px;
	display: inline-block;
	vertical-align: middle;
}

.contact {
	color: #7A7A7A;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding-top:10px;
}
.logo {
	padding: 10px 0 10px;
}
.icons_link {
	padding: 0;
	position: relative;
}
.contact,
.login,
.icons_link,
.enquiry {	
	display: inline-block; 
	vertical-align: middle;
	padding-right: 20px;
}

.login {
	padding-right: 25px;
}

.login a, 
a.login {
	color: #8a8a8a;
	font-size:16px;
}

.login::before {
	content: url(../images/icon-user.svg);
	display: inline-block; 
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 3px;
}

.enquiry {
	background-color: #B70505;
	color: #fff !important;
	text-transform: capitalize;
	font-size: 16px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	padding: 3px 20px 5px;
}

.enquiry::after {
	content: '\e919';
	color: #cdcdcd;
	font-family: 'cew-iconset';
	font-size: 16px;
	padding-left: 8px;
}

.enquiry:hover {
	background-color:#e60202;
}

/* Login Dropdown */
.login {
	padding-top: 6px;
}

.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 a { font-size: 14px; color: #515151; }

.logindrop_div ul li a:hover { color: #d60000; }

.logindrop_wrapper {
    display: inline-block;
}

.logindrop_div {
    clear: both;
    position: absolute;
    width:180px;
    top: 40px;
    right: 70px;
    padding: 15px 25px;
    background: #FFF;
    border: 0;
	box-shadow: 0 0 3px #ddd;
    box-sizing: border-box;
    text-align: left;
    display: none;
    z-index: 9999999 !important;
}

/*a.btn-enquiry {
	background-color: #f5c400;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 300;
	padding: 7px 35px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

a.btn-enquiry:hover {
	color: #FFF;
	background-color: #e3ab00;
}*/

.bg-dgrey {
	background-color: #262626;
}

/* Search */
#search_div {
	margin-bottom: 40px;
}
#search {
	clear: both;
	position: absolute;
	top: 0px;
	right: 45px;
	width: 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;
	height: 35px;
}
input.search_field {
	background-color: #fff;
	border: 0;
	font-family: 'Muli', sans-serif;
	font-size: 15px;
	color: #8A8A8A;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0;
	height: 35px;
	border-bottom: 1px solid #ccc;
}
#search.active {
	width: 210px;
	z-index: 9999999;
}
#search h2 {
	display: none;
}
.search_icon .icon-search-light {
	color: #b01503;
	font-size: 17px;
}
.closesearch, a.closesearch {
	display: none;
}
 @media (max-width: 991px) {
.search-wrapper {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: none;
	width: auto;
	height: auto;
}
#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.8) !important;
	visibility: hidden;
}
#search h2 {
	top: 30%;
	position: absolute;
	display: inline-block;
	text-align: center;
	width: 100%;
	left:0;
	font-size: 30px !important;
	color: #FFF !important;
}
#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;
	font-size: 15px;
}
.closesearch, a.closesearch {
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
}
a.closesearch:hover {
	background: none !important;
}

a.search_icon {
	top: 0;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	transition: none !important;
}

.mobile-search-submitbtn{
     position:absolute;
	 top:48%;
	 left:0;
	 right:0;
	 width:85%;
	 margin:auto;
	}
}

.bg-light {
	background-color: #f6f6f6;
}

/* Navigation */
.nav-wrap {
	width: 100%;
}
#menu {
	height: auto;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;		
	width: 100%;
}
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;
	z-index: 500 !important;
}
ul#navmenu-h li {
	display: inline-block;
	position: relative;
	padding-bottom: 1px;
	margin-bottom: 0;
}
ul#navmenu-h li.header {
	display: none;
}
/* Root Menu */

ul#navmenu-h li a {
	display: block;
	padding: 5px 55px 5px;
	color: #FFF;
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border:0;
}
/* Root Menu Hover Persistence */
ul#navmenu-h li:hover a {
	color: #fd4f4f;
}

/*Fix for mobile menu with multiple level*/
ul#navmenu-h li:hover a.next {
	color: #FFF; /*Nav Original Color*/
}

ul#navmenu-h li.active a, ul#navmenu-h li a.active {
	color: #fd4f4f;
}
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: #242424;
	min-width: 200px;
	padding: 10px 0;
	
	z-index: 1;
	visibility:hidden;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
ul#navmenu-h ul li {
	width: 100%;
	display: block;
	margin: 0;
	background: none !important;
	padding: 0;
	margin: 0;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a {
	width: 100%;
	float: none;
	background: #242424;
	color: #FFF;
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 15px;
	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: #B70505;
	border: none;
	z-index: 500!important;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a {
	float: none;
	background: #242424;
	color: #FFF;
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 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:#B70505;
	border: none;
	z-index: 500!important;
}
/* 4th Menu  */
ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a {
	float: none;
	background: #242424 !important;
	color: #FFF;
	font-family: 'Muli', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 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: #B70505;
	border: none;
	z-index: 500!important;
}
ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	top: 0;
	left: 100%;
	float: left;
}
/* 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:#B70505;
}
ul#navmenu-h li:hover > ul {
	display: block !important;
	visibility: visible;
}

ul#navmenu-h .edge ul {
   right:0;
}

ul#navmenu-h .edge ul ul, 
ul#navmenu-h .edge ul ul ul {
	top: 0;
	left: auto;
    right: 100%;
}

@media (max-width: 1724px) {
ul#navmenu-h ul .edge ul {
	top: 0;
	left: auto;
    right: 100%;
}
}

@media (min-width: 1725px) {
ul#navmenu-h .edge ul ul, 
ul#navmenu-h .edge ul ul ul,
ul#navmenu-h ul .edge ul, 
ul#navmenu-h ul ul .edge ul {
	top: 0;
	right: auto;
	left: 100%;
}
}
/* end Nav */


/* Banner */

#banner {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

#banner .slick-slide div {
	line-height: 0;
}

.slickCaptionDiv {
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 73%;
	position: absolute;
	left: 3%;
	/*right: 0;*/
	bottom: 10%;
	z-index: 5;
	display: flex;
	align-items: flex-end;
	justify-content: left;
}

.slickCaption {
	width: 70%;
	padding: 0;
	color: #FFF;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 30px;
	text-align: left;
	padding: 30px;
	text-shadow: 0 0 3px #333;
}

.slickCaptionDiv.align-left {
	display: flex;
	align-items: center;
	justify-content: start;	
}
.slickCaptionDiv.align-left .slickCaptison {
	margin-left: 0;
}

.slickCaption p {
	font-weight: 300;
	line-height: 1.3em;
}

.slickCaption h1 {
	font-weight: 600;
	color: #FFF;
	line-height: 1em;
	margin-bottom: 0;
	font-size: 65px;
	font-style: normal;
	text-transform: none;
}


/* HOME-PAGE Content */

#maincontent {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 120px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#maincontent.homepage {
	padding: 0;
}

/*.bg1 {
	background: #FFF url(../images/bg1.jpg) no-repeat center top;
	width: 100%;
	height: auto;
	padding: 70px 0;
	position: relative;
}*/

.img-container {
	max-width: 650px;
	margin: auto;
	margin-bottom: 15px;
}

.img-container-brand {
	max-width: 230px;
	margin: auto;
}

.img-container-thumb {
	max-width: 200px;
	margin: auto;
}

a.prod-wrap, 
.prod-wrap {
	width: 100%;
	padding-bottom: 100%;
	height: 0px;
	position: relative;
	overflow: hidden;
	display: block;
	transition: none 0s ease 0s;
}

.img-container .prod-wrap,
.img-container-thumb .prod-wrap {
	padding-bottom: 68.5%;
}

.img-container-brand .prod-wrap {
	padding-bottom: 49%;
}

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.01, 1.01);
}

.border {
	border: 1px solid #EBEBEB !important;
}

.box-shdw {
	/*box-shadow: 0 3px 10px rgba(0,0,0,0.16);*/
}

.card {
	border-radius: 0;
	height: 100%;
	border: 0;
}

.card-header {
	background: none;
	border: 0;
	/*padding: 15px;*/
	padding-bottom: 0;
	padding:0;
}

.card-body {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	padding: 15px;
	padding-top:0;
}

.card-body.prod_list {
	padding: 15px !important;
}

.card-footer {
	background: none;
	border: 0;
}

.brand-lists .slick-list { margin: 0; }

.brand-lists .slick-slide { margin: 0 15px; }

.prod-lists .slick-track {
    display: flex;
}

.prod-lists .slick-list { margin: 0 -15px; }

.prod-lists .slick-slide {
    background: #fff;
	border: 0;
	box-shadow: 0 3px 10px rgba(0,0,0,0.16);
	height: inherit;
	margin: 5px 15px;
}

.prod-lists .slick-slide > div,
.prod-lists .slick-slide > div > .card { height: 100%; border: none; }

.prod-lists .slick-slide .card {
    background: none;
    box-shadow: none;
    height: 100%;
    display:flex !important;
}

.brand-lists .slick-prev,
.brand-lists .slick-next {
	background: none;
	top: 20%;
}

.brand-lists .slick-prev {	
	left: -50px;
}
.brand-lists .slick-next {
	right: -50px;	
}
.brand-lists .slick-next::after,
.brand-lists .slick-prev::after {
	font-size: 30px;
}

.bg2 {
	background: url(../images/bg2.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 80px 0;
	position: relative;
}
/*
.highlight::before {
	content: url(../images/img1.png);
	min-height: 307px;
	height: auto;
	position: absolute;overflow: visible;
	z-index: 2;
}
*/
.highlight {
	background: #939393 url(../images/bg-shape.jpg) no-repeat right bottom;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	/*padding: 50px 0 60px;*/

	padding: 70px 0px 70px;
}

.img {
	position: absolute;
	min-height: 307px;
	margin-top: -307px;
	z-index: 9;
}

.post-date::before {
	  content: '\e806';
	  color: #949494;
	  font-family: 'cew-iconset';
	  font-size: 12px;
	  padding-right: 5px;
}

.subbanner {
	background: url(../images/subbanner.jpg) no-repeat center top;
	padding: 40px 0 40px;
	width: 100%;
	height: auto;
	position: relative;
	background-size: cover;
}

.subbanner h1 {
	margin-bottom: 0;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   justify-content: center;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0 !important;
    margin-left: 0;
}
.breadcrumb li {
    margin: 0;
    padding: 0;
	
}
.breadcrumb li a {	
	color:#262626;
    font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    content: "\f105";
	color:#262626;
	 font-size: 15px;
	font-family: 'cew-iconset';
	padding: 0 12px 0 4px;
}

.breadcrumb-item {
	padding-right: 0;
}

.breadcrumb li a:hover {	
	color:#B70505;
}


select {
    margin: 0 !important;
    background: url('../images/arrow-down.svg') no-repeat right transparent;
    -webkit-appearance: none;
    background-position: 96% 55%;
}
select:focus {
    background: url('../images/arrow-up.svg') no-repeat right transparent;
	background-position: 96% 55%;
}
.arw-pos-adj {
	background-position: 90% 55%;
}
.arw-pos-adj:focus {
	background-position: 90% 55%;
}
select.w-100,
select.w-100:focus {
    background-position: 98% 55%;
}
select::-ms-expand {
    display: none;
}
.post-date {
	color: #9E9E9E;
	font-size: 12px;
	font-weight: 400;
	display: block;
    line-height: 1.4em;
}
ul.ul-nostyle,
ul.ul-nostyle li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* Accordion */

ul.topnav .iconset {
	color: #494949;
	font-size: 17px;
}

.sidenav {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.topnav {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 5px;
}

ul.topnav li {	
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border-bottom: 1px solid #E5E5E5;	
}

ul.topnav li:first-child {
	border-top: 1px solid #E5E5E5;	
}

ul.topnav li:last-child {
	border-bottom: 1px solid #C2C2C2;	
}

/*------Sec lvl-----*/

ul.topnav li a {	
	color: #494949;
	display: block;
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4em;
	padding: 15px 0;
	text-transform: capitalize;
	text-decoration: none;	
	text-align: left;
}


ul.topnav li.active a,
ul.topnav li a:hover,
ul.topnav li a.active {
	color: #B70505 !important;
}

ul.topnav li a:hover .iconset,
ul.topnav li.active .iconset {
	color: #B70505;
}

ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
	padding: 20px;
	padding-right: 0;
	background-color: #F1F1F1;
}

ul.topnav ul ul {
	background: #F1F1F1;
	margin-bottom: 0;
	padding: 0 0 20px 30px;
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
	background: none;	
	list-style: none; 
	margin-left: 0; 
	border: 0;
}

ul.topnav ul li a {	
	color: #3D3D3D;
	display: block;	
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	line-height: 1.3em;
	padding: 7px 0 !important;
	text-transform: capitalize;
}

ul.topnav ul li:not(.active) a,
ul.topnav ul ul li:not(.active) a,
ul.topnav ul ul ul li:not(.active) a {
    color: #3D3D3D !important;
}


ul.topnav ul li.active a, ul.topnav ul li a:hover, ul.topnav ul li a.active, /*second lv*/
ul.topnav ul ul li.active a, ul.topnav ul ul li a:hover, ul.topnav ul ul li a.active,  /*third lv*/
ul.topnav ul ul ul li.active a, ul.topnav ul ul ul li a:hover, ul.topnav ul ul ul li a.active {
	color: #004E9C !important;
}


ul.topnav ul li,
ul.topnav ul ul li,
ul.topnav ul ul ul li,
ul.topnav ul ul {
	border:0 !important;
}

ul.topnav ul ul li::before,
ul.topnav ul ul ul li::before {
	content: '-';
	position: absolute;
	margin-left: -10px;
	margin-top: 5px;
}

ul.topnav span {
	float: right;
	margin: 0 15px;
}

/* Products View and List views*/
.display_icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
	padding-top: 7px;
}

.display_icons li {
    float: left;
	margin-bottom: 0;
}

.display_icons_btn {
    background: none;
    border: 0;
    padding: 0;
	cursor: pointer;
}

.display_icons_btn .iconset {
	font-size: 17px;
	color: #C2C2C2;
}

.display_icons_btn .iconset.icon-list {
	font-size: 28px;
}

.display_icons_btn.active.icon_grid.active .iconset,
.display_icons_btn.active.icon_list.active .iconset {
	color: #B70505;
}

.display_icons_btn:focus {
	outline: 0;
}

.prod_view {
    margin-bottom: 0%;
}

.prod_view:last-child {
    margin-bottom: 3%;
}

.prod_view.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.prod_view.active:first-child {
    margin-top: 0em !important
}

.prod_list,
.prod_grid {
    display: none;
}

.prod_list.active,
.prod_grid.active {
    display: block;
}
.selectDate {
	position: absolute;
	right: 25px;
	margin-top: 42px;
	padding-left: 20px;
}

.dl-link::before {
	  content: '\f1c1';
	  color: #676767;
	  font-family: 'cew-iconset';
	  font-size: 18px;
	  padding-right: 10px;
	  font-weight: 400;
}

a.dl-link {
	 color: #004E9C;
	 display: block;
	 font-weight: 700;
	 margin-bottom:5px;
}
a.dl-link:hover {
	 color: #D60000;
}

/*Product Details Page*/
.proddet_imgdiv { overflow:hidden !important;}

.proddet_imgwrapper { display: inline-block; vertical-align: top; width: 645px; text-align:center;position:relative;z-index:1;}

.proddet_imgnav { display: inline-block; vertical-align: top; margin-left:10px; width: 110px; padding: 30px 0 30px 0; position:relative; z-index:2; }

.proddet_imgnav .slick-track {margin-top:-50px;}

.proddet_img .slick-slide { overflow:visible;text-align:center;position:relative;display:block;margin: 0 !important;}

.proddet_img .slick-slide { overflow:hidden;}

.proddet_img .slick-list { overflow:visible;}

.proddet_img .proddet_imgsize a img {position: absolute;top: 0;right: 0;left: 0;bottom: 0;margin: auto;width: auto;height: auto;max-width: 100%;max-height: 100%;}

.proddet_imgsize { position:relative; width: 635px; height: 468px;overflow:hidden;box-shadow: 0 5px 10px rgba(217, 217, 217, 0.70); margin: 5px; }

.proddet_imgnav .slick-slide { overflow:hidden;position:relative;cursor:pointer;outline:none; height: 81px;width:100%;float:none;display:inline-block; padding: 5px; }

.proddet_thumb { width:100%;height:0;padding-bottom: 73.89%;overflow:hidden;position:relative; box-shadow: 0 2px 5px rgba(0,0,0,0.16) !important; }

.proddet_thumb img { width:auto;height:auto;max-width:100%;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;opacity:0.7; }

.proddet_imgnav .slick-prev, .proddet_imgnav .slick-next { width:100%;overflow:hidden; position:absolute;right:0;left:0;margin:auto;border:none;outline:none;cursor:pointer;opacity:1 !important; width: 30px; height: 30px; }

.proddet_imgnav .slick-prev::before { content: '\e917'; color: #B70505; font-size: 17px; font-family: "cew-iconset"; }

.proddet_imgnav .slick-prev { top: 0; position: absolute; cursor: pointer !important;}

.proddet_imgnav .slick-next::before { content: '\e916'; color: #B70505; font-size: 17px;  font-family: "cew-iconset"; }

.proddet_imgnav .slick-next{ top:auto; bottom: 0; position: absolute; cursor: pointer !important;}

.proddet_imgnav .slick-prev::after, .proddet_imgnav .slick-next::after { content: ''; }

.proddet_imgnav .slick-disabled { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;cursor:default;}

.proddet_imgnav .slick-slide { border:0;margin: 0; }
 
.proddet_imgnav .slick-slide.slick-current img { opacity:1; }

.proddet_imgnav.morethan4  {
	padding: 30px 0 30px 0 !important; 
}
.proddet_imgnav.lowerthan4 .slick-track {
	transform: translate3d(0px, 0px, 0px) !important;
}

.column-gap {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

/*My Account Side nav*/

ul.myaccount,
ul.myaccount li {
	list-style: none;
	padding: 0; margin: 0;	
}
ul.myaccount li {
	
}

ul.myaccount li::before {
	  content: '\f105';
	  color: #707070;
	  font-family: 'cew-iconset';
	  font-size: 16px;
	  padding-right: 5px;
	  position: absolute;
	  margin-top: 8px;
	  margin-left: 15px;
}

ul.myaccount li a {		
	color: #494949;
	display:block;
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.4em;
	padding: 8px 25px;
	text-transform: capitalize;
	text-decoration: none;	
	text-align: left;
}

ul.myaccount li a:hover,
ul.myaccount li.active a {
	background-color: #F6F6F6;
	color: #B70505;
}

.address_form, .shipping_method, .profile_form, .profile_email, .promocode_result.tohide, .promocode_box, .reviewform, .billing_method, .delivery_address, #deliverymethod-other.tohide, #deliverymethod-sg.tohide, #deliverymethod-other-new.tohide, #deliverymethod-sg-new.tohide,  .collapsebox.tohide {
	display: none;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive .table { margin-bottom: 0; }

.table-responsive .table.no-style {
	border: 0;
}

.table-responsive tr th {
	background-color: transparent;
	border: 0;
	color: #a9a9a9;
	/*border-bottom: 1px solid #000;*/
	padding: 20px 10px;
	font-family: 'Heebo', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: capitalize;
}

.table-responsive .table-list tr:last-child {
	border-bottom: 0;
}

.table-responsive tr td { 
    font-size: 14px;
	color: #515151;
	padding: 20px 10px; 
	vertical-align: top; 
	border: none;
	vertical-align: middle;
}

.table-responsive table tr td input[type='text'],
.table-responsive table tr td input[disabled="disabled"] {
	text-align: center;
}

.table .table {
	background: none;
}

.table-responsive table.sub-table tr {
    background-color: transparent !important;
	border-bottom: 0;
}

.table-responsive table.sub-table tr th {	
	background-color: #232323;
	border: 0;
	padding: 5px;
}

.table-responsive table.sub-table tr td { 
	padding: 10px 10px;
}

.table-responsive .icon-cancel-light {
	font-size: 13px;
}

.icon-plus,
.icon-minus {
	font-size: 14px;
	color: #666565;
	padding-left: 5px;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
	display: none !important;
}


/*.fancybox-slide--iframe.popup .fancybox-content {
	background: transparent !important;
}*/
.fancybox-slide.popup .fancybox-content {
	padding: 50px 200px !important;
}

.icon-trash-empty-1 {
	font-size: 16px;
}

a.details-icon::before {
	font-size: 16px;
	content: '\e865';
	color: #ccc;
	padding-right: 7px;
	font-weight: normal;
	font-family: "cew-iconset";
}

.icon-plus-1 {
	color: #73B428;
	padding-left: 5px;
}

/*a.revision-btn::after {
	font-family: "cew-iconset";
	color:#e3ab00;
	font-size: 16px;
	content:'\e844';
	padding-left: 15px;
}
a.revision-btn.menu-down::after {
	font-family: "cew-iconset";
	color:#e3ab00;
	font-size: 15px;
	content:'\e859';
	padding-left: 15px;
}*/

 .w-40 {
	 width: 40% !important;
 }
 
 .w-60 {
	 width: 60% !important;
 }
 
 
.icon-trash-empty-1 {
	color: #a8a8a8;
	font-size: 17px;
}

a.Date {
    position: absolute;
    right: 25px;
    top: 0;
    margin-top: 39px;
    z-index: 1;
}
/*Quantity Button*/

input.addcart-btn {
	width:100%;
	background-color: #fff;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 95px;
	min-width: 95px;
	text-align: center;
	border: 1px solid #C2C2C2;
	border-right: 0;
	height: 40px;
	padding: 5px !important;
	display: inline-block;
	vertical-align: top;
    border-radius: 0;
	float: left;
}
button:focus {outline:0;}
button.minus-btn, 
button.add-btn { 
    background-color: #fff; 
	outline: 0;
    border: 1px solid #C2C2C2 !important;
    border-left: 0;
	border-radius: 0;	
    padding: 0; 
    text-align: center; 
	transition: none;
	top: 0;	
	cursor: pointer;
	font-family: "cew-iconset";
	display:block !important;
	vertical-align: top;
	line-height: 0 !important;
	max-width: 15px;	 
	min-width: 15px !important;	
	height: 20px; 
	padding:0 15px !important;

}

button.add-btn {
	background: url(../images/arrow-up.png) no-repeat center #fff;
	right: 0;	
	padding-bottom: 0;
	border-left:0 !important;
	border-bottom: 0 !important;
}

button.add-btn:hover {
	background: url(../images/arrow-up.png) no-repeat center #fff !important;
}

button.minus-btn {
	background: url(../images/arrow-down.png) no-repeat center #fff;
	left: 0;
	padding-top: 0;
	border-left:0 !important;
	border-top: 0 !important;
}

button.minus-btn:hover {
	background: url(../images/arrow-down.png) no-repeat center #fff !important;
}


/*Responsive Tabs*/

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 40px;
	text-align: left;
}

ul.tabs li {
	display: inline-flex;
	align-items:center;
	margin: 0;
	cursor: pointer;
	padding: 5px 35px 5px;
	background-color:#FFF;
	border: 1px solid #707070;
	border-bottom: 0;
	color: #454C4E;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;	
	overflow: hidden;
	position: relative;
	margin: 0;
	height: 40px;
	line-height: 1.3em;
	margin-right: 5px;
}

ul.tabs li.active {
	color: #FFF;
	border: 1px solid #B70505;
	background-color: #B70505;
}

.tab_container {	
	clear: both;
	float: left;
	width: 100%;
	background: none;
	overflow: auto;
	
}

.tab_content {
	border-top: 3px solid #B70505;
	border-bottom: 3px solid #C2C2C2;
	padding: 40px 40px;
	display: none;
	background-color: #F8F8F8;
	font-weight: 300;
}

.tab_content hr {
	margin: 0.7em 0;
}
.tab_drawer_heading {
	display: none;
}
 @media screen and (max-width: 991px) {
.tabs {
	display: none;
}
.tab_drawer_heading {
	background-color:#9D9D9D;
	border: 1px solid #fff;
	border-left: 0; border-right: 0;
	color: #FFF;
	font-size: 16px;
	text-transform: capitalize;	
	margin: 0;
	padding: 15px 15px;
	text-align: center;
	display: block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tab_drawer_heading:hover {
	background-color:#B70505;
}
.d_active {
	color: #fff !important;
	background-color: #B70505;
}
.tab_content {
	padding: 20px 15px;
	display: none;
	border-top: 0;
}
.tab_container {
	border-top: 0;
}
}


.bg-white {
	background: #FFF !important;
}

ul.labels {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	position: absolute;
	z-index: 9;
}
ul.labels li {
	display: inline-block;
	list-style: none;
	margin: 0;
	margin: 0 2px 6px 0;
	text-align: center;
	padding: 3px 12px 5px;
	line-height: 1.35em;
}
.label-sale, .label-new, .label-soldout {
	font-size: 12px;
	color: #fff;
	background-color: #054CB7;
	text-transform: capitalize;
}
.label-sale {
	background-color: #B70505;
}

.label-soldout {
	background-color: #A8A8A8;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Footer */

footer {
	width: 100%;	
	position: absolute;
	bottom: 0;
	background-color: #262626;
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.5em;
	color: #EBEBEB;
	padding: 15px 0;
}

footer .iconset {
	font-size: 18px;
}

footer a:hover {
	color: #B70505 !important;
}

footer .contact::before {
	content: url(../images/icon-phone-white.svg);
}


/***********************
  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: 1500px) and (max-width: 1810px) {

.img {
	margin-left: -150px;
}

.proddet_imgwrapper { 
	width: 540px;	
}
.proddet_imgsize {
	width: 530px !important;
	height: 363px !important;	
}
.proddet_imgnav {
	width: 90px !important;
}
.proddet_imgnav .slick-slide {
	height: 65px !important;
}
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.slickCaption {	
		width: 80%;
		font-size: 25px;
	}
	.slickCaptionDiv {
		left: 5%;
		bottom: 8%;
	}
	.slickCaption h1 {
		font-size: 50px;
	}

	.img {
		margin-left: -250px;
	}

	.proddet_imgwrapper { 
		width: 420px;	
	}
	.proddet_imgsize {
		width: 410px !important;
		height: 302px !important;	
	}
	.proddet_imgnav {
		margin-left: 5px;
		width: 80px !important;
	}
	.proddet_imgnav .slick-slide {
		height: 58px !important;
	}
}

@media (max-width : 1300px) {

}
@media (min-width : 1200px) {
	.container-content {
		padding: 0 6%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	ul#navmenu-h li a {
		padding: 5px 35px 2px;
	}

	.slickCaption {	
		width: 80%;
		font-size: 22px;
	}
	.slickCaptionDiv {
		left: 4%;
		bottom: 8%;
	}
	.slickCaption h1 {
		font-size: 40px;
	}
	.img {
		margin-left: -350px;
	}

	.highlight {
		padding: 45px 0;
	}

	.highlight h2 {
		font-size: 32px;
	}

	.proddet_imgwrapper { 
		width: 360px;	
	}
	.proddet_imgsize {
		width: 350px !important;
		height: 240px !important;	
	}
	.proddet_imgnav {
		margin-left: 5px;
		width: 80px !important;
	}
	.proddet_imgnav .slick-slide {
		height: 58px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 60px;
	}
	.login {
		padding-right: 15px;
	}

	.enquiry {
		margin-right: 15px;
	}

	.slickCaption {	
		width: 100%;	
		font-size: 20px;
	}
	.slickCaptionDiv {
		left: 5%;
		bottom: 10%;
	}
	.slickCaption h1 {
		font-size: 35px;
	}

	.brand-lists .slick-prev {	
		left: -30px;
	}
	.brand-lists .slick-next {
		right: -30px;	
	}
	.img {
		margin-left: -580px;
	}

	.highlight {
		padding: 45px 0;
	}

	.highlight h2 {
		font-size: 32px;
	}

	.proddet_imgwrapper { 
		width: 615px;	
	}
	.proddet_imgsize {
		width: 605px !important;
		height: 414px !important;	
	}
	.proddet_imgnav {
		margin-left: 10px;
		width: 100px !important;
	}
	.proddet_imgnav .slick-slide {
		height: 73px !important;
	}

	ul.tabs li {
		padding: 5px 25px 5px;
		font-size: 20px;
	}
	.logindrop_div {
		right:15px;
	}
	span.overlap-txt {
		font-size: 20px;
		line-height: 1em;
	}
	.highlight-w-bg {
		padding: 150px 70px;
	}
}

@media (max-width: 991px) {
	.enquiry {
	background-color: transparent;
	color: #888 !important;
	font-size: 13px;
	font-weight: 400;
	text-decoration: underline !important;
	padding: 0;
}

.enquiry::before {
	content: url(../images/Enquirymobileicon.svg);
	color:  #B70505;
	font-family: 'cew-iconset';
	font-size: 16px;
	padding-right: 3px;
}

.enquiry::after {
	content: '';
	padding-left: 0;
}

.enquiry:hover {
	background-color: transparent;
	color: #B70505 !important;
}

#banner .slick-prev,
#banner .slick-next {
	top: 115px;
}

ul.myaccount li a {
	text-align: center;
}
ul.myaccount li::before { content: ''; }
.suggestionbox {
	padding: 3px 6px;
	background: #f2f2f2;
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 15px;
}
	.acclink {
	background: #f2f2f2;
	padding: 0;
	margin: 0;
	color: #222 !important;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	padding: 4px 10px;
	vertical-align: middle;
	margin-bottom: 10px;
}

	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 #f3f3f3;
	position: static;
}

ul#navmenu-h li a {
	color: #2f2f2f;
	font-family: 'Muli', sans-serif;
    font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.5em !important;
	padding: 15px 15px !important;	  
    text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	text-shadow: none;
}

ul#navmenu-h li:last-child {
	border-bottom: 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;
}
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: #2F2F2F !important;	
}
ul#navmenu-h li:hover 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.active a,
ul#navmenu-h ul li.active a,
ul#navmenu-h ul ul li.active a,
ul#navmenu-h ul ul ul li.active a,
ul#navmenu-h ul ul ul ul li.active a {
	color: #B70505 !important;
	border-bottom: 0;
}

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 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: uppercase !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: transparent url(../images/overlay.png) repeat;
	z-index: 9999;
	opacity: 1;
	transition: opacity 0.5s ease;
}

/*Multi Menu Icon*/
.menu_toggle, .menu_close {
	color: white;
	padding-left: 0;
	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: 0;
	padding: 0;
}

.menu_toggle .icon-menu-light {
	font-size: 23px;
	color: #444;
	padding-top: 5px;
}

.menu_close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #aaa;
	padding-left: 0;
	z-index: 501;
	margin: 0;
}
.menu_close:hover {
	color: #ffffff;
}
.icon-cancel-light {
	color: #999;
	font-size: 15px;
}
#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: #FFF;
	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;/*display: block !important;*/
}
.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;
	background: none;
	color: #2f2f2f;
	text-decoration: none !important;
}
ul#navmenu-h li:hover a.back {
	background: none;
	color: #B70505;
}
.slinky-menu a.back:hover, ul#navmenu-h li a.back:hover {
	color: #B70505;
}
.slinky-menu h2 {
	font-size: 1em;
	margin: 0;
	text-align: center;
}
/* Default theme */
	
	/*.slinky-menu .header {
		background: #AAA;
	}*/
	
.slinky-menu h2 {
	color: #FFF;
	padding: 1em;
}
.slinky-menu a {
	/*background: #AAA;*/
	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;
	color: #2f2f2f;
}

/* 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%;
}
.footer_wrapper {
	padding-top: 5px;
}
#maincontent {
	width: 100%;
}

.logo {
	margin-top: 0;
}

.w-50-mob {
	width: 50% !important;
}

.w-100-mob {
	width: 100% !important;
}

.h-auto-mob {
	height: auto !important;
}

header {
	padding: 0;
	min-width: inherit;
	transition: none;
	position: relative;
}

.logo { padding: 10px 0; }

.icons_link {
    padding-right: 10px;
}

.login {
	padding-right: 5px;
}

.enquiry {
	margin-right:15px;
}

.slickCaptionDiv {
	max-width: 1140px;
	position: relative;	
	z-index: 1;
	width: 100%;
	left:0;
}
.slickCaption {	
    width: 100%;
	padding: 25px 15px;
	float: none;
	text-align: center;
	text-shadow: none;
	color: #000;
	font-size: 20px;
	margin: 0;
}

.slickCaption h1 {
	color: #000;
	font-size: 30px;
	margin-bottom: 0.3em;
	text-shadow: none;
}

#banner .slick-prev,
#banner .slick-next {
	top: 130px;
}

.brand-lists .slick-prev,
.brand-lists .slick-next {
	top: 10%;
}

.brand-lists .slick-list {
	 margin: 0 15px;
}
.prod-lists .slick-list {
    margin: 0 -10px;
}

.prod-lists .slick-slide {
	margin: 5px 10px;
}

.brand-lists .slick-slide {
    margin: 0 10px;
}

.brand-lists .slick-prev {	
	left: -15px;
}
.brand-lists .slick-next {
	right: -15px;	
}

.img {
	margin-left: -750px;
}

.highlight {
	padding: 45px 0;
}

.highlight h2 {
	font-size: 32px;
}

.breadcrumb {
	justify-content: center;
}

h1, h1 a, h1 a:link {
	font-size: 40px;	
}
h2, h2 a, h2 a:link {
	font-size: 30px;	
}
h4, h4 a, h4 a:link {
	font-size: 20px;	
}

.breadcrumb {
	padding-top: 5px;
	padding-bottom: 5px;
}

.breadcrumb li {
	line-height: 1.2em;
}
.suggestionbox {
	padding: 3px 6px;
	background: #f2f2f2;
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 15px;
}
.table-responsive table {
	white-space: nowrap;	
}

.table-responsive {
	overflow-x: auto !important;
}
input[type="text"].addcart-btn {
    min-width: 60px !important;
}
span.overlap-wrapper {
	padding: 15px;
}
span.overlap-txt {
	font-size:18px;
	line-height: 1.2em;
}
.img-container { max-width: 100%; }

/* Product Details */

.proddet_imgdiv { text-align: center;}

.proddet_imgwrapper { max-width: 425px; width: 80%; margin: auto !important; display:inline-block; vertical-align:middle; float: none;}

.proddet_imgnav { max-width: 110px; width:18%; float:none;display:inline-block;vertical-align:middle; padding: 30px 0 30px 0; margin-left: 10px; }

.proddet_imgsize { max-width: 425px; width: calc(100% - 10px); height:0; padding-bottom: 66.8%; }

.proddet_thumb img { padding: 0; opacity: 0.5; }

.proddet_imgnav .slick-slide { height: 80px; margin-bottom: 0; }

.proddet_imgnav .slick-slide div { line-height: 0; }

.proddet_imgnav .slick-track { margin-top: 0; }

.proddet_imgnav .slick-slide.slick-current img { opacity:1; border: none; }

.proddet_imgnav .slick-list { min-height: auto !important; }

.column-gap {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap:0;
	-moz-column-gap: 0;
	column-gap:0;
}

}

@media (max-width:500px){
.proddet_imgnav { width:100%;max-width:none;margin:auto;padding-bottom:0; padding: 0; }
.proddet_imgwrapper { width:100%; }
.proddet_imgsize { width: calc(100% - 10px); }
.proddet_imgnav .slick-prev, 
.proddet_imgnav .slick-next { display:inline-block !important;width: 30px;height: 30px;position:relative;bottom:auto;top:auto;vertical-align:middle;-webkit-transform:none;transform:none; margin-top: 0; }
.proddet_imgnav .slick-prev { left: -5px; }
.proddet_imgnav .slick-next { right: -5px; left: auto; }
.proddet_imgnav .slick-prev::before { content: '\e918'; color: #B70505; font-size: 17px; font-family: "cew-iconset"; }
.proddet_imgnav .slick-next::before { content: '\e919'; color: #B70505; font-size: 17px; font-family: "cew-iconset"; }
.proddet_imgnav .slick-list { width:calc(100% - 60px);display:inline-block;vertical-align:middle; height: auto !important; }
.proddet_imgnav .slick-slide { width:23%;margin:0 1%;display:inline-block;float:none;margin-bottom:0; height: auto;}
.proddet_imgnav.morethan4 { padding: 10px 0 0 0 !important; }
}
/* Landscape */
@media (min-width: 375px) and (max-width: 896px) and (orientation: landscape) { 
input.search_field {
	top: 45%;
}
.mobile-search-submitbtn {
	 top: 61%;
}
#banner .slick-prev,
#banner .slick-next {
	top: 30%;
}
.proddet_imgnav { padding: 30px 0 30px 0; }
.proddet_imgnav .slick-track { margin-top: -50px; }
.proddet_imgnav .slick-list { padding: 50px 0; }
.proddet_thumb img { padding: 0; }

ul.tabs { height: 40px;}
ul.tabs li {
	padding: 5px 15px 5px;
	font-size: 16px;
	height: 40px;
}
.h-sm-50 {
	height: 50% !important;
}
}
/* iPh X Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 


}
 @media (max-width: 480px) {
#menu {
	width: 85%;
	left: -85%;
}
}

@media (max-width: 320px) {
.enquiry {
	margin-right: 5px;
}

}
/***********************
  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;
}
}


/****************************
	ACCORDION FOR CONTENT
****************************/
.accordion-content {
	display: none;	
}
.accordion-title {
	cursor: pointer;	
}
.accordion-title h3 {
	padding-right: 30px;	
	position: relative;
}
.accordion-title h3:after {
	position: absolute;
	right: 5px;
	content: '+';
	display: block;
	top: 2px;	
	transition: transform ease-in-out 300ms;	
}
.accordion-title.active h3:after {
	transform: rotate(45deg);
}
.accordion-title.active h3 {
	color:#0262d0;	
}


.fancybox-slide--iframe .fancybox-content {
    width  : 1200px;
    height : 580px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}

.cert-bg {
	background: #939393 url(../images/cert-bg.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px 0px 10px;
	}

.prof_bg{
	background:url(../images/profile_bg.jpg) no-repeat center top;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	padding: 250px 0px 0px;
}

.profile_bg{
	background:url('../images/sketch.jpg') no-repeat bottom right;
}
ul.txt-inline li h3{
	display: inline;
}

.slick-slider{
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	}
	
	.slick-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
	}

#whatsapp-icon {
	margin: 0 0 90px 0 !important;
	padding-left: 0px;
	padding-right: 0px;
	position: fixed !important;
	z-index: 100 !important;
	bottom: 12px !important;
	text-align: center !important;
	height: 40px; /* smaller height */
	width: 40px;  /* smaller width */
	min-width: 50px;
	border-radius: 50px;
	visibility: visible;
	transition: none !important;
	right: 25px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.whatsapp-image {
	height: 65px;
	width: 65px;
	position: absolute;
}

#whatsapp-icon:hover {
	background-color: red;
}