﻿@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@900&family=Poppins:wght@300;400;500;600;700&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;
}

/* 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: #949494;
	line-height: 1.6em;   
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	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 {   
	margin-bottom: 0.4em;
	font-family: 'Poppins', sans-serif;
}

h1,
h1 a,
h1 a:link { 
	color: #7A7A7A;
	font-size: 48px;
	font-weight: 700;
}

h2,
h2 a,
h2 a:link {	
	font-size: 35px;	
	font-weight: 600;
	color: #262626;
}

h3,
h3 a,
h3 a:link {	
    color: #161616;
	font-size: 27px;
	font-weight: 400;
}

h4, h4 a, h4 a:link {
	color: #515151;
	font-size: 18px;
	font-weight: 500;
}

h5, h5 a, h5 a:link {
}

h6, h6 a, h6 a:link { 
}

b,
strong,
.font-weight-bold,
.font-weight-bold a {
	font-weight: 700 !important;
}

.font-weight-medium,
.font-weight-medium a {
	font-weight: 500 !important;
}

.font-weight-semibold,
.font-weight-semibold a {
	font-weight: 600 !important;
}

i,
em {}

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

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

/* Listing Styles */

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

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:hover, a:focus, h5 a:hover {
	text-decoration: none;
	color: #E63027 !important;
	outline: 0;
    ie-dummy: expression(this.hideFocus=true);
}
/* <a> link with class */

a.btn,
a.btn:focus,
.btn,
.btn:focus {    
    background-color: transparent !important;
	border: 1px solid #DA3B32 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #DA3B32 !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 5px 24px;	
	line-height: 1em;
	text-align: center;
	text-shadow: none;
	text-transform: capitalize;
	text-decoration: none;
}

a.btn:hover,
.btn:hover {
	color: #FFF !important;
	border: 1px solid #E63027 !important;
    background-color: #E63027 !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.backtopage::before {
	content: '\f104';
	font-size: 16px;
	color: #6A6A6A;
	font-family: 'cew-iconset';
    padding-right: 7px;
	display: inline-block;
}

a.backtopage {
	font-size: 13px;
	color: #858585;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 1.3em;
}

a.backtopage:hover,
a.backtopage:hover::before {
	 color: #E63027 !important;
}

/* 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: none;
	border: 1px solid #D2D2D2;
    color: #949494;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

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

input[type='submit'], input[type='button'],
input[type='reset'] {
	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: transparent !important;
	border: 1px solid #DA3B32 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #DA3B32 !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 5px 30px;	
	text-align: center;
	text-shadow: none;
	text-transform: capitalize;
	text-decoration: none;
}

input[type='submit']:hover,
input[type='button']:hover {
    color: #FFF !important;
	border: 1px solid #E63027 !important;
    background-color: #E63027 !important;
}

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] {
	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: 0;
    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:#DCDCDC;
	height: 1px;
	width: 100%;
	border: none;
	margin: 2.5em 0;
}

hr.hr-red3 {
	background: #FF3333;
	height: 3px;
}

hr.hr-vertical {
	background-color: #DEDEDE;
	height: 100%;
	width: 1px;
	margin: 0 auto;
}

header {
	width: 100%;
	margin: 0 auto;
	padding: 0;	
	background: #FFF;
	color: #E63027;
	font-size: 14px;
	font-weight: 400;
}

.logo {
	padding: 15px 0;
}

.login, .search-wrapper, .cart {	
	display: inline-flex; 
	vertical-align: middle;	
	margin-right: 35px;
}

/* Login Dropdown */

.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 {
	margin-bottom: 5px;
	display: block;
	border: 0;
	padding: 0;
}

.logindrop_div ul li a { 
	color: #949494 !important;
	font-size: 16px; 
	line-height: 1.3em; 	
	text-transform: capitalize; 
}

.logindrop_div ul li a:hover { 
	color: #E63027 !important;
}

.logindrop_wrapper {
    display: inline-block;
}

.logindrop_div {
    clear: both;
    position: absolute;
    top: 45px;
    right: 15px;
    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;
	max-width: 200px;
    z-index: 9999999 !important;
}

.logindrop_div a.btn,
.logindrop_div a.btn:hover {
	height: 40px !important;
	font-size: 16px !important;
}

/* Shopping Cart */

.cart {
	display: inline-flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 0;
}

.cart-qty {
    background-color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius:50%;
    color: #E63027;
    font-size: 12px;
	font-weight: 400;
    vertical-align: middle;
    position: relative;
    right: 0;
    margin-top: 0;
	padding: 0;
	line-height: 1.5em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 18px;
	width: 18px;
}

.cart-item > div {
	float: none;
	display:inline-block;
	vertical-align: middle;
	margin-right: -5px;
}

a.shoppingbag {
	display: inline-block;
	vertical-align: middle;
}

/* Cart Dropdown */

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

.cartdrop_div .btn {
	display: block;
	margin-bottom: 10px;
}

a.cartdrop_prod, .cartdrop_prod {
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}

a.cartdrop_prod img, .cartdrop_prod img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}

.cartdrop_div {
	clear: both;
	position: absolute;
	width: 400px;
	top: 45px;
	right: 0;
	padding: 10px 20px 30px 30px;	
	background: #FFF;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
	box-sizing: border-box;	
	text-align: left;
	display: none;
	z-index: 9999999 !important;
	color: #949494;
}

.cartdrop_div ul li {
	line-height: 1.4em;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
}

.cartdrop_div ul li:last-child {
	border-bottom: 0;
}

.cartdrop_div .prod-price,
.cartdrop_div .promo-price {
	font-size: 15px !important;
}

.cartdrop_div h4 a {
	font-size: 16px !important;
}

.cartdrop_div input.addcart-btn {
	height: 40px;
	font-size: 14px;
	width: 50px;
}
	
.cartdrop_div input[type='submit'].minus-btn, 
.cartdrop_div input[type='button'].minus-btn,
.cartdrop_div input[type='submit'].add-btn,
.cartdrop_div input[type='button'].add-btn {
	height: 40px !important;
	width: 20px !important;
}

.cartdrop_div a.btn,
.cartdrop_div a.btn:hover {
	height: 40px !important;
	font-size: 16px !important;
}
/* Search */

.search-wrapper {
	position: relative; 
	background:#FFF;
	width: 23vw;	
	height: 45px;
	margin: 15px 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;	
}

#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: 90%;
	height: 45px;	
}

.search_icon {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
	width: 65px;
}
::-webkit-input-placeholder { 
    color:    #bebebe!important;
    font-size:13px;
}
input.search_field {
	background: none;
	border: 0;	
	padding: 0 0 0 15px;
	display: inline-block;
	height: 45px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

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

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

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

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

#search input[type="text"]:-ms-input-placeholder {
    color: #555;
}
#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;
}

.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-flex;
	vertical-align: middle;
	transition: none !important;
}

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

ul.menu2,
ul.menu2 li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu2 li {
	margin: 0 20px 0;
}

ul.menu2 li:last-child {
	margin-right: 0;
}
ul.menu2 li a {
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}
ul.menu2 li a:hover,
ul.menu2 li.active a {
	color: #000 !important;
}
/* Navigation */

.menu-wrapper {
	background-color: #E63027;
	width: 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: left;
	z-index: 500 !important;
}

ul#navmenu-h li {
	display: inline-block;
	position: relative;
	margin: 0 20px 0;
	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;
}

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

ul#navmenu-h li.header {
	display: none;
}
/* Root Menu */

ul#navmenu-h li a {
	display: block;
	padding: 0;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border:0;
}

ul#navmenu-h li a:focus,
ul.menu2 li a:focus {
	color: #FFFFFF !important;
}

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

/*Fix for mobile menu with multiple level*/

ul#navmenu-h li:hover a.next {
	color: #151515; /*Nav Original Color*/
}

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: #E63027;
	min-width: 200px;
	margin-left: -15px;
	padding: 10px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);	
	z-index: 1;
	visibility:hidden;
}

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;
	border: 0;
}
/* 2nd Menu */
ul#navmenu-h li:hover li a {
	width: 100%;
	float: none;
	background: #E63027;
    color: #FFFFFF !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.4em;
	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: #000000 !important;
	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: #E63027;
    color: #FFFFFF !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.4em;
	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: #000000 !important;
	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: #E63027;
    color: #FFFFFF !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.4em;
	padding: 5px 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: #000000 !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: #000000 !important;
}
ul#navmenu-h li:hover > ul {
	display: block !important;
	visibility: visible;
}

/* end Nav */
 
#maincontent {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 100px;
	min-height: 700px;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
.mt-minus {
	margin-top: -80px;
}

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

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

#banner #slick,
.featuredslick.prodlists,
.featuredslick.prodlists2,
.proddet_img, 
.proddet_imgnav,
.proddet_img2, 
.proddet_imgnav2 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

#banner #slick.slick-initialized,
.featuredslick.prodlists.slick-initialized,
.featuredslick.prodlists2.slick-initialized,
.proddet_img.slick-initialized, 
.proddet_imgnav.slick-initialized,
.proddet_img2.slick-initialized, 
.proddet_imgnav2.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
/* Banner */

#banner {
	width: 100%;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.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: center;
	align-items: center;
}

.slickCaption {	
    width: 100%;
	padding: 0;
	padding: 20px;
	text-align: center;	
}

h1.slickCaption1 {
	color: #FFF;
	font-family: 'Archivo', sans-serif;
	font-size: 70px;
	font-weight: 900;
	line-height: 1.1em;
	letter-spacing: 0.05em;
	text-shadow: 0 3px 12px rgba(0,0,0,0.20);
}

h1.slickCaption1-alt {	
	color: #000;	
}

.slickCaption a.btn {
	border: 1px solid #FFF !important;	
	background: none !important;
	color: #FFF !important;
}

.slickCaption a.btn:hover {
	border: 1px solid #E63027 !important;	
	background: #E63027 !important;
}

/***** FIVE DOTS CUT OFF   ****************/
.slick-dots-container {  width: 5.5rem;  overflow: hidden;  display: block;  padding: 0;margin:20px 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: #B1B1B1; border-radius: 50%; 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 {  transform: scale(0.8);}
.slick-dots-container > ul li.slick-active  {  transform: scale(1.3) !important;  transform-origin: center;  background-color: #E63027;}
.slick-dots li button:before {  display: none;}

.paginator,
.paginator2 {
    position: relative;
	padding-top: 5px;    
}

.paginator ul,
.paginator2 ul {
	margin: 0;
}

.paginator li, .paginator2 li {
    position: relative;
    float: left;
}
 
.paginator .prev,
.paginator .next,
.paginator2 .prev2,
.paginator2 .next2 {
	background-color: #DA3B32;
	border: none;
	cursor: pointer;	 
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px; 
	height: 40px; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.paginator .iconset,
.paginator2 .iconset {
	font-size: 20px;
	color: #FFF;
}

.paginator .prev:hover,
.paginator .next:hover {
	background-color: #000;
}

.paginator .slick-arrow.slick-disabled,
.paginator .slick-arrow.slick-hidden {
	cursor: default;
}

.featuredslick.prodlists .slick-track,
.featuredslick.prodlists2 .slick-track {
    display: flex; 
	margin-left: 0; /*if don't want to show on center, give 0 value*/
}

.featuredslick.prodlists .slick-list,
.featuredslick.prodlists2 .slick-list {
	margin: 0 -15px; 
	padding: 30px 0;
}

.featuredslick.prodlists .slick-slide,
.featuredslick.prodlists2 .slick-slide {
    background: none;
	border: 0;
	box-shadow: 0 3px 14px rgba(0,0,0,0.05);
	height: inherit !important;
	margin: 0 15px;	
	display: flex;
}

.featuredslick.prodlists .slick-slide div,.featuredslick.prodlists2 .slick-slide div { width: 100% !important; }

.featuredslick.prodlists .slick-slide .card,
.featuredslick.prodlists2 .slick-slide .card { display: flex !important; height: 100%; box-shadow: none; }

.sidebar::before {
	content: '';
	background-color: #DA3B32;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	display: block;
	right: 100%;
	margin-right: 10px;
	height: 43px;
	width: 100%;
}

.overlaytxt {
    background: rgba(0,0,0,0.18);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	padding: 15px 15px 30px;
	height: 100%;
	width: 100% !important;
	cursor: pointer;
	z-index: 2;
	 transition: all 500ms ease-in-out;
}

.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%;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
	margin: 20px 0 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0 !important;
}

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

.breadcrumb li a {	
	color: #858585;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
	vertical-align: middle;
    content: "-";
	padding: 0 8px 0 0;
}

.breadcrumb-item {
	padding-right: 0;
}

.breadcrumb li:hover a {	
	color: #E63027 !important;
}

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

.img-container-thumb {
	max-width:250px;
	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;
}

.img-container .prod-wrap,
.img-container-thumb .prod-wrap {
	padding-bottom: 106.3%;
}

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

.img-container2 .prod-wrap {
	padding-bottom: 61%;
}

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);
}

ul.ul-bullet,
ul.ul-bullet li {
	padding: 0; 
	margin: 0 0 10px;
	list-style: none;
}

ul.ul-bullet li::before {
	content: '\e86f';
	font-size: 13px;
	font-family: 'cew-iconset';
	color: #DA3B32;
	padding-right: 10px;
	position: absolute;
	margin-left: -20px;
}

ul.ul-bullet li {
	margin-left: 20px;
}

.card {
	background: none;
	border-radius: 0;
	border: 0;	
	box-shadow: 0 3px 14px rgba(0,0,0,0.05);
	height: 100%;
	line-height: 1.4em;
}

.news .card {
	box-shadow: none !important;
}

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

.card-body {	
	background: none;
	padding: 20px 15px 5px;
}

.news .card-body {
	padding: 20px 0 0;
}

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

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

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

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

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

/*Responsive Tabs*/

ul.tabs {	
	margin: 0;
	padding: 0;	
	list-style: none;
	width: 100%;
	text-align: left;
}

ul.tabs li {
	list-style: none;
	display: inline-flex;
	align-items:center;
	border-bottom: 4px solid #7E7E7E;
	margin: 0 15px 0 0;
	cursor: pointer;
	padding: 10px 55px;
	color: #7E7E7E;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;	
	position: relative;
	line-height: 1.3em;
}

ul.tabs li.active {
	border-bottom: 4px solid #1f1f1f;
	color: #1f1f1f;
}

ul.tabs li.active::after {
	content: '';
	width: 0; 
	height: 0; 
	left: calc(50% - 10px); 
	right: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;  
	border-top: 10px solid #1f1f1f;
	position: absolute;
	bottom: -12px;
}

.tab_container {	
	clear: both;
	float: left;
	width: 100%;
	background: none;
	overflow: auto;
}

.tab_content {
	background: none;
	padding: 40px 15px;
	display: none;
}

.tab_drawer_heading {
	display: none;
}

@media screen and (max-width: 767px) {	
.tabs {
	display: none !important; 
}

.tab_drawer_heading {
	background-color: #7E7E7E;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;	
	border: 0;
	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;
	margin-bottom: 2px;
}

.tab_drawer_heading:hover,
.d_active {
	color: #fff !important;
	background-color: #9B0800;
}

.tab_content {
	padding: 20px 15px;
	display: none;
	border-top: 0;
}

.tab_container {
	border-top: 0;
}
}

.div-color-stripe .row .col-12 .row:nth-of-type(odd),
.div-color-stripe2>.row:nth-of-type(even) {
	background-color: #F9F9F9 !important;
}

.div-color-stripe .row .col-12 .row:nth-of-type(even),
.div-color-stripe2>.row:nth-of-type(odd) {
	background-color: #FFFFFF !important;
}

.icon-clock-1 {
	font-size: 16px;
	color: #707070;
}

/**ORDER PROGRESS**/

.progressbar {
	margin: 0;
	padding: 0;
	counter-reset: step;
	display: flex;
	justify-content: flex-start;
}

.progressbar li {
	list-style-type: none;
	width:auto;
	display: inline-block;
	line-height: 1.4em;
	font-size: 18px;
	font-weight: 500;
	color: #A8A8A8;
	font-family: 'Poppins', sans-serif;
	position: relative;
	text-align: center;
	text-transform: capitalize;	
	margin-bottom: 0;
	margin-right: 50px;
}

.progressbar li a {
	text-align: center;
}
.progressbar li span {
	list-style-type: none;
	background: #A8A8A8;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 700;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;	
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	transition: all 500ms ease-out;
	width: 48px;
	height: 48px;
	z-index: 1;
	margin-top:0px;
	margin-right: 5px;
}

.progressbar li a.active span, 
.progressbar li.active a span, 
.progressbar li.proceed a span {
	background: #141414;
}

.progressbar li a.active,
.progressbar li.active a,
.progressbar li.proceed a,
.progressbar li:hover a {
	color: #515151 !important;
}

/*** Labels ****/

ul.labels {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.prod_list ul.labels {
	left: 15px;
}

ul.labels li {
	list-style: none;
	margin: 0;
	margin-left: 10px;
	margin-top: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;	
}

/* Products View and List views*/
.display_icons {
    padding: 0;
    margin: 0;
    list-style: none;
	display: inline-flex;
	vertical-align: middle;
}

.display_icons li {
	margin-bottom: 0;	
    display: inline-flex;
	align-items: center;
}

.display_icons_btn {
    padding:0;  
	border: 0;
	background: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: 38px; 
	height: 38px;
	cursor: pointer;
}

.display_icons_btn.active.icon_grid.active {
	background: url(../images/icon-thumbnails-active.png) no-repeat center #FFF;
}

.display_icons_btn.active.icon_list.active {
	background: url(../images/icon-listviews-active.png) no-repeat center #FFF;
}

.display_icons_btn.active.icon_grid.active img,
.display_icons_btn.active.icon_list.active img {
	display: none !important;
}

.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;
}

.prod-title {
	color: #3e3e3e;
}

.prod-price {
	color: #7D7D7D;
	font-size: 20px;
	font-weight: 400;
	display: inline;
}

.sale {
	text-decoration:line-through;
	display: inline;
	margin-right: 8px;
	font-size: 16px;
}

.promo-price {
    font-size: 20px;
	font-weight: 400;
    color: #DA3B32;
    display: inline;
}

/*Product Details Page*/

.proddet_imgdiv { overflow:hidden !important;}

.proddet_imgwrapper { display: inline-block; vertical-align: top; width: 77%; text-align:center; position: relative; }

.proddet_imgnav { display: inline-block; vertical-align: top; margin-left: 20px; width: 15%; position:relative; z-index:2; }

.proddet_imgnav .slick-track { margin-top: 0px; }

.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: 100%; height: 0; padding-bottom:106.3%; overflow:hidden; }

.proddet_imgnav .slick-slide { overflow:hidden;position:relative;cursor:pointer;outline:none; height: 0;padding-bottom:106.3%; width:100%; float:none;display:inline-block; }

.proddet_thumb { width:100%;height:0;padding-bottom:106.3%;overflow:hidden;position:relative; }

.proddet_thumb img { width:auto;height:auto;max-width:100%; max-height: 100%;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0; opacity: 0.7; }

.proddet_imgnav .slick-list { padding: 8px 0 30px !important; margin: 15px 0; }

.proddet_imgnav .slick-prev, .proddet_imgnav .slick-next { background: #DA3B32; border: 0; webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; width: 30px; height:30px; overflow:hidden; position:absolute;right:0;left:0; margin:auto; outline:none;cursor:pointer;opacity:1 !important; box-shadow: none; }

.proddet_imgnav .slick-prev { top: 0; position: absolute; cursor: pointer !important; }

.proddet_imgnav .slick-prev::before { content:'\f106'; font-family: 'cew-iconset'; color:#FFF; font-size: 16px; opacity: 1 !important; padding: 0; }

.proddet_imgnav .slick-next { top:auto; bottom: 0; position: absolute; cursor: pointer !important; }

.proddet_imgnav .slick-next::before { content:'\f107'; font-family: 'cew-iconset'; color:#FFF; font-size: 16px; opacity: 1 !important; padding: 0; }

.proddet_imgnav .slick-next:hover,.proddet_imgnav .slick-prev:hover { background: #000 !important; }

.proddet_imgnav .slick-next:hover::before,.proddet_imgnav .slick-prev:hover::before { color: #FFF !important; }

.proddet_imgnav .slick-next::after, .proddet_imgnav .slick-prev::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.slick-current img {opacity: 1; }

.proddet_imgnav.morethan4  {
	padding: 20px 0 20px 0 !important; 
}

.proddet_imgnav.lowerthan4 .slick-track {
	transform: translate3d(0px, 0px, 0px) !important;
}

.proddet_imgnav.lowerthan4 {
	padding-top: 15px;
}

.column-gap {
	-webkit-column-count: 2;
	-moz-column-count:2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.selectDate {
	position: absolute;
	right: 30px;
	top: 50px;
}
/*My Account Side nav*/

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

ul.myaccount li {
	display: block;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #EBEBEB;
}

ul.myaccount li a {	
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #515151;
	font-weight: 500;
	line-height: 1.4em;	
	text-transform: capitalize;
	text-decoration: none;	
	text-align: left;
}

ul.myaccount li a:hover,
ul.myaccount li.active a {
	color: #E63027 !important;
}

.address_form, .shipping_method, .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-bg, 
.fancybox-inner, 
.fancybox-outer, 
.fancybox-stage {
	height: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.fancybox-slide--iframe .fancybox-content {
	height: 100% !important;
}

.fancybox-slide.qv.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	background: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	display: table;
}

.fancybox-slide.qv {	
	position: relative;
	max-width: 75%;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 10vh;
}


@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.fancybox-slide.qv {
	max-width:95%; 
	padding: 8vh;
}
.quickslider{ padding: 40px 15px; }
}

@media only screen and (max-width: 1199px) {
.fancybox-slide.qv {
	max-width: 100%; padding: 5vh;
}
.sidebar::before {
	margin-right: -7.5px;
}
}

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

.icon-trash-empty-1 {
	color: #545454;
	font-size: 18px;
}

.icon-trash-empty-1:hover {
	color: #E40132;
}

input.addcart-btn {
	width:100%;
	background-color: none;	
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #C4C4C4;
	border-right: 0;
	border-left: 0;
	height: 60px;	
	padding: 5px;
	float: left;
}
	
input[type='submit'].minus-btn, 
input[type='button'].minus-btn,
input[type='submit'].add-btn,
input[type='button'].add-btn { 
    background: none !important; 
	outline: 0;
    color: #9E9E9E !important; 
	cursor: pointer;
    border: 1px solid #C4C4C4 !important;
	border-radius: 0;	
    padding: 0; 
    text-align: center; 
	font-size: 20px;
	font-weight: 400;
	transition: none;
	top: 0;
	width: 40px;
	height: 60px !important;	
	font-family: 'Poppins', sans-serif;
	float:left;
	text-shadow: none;
	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;
}

input[type='submit']:focus, input[type='button']:focus {outline:0;}

input[type='submit'].add-btn,
input[type='button'].add-btn {
	border-left: 0 !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

input[type='submit'].minus-btn,
input[type='button'].minus-btn {
	border-right: 0 !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

input[type='submit'].add-btn:hover,
input[type='submit'].minus-btn:hover,
input[type='button'].minus-btn:hover,
input[type='button'].add-btn:hover {
	color: #E63027 !important; 
}

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

/* QuickView */

.quickview::before {
	content: '\ea20';
	 padding-right: 8px;
        font-family: 'cew-iconset';
}

div.quickview-hover {
	background: rgba(0,0,0,0.50);
	color: #828282 !important;
	font-size: 14px;
	cursor: pointer;
	display: table;
	position: absolute;
	height: auto;
	width: 100%;
	left: 0;
	bottom: 0 !important;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	z-index: 11;
	box-sizing: border-box;
	padding: 6px 0 6px 0;
}
.img-container:hover div.quickview-hover {
	opacity: 1;
}

.quickview-hover a,
.quickview-hover a:hover {
	color: #FFF !important;
}

.promocode {
	height: 48px !important;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CFCFCF;
}

input[type="text"].promo-field {
    width: 88%;
	background: #FFF !important;
    display: inline-block;
	float: left;
	border: 0 !important;
	height: 46px !important;
}

input[type="submit"].promo-btn {
	width: 12%;
	float: left;
	padding: 0;	
	height: 46px !important;
	background: url(../images/arrow-right-b.png) no-repeat center #FFF !important;
	border: 0 !important;
	padding: 0 5px !important;
}

/* Footer */

footer {
	background: #EEEEEE;
	color: #161616;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.6em;
	width: 100%;	
	padding: 2.5em 0;
	position: absolute;
    bottom: 0;
}

footer hr {
	background: #B2B2B2;
}
 
footer ul,
footer ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li {
	display: inline-block;
	margin: 0 25px 5px 0;
}

footer ul li:last-child {
	margin-right: 0;
}

footer ul li a {
	color: #161616;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
}

a.txt-lgrey,
.txt-lgrey {
	color: #8F8F8F !important;
}

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

/***********************
  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: 1700px) and (max-width: 1799px) {

}

@media (min-width: 1600px) and (max-width: 1699px) {
footer {
	font-size: 15px;
}

footer ul li {
	margin: 0 20px 5px 0;
}
}

@media (min-width: 1500px) and (max-width: 1599px) {
ul#navmenu-h li,
ul.menu2 li {
	margin: 0 15px;
}

footer {
	font-size: 14px;
}

footer ul li {
	margin: 0 15px 5px 0;
}
}

@media (min-width: 1400px) and (max-width: 1499px) {
ul#navmenu-h li,
ul.menu2 li {
	margin: 0 12px;
}

ul#navmenu-h li a,
ul.menu2 li a {
	font-size: 15px;
}

footer ul li {
	margin: 0 10px 5px 0;
}
footer ul li a {
	font-size: 12px;
}
}

@media (min-width: 1300px) and (max-width: 1399px) {
ul#navmenu-h li,
ul.menu2 li {
	margin: 0 10px;
}

ul#navmenu-h li a,
ul.menu2 li a {
	font-size: 14px;
}

footer ul li {
	margin: 0 5px 5px 0;
}
footer ul li a {
	font-size: 12px;
}
}

@media (min-width: 1200px) and (max-width: 1299px) {
ul#navmenu-h li,
ul.menu2 li {
	margin: 0 7px;
}

ul#navmenu-h li a,
ul.menu2 li a {
	font-size: 14px;
}
.search-wrapper {
	margin: 15px 10px;
}
footer {
	font-size: 13px;
}
footer ul li {
	margin: 0 5px 5px 0;
}
footer ul li a {
	font-size: 11px;
}
.overlaytxt h2 {
	font-size: 32px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
ul#navmenu-h li,
ul.menu2 li {
	margin: 0 12px;
}

ul#navmenu-h li a,
ul.menu2 li a {
	font-size: 14px;
}

footer {
	font-size: 13px;
}
footer ul li {
	margin: 0 5px 5px 0;
}
footer ul li a {
	font-size: 11px;
}
.overlaytxt {
	padding-bottom: 15px;
}
.overlaytxt h2 {
	font-size: 27px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.search-wrapper {
	 width: 45vw;
}

h1.slickCaption1 {
	font-size: 55px;
}

.overlaytxt {
	padding-bottom: 15px;
}

.overlaytxt h2 {
	font-size: 20px;
}

ul.tabs li {	
	margin: 0 10px 0 0;
	padding: 10px 35px;
}
}

@media (max-width: 991px) {

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

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

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

ul.myaccount {
	background-color: #FFF;
	box-shadow: none;
	padding: 0;
	border: 0;
}

ul.myaccount li,
ul.myaccount li a {
	text-align: center;
}

ul.myaccount li::before { content: ''; padding-right: 0; }

ul.myaccount li:not(.active) a {
	color: #515151 !important;
}

ul.myaccount li:hover a,
ul.myaccount li.active a {
	color: #E63027 !important;
}

ul.myaccount li:last-child {
	margin-bottom: 0 !important;
}

.suggestionbox {
	padding: 3px 6px;
	background: #F8F8F8;
	color: #959595;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 15px;
}

.acclink {
	background:#F8F8F8;
	padding: 0;
	margin: 0;
	color: #191919 !important;
	font-size: 19px;
	font-weight: 400;
	text-transform: capitalize;
	width: 100%;
	display: block;
	padding: 10px 15px;
	vertical-align: middle;
	margin-bottom: 10px;
}

.acclink:focus,
.acclink:hover {
	color: #191919 !important;
}

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 #EB625B !important;
	position: static;
	border-top: 0;
}

ul#navmenu-h li a {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
	font-weight: 400 !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: #FFF !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,
ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a  {
	color: #000 !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: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: 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: 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;
	float: none;
	margin-right: 20px;
}

.menu_toggle .icon-menu {
	font-size: 30px;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	padding-top: 4px;
}

.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: #E63027;
	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%;
}

#maincontent {
	width: 100%;
}

.logo img {
	width: 270px;
}

.search-wrapper {
	background: none;
	margin: 0;
}
.menu-wrapper {
	padding: 10px 0;
}
.menu_toggle {
	margin-right: 10px;
}
.search_icon {
	height: auto;
}

.column-gap-mob {
	-webkit-column-count: 2;
	-moz-column-count:2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.column-gap {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.slickCaptionDiv {
	max-width: 1140px;
	position: relative;	
	z-index: 1;
	width: 100%;
	padding: 0;
	margin: 0;
	background: rgba(255,255,255,0.6);
}

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

h1.slickCaption1,
h1.slickCaption1-alt {
	color: #000;
	font-size: 25px;
	text-shadow: none;
}

.slickCaption a.btn {
	border: 1px solid #DA3B32 !important;	
	background: none !important;
	color: #DA3B32 !important;
}

.slickCaption a.btn:hover {
	border: 1px solid #E63027 !important;	
	background: #E63027 !important;
	color: #FFF !important;
}

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

.featuredslick.prodlists .slick-list, .featuredslick.prodlists2 .slick-list {
	margin: 0 -15px;
}

footer ul li {
	margin: 0 10px 5px 0;
}

.breadcrumb {
	line-height: 1.4em;
}

.prod-price, .promo-price {
	font-size: 16px;
}

.sale {
	font-size: 14px;
}

.suggestionbox {
	padding: 3px 6px;
	background: #f2f2f2;
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 15px;
}

.qty::before {
	content: 'Qty:';
	font-size: 16px;
	padding-right: 6px;
}

.unitprice::before {
	content: 'Unit Price:';
	padding-right: 6px;
}

.progressbar li:not(.active) {
    display: none !important;
}

.progressbar li {
	float: none;
	width: 100%;
	margin-right: 0;
	line-height: 0;
}

.progressbar li:before,
.progressbar li:after {
	background-color: transparent !important;
}

/* Product Details */

.proddet_imgnav { width:100%;max-width:none;margin:auto;padding: 0;  text-align:center; }
.proddet_imgwrapper { width:100%; float: none; }
.proddet_imgsize {  width: 100%;height:0; padding-bottom:106.3%; background: #FFF; }
.proddet_imgnav { float:none; }
.proddet_imgnav .slick-prev, 
.proddet_imgnav .slick-next { display:inline-flex !important;  margin:0; width: 30px; height: 30px; position: absolute; bottom: auto; vertical-align:middle; -webkit-transform:none; transform:none; top: 38%; }
.proddet_imgnav .slick-prev { cursor: pointer !important; left: 0; right: auto; }
.proddet_imgnav .slick-prev::before { content:'\f104'; font-family: 'cew-iconset'; color:#FFF; font-size: 16px; }
.proddet_imgnav .slick-next { cursor: pointer !important; right:0; left: auto; }
.proddet_imgnav .slick-next::before { content:'\f105'; font-family: 'cew-iconset'; color:#FFF; font-size: 16px; }
.proddet_imgnav .slick-list { width: calc(100% - 70px); display:inline-block; vertical-align:middle; height: auto !important; padding: 0 !important;  margin: 0; }
.proddet_imgnav .slick-slide { width: 23%; margin: 0 1%; display: inline-block; vertical-align: middle; float: none; height: auto; padding: 0 !important; }
.proddet_imgnav.morethan4 { padding: 15px 0 0 0 !important; }
.proddet_imgnav.morethan4 .slick-track {
    height: auto !important;
	margin:0;
}
	 
.proddet_imgnav.morethan4 {
    display: flex;
	justify-content: center;
}
}

/* 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;
}
}

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

@media (max-width: 320px) {
.login, .search-wrapper, .cart {	
    margin-right: 10px;
}
}

/***********************
  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;
}
}


/*------FAQ -----*/
.accordion-content {
	display: none;	
	padding: 0 0 20px;		
}
.accordion-title {
	cursor: pointer;
}

.accordion-title h4 {
	padding: 20px 0;		
	position: relative;
	margin-bottom: 0;
}

.accordion-title h4 a {
	width: 95%;
    display: inline-block;
	color: #515151 !important;
}

.accordion-title h4:after {
   content: '\e844';
   font-family: 'cew-iconset';
   font-size: 12px;
   display: block;
   float: right;
   color: #707070;
   padding-top: 5px;
}

.accordion-title.active h4:after {
	content: '\e859';
	color: #E63027;
}

.accordion-title h4:hover a,
.accordion-title.active h4 a{
	color: #515151 !important;   
}

.accordion-title.active h4 {
	border-bottom: 0;
}


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

.txt-black,
.txt-black a,
a.txt-black {
	color: #000 !important;
}

.txt-red,
.txt-red a,
a.txt-red {
	color: #E63027 !important;
}

.txt-small, small {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5em;
}

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

.bg-black,
a.bg-black {
	background-color: #000 !important;
}

.bg-white,
a.bg-white {
	background-color: #FFF !important;
}

.bg-light,
a.bg-light {
	background-color: #F9F9F9 !important;
}

.bg-red,
a.bg-red { 
	background-color: #E63027 !important;
}

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

/****** alert notify *************/

.myAlert-top{
    position: fixed;
    top: 5px; 
    left:2%;
    width: 96%;
	z-index: 999 !important;
}

.myAlert-top .iconset { color: #FFF; font-size: 13px; display: inline-block; vertical-align: middle; }

.modal-footer {
	border: none !important;
	padding-top: 0 !important;
}

.bootbox-close-button {
	background: url(../images/icon-cancel.svg) no-repeat center !important;
	width: 30px;
	height: 30px;
	outline: 0;
	border: 0;
	color: transparent;
	text-indent: -999px;
	opacity: 1 !important;
}

.responsive.slick-track {
	display: flex;
}

.responsive.slick-list {
	margin: 0 5px;
}

.responsive .slick-slide {
	margin: 5px;
}

.overlaytxt h2 {
	font-size: 28px;
}

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