/*font-family: 'Open Sans', sans-serif;
font-family: 'Karla', sans-serif;*/

@font-face {
  font-family: 'FontAwesome5ProLight';
  src: url('../fonts/FontAwesome5ProLight.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/FontAwesome5ProLight.otf')  format('opentype'),
	   url('../fonts/FontAwesome5ProLight.woff') format('woff'), 
	   url('../fonts/FontAwesome5ProLight.ttf')  format('truetype'), 
	   url('../fonts/FontAwesome5ProLight.svg#FontAwesome5ProLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome5ProRegular';
  src: url('../fonts/FontAwesome5ProRegular.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/FontAwesome5ProRegular.otf')  format('opentype'),
	   url('../fonts/FontAwesome5ProRegular.woff') format('woff'), 
	   url('../fonts/FontAwesome5ProRegular.ttf')  format('truetype'), 
	   url('../fonts/FontAwesome5ProRegular.svg#FontAwesome5ProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome5ProSolid';
  src: url('../fonts/FontAwesome5ProSolid.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/FontAwesome5ProSolid.otf')  format('opentype'),
	   url('../fonts/FontAwesome5ProSolid.woff') format('woff'), 
	   url('../fonts/FontAwesome5ProSolid.ttf')  format('truetype'), 
	   url('../fonts/FontAwesome5ProSolid.svg#FontAwesome5ProSolid') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome5BrandsRegular';
  src: url('../fonts/FontAwesome5BrandsRegular.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/FontAwesome5BrandsRegular.otf')  format('opentype'),
	   url('../fonts/FontAwesome5BrandsRegular.woff') format('woff'), 
	   url('../fonts/FontAwesome5BrandsRegular.ttf')  format('truetype'), 
	   url('../fonts/FontAwesome5BrandsRegular.svg#FontAwesome5BrandsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="fal"],
[class^="far"],
[class^="fas"],
[class^="fab"]{
	color:#b2b2b2;
	font-size:24px;
	font-family: "FontAwesome5ProLight";
	font-style: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	font-variant: normal;
	font-weight: 300;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="far"]{
	font-family: "FontAwesome5ProRegular";
	font-weight: 400;
}
[class^="fas"]{
	font-family: "FontAwesome5ProSolid";
	font-weight: 700;
}
[class^="fab"]{
	font-family: "FontAwesome5BrandsRegular";
	font-weight: 400;
}
.fa-arrow-to-right:before { content: '\f340'; }
.fa-user-circle:before { content: '\f2bd'; }
.fa-search:before { content: '\f002'; }
.fa-times:before { content: '\f00d'; }
.fa-envelope:before { content: '\f0e0'; }
.fa-phone:before { content: '\f095'; }
.fa-pinterest:before { content: '\f0d2'; }
.fa-linkedin-in:before { content: '\f0e1'; }
.fa-twitter:before { content: '\f099'; }
.fa-facebook-f:before { content: '\f39e'; }
.fa-file-video:before { content: '\f1c8'; }
.fa-cloud-download:before { content: '\f0ed'; }
.fa-file-pdf:before { content: '\f1c1'; }
.fa-image:before { content: '\f03e'; }
.fa-angle-down:before { content: '\f107'; }
.fa-paper-plane:before { content: '\f1d8'; }
.fa-plus:before { content: '\f067'; }
.fa-minus:before { content: '\f068'; }
.fa-address-book:before { content: '\f2b9'; }
.fa-cart-plus:before { content: '\f217'; }
.fa-search-plus:before { content: '\f00e'; }
.fa-redo:before { content: '\f01e'; }
.fa-sync:before { content: '\f021'; }
.fa-shopping-cart:before { content: '\f07a'; }
.fa-chair:before { content: '\f6c0'; }
.fa-chair-office:before { content: '\f6c1'; }
.fa-crosshairs:before { content: '\f05b'; }
.fa-fax:before { content: '\f1ac'; }
.fa-search:before { content: '\f002'; }
.fa-trash-alt:before { content: '\f2ed'; }
.fa-undo:before { content: '\f0e2'; }
.fa-arrow-right:before { content: '\f061'; }
.fa-trash:before { content: '\f1f8'; }
.fa-edit:before { content: '\f044'; }




* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.clearfix:after, .container:after {
	content: '';
	display: block;
	clear: both;
}
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: 0;
}
strong{
	font-weight:700;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset { margin: 0 0 15px; }
blockquote, q, i, cite, em, var, dfn, address { font-style: italic; }
u, ins { text-decoration: underline; }
s, strike, del { text-decoration: line-through; }

blockquote, q{ quotes: none; }
q:before, q:after, 
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: medium none;
	vertical-align: middle;
}
table th {
	border: 0;
	padding: 5px 7px;
	text-align: center;
}
table td {
	padding: 5px 10px;
	text-align: left;
	vertical-align:middle;
}
a img { border: 0; }
img {
	max-width: 100%;
	height: auto;
	vertical-align:middle; 
	border:0;
}

label { vertical-align: middle; }
h1, h2, h3, h4, h5, h6 { 
	font-family: 'Open Sans', sans-serif;
	color: #363535;
	font-weight:400;
}
h1 {
	font-size:32px;
	line-height:1;
}
h1:after {
    background: #ece8e1;
    content: "";
    display: block;
    height: 10px;
    margin-top: 20px;
    width: 185px;
}
h2 {
	font-size:24px;
	line-height:1;
	color:rgba(54,53,53,0.71);
}
h2:after {
	background: #D8DCDF;
    content: "";
    display: block;
    height: 5px;
    margin-top: 20px;
    width: 111px;
}
h3 {
	font-size:20px;
	line-height:1;
}
h4 {
	font-size:14px;
	line-height:1;
}
h5 {
	font-size: 12px;
	line-height:16px;
}
h6 {
	font-size: 8px;
	line-height:12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #454545; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #8b8d76; }
a, p a {
	color: #454545;
	text-decoration: none;
	cursor: pointer;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, p a:hover {
	color:#8b8d76;
	text-decoration: none;
}
img.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
img.alignright{
	float:right;
	margin:0 0 15px 15px;
}
img.alignleft{
	float:left;
	margin:0 20px 0px 0;
}
ul{
	list-style-type:disc;
	list-style-position:inside;
}
ol{
	list-style-type:decimal;
	list-style-position:inside;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"]
input[type="number"],
select,
textarea{
	border:1px solid #b2b2b2;
	background:none;
	color: #707070;
	line-height:40px;
	height:40px;
	font-weight:400;
	outline: 0;
	padding:5px 15px;
	width: 100%;
	margin-bottom:15px;
	letter-spacing:2px;
}
.form-section input[type="text"]:focus,
.form-section input[type="email"]:focus,
.form-section input[type="password"]:focus,
.form-section input[type="tel"]:focus,
.form-section input[type="url"]:focus,
.form-section textarea:focus{
	background:rgba(169,138,110,0.11);
}
input[type="submit"]{
	font-weight:700;
	font-size:20px;
	background:#0c1e38;
	height:60px;
	line-height:60px;
	padding:0;
	cursor:pointer;
	color: #707070;
	letter-spacing:2px;
}
textarea{
	height:160px;
	resize:none;
	padding:5px 15px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #707070;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #707070;
  opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #707070;
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #707070;
  opacity:1;
}

.btn{
	box-sizing: initial !important;
	background-color:transparent;
	color:#707070;
	font-size:20px;
	font-weight:700;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	padding:0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	height:58px;
	line-height:58px;
	border:1px solid #DDDDDD;
	z-index:9;
	letter-spacing:2px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn span {
    height: 100%;
    line-height: 58px;
    padding: 0 10px;
}
.btn i{
	border-left: 1px solid #DDDDDD;
    float: right;
    height: 100%;
    line-height: 58px;
    padding: 0;
    text-align: center;
    width: 58px;
	color:#707070;
	letter-spacing:0;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn:hover{
	background:rgba(214, 215, 207, 0.42);
	color:#8B8D76;
	border-color:#D6D7CF;
}
.btn:hover i{
	color:#8B8D76;
	border-color:#D6D7CF;
}
body{
	background-color:#fff;
	color:#707070;
	font-family: 'Karla', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:21px;
	letter-spacing:2px;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
#wrapper{
	width:100%;
	overflow:hidden;
	margin:0;
	position:relative;
}
.container{
	max-width:1920px;
	margin:0 auto;
	padding:0;
}
.sm-container{
	max-width:1390px;
	margin:0 auto;
	padding:0 15px;
}
.container:after,
.sm-container:after{
	content:"";
	display:block;
	clear:both;
}
/*header*/
#header{
	background:rgba(225,225,225,0.8);
    width: 100%;
	padding:15px 3.2%;
	position:absolute;
	z-index:99;
	height:110px;
}
#header .logo{
	/*display: inline-block;*/
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    /*text-align: center;*/
    width: 300px;
}
#header .left-col,
#header .right-col{
	float:left;
	/*width:37.5%;*/
}
#header .right-col {
   float:right;
   text-align:right;
}
.nav{
	list-style:none;
	margin:0;
	padding-top: 28px;
}
.nav li{
	display:inline-block;
	vertical-align:top;
}
.nav li a{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	font-weight:300;
}
.left-col .nav li{
	margin-right:60px;
}
.left-col .nav li:last-child{
	margin-right:0;
}
.right-col .nav li{
	margin-left:65px;
}
.right-col .nav li:first-child{
	margin-left:0;
}
/*Menu Trigger*/
.menu-opener {
    display: none;
    height: 30px;
    margin: 0px;
    padding: 0;
    position: absolute;
    width: 30px;
    z-index: 999;
	right:20px;
	top:25px;
	outline:none;
}
.menu-opener span:after,
.menu-opener span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
.menu-opener span:after{
	top: 9px;
}
.menu-opener span {
	position: relative;
	display: block;
	margin-top:13px;
}
.menu-opener span,
.menu-opener span:after,
.menu-opener span:before {
	width: 100%;
	height:2px;
	background-color: #000;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 0px;
}
/* on activation */
.menu-opener.active span {
	background-color: transparent;
}
.menu-opener.active span:after,
.menu-opener.active span:before{
	background-color:#000;
}	
.menu-opener.active span:before {
	transform: rotate(45deg) translate(5px, 5px);
	-moz-transform: rotate(45deg) translate(5px, 5px);
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-moz-transform: rotate(45deg) translate(5px, 5px);
	-o-transform: rotate(45deg) translate(5px, 5px);
}
.menu-opener.active span:after {
	transform: rotate(-45deg) translate(7px, -8px);
	-moz-transform: rotate(-45deg) translate(7px, -8px);
	-ms-transform: rotate(-45deg) translate(7px, -8px);
	-o-transform: rotate(-45deg) translate(7px, -8px);
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
}
.menu-opener,
#nav ul li .sub-menu-opener{
	display:none;
}
.top-cart-holder{
	overflow:hidden;
	position: absolute;
	top:109px;
	right:0;
	height:109px;
	width:125px;
	text-align:center;
	z-index:10;
	background:#f2f4ea;
	text-transform:uppercase;
}
.top-cart-holder.cart-stick {
	position:fixed;
	top:0;
}
.top-cart-holder .inner-holder{
	display: block;
    height: 100%;
    padding-top: 45px;
}
.top-cart-holder > a{
	display:block;
	height:100%;
}
.top-cart-holder span{
	display:block;
	font-size:10px;
	letter-spacing:1px;
	line-height: 14px;
}
.top-cart-holder i{
	color:#454545;
	font-size:24px;
	margin-bottom:8px;
}
.ordering-page #header {
    padding-right: 135px;
}
#header .left-col .buy-btn{
	padding-top:10px;
}
#header .right-col .buy-btn{
	display:none;
}
/*** Main ***/
#main{
	overflow:;
	width:100%;
}
#main-banner{
	overflow:hidden;
	position:relative;
}
#main-banner .slider .slide{
	position:relative;
	height:100vh;
}
#main-banner .slider .slide > img {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    position: relative;
    top: 0;
    width: 100%;
}
.bottom-border:after{
	background: rgba(255, 255, 255, 0.40);
    content: "";
    display: block;
    height:10px;
    margin-top:20px;
    width:185px;
}
#main-banner .slick-dots{
	text-align:right;
	padding: 0 39px 0 0;
	right: 0;
	bottom: 80px;
	z-index: 9;
	width:auto;
	height:24px;
}
#main-banner .slider.fixed-height .slick-dots{
	bottom: 34px;
}
#main-banner .slider-caption {
    left: 0;
    position: absolute;
    top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
#main-banner .slider-caption .caption-inner {
	background:rgba(42,32,22,0.5);
    margin: 0 auto;
    max-width:1003px;
	color:#fff;
	padding:20px 50px 25px;
	text-align:left;
	width:75%;
}
#main-banner .slider-caption .caption-head{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight: 300;
	line-height:1;
	position:relative;
	margin-bottom: 25px;
}
#main-banner .slider-caption .bottom-border:after,
#main-banner .caption-content h3.bottom-border:after{
	background:rgba(255,255,255,0.3);
	height:8px;
	width:250px;
	margin-top: 20px;
}
#main-banner .slider-caption h1{
	font-size:32px;
	color:#fff;
	margin-bottom:10px;
}
#main-banner .slider-caption h1:after{
	display:none;
}
#main-banner .caption-content {
    padding-right: 60px;
}
#main-banner .caption-content strong{
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	margin-bottom:20px;
}
#main-banner .caption-content h3{
	position:relative;
	color:#fff;
	font-size:22px;
	font-weight:300;
	display:block;
	margin-bottom:22px;
}
#main-banner .caption-content h3.bottom-border:after{
	background:rgba(0,0,0,0.2);
	margin-top: 18px;
}
.two-column{
	overflow:hidden;
	margin:0 -15px;
}
.two-column .column{
	display:inline-block;
	vertical-align:top;
	width:50%;
	margin-right:-4px;
	padding:0 15px;
}

#main-banner .caption-content .two-column{
	margin:0 -75px;
}
#main-banner .caption-content .two-column .column{
	padding:0 75px;
}
#main-banner .caption-content .two-column .column:first-child{
	width:46%;
}
#main-banner .caption-content .two-column .column:last-child{
	width:54%;
}
#main-banner .caption-content ul{
	list-style:none;
	font-size:16px;
	font-weight:700;
	list-style-position: outside;
	padding-left:17px;
	padding-right: 40px;
}
#main-banner .caption-content ul li{
	margin-bottom:15px;
	position:relative;
	padding-left: 12px;
}
#main-banner .caption-content ul li:before{
	content:"";
	background:rgba(255,255,255,0.2);
	height:15px;
	width:15px;
	position:absolute;
	top:3px;
	left:-17px;
	border-radius:50%;
}
#main-banner .caption-content .btn{
	background:rgba(255,255,255,0.20);
	margin-top:30px;
	display:block;
	color:#fff;
	border-color:#fff;
}
#main-banner .caption-content .btn:hover{
	background:rgba(255,255,255,0.50);
}
#main-banner .caption-content .btn i{
	color:#fff;
	border-color:#fff;
}
#main-banner .slider .slide{
	position:relative;
}
/*#main-banner .slider .slide img{
    width:100%;
}*/
#main-banner .slide .slide-caption {
    background: rgba(42, 32, 22, 0.25) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    padding: 50px 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
	height: 175px;
}
#main-banner .slider.fixed-height .slide .slide-caption{
	height:80px;
	padding:0;
}
#main-banner .slide .slide-caption h2{
	position:relative;
	padding-left:3.2%;
	margin-bottom:0;
	display: inline-block;
	color:#fff;
	font-size:48px;
	font-weight:300;
}
#main-banner .slide .slide-caption .btn{
	border-color: #ffffff;
    color: #ffffff;
    left: 0;
    margin: 7px auto 0;
    position: absolute;
    right: 0;
    width: 332px;
}
#main-banner .slide .slide-caption .btn i{
	color:#fff;
	border-color:#fff;
}
.explore-range{
	overflow:hidden;
	background:#fff;
	padding:100px 0 105px; 
}
.explore-range .row{
	overflow:hidden;
	margin-bottom:190px;
}
.explore-range .row:last-child{
	margin-bottom:0;
}
.explore-range.range{
	background:rgba(199,200,197,0.22);
	margin-bottom:40px;
}
.explore-range .row .head-holder{
	float:left;
	width:40%;
	margin-right:13%;
	font-family: 'Open Sans', sans-serif;
	font-size:32px;
	font-weight:300;
	line-height:38px;
	color:#363535;
}
.explore-range .row span.bottom-border:after{
	background:#ECE8E1;
    width:330px;
}
.explore-range .row .text-holder{
	overflow:hidden;
	letter-spacing:1px;
}
.ranges{
	overflow:hidden;
	margin-bottom:40px;
}
.ranges .range-head{
	background:#c7c8c5;
	padding:46px 0;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
body.user-logedin .ranges .range-head,
.single-range .ranges .range-head{
	min-height:266px;
}
.ranges .range-head a.btn{
	margin-top:35px;
	min-width:260px;
	border-color:#fff;
	color:#fff;
}
.ranges .range-head a.btn:hover{
	background:rgba(255,255,255,0.40);
}
.ranges .range-head a.btn i{
	border-color:#fff;
	color:#fff;
}
.ranges .range-head.brown{
	background:#d6cfc4;
}
.ranges .range-head .range-meta-holder {
    max-width: 83%;
    overflow: hidden;
}
.ranges .range-head .range-title{
	float:left;
}
.ranges .range-head .range-meta{
	float:right;
}
.ranges .range-meta ul{
	list-style:none;
	margin-bottom:0;
}
.ranges .range-meta ul li{
	display:inline-block;
	vertical-align:top;
	margin-left:30px;
	text-align:center;
	font-size: 14px;
}
.ranges .range-meta li .icon-holder{
	height:70px;
	width:70px;
	line-height:70px;
	background:rgba(255,255,255,0.25);
	border-radius:50%;
	margin: 0 auto 16px;
}
.ranges .range-meta li a{
	display:block;
}
.ranges .range-meta li i{
	color:#fff;
	font-size:28px;
	font-weight:300;
	line-height: 70px;
}
.ranges .range-meta li a:hover .icon-holder{
	background:rgba(0,0,0,0.25);
}
.ranges .range-meta li a:hover i{
	color:#fff;
}
.ranges .range-meta li a:hover span{
	color:rgba(0,0,0,0.25);
}
.ranges .range-meta li span{
	color:#fff;
	display:block;
}
.ranges .range-head h3{
	font-size:48px;
	font-weight:300;
	color:rgba(255,255,255,0.5);
	margin-bottom:0;
}
.ranges .range-slider{
	margin:0 -0.5px;
}
.ranges .range-slider .slide{
	padding:0 0.5px;
}

@media only screen and (min-width: 1181px) {
.ranges .range-slider .prev-holder,
.ranges .range-slider .next-holder {
    height: 100%;
    margin: 0 auto;
    max-width: 1360px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}
.ranges .range-slider .slick-prev,
.ranges .range-slider .slick-next {
    left: auto;
    right: 95px;
    top: -118px;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
    transform: none;
}
body.user-logedin .ranges .range-slider .slick-prev,
body.user-logedin .ranges .range-slider .slick-next,
.single-range .ranges .range-slider .slick-prev,
.single-range .ranges .range-slider .slick-next {
    top: -219px;
}
.ranges .range-slider .next-holder {
    left: 0;
    position: absolute;
	height:auto;
}
.ranges .range-slider .slick-next {
    right: 0;
}
.ranges .range-slider .slick-prev::before, 
.ranges .range-slider .slick-next::before {
    color: #c7c8c5;
    font-size: 50px;
}
}
.ranges .range-slider .slide a.lightbox {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
.range-slider .slide .slide-zoom {
    background:rgba(0,0,0,0.4);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
	text-align:center;
	opacity:0;
	visibility:hidden;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.range-slider .slide a:hover .slide-zoom {
	opacity:1;
	visibility:visible;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.range-slider .slide .slide-zoom span{
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.range-slider .slide .slide-zoom i {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: #707070;
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    width: 80px;
}
.home-news{
	overflow:hidden;
}
#sidebar{
	float:left;
	width:30.888%;
	margin-right:3%;
}
#content{
	float:right;
	width:66.112%;
}
#sidebar .side-widget{
	border:1px solid #b5b5b5;
	border-left-width:16px;
	border-left-color:#aaaba5;
	padding:34px 30px 18px;
	text-transform:uppercase;
	font-weight:700;
	position:relative;
	margin-bottom:20px;
}
#sidebar .side-widget:nth-child(3n+2){
	border-left-color:#96a3ab;
}
#sidebar .side-widget:nth-child(3n+3){
	border-left-color:#a98a6e;
}


#sidebar .side-widget.silver{
	border-left-color:#aaaba5;
}
#sidebar .side-widget.grey{
	border-left-color:#96a3ab;
}
#sidebar .side-widget.brown{
	border-left-color:#a98a6e;
}


#sidebar .side-widget:after{
	content:"";
	background-image:url(../images/logo-a.svg);
	background-repeat:no-repeat;
	background-size:cover;
	width:48px;
	height:48px;
	position:absolute;
	top:19px;
	right:22px;
}
#sidebar .side-widget:nth-child(3n+2):after{
	background-image:url(../images/logo-b.svg);
}
#sidebar .side-widget:nth-child(3n+3):after{
	background-image:url(../images/logo-c.svg);
}



#sidebar .side-widget.silver:after{
	background-image:url(../images/logo-a.svg);
}
#sidebar .side-widget.grey:after{
	background-image:url(../images/logo-b.svg);
}
#sidebar .side-widget.brown:after{
	background-image:url(../images/logo-c.svg);
}

#sidebar .side-widget strong{
	display:block;
	border-bottom:1px solid #d9d9d9;
	padding:0 54px 25px 0;
	margin-bottom:35px;
	font-size:20px;
}
#sidebar .side-widget:nth-child(2) strong{
	border-color:#ebedef;
}
#sidebar .side-widget:nth-child(3) strong{
	border-color:#e5e8ea;
}
#sidebar .side-widget ul{
	list-style:none;
	margin-bottom:0;
}
#sidebar .side-widget ul li{
	display:block;
	margin-bottom:18px;
}
#sidebar .side-widget ul li a{
	display:inline-block;
	color:#363535;
}
#sidebar .side-widget ul li a:hover{
	color:#b5b5b5;
}

#sidebar .side-widget:nth-child(3n+2) ul li a:hover{
	color:#96a3ab;
}
#sidebar .side-widget:nth-child(3n+3) ul li a:hover{
	color:#a98a6e;
}
.home-news #content > h2{
	color:#363535;
	font-size:32px;
	font-weight:300;
	margin-bottom:55px
}
.home-news #content > h2:after{
	background:#ECE8E1;
}
#content .two-column{
	margin:0 -25px;
}
#content .two-column .column{
	padding:0 25px;
	margin-bottom:40px;
}
#content .column .post-holder{
	overflow:hidden;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:24px;
}
#content .column .post-holder .img-holder{
	margin-bottom:25px;
}
#content .column .post-holder h3{
	font-family: 'Karla', sans-serif;
	color:#707070;
	font-size:16px;
	font-weight:700;
	display:block;
	margin-bottom:8px;
}
#content .column .post-holder h3 a{
	color:#707070;
}
#content .column .post-holder h3 a:hover{
	color:#8b8d76;
}
#content .column .post-holder time{
	font-size:14px;
	color:#bababa;
	font-style:normal;
	display:block;
	margin-bottom:20px;
}
#content .column .post-holder a.btn{
	display:block;
	margin-top: 22px;
	border-color:#AAABA5;
}
#content .column .post-holder a.btn i{
	border-color:#AAABA5;
	color:#bcbcbc;
}
#content .column .post-holder a.btn:hover{
	border-color:#d6d7cf;
	color:#8b8d76;
}
#content .column .post-holder a.btn:hover i{
	border-color:#d6d7cf;
	color:#8b8d76;
}
#content .column .post-holder > p {
    letter-spacing: 1px;
}
.single-range #main-banner .slick-dots{
	background: rgba(42, 32, 22, 0.25);
    padding: 70px 39px 70px 0;
    width: 100%;
	bottom: 0;
	height:auto;
}
.single-range .ranges .range-head .range-title {
    padding-top: 20px;
}
.single-range .explore-range{
	padding:70px 0 60px;
}
.four-column{
	overflow:hidden;
	margin:0 -20px;
}
.four-column .column{
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin-right:-5px;
	padding:0 20px;
	margin-bottom:40px;
}
.select-style {
    overflow: hidden;
    background: #fff url("../images/icon-select.png") no-repeat 100% 54%;
	display:inline-block;
	cursor:pointer;
	vertical-align: top;
	text-align:left;
	width:100%;
}
.range-filters .select-style{
	width: calc(100% - 132px);
}
.range-filters .column:nth-child(2) .select-style{
	width: calc(100% - 60px);
}
.range-filters .column:nth-child(3) .select-style{
	width: calc(100% - 80px);
}
.range-filters .column:nth-child(4) .select-style{
	width: calc(100% - 70px);
}
.select-style select {
    padding:0 12px 0 0;
    width: 100%;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	color:#5D5D5D;
    border: none;
	padding:0;
	height:auto;
	margin-bottom:0;
    box-shadow: none;
	cursor:pointer;
	line-height: 21px;
    background: transparent;
    background-image: none;
	box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
/*.select-style:after{
	content: '\f107';
	font-family: 'FontAwesome5ProLight';
	display:inline-block;
}*/
.select-style select:focus {
    outline: none;
}
.select-box{
	border:1px solid #d9d9d9;
	padding:18px;
	text-align:center;
	background:#fff;
}
.select-box label{
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	vertical-align: top;
}
.explore-range.hunter{
	background:rgba(199,200,197,0.15);
}
.range-filters{
	overflow:hidden;
	background:rgba(199,200,197,0.15);
}
.products-range{
	overflow:hidden;
	padding-bottom:90px;
	background:rgba(199,200,197,0.15);
}
.general-page .products-range{
	background:#fff;
}
.single-product .products-range{
	margin-bottom:40px;
}
.products-range .column .product-holder{
	overflow:hidden;
	padding-bottom:18px;
	border-bottom:1px solid #d2d2d2;
}
.products-range .product-holder .img-holder{
	overflow:hidden;
	background:#fff;
	border:1px solid #e2e2e2;
	margin-bottom:18px;
	display:table;
	width:100%;
	text-align: center;
	padding: 30px 0 15px;
}
.products-range .product-holder .img-holder .inner-holder{
	display:table-cell;
	vertical-align:middle;
	height:100%;
}
.products-range .product-holder h3{
	font-family: 'Karla', sans-serif;
	display:block;
	margin-bottom:8px;
	font-weight:700;
	font-size:16px;
}
.products-range .product-holder h3 a{
	color:#363535;
}
.products-range .product-holder h3 a:hover{
	color:#8b8d76;
}
.products-range .product-holder span.price{
	display:block;
	color:#363535;
	font-size:14px;
	margin-bottom:10px;
	letter-spacing:1px;
}
.products-range .product-holder a.btn{
	display:block;
	border-color:#b2b2b2;
	background:#fff;
}
.products-range .product-holder a.btn:hover{
	background:rgba(214, 215, 207, 0.42);
}
.products-range .product-holder a.btn i{
	color:#b4b4b4;
	border-color:#b2b2b2;
}
.products-range .product-holder a.btn:hover i{
	color:#8b8d76;
}
.pagination-holder{
	overflow:hidden;
	padding:30px 0;
	clear:both;
}
.pagination-holder .pagination{
	list-style:none;
	float:left;
	margin-bottom:0;
}
.pagination-holder .pagination li{
	display:inline-block;
	vertical-align:top;
	margin-right:0px;
	border:1px solid #cccccc;
	border-right:none;
	height:58px;
	min-width:58px;
	padding:0;
	text-align:center;
	line-height:58px;
	font-size:18px;
	letter-spacing:1px;
	overflow:hidden;
}
.pagination-holder .pagination li:last-child{
	border-right:1px solid #cccccc;
}
.pagination-holder .pagination li:before{
	display:none !important;
}
.pagination-holder .pagination li a {
    display:block;
	color:#707070;
	background:#fff;
}
.pagination-holder .pagination li a:hover {
	background:rgba(139,141,118,0.56);
	color:#fff;
}
.pagination-holder .pagination li span{
	padding:0 30px;
	background:#fff;
	display:block;
}
.pagination-holder .select-box{
	float:right;
	width:300px;
}
.pagination-holder .select-box .select-style {
    width: calc(100% - 176px);
}
.detail-image{
	overflow:hidden;
	font-size:14px;
	margin-bottom: 25px;
}
.detail-image .img-holder img{
	width:100%;
}
.detail-image .img-holder{
	margin-bottom:40px;
}
.detail-image strong{
	font-size:20px;
	color:#4c4c4c;
	display:block;
	margin-bottom:5px;
}
.explore-range.more{
	padding:70px 0 70px !important;
}
.explore-range.other{
	background:rgba(199,200,197,0.22);
}
.more-ranges{
	padding:48px 3.2% 48px;
}
.more-ranges .explore-range-slider{
	margin:0 -24px;
}
.more-ranges .explore-range-slider .slide{
	padding:0 24px;
}
.explore-range-slider .slide .head-holder{
	padding:40px 38px 65px;
	background:#c9cac1;
	margin-bottom:1px;
}
.explore-range-slider .slide h3{
	color:#fff;
	font-size:32px;
	font-weight:300;
	margin-bottom:35px;
}
.explore-range-slider .slide h3:after {
    background: rgba(255,255,255,0.5);
}
.explore-range-slider .slide a.btn,
.explore-range-slider .slide a.btn i{
	color:#fff;
	border-color:#fff;
}
.explore-range-slider .slide a.btn{
	display: block;
}
.explore-range-slider .slide a.btn:hover {
    background: rgba(255,255,255,0.40);
    border-color: #d6d7cf;
    color: #8b8d76;
}
.explore-range-slider .slide a.btn:hover i{
    border-color: #d6d7cf;
    color: #8b8d76;
}
.explore-range-slider .slide .img-holder img{
	width:100%;
}
/*.explore-range-slider .slick-prev, 
.explore-range-slider .slick-next{
	background:none;
	height:auto;
	width:auto;
}
.explore-range-slider .slick-prev:hover, 
.explore-range-slider .slick-next:hover{
	background:none;
}*/
/*.explore-range-slider .slick-prev:hover::before, 
.explore-range-slider .slick-next:hover::before {
    color: #8b8d76;
}*/


@media only screen and (min-width: 1181px) {
.explore-range-slider .prev-holder,
.explore-range-slider .next-holder {
    height: 100%;
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}
.explore-range-slider .slick-prev,
.explore-range-slider .slick-next {
    left: auto;
    right: 115px;
    top:-200px;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
    transform: none;
}
.explore-range-slider .next-holder {
    left: 0;
    position: absolute;
	height:auto;
}
.explore-range-slider .slick-next {
    right:25px;
}

}
@media only screen and (min-width:1700px) and (max-width: 1800px) {
	.explore-range.more .row{
		width:calc(100% - 100px);
	}
}
@media only screen and (min-width:1540px) and (max-width: 1699px) {
	.explore-range.more .row{
		width:calc(100% - 140px);
	}
}
@media only screen and (min-width:1181px) and (max-width: 1539px) {
	.explore-range.more .row{
		width:calc(100% - 200px);
	}
}
@media only screen and (max-width: 1180px) {
	.explore-range-slider .slick-prev {
		left: -1%;
	}
	.explore-range-slider .slick-next{
		right:-1%;
	}
}




@media only screen and (min-width:1501px) and (max-width: 1680px) {
	/*.explore-range.other .row{
		padding:0 30px;
	}*/
	/*.explore-range-slider .slick-prev{
		left: -1%;
	}
	.explore-range-slider .slick-next{
		right:-1%;
	}*/
}
@media only screen and (min-width:1181px) and (max-width: 1500px) {
	/*.explore-range.other .row{
		padding:0 80px;
	}*/
	/*.explore-range-slider .slick-prev{
		left: -1%;
	}
	.explore-range-slider .slick-next{
		right:-1%;
	}*/
}

.single-product #header,
.white-head #header{
	background:#fff;
	border-bottom:1px solid #7b7b7b;
}
.top-pad{
	padding-top:110px;	
}
#product-detail .column .slideshow-holder {
    position: relative;
}
#product-detail{
	overflow:hidden;
	background:rgba(199,200,197,0.15);
	padding:100px 0 120px;
}
#product-detail .slideshow {
    border: 1px solid #e2e2e2;
    margin-bottom:30px;
    overflow: hidden;
}
#product-detail .gall h3{
	color:rgba(0,0,0,0.7);
	font-size:20px;
	font-family: 'Karla', sans-serif;
	margin-bottom:6px;
}
#product-detail .gall p{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}
#product-detail .gall .slider-caption {
    overflow: hidden;
    padding-right: 125px;
}
#product-detail .slider-nav{
	margin:0 -8px;
}
#product-detail .slider-nav .slick-slide{
	margin:0 10px;
}
#product-detail .slider-nav .slide {
    border:1px solid #e2e2e2;
	cursor: pointer;
}
@media only screen and (min-width: 768px) {
	#product-detail .slider-nav .prev-holder, 
	#product-detail .slider-nav .next-holder {
		height: 100%;
		margin: 0 auto;
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
	#product-detail .slider-nav .slick-prev, 
	#product-detail .slider-nav .slick-next {
		left: auto;
		right: 70px;
		top: -75px;
		transform: none;
		height:60px;
		width:60px;
	}
	#product-detail .slider-nav .next-holder {
		height: auto;
		left: 0;
		position: absolute;
	}
	#product-detail .slider-nav .slick-next {
		right: 0;
	}
	#product-detail .slider-nav .slick-prev::before, 
	#product-detail .slider-nav .slick-next::before {
		color: #fff;
		font-size: 36px;
	}
}
#product-detail .slider-nav .slick-prev, 
#product-detail .slider-nav .slick-next {
	background:rgba(87,86,86,0.18);
}
#product-detail .slider-nav .slick-prev:hover, 
#product-detail .slider-nav .slick-next:hover {
	background:rgba(87,86,86,0.5);
}
#product-detail .slideshow-holder .slide,
#product-detail .slider-nav .slide{
	background:#fff;
}
#product-detail .slideshow-holder .slide img{
	width:100%;
}
#product-detail .slideshow-holder a.lightbox {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
#product-detail .slideshow-holder .slide .slide-zoom {
    background:none;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}
#product-detail .slideshow-holder .slide a:hover .slide-zoom {
    opacity: 1;
    transition: all 0.3s ease 0s;
    visibility: visible;
}
#product-detail .slideshow-holder .slide .slide-zoom span {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
#product-detail .slideshow-holder .slide .slide-zoom i {
    background: rgba(255, 255, 255, 0.70) none repeat scroll 0 0;
    border-radius: 50%;
    color: rgba(0,0,0,0.48);
    font-size: 32px;
    height: 100px;
    line-height: 100px;
    width: 100px;
}
#product-detail .two-column{
	margin:0 -25px;
}
#product-detail .two-column .column{
	padding:0 25px;
}
#product-detail .column h1{
	font-size:32px;
	font-weight:300;
}
#product-detail .column h1:after {
    width: 330px;
}
#product-detail .column .sku {
    font-size:14px;
	color:#929292;
	display:block;
}
#product-detail .p-summery{
	margin-top:60px;
}
#product-detail .p-summery h2{
	margin-bottom:55px;
}
#product-detail .p-summery p{
	margin-bottom:20px;
}
.return-block{
	overflow:hidden;
	background:#c7c8c5;
	padding:76px 0;
	margin-bottom:40px;
}
.return-block h3{
	float:left;
	color:#fff;
	font-size:36px;
	font-weight:300;
}
.return-block a.btn{
	float:right;
	width:38.1%;
	border-color:#fff;
	color:#fff;
}
.return-block a.btn i,
.find-stocklist a.btn i{
	border-color:#fff;
	color:#fff;
}
.return-block a.btn:hover,
.return-block a.btn:hover i,
.find-stocklist a.btn:hover,
.find-stocklist a.btn:hover i{
	border-color:#d6d7cf;
	color:#8b8d76;
}
.find-stocklist{
	overflow:hidden;
	background:#96a3ab;
	padding:150px 0;
	margin-bottom:40px;
}
.find-stocklist span.bottom-border{
	width:23.6%;
	text-align:center;
	font-size:20px;
	color:#fff;
	display:inline-block;
	margin-right:-4px;
	/*margin-top: 6px;*/
}
.find-stocklist span.bottom-border:after{
	background:rgba(221,226,228,0.20);
	width:100px;
	margin:12px auto 0;
}
.find-stocklist .row-left,
.find-stocklist .row-right {
    /*float: left;
    width:38.2%;*/
	
	display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 38.2%;
}
.find-stocklist .row-right p:last-child{
	margin-bottom:0;
}
/*.find-stocklist .row-right {
    float: right;
}*/
.find-stocklist a.btn{
	display:block;
	color:#fff;
	border-color:#fff; 
}
.single-product .ranges .range-head h3{
	font-size:36px;
}
.single-product .range-filters,
.single-product .products-range,
.single-product .explore-range .row.bg-color{
	background:#F8F8F8;
}
@media only screen and (min-width: 1181px) {
	.single-product .ranges .range-slider .slick-prev, 
	.single-product .ranges .range-slider .slick-next {
		top: -228px;
	}
}
.video-section{
	overflow:hidden;
	padding:70px 0 100px;
}
.video-section  h2{
	margin-bottom:35px;
}
.product-specification{
	padding:100px 0 130px;
	background:#F3F5F6;
	overflow:hidden;
	margin-bottom:40px;
}
.product-specification .p-specifications{
	overflow:hidden;
	max-width:842px;
	margin:0 auto;
}
.p-specifications h2{
	font-size:32px;
	margin-bottom:5px;
}
.p-specifications .column:first-child{
	padding-top:40px;
	width:68%;
}
.p-specifications .column:last-child{
	width:32%;
}
.p-specifications .column > strong{
	font-size:20px;
	margin-bottom:12px;
	display: block;
}
.p-specifications span{
	display:block;
	font-size:14px;
	color:rgba(112,112,112,0.75);
}
.p-specifications .column:last-child span{
	text-align:center;
	margin-top:30px;
}
.p-specifications span.bottom-border{
	margin-bottom:30px;
}
.p-specifications span.bottom-border:after{
	background:#e6e9eb;
	width:275px;
	height:2px;
	margin-top:15px;
}
.p-specifications  table {
    width: 100%;
	max-width:420px;
}
.p-specifications  table tr:nth-child(even) {
    background-color: #e9edef;
}
.p-specifications  table td {
    padding: 10px 18px;
    text-align: left;
	text-transform:uppercase;
}
.p-specifications table tr td:last-child {
    text-align: right;
	font-size:14px;
}
.single-product .explore-range .row .head-holder{
	width:42%;
}
.single-product .single-range .explore-range{
	padding-top:120px;
}
.general-content{
	overflow:hidden;
	padding:115px 0 85px;
}
.general-content .sm-container > h1{
	margin-bottom:70px;
}
.general-content #content{
	padding-bottom:85px;
	border-bottom:10px solid #D8DCDF;
}
#content .top-image{
	overflow:hidden;
	font-family: 'Karla', sans-serif;
	font-size:14px;
}
#content .top-image > img{
	margin-bottom:22px;
}
#content .top-image strong{
	overflow:hidden;
	margin-bottom:8px;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	display:block;
	color:#4c4c4c;
}
.general-content #content h1{
	font-weight:300;
	margin:45px 0;
}
.general-content #content h2{
	margin:45px 0 55px;
}
.general-content #content .two-column{
	margin: 80px -25px 40px;
}
.general-content #content .two-column .img-holder{
	margin-bottom:10px;
}
.general-content #content .two-column span{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}
.general-content #content .two-column h3{
	margin-bottom:25px;
}
.three-column{
	overflow: hidden;
	margin: 0 -20px;
}
.three-column .column {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: -5px;
    padding: 0 20px;
    vertical-align: top;
    width: 33.333%;
}
.general-page .products-range .product-holder span.price{
	margin-bottom:0;
}
.general-page .products-range .product-holder .img-holder{
	display:block;
	padding:0;
}
.view-range-section{
	overflow:hidden;
	background:rgba(150,163,171,0.11);
	padding:120px 0;
}
.view-range-section .left-col{
	width:31.333%;
	float:left;
	text-align:center;
	margin-right:3%;
}
.view-range-section .right-col{
	overflow:hidden;
}
.view-range-section .left-col span {
    margin-top: 30px;
    text-align: center;
	display:block;
}
.view-range-section .right-col h2{
	margin-bottom:45px;
}
.view-range-section .right-col a.btn{
	min-width:420px;
	margin-top:35px
}
.tabs-section{
	overflow:hidden;
	padding:120px 0;
}
/* tabset required styles for hidden tabs */
.js-tab-hidden {
	display:block !important;
	left:-9999px !important;
	position: absolute !important;
	top:-9999px !important;
}
.tabset{
	list-style:none;
	vertical-align:top;
	border:1px solid #acacac;
	border-bottom:none;
	overflow:hidden;
	margin-bottom:0;
}
.tabset li{
	display: inline-block;
	width:20%;
	margin-right:-6px;
	vertical-align:top;
	text-align:center;
	border-right:1px solid #acacac;
	border-bottom:1px solid #acacac;
}
.tabset li.active{
	border-bottom:1px solid #fff;
}
.tabset li:last-child{
	border-right:none;
}
.tabset li a{
	color:#96A3AB;
	font-size:20px;
	padding:20px 5px;
	display: block;
	background:rgba(150,163,171,0.15);
}
.tabset li.active a,
.tabset li:hover a{
	color:#707070;
	font-weight:700;	
	background:#fff;
}
.tab-content {
    overflow: hidden;
    padding: 90px 40px 25px;
	border:1px solid #acacac;
	border-top:none;
}
.seven-column{
	overflow:hidden;
	margin:0 -40px;
}
.seven-column .column{
	display:inline-block;
	vertical-align:top;
	width:14.285%;
	margin-right:-5px;
	padding:0 40px;
	text-align:center;
	margin-bottom:60px;
}
.tab-content h2{
	font-size:32px;
	font-weight:300;
	margin-bottom:60px;
}
.tab-content h2:after{
	background:#ECE8E1;
	height:10px;
	width:187px;
}
.tab-content .seven-column a {
    display: block;
}
.tab-content .seven-column .icon-holder{
	background: #96a3ab;
    border-radius: 50%;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 20px;
    width: 100px;
}
.tab-content .seven-column .icon-holder i {
    color: #ffffff;
    font-size: 43px;
    font-weight: 300;
    line-height: 100px;
}
.tab-content .seven-column a:hover i,
.tab-content .seven-column a:hover strong {
    color: #8b8d76;
}
.tab-content .seven-column strong{
	color:#363535;
}
.general-content.bottom #content{
	border-bottom:none;
	padding-bottom:0;
}
.general-content.bottom #content h1{
	margin-top:0;
}
.general-content #content ul,
.general-content #content ol{
	list-style:none;
	margin-bottom:40px;
}
.general-content #content ul li,
.general-content #content ol li{
	margin-bottom:10px;
}
.general-content #content ul li:before{
	content: "";
	background: #ece8e1;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 12px;
    vertical-align: middle;
    width: 10px;
}
.general-content #content ol {
	list-style: none;
	counter-reset: my-awesome-counter;
}
.general-content #content ol li {
 	counter-increment: my-awesome-counter;
}
.general-content #content ol li::before {
	content: counter(my-awesome-counter) ") ";
	color: #cbd2d5;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
}
.form-section{
	overflow:hidden;
	background:#fff;
	padding:120px 0;
}
.form-section h1{
	font-weight:300;
	margin-bottom:45px;
}
.form-section .two-column{
	margin:0 -50px;
}
.form-section .two-column .column{
	padding:0 50px;
}
.form-section .form-holder .row {
    margin-bottom: 12px;
    overflow: hidden;
}
.form-section .form-holder label{
	font-size:20px;
	margin-bottom:12px;
	display:block;
}
.form-section .form-holder label span{
	color:#a98a6e;
	font-size:29px;
}
.form-section .form-holder .btn{
	min-width:245px;
	border-color:#b2b2b2;
	background:#fff;
}
.form-section .form-holder .btn:hover{
	background:rgba(214, 215, 207, 0.42);
}
.form-section .form-holder .btn i{
	border-color:#b2b2b2;
}
.store-loactor{
	overflow:hidden;
	padding:50px 0 65px;
}
@media only screen and (min-width: 1380px) {
	.store-loactor .sm-container {
		float: right;
		margin: 0;
		padding: 0 0 0 15px;
		width: 1375px;
	}
}
.store-loactor .map-holder > img{
	width:100%;
}
.store-loactor #sidebar {
    width: 25.888%;
}
.store-loactor #content {
    width: 71.113%;
}
.store-loactor #sidebar h1{
	font-size:24px;
	line-height:28px;
	font-weight:300;
	margin-bottom:40px;
}
.accordian-holder{
	overflow: hidden;
	margin-bottom:20px;
}
.accordian-holder a.accordian-opener{
	border:1px solid #b5b5b5;
	border-left:16px solid #8b8d76;
	display: block;
	font-size:20px;
	line-height:22px;
	text-align: left;
	position: relative;
	padding: 18px 48px 18px 25px;
	text-transform:uppercase;
}
.accordian-holder a.accordian-opener.is-active{
	border-bottom:none;
}
.accordian-holder .slide{
	border:1px solid #b5b5b5;
	border-left:16px solid #8b8d76;
	border-top:none;
	text-align: left;
	display: none;
	padding: 6px 30px 12px;
}
.accordian-holder .accordian-opener:after{
	content: '\f067';
	font-family: 'FontAwesome5ProLight';
	font-size:18px;
	color:#707070;
	margin-top: -10px;
    position: absolute;
    right: 25px;
    top: 50%;
    width: auto;
}
.accordian-holder .accordian-opener.is-active:after{
	content: '\f068';
}
.accordian-holder .accordian-opener:hover,
.accordian-holder .accordian-opener:hover:after{
	text-decoration: none;
	color:#8b8d76;
}
.accordian-holder .slide ul{
	margin:0;
	list-style:none;
}
.accordian-holder .slide ul li{
	margin-bottom:8px;
}
#sidebar .store-address .accordian-holder:nth-child(4n+2) a.accordian-opener,
#sidebar .store-address .accordian-holder:nth-child(4n+2) .slide{
	border-left-color:#a98a6e;
}
#sidebar .store-address .accordian-holder:nth-child(4n+2) a.accordian-opener:hover,
#sidebar .store-address .accordian-holder:nth-child(4n+2) .slide li a:hover,
#sidebar .store-address .accordian-holder:nth-child(4n+2) .accordian-opener:hover, 
#sidebar .store-address .accordian-holder:nth-child(4n+2) .accordian-opener:hover:after{
	color:#a98a6e
}



#sidebar .store-address .accordian-holder:nth-child(4n+3) a.accordian-opener,
#sidebar .store-address .accordian-holder:nth-child(4n+3) .slide{
	border-left-color:#96a3ab;
}
#sidebar .store-address .accordian-holder:nth-child(4n+3) a.accordian-opener:hover,
#sidebar .store-address .accordian-holder:nth-child(4n+3) .slide li a:hover,
#sidebar .store-address .accordian-holder:nth-child(4n+3) .accordian-opener:hover, 
#sidebar .store-address .accordian-holder:nth-child(4n+3) .accordian-opener:hover:after{
	color:#96a3ab
}

#sidebar .store-address .accordian-holder:nth-child(4n+4) a.accordian-opener,
#sidebar .store-address .accordian-holder:nth-child(4n+4) .slide{
	border-left-color:#aaaba5;
}
#sidebar .store-address .accordian-holder:nth-child(4n+4) a.accordian-opener:hover,
#sidebar .store-address .accordian-holder:nth-child(4n+4) .slidea:hover,
#sidebar .store-address .accordian-holder:nth-child(4n+4) .accordian-opener:hover, 
#sidebar .store-address .accordian-holder:nth-child(4n+4) .accordian-opener:hover:after{
	color:#aaaba5
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
	font-size:14px;
}
.store-popup{
	overflow:hidden;
	width:716px;
	position:relative;
	padding:25px;
}
.store-popup .two-column{
	margin:0 -40px;
}
.store-popup .column{
	padding:0 40px;
	margin-right:-6px;
}
.store-popup .column h3{
	padding-top:15px;
	font-size:20px;
	font-weight:700;
	color:#707070;
}
.store-popup .column h4{
	font-size:14px;
	font-weight:400;
	color:rgba(112,112,112,0.70);
	display:block;
	margin-bottom:14px
}
.store-popup .column h4:after{
	background:#ebedef;
	height:2px;
	width:100%;
	margin-top:14px;
}
.store-popup .column address{
	font-style:normal;
	line-height:24px;
}

.store-popup .column .timming-table {
    margin-bottom: 30px;
    overflow: hidden;
}
.store-popup .column strong.tel{
	display:block;
	margin-bottom:25px;
	text-transform:uppercase;
}
.store-popup .column strong.tel a{
	color:#707070;
}
.store-popup .column table {
    width: 100%;
}
.store-popup .column table td {
    text-align: left;
	text-transform:uppercase;
}
.store-popup .column table tr td:first-child {
    padding-left:0;
}
.store-popup .column table tr td:last-child {
    text-align: right;
	padding-right: 0;
}
.store-popup .column .slider{
	margin-bottom:25px;
}
.store-popup .column .slider .slide img{
	margin:0 auto;
}
.store-popup .column .slick-prev, 
.store-popup .column .slick-next{
	height:48px;
	width:48px;
}
.store-popup .column .slick-prev{
	left:5px;
}
.store-popup .column .slick-next{
	right:5px;
}
.store-popup .column .slick-prev::before, 
.store-popup .column .slick-next::before{
	font-size:30px;
}
.store-popup .column:last-child strong{
	color:#969797;
	display:block;
	margin-bottom:15px;
}
.store-popup .column ul{
	list-style:none;
	margin-bottom:40px;
}
.store-popup .column ul li{
	margin-bottom:10px;
}
.store-popup .column ul li a{
	color:#707070;
}
.store-popup .column ul li a:hover{
	color:#8b8d76;
}
.store-popup .column ul li:before{
	content: "";
	background: #ece8e1;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 12px;
    vertical-align: middle;
    width: 10px;
}
.store-popup .column .select-box {
    border: 1px solid #d9d9d9;
    width: 99%;
}
.store-popup .column .select-box select{
   font-weight:400;
   color: #707070;
   letter-spacing:1px;
}
.store-popup ul.other-products li{
	width:50%;
	display:inline-block;
	vertical-align:top;
	margin-right:-4px;
}
.fancybox-type-inline .fancybox-skin,
.fancybox-desktop.fancybox-type-ajax .fancybox-skin{
	border-left: 16px solid #96a3ab;
	padding:0 !important;
}
.store-popup .close{
	bottom: 25px;
    color: #96a3ab;
    font-size: 14px;
    left: 25px;
    position: absolute;
}
.store-popup .close:hover{
	color:#8b8d76;
}
.store-popup.order-popup{
	background:#f4f6f7;
	padding:0;
}
.store-popup.order-popup .two-column {
    padding: 0 25px;
	margin: 0 -25px;
}
.store-popup.order-popup .two-column .column{
	padding:25px;
}
.store-popup.order-popup .two-column .column:first-child{
    background:#fff;
	padding:0 0 25px;
}
.store-popup.order-popup .column h3 {
    padding:40px 25px 0;
}
.store-popup.order-popup .column h4 {
    padding:0 25px;
	margin-bottom:30px;
}
.store-popup.order-popup .column table {
    margin-bottom:30px;
}
.store-popup.order-popup .column .delivery-t {
    background:#f4f6f7;
	margin-bottom:0;
}
.store-popup.order-popup .column table tr td:first-child {
    padding-left:25px;
}
.store-popup.order-popup .column table tr td:last-child {
    padding-right: 25px;
}
.store-popup.order-popup .column .timming-table.delivery-t table tr:nth-child(odd) {
    background-color: #f4f6f7;
}
.store-popup.order-popup .column .timming-table.delivery-t table tr:nth-child(even) {
    background-color: #fff;
}
.store-popup.order-popup  .column .timming-table table tr:nth-child(even) {
    background-color: #f4f6f7;
}
.fancybox-type-inline .fancybox-item.fancybox-close{
	display:none;
}
.checkout-page{
	overflow:hidden;
	padding:50px 0 35px;
}
.checkout-page #content > h1{
	margin-bottom:40px;
	font-weight:300;
}
.checkout-page #content > h1:after{
	width:330px;
}
.cart-table,
.billing-address .address-holder,
.payment-method,
.orders-holder{
	overflow:hidden;
	border: 1px solid #bcbcbc;
	padding-bottom:12px;
	margin-bottom:40px;
}
.cart-table .table-head,
.billing-address .address-holder .address-head,
.payment-method .payment-head,
.orders-holder .order-head{
	background:#f2f4ea;
	font-size:20px;
	padding:18px 20px;
	border-bottom:1px solid #bcbcbc;
	text-transform:uppercase;
}
.cart-table table{
	width:100%;
	border:none;
	font-size:14px;
	line-height:18px;
	margin-bottom:0;
}
.cart-table table th,
.cart-table table td{
	text-align:left;
	vertical-align: middle;
	text-transform:uppercase;
}
.cart-table table th{
	padding: 15px;
	font-weight:700;
	color:#96A3AB;
}
.cart-table table td b{
	padding-bottom:15px;
	font-weight:700;
	color:#96A3AB;
}
.cart-table table td{
	padding: 10px 15px;
}
.cart-table table td a{
	color:#707070;
}
.cart-table table tr td:first-child a{
	color:rgba(112,112,112,0.70);
}
.cart-table table td a:hover,
.cart-table table tr td:first-child a:hover{
	color:#8b8d76;
}
.cart-table table tr td:nth-child(4),
.cart-table table tr td:nth-child(5){
	text-align:right;
	color:#363535;
}
.cart-table table tr td:nth-child(3){
	text-align:center;
}
.cart-table table .control,
#order-slide .cart-orders .cart-produts .control,
.cartTable .cart-produts .control{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 82px;
}
.cart-table table .qty-input,
#order-slide .cart-orders .cart-produts .control .qty-input,
.cartTable .cart-produts table .qty-input{
    overflow: hidden;
    padding: 0 26px;
}
.cart-table table .control .btn-qty,
#order-slide .cart-orders .cart-produts .control .btn-qty ,
.cartTable .cart-produts .control .btn-qty {
    background:none;
    border: 1px solid #a98a6e;
    border-radius: 50%;
    color: #a98a6e;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 16px;
    left: auto;
    line-height: 13px;
    margin: 0 auto;
    position: absolute;
    right: 0;
	-moz-text-align: center;
	-ms-text-align: center;
	-webkit-text-align: center;
    text-align: center;
    top: 7px;
    width: 16px;
	padding-left:1px;
}
.cart-table table .control .btn-qty:hover,
#order-slide .cart-orders .cart-produts .control .btn-qty:hover,
.cartTable .cart-produts .control .btn-qty:hover {
    background: #a98a6e;
	color:#fff;
}
.cart-table table .qty-input input,
#order-slide .cart-orders .cart-produts .control .qty-input input,
.cartTable .cart-produts .control .qty-input input,
.cart-table td input {
    background-color: #ffffff;
    border: 1px solid #cbcbcb;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
	-moz-appearance: textfield;
	-ms-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.cart-table .check-proceed input{
	width:auto;
	border:none;
	float:right;
}
.cart-table table .qty-input input[type=number]::-webkit-inner-spin-button, 
.cart-table table .qty-input input[type=number]::-webkit-outer-spin-button,
#order-slide .cart-orders .cart-produts .control .qty-input input[type=number]::-webkit-inner-spin-button, 
#order-slide .cart-orders .cart-produts .control .qty-input input[type=number]::-webkit-outer-spin-button,
.cartTable .cart-produts .control .qty-input input[type=number]::-webkit-inner-spin-button, 
.cartTable .cart-produts .control .qty-input input[type=number]::-webkit-outer-spin-button { 
  -moz-appearance: none; 
  -ms-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
  margin: 0; 
}
.cart-table table .control .btn-qty.minus,
#order-slide .cart-orders .cart-produts .control .btn-qty.minus,
.cartTable .cart-produts .control .btn-qty.minus {
    left: 0;
    right: auto;
}
.cart-table{
	padding-bottom:0;
}
.cart-table .checkout-totals{
	clear:both;
	overflow:hidden;
	margin-top:30px;
	padding:30px 0 30px;
	background:#f2f4ea ;
}
.cart-table .checkout-totals .total-holder{
	float:right;
	width:45%;
}
.cart-table .checkout-totals table{
	font-weight:700;
}
.cart-table .checkout-totals table td{
	text-align:right;
	padding: 5px;
	color:#96A3AB;
	text-transform:none;
}
.cart-table .checkout-totals table tbody tr:nth-child(1) td{
	color: #363535;
	font-weight:700;
}
.cart-table .checkout-totals table tr td:last-child{
	width:20%;
	padding-right:15px;
}
.cart-table .checkout-totals table tr.sub-total td,
.cart-table .checkout-totals table tr.grand-total td{
	color:#363535;
}
.cart-table .checkout-totals table tr.grand-total td{
	font-size:18px;
}
.billing-address .billing-details{
	overflow:hidden;
	padding:25px 20px 15px;
	font-size:14px;
}
.cart-table .infoBoxHeading,
.billing-address .billing-details .infoBoxHeading{
	display:none;
}
.billing-address .billing-details table{
	margin-bottom:0;
}
.billing-address .billing-details table td{
	padding-top:8px;
	padding-bottom:8px;
}
.billing-address .billing-details table td strong{
	text-transform:uppercase;
	letter-spacing:0;
}
.billing-address .billing-details table td#stateCol_billing input,
.billing-address .billing-details table td#stateCol_delivery input{
	width:100% !important;
}
.billing-address .address-holder{
	margin-bottom:0;
}
.billing-address .billing-details form{
	margin-bottom:0;
}
.billing-address .billing-details .row{
	overflow:hidden;
	margin-bottom:15px;
	display: block;
}
.billing-address .billing-details label{
	font-weight:700;
	display: inline-block;
	vertical-align:middle;
	letter-spacing: 1px;
	width:140px;
	text-transform:uppercase;
}
.billing-address .billing-details .input-holder{
	display: inline-block;
	vertical-align:middle;
	width: calc(100% - 146px);
}
.billing-address .billing-details input{
	height:30px;
	line-height:30px;
	margin-bottom:0;
	letter-spacing: 1px;
	font-size:14px;
	border-color:#dddddd;
}
.billing-address .billing-details .select-box {
    padding: 3px 10px;
	border-color:#dddddd;
}
.billing-address .billing-details .select-box select{
    font-weight:400;
}
.billing-address .billing-details .row.link{
    margin-top:40px;
}
.billing-address .billing-details .btn{
    display:block;
}
.payment-method .payment-head{
	background:#f2f4ea;
}
.payment-method .payment-details{
	overflow:hidden;
	padding:27px 20px 15px;
	font-size:14px;
}
.payment-method .payment-details .infoBoxHeading{
	display:none;
}
.payment-method .payment-details table{
	margin-bottom:0;
}
.payment-method .payment-details table td{
	padding:0;
}
.payment-method .payment-details h3{
	font-size:14px;
	font-weight:700;
	color:#8B8D76;
	margin-bottom:25px;
	text-transform:uppercase;
}
.payment-method.ship-method{
	font-weight:700;
}
.payment-method.ship-method .payment-details h3{
	margin-bottom:0;
}
.payment-method .payment-details .accont-details,
.payment-method .payment-details .iban-details{
	margin-bottom:20px;
}
.payment-method .payment-details p{
	color:#8B8D76;
	margin-bottom:0;
}
.orders-holder{
	padding-bottom:0;
	border: 1px solid #bcbcbc;
}
.orders-holder .order-head > strong {
    display:block;
	margin-bottom:8px;
}
.orders-holder .order-head > p {
    font-size: 14px;
    margin-bottom: 0;
	color: rgba(112, 112, 112, 0.7);
}
.orders-holder .orders-inner{
	font-size:14px;
}
.orders-holder .orders-inner .row{
	overflow:hidden;
	border-bottom:1px solid #bfbfbf;
}
.orders-holder .orders-inner .row .order-add-cart {
	margin:0;
}
.orders-holder .order-add-cart .right-col button {
	width:100%;
}
.orders-holder .orders-inner .row:last-child{
	border-bottom:none;
}
.orders-holder .orders-inner .left-col{
	display: inline-block;
    padding:0;
    text-transform: uppercase;
    vertical-align: middle;
    width: calc(100% - 220px);
	letter-spacing: 1px;
}
.orders-holder .orders-inner .right-col{
	border-left: 1px solid #bcbcbc;
	width:220px;
	float: right;
}
.orders-holder .orders-inner .right-col .btn{
	font-size:16px;
	border:none;
	display: block;
	height: 100%;
	line-height: inherit;
}
.orders-holder .orders-inner .right-col .btn span{
	line-height:inherit;
}
.orders-holder .orders-inner .right-col .btn i{
	border-color:#bcbcbc;
	font-size:20px;
	line-height:inherit;
}
.orders-holder .orders-inner .left-col .details-holder {
    /*display: block;
    height: 100%;
    overflow: hidden;
    padding: 0 20px;*/
	position:relative;
	
	display: flex;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 20px;
}
.orders-holder .orders-inner .left-col > a:hover .details-holder {
	background:rgba(223,226,201,0.40);
}
.orders-holder .orders-inner .p-model {
   /* margin-right: 20px;
	color:rgba(112, 112, 112, 0.7);
	float:left;
	max-width: 95px;
	min-width: 95px;
	padding:19px 0;*/
	min-width:70px;
	align-self: center;
    color: rgba(112, 112, 112, 0.7);
    float: left;
    margin-right: 20px;
    max-width: 115px;
    padding: 18px 0;
}
.orders-holder .orders-inner .p-name {
    /*margin-right: 25px;
	float:left;
	max-width: 315px;
	padding:19px 0;*/
	
	align-self: center;
    float: left;
    margin-right: 25px;
    max-width: 100%;
    padding: 18px 0;
	min-width: calc(100% - 280px);
}
.orders-holder .orders-inner .left-col .p-name i {
	color:rgba(112, 112, 112, 0.7);
    font-size: 20px;
    vertical-align: middle;
	margin-right: 6px;
	float:left;
	width:20px;
}
.orders-holder .orders-inner .left-col .p-name > strong {
    float: right;
    width: calc(100% - 26px);
}
.orders-holder .orders-inner .left-col .p-name > strong a{
    text-decoration:none !important;
}
.orders-holder .orders-inner .p-stock {
	color:rgba(112, 112, 112, 0.7);
    float: right;
	/*padding:14px 0 14px 18px;*/
	/*border-left: 1px solid #bfbfbf;*/
	min-width: 156px;
	text-align: right;
	position:relative;
	
	align-self: center;
    height: 100%;
    padding-left: 18px;
    position: relative;
}
.orders-holder .orders-inner .p-stock:before {
    background: #bcbcbc none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px;
	top: 0;
}
.orders-holder .orders-inner .left-col input[type="button"],
.orders-holder .orders-inner .left-col input[type="text"] {
	font-family: 'Karla', sans-serif;
	font-size:14px;
    border: 1px solid #dddddd;
    display: inline-block;
    font-style: normal;
	font-size:14px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    width: 30px;
	margin-left: 5px;
	margin-bottom:0;
	color:#707070;
	font-weight: 700;
	background:#fff;
	padding:0;
}
.store-popup .column .img-holder{
	border:1px solid #e2e2e2;
	overflow:hidden;
	text-align:center;
	background:#fff;
}
.store-popup .column .img-holder > img{
}
.store-popup .column .delivery-t{
	margin-bottom:26px;
}
#sidebar .side-widget.cart-orders{
	 padding: 34px 0 10px;
	 text-transform:none;
}
#sidebar .side-widget.cart-orders::after{
	display:none;
}
#cartFrame{
	height:calc(100vh - 101px);
	width:100%;
}
#order-slide{
	background: #ffffff none repeat scroll 0 0;
    height: 100%;
    overflow: auto;
    position: fixed;
    right:-100%;
    top: 0;
    width:420px;
    z-index: 9999;
}
.slide-overlay {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
body.slide-active{
	overflow:hidden;
}
body.slide-active .slide-overlay {
    background: rgba(0,0,0,0.7);
    opacity: 1;
    visibility: visible;
    z-index:999;
}
#order-slide .cart-orders .head-holder {
    overflow: hidden;
    padding: 62px 30px 20px;
	background:#f2f4ea;
}
#order-slide .side-widget.cart-orders strong{
	float:left;
	padding:0;
	border-bottom:none;
	margin-bottom: 0;
}
#order-slide .side-widget.cart-orders i{
	font-size:16px;
	color:#707070;
	margin-right:5px;
}
#order-slide .cart-orders .cart-accordian-opener {
    float: right;
	color:#b8b8b8;
	position:relative;
	font-weight: 400;
    padding-right: 20px;
}
#order-slide .cart-orders .cart-accordian-opener:hover{
	color:#8b8d76;
}
#order-slide .cart-orders .cart-accordian-opener:after{
	content: '\f068';
	font-family: 'FontAwesome5ProLight';
	font-size:12px;
	color:#707070;
	margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
}
#order-slide .cart-orders .cart-accordian-opener.is-active:after{
	content: '\f067';
}
.accordian-holder .accordian-opener:hover,
.accordian-holder .accordian-opener:hover:after{
	text-decoration: none;
	color:#8b8d76;
}
#order-slide .cart-orders .slide {
    clear: both;
    overflow: hidden;
	border-top:1px solid #d9d9d9;
	padding-top:0;
}
#order-slide .cart-orders .top-text,
.cartTable .top-text{
	font-size:14px;
	margin-bottom:
	color:rgba(0,0,0,0.64);
	padding:0 30px 30px;
}
.cartTable .top-text .select-box{
	padding:18px;
}
.cartTable .top-text .select-box .select-style select{
	width:100% !important;
	font-size:14px;
}
#order-slide .cart-orders .top-text > p,
.cartTable .top-text > p{
	margin-bottom:20px;
}
#order-slide .cart-orders .top-text .select-box,
.cartTable .top-text .select-box{
	margin-bottom:8px;
}
#order-slide .cart-orders a.recalculate,
.cartTable .buttonSet button{
	display:block;
	margin-top:30px;
}
.cartTable .buttonSet button{
	margin-top:0;
}
#order-slide .cart-orders .p-totals,
.cartTable .p-totals{
	overflow:hidden;
	background:#f2f4ea;
	padding:30px 30px;
	font-size:16px;
	font-weight:400;
	position:relative;
	margin-bottom:25px;
}
#order-slide .cart-orders .p-totals table,
.cartTable .p-totals table{
	width:100%;
	margin-bottom:0;
}
.cartTable .p-totals table td{
	text-transform:uppercase;
}
#order-slide .cart-orders .p-totals table strong,
.cartTable .p-totals table strong{
	font-size:16px;
	line-height:21px;
	float:none;
}
#order-slide .cart-orders .p-totals tr td:first-child,
.cartTable .p-totals tr td:first-child{
	padding-left:0;
}
#order-slide .cart-orders .p-totals tr td:last-child,
.cartTable .p-totals tr td:last-child{
	padding-right:0;
	text-align:right;
}
#order-slide .cart-orders .checkout-note,
.cartTable .checkout-note{
	overflow:hidden;
	background:#b26d6f;
	color:#fff;
	font-size:14px;
	padding:15px 30px;
	margin-bottom:50px;
}
#order-slide .cart-orders .checkout-note strong,
.cartTable .checkout-note strong{
	color:#fff;
	font-size:14px;
	float:none;
	line-height:18px;
}

#order-slide .cart-orders .update-button,
.cartTable .update-button{
	overflow:hidden;
	margin-bottom:50px;
	padding:0 30px;
}
.cartTable .buttonSet{
	padding:0 30px;
	margin-bottom:20px;
}
.cartTable .buttonSet button,
.cartTable .update-button #tdb2{
	background-color: rgba(0, 0, 0, 0);
    border: 1px solid #dddddd;
    box-sizing: initial;
    color: #707070;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    height: 58px;
    letter-spacing: 2px;
    line-height: 58px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 9;
	width: 100%;
}
.cartTable .buttonSet button span,
.cartTable .update-button #tdb2 span{
	line-height:58px;
}
.cartTable .buttonSet button i,
.cartTable .update-button #tdb2 i{
	line-height:58px;
	width: 58px;
}
.cartTable .buttonSet button:hover,
.cartTable .update-button #tdb2:hover {
    background: rgba(214, 215, 207, 0.42) none repeat scroll 0 0;
    border-color: #d6d7cf;
    color: #8b8d76;
}
#order-slide .cart-orders .update-button .btn,
.cartTable .update-button #tdb2{
	display:block;
}
#order-slide .cart-orders .cart-produts,
.cartTable .cart-produts{
	overflow:hidden;
	padding:0 30px 10px;
	font-size:14px;
	font-weight:400;
}
.cartTable .buttonSet .btn{
	display:block;
}
.cartTable .cart-produts td.product-total{
	font-size:14px;
	font-weight:400;
} 
#order-slide .cart-orders .cart-produts table,
.cartTable .cart-produts table{
	width:100%;
}
#order-slide .cart-orders .cart-produts tr td,
.cartTable .cart-produts tr td{
	padding:10px 8px;
}
#order-slide .cart-orders .cart-produts tr td strong,
.cartTable .cart-produts tr td strong{
	font-size:14px;
	float:none;
	line-height: 21px;
}
.cartTable .cart-produts tr td span{
	display:block;
	font-size: 14px;
    font-weight: 400;
}
#order-slide .cart-orders .cart-produts tr td a,
.cartTable .cart-produts tr td a{
	color:#707070;
}
#order-slide .cart-orders .cart-produts tr td a:hover,
.cartTable .cart-produts tr td a:hover {
    color: #8b8d76;
    text-decoration: none;
}
#order-slide .cart-orders .cart-produts tr td:first-child,
.cartTable .cart-produts tr td:first-child {
    padding-left: 0;
}
#order-slide .cart-orders .cart-produts tr td:last-child,
.cartTable .cart-produts tr td:last-child {
    padding-right: 0;
    text-align: right;
}
#order-slide .cart-orders .cart-produts tr td.product-name,
.cartTable .cart-produts tr td.product-name{
	letter-spacing: 1px;
	color: rgba(112, 112, 112, 0.7);
}
#order-slide .cart-orders .cart-produts .control .btn-qty,
.cartTable .cart-produts .control .btn-qty{
	line-height:13px;
}
#order-slide .cart-orders .cart-produts .control,
.cartTable .cart-produts .control {
    width: 70px;
}
#order-slide .cart-orders .cart-produts .control .qty-input,
.cartTable .cart-produts .control .qty-input {
    padding: 0 20px;
}
/*.orders-holder .orders-inner .right-col .btn span {
    padding: 0 18px;
}*/
/* Footer */
#footer{
	clear:both;
	width:100%;
	color:#fff;
	position:relative;
	padding:0;
}
#footer .top-footer{
	overflow:hidden;
	background:#96a3ab;
	padding:120px 0;
	margin-bottom:40px;
}
#footer .top-footer h3{
	color:#fff;
	font-size:48px;
	float:left;
	font-weight:300;
	padding-left: 13%;
}
#footer .top-footer .btn-holder {
    float: right;
}
#footer .top-footer .btn-holder .btn{
    border-color:#fff;
	color:#fff;
	margin-left:28px;
}
#footer .top-footer .btn-holder .btn:hover{
	background:rgba(255,255,255,0.40);
}
#footer .top-footer .btn-holder .btn span{
	padding:0 38px;
}
#footer .top-footer .btn-holder .btn i{
	color:#fff;
	border-color:#fff;
	font-size:22px;
}
#footer .b-footer{
	background:#4c4c4c;
	padding:80px 0;
}
#footer .footer-holder{
	padding:0 4%;
	overflow:hidden;
}
#footer .footer-holder .left-col{
	/*float:left;*/
	margin:0 -10px 35px;
	overflow:hidden;
	/*width: 65%;*/
}
#footer .footer-holder .right-col{
	overflow:hidden;
	/*float:right;*/
	/*width: 35%;*/
	/*max-width: 392px;*/
}
#footer .footer-holder .right-col .socail-holder {
    float: right;
}
.foot-logo{
	display:block;
	margin-bottom:58px;
}
.foot-logo img{
	max-width:60px;
}
#footer .b-footer .left-col .nav-col {
    display: inline-block;
    margin-right:-5px;
    padding: 0 10px;
    vertical-align: top;
    width: 25%;
}
#footer .b-footer .left-col .nav-col.fwuk ul li {
   display:inline-block;
   width:34%;
   margin-right:-4px;
   vertical-align:top;
}
#footer .b-footer .nav-col strong{
	display:block;
	font-size:20px;
	margin-bottom:18px;
}
#footer .b-footer .nav-col ul{
	list-style:none;
	margin-bottom:0;
}
#footer .b-footer .nav-col ul li{
	margin-bottom:8px;
}
#footer .b-footer .nav-col ul li a{
	color:#fff;
}
#footer .b-footer .nav-col ul li a:hover{
	color:rgba(255,255,255,0.40);
}
#footer .b-footer .right-col h3{
	font-size:32px;
	font-weight:300;
	color:#fff;
	margin-bottom:30px;
}
#footer .b-footer .right-col h3:after{
	background:rgba(255,255,255,0.11);
	width:185px;
}
.mail-subscribe{
	overflow:hidden;
	margin-bottom:60px;
}
.mail-subscribe form{
	margin-bottom:0;
}
.mail-subscribe .btn {
	border-color:#fff;
    width: 158px;
	font-weight:400;
	text-transform:none;
	font-size:20px;
}
.mail-subscribe input {
	border-color:#fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-right: -6px;
	margin-bottom:0;
    vertical-align: top;
    width: calc(100% - 160px);
	border-right:none;
	font-size:20px;
	font-weight:700;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.mail-subscribe .btn span {
    min-width: auto;
    padding: 0;
	color:#fff;
}
.mail-subscribe .btn i{
	float:none;
	width:auto;
	border:none;
	color:#fff;
	font-weight:300;
	font-size: 22px;
}
.mail-subscribe input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity:1;
}
.mail-subscribe input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity:1;
}
.mail-subscribe input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity:1;
}
.mail-subscribe input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity:1;
}
.social-nav{
	overflow:hidden;
	margin-bottom:0;
	list-style:none;
	text-align:left;
}
.social-nav li{
	display:inline-block;
	vertical-align:top;
	margin-right:45px;
}
.social-nav li:lastchild{
	margin-right:0;
}
.social-nav li i{
	color:#fff;
}
.social-nav li:hover i{
	color:rgba(255,255,255,0.40);
}
.copy-right{
	/*text-align:right;*/
	letter-spacing: 1px;
	float:left;
	padding-top: 2px;
}
.copy-right p{
	margin-bottom:0;
}
.ab-content{
	overflow:hidden;
	margin-bottom:40px;
}
.ab-rows-holder{
	overflow:hidden;
}
.ab-rows-holder .ab-row{
	overflow:hidden;
	padding-bottom:45px;
	margin-bottom:45px;
	border-bottom:1px solid #d9d9d9;
}
.ab-rows-holder .ab-row:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
#content .ab-rows-holder .ab-row .two-column {
    margin: 0 -35px;
}
#content .ab-rows-holder .ab-row .column{
	margin-bottom:0;
	float:left;
	margin-right:0;
	padding: 0 35px;
}
.ab-rows-holder .ab-row .column:first-child{
	text-align:right;
	border-right:5px solid #aaaba5;
}
.ab-rows-holder .ab-row .column:last-child{
	text-align:left;
	border-left:5px solid #aaaba5;
}
.ab-rows-holder .ab-row:nth-child(4n+2) .column:first-child,
.ab-rows-holder .ab-row:nth-child(4n+2) .column:last-child{
	border-color:#95a3aa;
}
.ab-rows-holder .ab-row:nth-child(4n+3) .column:first-child,
.ab-rows-holder .ab-row:nth-child(4n+3) .column:last-child{
	border-color:#a98a6e;
}
.ab-rows-holder .ab-row:nth-child(4n+4) .column:first-child,
.ab-rows-holder .ab-row:nth-child(4n+4) .column:last-child{
	border-color:#8b8d77;
}
.ab-rows-holder .ab-row h2{
	text-transform:uppercase;
	font-size: 18px;
    font-weight: 700;
	margin-bottom: 20px;
}
.ab-rows-holder .ab-row h2:after{
	display:none;
}
#content .ab-rows-holder time{
	font-size:22px;
}
.top-contact-de{
	background: #96a3ab;
    margin-bottom:40px;
    overflow: hidden;
    padding: 60px 0 !important;
}
.explore-range.top-contact-de .row .head-holder{
	margin-right:10%;
}
.top-contact-de h1 {
    color: #ffffff;
    float: left;
    font-size: 48px;
    font-weight: 300;
}
.top-contact-de .btn-holder .btn {
    border-color: #ffffff;
    color: #ffffff;
    margin-right: 15px;
}
.top-contact-de .btn-holder .btn:last-child {
    margin-right: 0;
}
.top-contact-de .btn-holder .btn:hover {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
}
.top-contact-de .btn-holder .btn i {
    border-color: #ffffff;
    color: #ffffff;
    font-size: 22px;
}
.top-contact-de .text-holder{
	color:#fff;
}
.top-contact-de .text-holder address{
	font-style:normal;
	margin:20px 0 60px;
}
.office-team{
	overflow:hidden;
	padding:100px 0 60px;
	background:#f4f5f7;
}
.office-team .head-holder{
	margin-bottom:70px;
}
.office-team .head-holder h2{
	font-size:28px;
}
.office-team .head-holder h2.bottom-border::after {
    background: #dde2e5;
    height: 10px;
    width: 330px;
}
.office-team .team-column {
    margin: 0 -20px;
    overflow: hidden;
}
.office-team .team-column .column {
    display: inline-block;
    margin-bottom:80px;
    margin-right: -4px;
    padding: 0 20px;
    vertical-align: top;
    width: 33.333%;
}
.office-team .team-column .image-holder{
	margin-bottom:30px;
}
.office-team .team-column .image-holder img{
    width:100%;
}
.office-team .team-column h3{
    font-size:28px;
	font-weight:300;
	margin-bottom: 10px;
}
.office-team .team-column h4 {
	text-transform:uppercase;
    color: rgba(112, 112, 112, 0.75);
	margin-bottom:20px;
}
.office-team .team-column h4.bottom-border::after{
	background:#dee3e6;
	height:6px;
	margin-top: 18px;
}
.office-team .team-column .column .btn{
	display:block;
	border: 1px solid #707072;
}
.office-team .team-column .column .btn i {
    border-left: 1px solid #707072;
}
.store-loactor.contacts{
	padding:20px 0 120px; 
}

.store-loactor.contacts .head-holder h2::after {
    background: #ece8e1 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    margin-top: 20px;
    width: 185px;
}
.store-loactor.contacts .head-holder h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 40px;
}
.store-loactor.contacts .sm-container{
	float:none;
	margin: 0 auto;
	padding: 0 15px;
	width:100%;
}
.store-loactor.contacts #content {
    background: #f8f8f8;
    padding: 30px;
    text-align: right;
	position:relative;
}
.store-loactor.contacts #content:after{
	background: #f8f8f8;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -9999px;
    top: 0;
    width: 9999px;
}
.store-loactor.contacts .map-holder > img {
    width: auto;
}
.store-loactor.contacts .accordian-holder .slide .image-holder {
    margin-bottom: 25px;
}
.store-loactor.contacts .accordian-holder .slide h3 {
    font-weight: 300;
	font-size:26px;
}
.store-loactor.contacts .accordian-holder .slide h4 {
    color: rgba(112, 112, 112, 0.75);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.store-loactor.contacts .accordian-holder .slide h4.bottom-border::after {
    background: #dee3e6 none repeat scroll 0 0;
    height: 6px;
    margin-top: 18px;
}
.store-loactor.contacts .accordian-holder .slide{
	padding-bottom:30px;
}
.store-loactor.contacts .accordian-holder .slide .btn {
    border: 1px solid #707072;
    display: block;
	font-size:16px;
}
.store-loactor.contacts .accordian-holder .slide .btn i {
    border-left: 1px solid #707072;
}
.explore-range.ware-house{
	background:#f8f8f8;
	padding: 100px 0 100px;
	margin-bottom:40px;
}
.explore-range.ware-house .text-holder .btn{
	margin-top:35px;
	border-color:#707070;
}
.explore-range.ware-house .text-holder .btn span {
    padding: 0 50px;
}
.explore-range.ware-house .text-holder .btn i{
	border-color:#707070;
}
.explore-range.ware-house .row{
	margin-bottom:80px;
}
.ware-house .ware-member .img-holder{
	margin-bottom:35px;
}
.ware-house .ware-member h3{
    font-size: 26px;
    font-weight: 300;
	margin-bottom:12px;
}
.ware-house .ware-member h4 {
    color: rgba(112, 112, 112, 0.75);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.ware-house .ware-member h4.bottom-border::after {
   display:none;
}
.ware-house .ware-member .four-column{
	padding: 0 5% 0 8%;
	margin:0 -5px;
}
.ware-house .ware-member .four-column .column{
	margin-bottom:0;
	padding:0 5px;
	width:25%;
}
.explore-range.contact-foot{
	background:#aaaba5;
	color:#fff;
	margin-bottom:40px;
}
.explore-range.contact-foot .head-holder h3 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 300;
    padding-left: 32%;
}
.explore-range.contact-foot .text-holder .btn{
    color: #ffffff;
    margin-top:20px;
	border-color:#fff;
}
.explore-range.contact-foot .text-holder .btn span{
	padding:0 50px;
}
.explore-range.contact-foot .text-holder .btn i{
    color: #ffffff;
	border-color:#fff;
}
#sidebar .side-widget input.keywords{
	width:calc(100% - 42px) !important;
}
#sidebar .side-widget input.keywords:focus{
	background: rgba(169, 138, 110, 0.11);
}
#sidebar .side-widget button.search-btn{
	background: #b2b2b2;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    vertical-align: top;
	border-radius:0;
	-moz-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}
#sidebar .side-widget button.search-btn:hover{
	background:#a98a6e;
}
#sidebar .side-widget button.search-btn i{
	color:#fff;
}
.form-section.account-info{
	padding-top:50px;
}
.form-section.account-info .row .inputRequirement{
	display:none !important;
	height:0 !important;
}
.form-section.account-info .form-holder .row{
	margin-bottom:0;
}
.form-section.account-info .buttonSet .buttonAction{
	float:right
}
.form-section.account-info .buttonSet a.btn{
	float:left;
}
.account-info .billing-address .address-edits{
	overflow:hidden;
	margin-top:30px;
}
.account-info .billing-address .address-edits a.btn{
	width:49%;
	float:left;
}
.account-info .billing-address .address-edits a#tdb2{
	float:right;
}
.account-info .billing-address.full .address-edits a.btn{
	width:auto;
	float:left;
}
.account-info .billing-address.full .address-edits a.btn:last-child{
	float:right;
}
.account-info .billing-address.full .billing-details .input-holder{
	width:100% !important;
}
.account-info .billing-address .desc{
	overflow:hidden;
	margin-top:30px;
}
.account-info .buttonSet.addres-edit{
	overflow:hidden;
	margin:30px 0;
}
.book-process .buttonSet{
	margin-top:30px;
}
.book-process .buttonSet .btn{
	min-width:245px;
}
.book-process .form-holder .row input[type="checkbox"]{
	margin-bottom:30px;
}
.checkout-page.live .cart-table .cartListTable,
.billing-address .billing-details .cartListTable,
.payment-method .payment-details .cartListTable{
	border:none;
	background:none;
	color:#707070;	
	border-radius:0;
	font-family: "Karla",sans-serif;
}
.billing-address .billing-details .btn {
	font-family: "Karla",sans-serif;
    background:#fff;
	padding:0 !important;
	margin:0;
	border:none;
	border-radius:0;
	color: #707070;
	border: 1px solid #dddddd;
	font-size: 20px;
    font-weight: 700;
}
.billing-address .billing-details .btn:hover {
    background: rgba(214, 215, 207, 0.42);
    border-color: #d6d7cf;
    color: #8b8d76;
}
.ui-dialog.ui-widget.ui-widget-content{
	background:#F9F9F9;
	border-radius:0;
	border:none;
	border-left: 16px solid #96a3ab;
	font-family: "Karla",sans-serif;
	padding:15px;
	/*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}
.ui-dialog.ui-widget.ui-widget-content .ui-widget-header {
	font-family: "Karla",sans-serif;
	border-radius:0;
	border:none;
	background:none;
	padding:0;
	color: #707070;
    font-size: 20px;
    font-weight: 700;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane{
	background:none;
	padding:0;
	margin:0;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset{
	float:none;
	width:100%;
	padding-top: 15px;
}

.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button {
	font-family: "Karla",sans-serif;
	float:right;
	background:#fff;
	padding:0 20px !important;
	margin:0;
	border:none;
	border-radius:0;
	color: #707070;
	border: 1px solid #dddddd;
	font-size: 20px;
    font-weight: 700;
	height: 40px;
	letter-spacing: 2px;
    line-height:40px;
	text-transform: uppercase;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:hover {
    background: rgba(214, 215, 207, 0.42);
    border-color: #d6d7cf;
    color: #8b8d76;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:first-child{
	float:left;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button .ui-button-text{
	padding:0;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close{
	color: #707070;
}
.ui-dialog.ui-widget.ui-widget-content table{
	margin-bottom:0;
	color: #707070;
	font-size: 16px;
}
.ui-dialog.ui-widget.ui-widget-content table td span{
	margin-right:10px;
}
.ui-dialog.ui-widget .ui-dialog-content#ajaxMessages{
	height:auto !important;
	color: #707070 !important;
}
.cartTable .cart-produts .product-name span a{
	color:#a98a6e;
}
.cartTable .cart-produts .product-name span a:hover{
	color:#707070;
}
.cartTable .cart-produts .product-name span a img,
.cart-table table tr td a.removeFromCart img {
   display:none;
}
.cartTable .cart-produts .product-name span a::after,
.cart-table table tr td a.removeFromCart:after {
    content: "\f2ed";
    font-family: FontAwesome5ProLight;
}
#checkoutButtonContainer #checkoutButton.btn{
	padding:0 !important;
	margin:0;
	border-radius:0;
	border:1px solid #dddddd;
	background:none;
	color: #707070;
	font-size: 20px;
    font-weight: 700;
	float:right;
}
#checkoutButtonContainer #checkoutButton.btn:hover {
    background: rgba(214, 215, 207, 0.42) none repeat scroll 0 0;
    border-color: #d6d7cf;
    color: #8b8d76;
}
/*.ware-house .ware-member .four-column .column:first-child{
	text-align:right;
}
.ware-house .ware-member .four-column .column:nth-child(2){
	text-align:center;
}
.ware-house .ware-member .four-column .column:nth-child(3){
	text-align:center;
}*/
@media only screen and (max-width:1300px) {
	.ac-history-info .contentText .ac-table td{
		font-size:12px;	
		padding:5px;
	}
}
@media only screen and (max-width:767px) {
	.ac-history-info .contentText .ac-table tr{
		border-bottom:1px solid #b5b5b5;
	}
	.ac-history-info .contentText .ac-table td{
		display:block;
		width:100%;
		font-size:13px;
	}
	.ac-history-info .contentText .ac-table tr td:before {
		left: 6px;
		padding-right: 10px;
		position: absolute;
		top: 6px;
		white-space: nowrap;
		width: 45%;
		font-weight:700;
	}
	.ac-history-info .contentText .ac-table tr td {
		border-bottom:none;
		min-height: 28px;
		padding-left:40%;
		position: relative;
		text-align: left;
	}
	
	.ac-history-info .contentText .ac-table tr td:nth-of-type(1):before {
		content: "Products";
	}
	.ac-history-info .contentText .ac-table tr td:nth-of-type(4):before {
		content: "Warehouse";
	}
	.ac-history-info .contentText .ac-table tr td:nth-of-type(5):before {
		content: "Total";
	}
	.ac-history-info .contentText .ac-table tbody tr:first-child{
		display:none;
	}
}
@media only screen and (min-width:1181px) and (max-height: 700px) {
	#main-banner .caption-content .two-column {
		margin: 0 -30px;
	}
	#main-banner .caption-content .two-column .column {
		padding: 0 30px;
	}
	#main-banner .slider-caption h1 {
		font-size: 26px;
		margin-bottom: 6px;
	}
	#main-banner .slider-caption .caption-head {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#main-banner .caption-content strong {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#main-banner .caption-content h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#main-banner .slider-caption .bottom-border::after, 
	#main-banner .caption-content h3.bottom-border::after {
		margin-top: 15px;
	}
	#main-banner .caption-content ul {
		font-size: 14px;
		padding-right: 0;
	}
	#main-banner .caption-content ul li {
		margin-bottom: 8px;
	}
	#main-banner .caption-content ul li::before {
		height: 12px;
		width: 12px;
	}
	#main-banner .caption-content .two-column .column:last-child {
		font-size: 14px;
    	line-height: 18px;
	}
	#main-banner .caption-content .btn {
		margin-top: 20px;
		height: 40px;
		line-height:40px;
	}
	#main-banner .caption-content .btn span,
	#main-banner .caption-content .btn i {
		line-height: 40px;
	}

}
@media only screen and (min-width:1640px) {
	.explore-range-slider .slide .head-holder{
		padding:40px 60px 65px 38px;
	}
}
@media only screen and (max-width: 1800px) {
	.left-col .nav li {
		margin-right: 40px;
	}
	.right-col .nav li {
		margin-left: 40px;
	}
}
@media only screen and (max-width: 1700px) {
	.nav li a,
	.top-cart-holder i {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1600px) {
	.left-col .nav li {
		margin-right: 30px;
	}
	.right-col .nav li {
		margin-left: 30px;
	}
}
@media only screen and (max-width: 1540px) {
	.explore-range-slider .slide h3 {
		font-size: 28px;
	}
	#main-banner .slide .slide-caption {
		height: 160px;
		left: 0;
		padding: 43px 0;
	}
	#main-banner .slick-dots {
    	bottom: 69px;
	}
}
@media only screen and (max-width: 1500px) {
	.left-col .nav li {
		margin-right: 25px;
	}
	.right-col .nav li {
		margin-left: 25px;
	}
	.nav li a,
	.top-cart-holder i {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1420px) {
	.explore-range-slider .slide h3 {
		font-size: 26px;
	}
	.explore-range-slider .slide .head-holder {
		padding: 35px 25px 45px;
	}
}
@media only screen and (max-width: 1400px) {
	.left-col .nav li {
		margin-right: 20px;
	}
	.right-col .nav li {
		margin-left: 20px;
	}
	.nav li a,
	.top-cart-holder i {
		font-size: 16px;
		letter-spacing:1px;
	}
}
/*@media only screen and (min-width: 1381px) {
	#main-banner .slider.fixed-height .slide{
		background-image:none !important;
	}
}*/
@media only screen and (max-width: 1380px) {
	#main-banner .caption-content {
		padding-right: 0;
	}
	#main-banner .slider-caption .bottom-border::after, 
	#main-banner .caption-content h3.bottom-border::after {
		margin-top: 20px;
	}
	#main-banner .caption-content ul li {
		margin-bottom: 12px;
	}
	#main-banner .caption-content .btn {
		margin-top: 25px;
	}
	.orders-holder .orders-inner .p-name{
		margin-right:5px;
		min-width: calc(100% - 260px);
		/*max-width:295px;
		min-width: 295px;*/
	}
	/*#main-banner .slider.fixed-height .slide{
		height:985px;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
	}
	#main-banner .slider.fixed-height .slide > img{
		display:none;
	}*/
}
@media only screen and (max-width: 1360px) {
	.ranges .range-slider .slick-prev{
		right: 110px;
	}
	.ranges .range-slider .slick-next {
		right: 15px;
	}
	#product-detail .gall p {
		font-size: 12px;
	}
	
}
@media only screen and (max-width: 1340px) {
	.orders-holder .orders-inner .left-col{
		letter-spacing:0;
	}
}
@media only screen and (max-width: 1320px) {
	.top-contact-de .btn-holder .btn{
		font-size:16px;
	}
	.top-contact-de .btn-holder .btn i {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1280px) {
	.return-block a.btn{
		width:42.1%;
	}
	.find-stocklist span.bottom-border{
		width:16%;
	}
	.find-stocklist .row-left, 
	.find-stocklist .row-right{
		width:42%;
	}
	/*.orders-holder .orders-inner .p-name{
		max-width:260px;
		min-width: 260px;
	}*/
}
@media only screen and (max-width: 1260px) {
	.explore-range-slider .slide h3 {
		font-size:22px;
	}
	/*#footer .b-footer .nav-col {
		float: left;
		margin-right: 35px;
	}*/
	/*.orders-holder .orders-inner .p-name{
		max-width:240px;
		min-width: 240px;
	}*/
}
/*@media only screen and (max-width: 1220px) {
	.orders-holder .orders-inner .p-name {
		max-width: 175px;
		min-width: 175px;
	}
}*/
@media only screen and (max-width: 1200px) {
	.left-col .nav li {
		margin-right: 15px;
	}
	.right-col .nav li {
		margin-left: 15px;
	}
	.nav li a {
		letter-spacing:0;
	}
	#header {
		height: 96px;
	}
	#header .logo {
		width: 250px;
	}
	.top-cart-holder{
		height:95px;
		/* top: 96px; added warning */
   		top: 156px;
   
	}
	.top-cart-holder .inner-holder{
		padding-top: 38px;
	}
	.top-pad {
		padding-top: 96px;
	}
	.nav {
		padding-top: 22px;
	}
	#header .left-col .buy-btn{
		padding-top:8px;
	}
}
@media only screen and (max-width: 1180px) {
	body{
		letter-spacing:1px;
	}
	.btn{
		height:48px;
		line-height:48px;
		font-size:16px;
	}
	.btn span {
		line-height: 48px;
	}
	.btn i{
		line-height:48px;
		width:48px;
		font-size:20px;
	}
	#main-banner .slider.fixed-height .slide {
		height: 630px;
	}
	#main-banner .slider-caption .caption-head{
		font-size:20px;
		margin-bottom: 20px;
	}
	#main-banner .slider-caption h1 {
		font-size: 28px;
	}
	#main-banner .caption-content strong {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#main-banner .caption-content h3 {
		font-size:20px;
	}
	#main-banner .caption-content ul {
		font-size: 15px;
		padding-right: 0;
	}
	#main-banner .caption-content .two-column {
		margin: 0 -30px;
	}
	#main-banner .caption-content .two-column .column {
		padding: 0 30px;
	}
	#main-banner .caption-content .btn {
		margin-top: 20px;
	}
	#main-banner .slider.fixed-height .slide .slide-caption {
		height: 46px;
		padding: 0;
	}
	#main-banner .slide .slide-caption .btn {
		left: auto;
		right: 3.2%;
		width: 280px;
	}
	#main-banner .slide .slide-caption h2{
		font-size:40px; 
	}
	#main-banner .fixed-height .slick-dots,
	#main-banner .home .slick-dots,
	#main-banner .slider.fixed-height .slick-dots{
		position:relative;
		padding:0;
		bottom: 45px;
		text-align:center;
	}
	#main-banner .slider.fixed-height .slick-dots{
		bottom:40px;
	}
	.explore-range {
		padding: 100px 0 105px;
	}
	.explore-range .row {
		margin-bottom: 120px;
	}
	.explore-range .row .head-holder{
		margin-right:5%;
		font-size: 26px;
	}
	.ranges .range-head h3,
	#footer .top-footer h3{
		font-size:36px;
	}
	.bottom-border::after {
		width: 145px;
	}
	#footer .top-footer h3{
		padding-left:8%
	}
	.mail-subscribe .btn{
		font-size:16px;
		width:135px;
	}
	.mail-subscribe input{
		height:50px;
		font-size:16px;
		line-height:50px;
		width: calc(100% - 137px);
	}
	.mail-subscribe .btn i{
		font-size:16px;
		line-height:40px;
	}
	.ranges .range-head .range-meta-holder {
		max-width: 100%;
	}
	body.user-logedin .ranges .range-head, 
	.single-range .ranges .range-head {
		min-height: auto;
	}
	.home-news {
		overflow: hidden;
	}
	#sidebar .side-widget{
		padding:32px 20px 18px;
	}
	#sidebar .cart-orders .head-holder {
		padding: 0 20px 20px;
	}
	#sidebar .cart-orders .cart-accordian-opener{
		font-size:14px;
		padding-right:15px;
	}
	#sidebar .side-widget strong{
		font-size:16px;
	}
	#sidebar .side-widget ul li {
		margin-bottom: 10px;
	}
	#sidebar .side-widget ul li a {
		font-size: 14px;
		letter-spacing:1px;
	}
	#content .two-column {
		margin: 0 -15px;
	}
	#content .two-column .column {
		padding: 0 15px;
	}
	.single-range #main-banner .slick-dots {
		padding: 50px 39px 50px 0;
		text-align:center;
	}
	.select-box {
		padding: 18px 5px;
	}
	.select-style select{
		font-size:12px;
	}
	.return-block h3{
		font-size:30px;
	}
	.video-section {
		padding: 70px 0 50px;
	}
	.product-specification {
		padding:50px 0 100px;
	}
	.general-content,
	.form-section,
	.view-range-section,
	.tabs-section {
		padding: 80px 0;
	}
	.seven-column {
		margin: 0 -20px;
	}
	.seven-column .column{
		padding:0 20px;
	}
	.tabset li a {
		font-size: 16px;
	}
	.tab-content{
		padding-top:60px;
	}
	.orders-holder .orders-inner .left-col {
		width: calc(100% - 170px);
	}
	.orders-holder .orders-inner .right-col{
		width:170px;
	}
	.orders-holder .orders-inner .right-col .btn{
		font-size:14px;
		letter-spacing:0;
	}
	#content .ab-rows-holder .ab-row .two-column {
		margin: 0 -20px;
	}
	#content .ab-rows-holder .ab-row .column{
		padding:0 20px;
	}
	.explore-range.contact-foot .head-holder h3 {
		padding-left: 20%;
		font-size:36px;
	}
	.store-loactor {
		padding-top: 44px;
	}
}
@media only screen and (max-width: 1120px) {
	.general-content #content .two-column {
		margin: 60px -25px 30px;
	}
	#sidebar .side-widget::after{
		width:30px;
		height:30px;
	}
	#sidebar .side-widget strong {
		margin-bottom: 25px;
		padding: 0 35px 15px 0;
	}
	#sidebar .side-widget{
		padding-top:20px;
	}
	.billing-address .billing-details label{
		width:120px;
	}
	.billing-address .billing-details .input-holder {
		width: calc(100% - 125px);
	}
	.billing-address .billing-details label{
		letter-spacing:0;
	}
	.cart-table table th,
	.cart-table table td{
		letter-spacing:0;
		font-size:13px;
		padding: 15px 6px;
	}
	.cart-table table tr th:first-child,
	.cart-table table tr td:first-child{
		padding-left:15px;
	}
	.cart-table .table-head{
		padding:18px 15px;
	}
	.explore-range.top-contact-de .row .head-holder {
		margin-right: 0;
	}
	
}
@media only screen and (max-width: 1180px) {
	.store-loactor.contacts .accordian-holder .slide .btn,
	.store-loactor.contacts .accordian-holder .slide .btn i{
		font-size:12px;
	}
	.store-loactor.contacts .accordian-holder .slide .btn span{
		padding:0;
	}
	
}
@media only screen and (max-width: 1100px) {


	.explore-range-slider .slick-prev {
		left: 0;
	}
	.explore-range-slider .slick-next {
		right:0;
	}
	.orders-holder .orders-inner .left-col{
		font-size:12px;
	}
	.ware-house .ware-member h3{
		font-size:22px;
	}
	#footer .b-footer .left-col .nav-col.fwuk ul li {
		width: 40%;
	}
	
}

@media only screen and (max-width: 1040px) {
	.four-column .column{
		width:33.333%;
	}
	.range-filters .four-column .column{
		width:50%;
	}
	.checkout-page .billing-address .two-column .column{
		width:100%;
	}
	.account-info .billing-address.full .address-edits a.btn,
	.account-info .billing-address.full .address-edits a.btn:last-child {
		display: block;
		float: none !important;
		width: auto;
		margin-bottom:10px;
	}
}
@media only screen and (max-width: 1020px) {
	.nav li a,
	.top-cart-holder i {
		font-size:14px;
	}
	#header {
		height: 88px;
	}
	#header .left-col .buy-btn{
		padding-top:5px;
	}
	#header .logo {
		width: 220px;
	}
	.ordering-page #header {
		padding-right: 125px;
	}
	.top-cart-holder{
		height:87px;
		width:110px;
	}
	.top-cart-holder .inner-holder{
		padding-top: 33px;
	}
	.top-pad {
		padding-top:88px;
	}
	.nav {
		padding-top: 18px;
	}
	#main-banner .caption-content .two-column {
		margin: 0 -15px;
	}
	#main-banner .caption-content .two-column .column {
		padding: 0 15px;
		font-size:14px;
		line-height:18px;
	}
	#main-banner .caption-content ul {
		font-size: 14px;
		line-height:18px;
	}
	#main-banner .caption-content ul li {
		margin-bottom: 10px;
	}
	#footer .b-footer .right-col h3{
		font-size:24px;
	}
	#footer .b-footer .nav-col strong{
		font-size:18px; 
	}
	#footer .b-footer .nav-col ul li a{
		font-size:14px;
	}
	/*#footer .b-footer .nav-col {
		float: left;
		margin-right: 30px;
	}*/
	.explore-range .row .head-holder {
		font-size: 22px;
		line-height: 30px;
		margin-right: 3%;
	}
	.explore-range .row {
		margin-bottom: 80px;
	}
	.ranges .range-meta ul li {
		margin-left: 15px;
	}
	.ranges .range-meta li .icon-holder {
		height: 60px;
		line-height: 60px;
		margin: 0 auto 12px;
		width: 60px;
	}
	.ranges .range-meta li i {
		font-size: 25px;
		line-height: 60px;
	}
	.ranges .range-meta li span {
		font-size:14px;
	}
	#product-detail .column h1 {
		font-size: 30px;
	}
	#product-detail .column h1::after {
		width: 290px;
	}
	#product-detail .gall .slider-caption {
		overflow: hidden;
		padding-right: 85px;
	}
	#product-detail .slider-nav .slick-prev, 
	#product-detail .slider-nav .slick-next{
		width:40px;
		height:40px;
	}
	#product-detail .slider-nav .slick-prev{
		right:50px;
	}
	.return-block h3,
	.return-block a.btn{
		float:none;
	}
	.return-block a.btn{
		width:auto;
	}
	.find-stocklist .row-left, 
	.find-stocklist .row-right {
		margin: 0 auto;
		width: 50%;
		float:none;
		display: block;
	}
	.find-stocklist span.bottom-border {
		display: block;
		margin: 20px auto;
		width: 100%;
	}
	
	.store-loactor #sidebar {
		width: 30.888%;
	}
	.store-loactor #content {
		width: 66.112%;
	}
	.store-loactor #sidebar h1 {
		font-size: 20px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 980px) {
	.seven-column .column{
		width:20%;
	}
	.store-popup .two-column {
		margin: 0 -15px;
	}
	.store-popup .column{
		 padding: 0 15px;
	}
	.orders-holder .orders-inner .left-col .details-holder{
		padding:0;
	}
	.orders-holder .orders-inner .p-model{
		padding:10px 0;
		margin-left: 20px;
		margin-right: 0;
	}
	.orders-holder .orders-inner .p-stock{
		padding:10px 20px;
		border-left:none;
		height:auto !important;
		border-top:1px solid #bfbfbf;
		width:100%;
		line-height:normal !important;
	}
	.orders-holder .orders-inner .p-model,
	.orders-holder .orders-inner .p-name{
		float:none;
		display:block;
		overflow:hidden;
		max-width:100%;
		padding:10px 0;
		margin-left: 20px;
		padding-right:20px;
		margin-right:0;
		min-width: auto;
	}
	.orders-holder .orders-inner .left-col .details-holder{
		display:block;
	}
	.orders-holder .orders-inner .p-stock::before{
		display:none;
	}
	.top-contact-de .btn-holder .btn {
		margin-bottom: 10px;
		min-width: 280px;
	}
	.office-team {
		padding: 70px 0;
	}
	#footer .b-footer .nav-col strong {
		font-size: 15px;
	}
}
@media only screen and (max-width: 920px) {
	#header {
		height: 78px;
	}
	#header .left-col .buy-btn{
		padding-top:0;
	}
	#header .logo {
		width: 180px;
	}
	.top-cart-holder{
		/* top:78px; added warning */
		top:158px;
		position:absolute;
		height:90px;
	}
	.ordering-page #header {
		padding-right: 3.2%;
	}
	.top-pad {
		padding-top:78px;
	}
	.nav {
		padding-top: 14px;
	}
	.explore-range-slider .slide h3::after{
		width:100%;
	}
	#main-banner .slider-caption h1 {
		font-size: 24px;
	}
	#main-banner .slider-caption .caption-head {
		font-size: 14px;
	}
	#main-banner .caption-content strong {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#main-banner .caption-content h3 {
		font-size: 16px;
	}
	#main-banner .slider-caption .bottom-border::after, 
	#main-banner .caption-content h3.bottom-border::after {
		width: 160px;
	}
	#main-banner .caption-content .btn{
		font-size:13px;
	}
	#main-banner .slider-caption .caption-inner {
		padding: 30px 30px 35px;
	}
	#footer .top-footer h3 {
		padding-left: 0;
	}
	.mail-subscribe input {
		border-right: 1px solid #ffffff;
		width: 100%;
		margin-bottom:10px;
	}
	.mail-subscribe .btn {
		display: block;
		font-size: 16px;
		width: 99%;
	}
	.social-nav li {
		margin-right: 20px;
	}
	.explore-range .row span.bottom-border::after {
		width: 100%;
	}
	.tabset li a {
		font-size: 14px;
	}
	.accordian-holder a.accordian-opener{
		font-size:16px;
	}
	.accordian-holder .accordian-opener::after{
		margin-top:-11px;
	}
	.store-popup{
		width:100%;
	}
	#sidebar .side-widget.cart-orders .head-holder strong {
		font-size: 14px;
		letter-spacing:0;
	}
	#sidebar .cart-orders .cart-accordian-opener{
		font-size:12px;
	}
	.office-team .team-column .column{
		width:50%;
		margin-bottom:40px;
	}
	.store-loactor.contacts .accordian-holder .slide h3 {
		font-size: 20px;
	}
	.ware-house .ware-member h3 {
		font-size: 18px;
	}
	.ware-house .ware-member h4 {
		font-size: 10px;
		margin-bottom: 0;
	}
	.explore-range.contact-foot .head-holder h3 {
		padding-left: 0;
	}
}
@media only screen and (min-width:768px) and (max-width: 920px) {
	#sidebar .cart-orders a.recalculate{
		font-size:14px;
		letter-spacing:0;
	}
	#sidebar .cart-orders a.recalculate span{
		padding:0;
	}
	#sidebar .cart-orders a.recalculate i{
		width:38px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 820px) {
	.left-col .nav li {
		margin-right: 12px;
	}
	.nav li a,
	.top-cart-holder i {
		font-size: 12px;
	}
	#footer .footer-holder .left-col,
	#footer .footer-holder .right-col {
		float: none;
		width: 100%;
		max-width:100%;
		overflow: hidden;
	}
	#footer .footer-holder .left-col{
		margin-bottom:15px;
	}
	/*#footer .b-footer .nav-col{
		margin-right:20px;
		width: 47%;
	}*/
	/*#footer .b-footer .nav-col:last-child{
		margin-right:0;
	}*/
	.social-nav {
		text-align: center;
	}
	.copy-right {
		text-align: center;
	}
	#main-banner .slide .slide-caption h2 {
		font-size: 30px;
	}
	#main-banner .slide .slide-caption {
		height: 130px;
		padding: 15px 0;
	}
	#main-banner .slide .slide-caption .btn {
		width: 230px;
	}
	.find-stocklist .row-left, .find-stocklist .row-right {
		width: 60%;
	}
	#footer .footer-holder .right-col .socail-holder,
	.copy-right {
		float: none;
		text-align:center;
	}
	#footer .footer-holder .right-col .socail-holder{
		margin-bottom:30px;
	}
	#footer .b-footer .right-col h3::after {
		margin: 20px auto;
	}
	.copy-right{
		padding-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	input[type="text"], 
	input[type="email"], 
	input[type="password"], 
	input[type="tel"], 
	input[type="url"],
	input[type="number"], 
	select, textarea{
		letter-spacing:1px;
	}
	h1 {
		font-size: 28px;
	}
	h2{
		font-size:22px;
	}
	h3 {
		font-size: 18px;
	}
	/*#header{
		position:relative;
		background:#fff;
	}
	.top-pad {
		padding-top: 0;
	}*/
	.menu-active #header{
		z-index:9999;
	}
	.top-cart-holder {
		height: auto;
		left: 0;
		padding:0;
		position: absolute;
		right: 0;
		width: 100%;
	}
	
	.top-cart-holder .inner-holder {
		text-align: right;
		padding:15px 28px 12px;
		line-height:14px;
	}
	.nav li a{
		float:none;
	}
	.top-cart-holder i{
		float:right;
		margin-bottom:0;
		margin-left: 10px;
	}
	.cart-empty .top-cart-holder i{
		float:none;
	}
	.top-cart-holder span {
		display: inline-block;
		letter-spacing: 2px;
		padding: 1px 10px 0;
		line-height:10px;
		vertical-align:top;
	}
	.ordering-page .checkout-page{
		padding-top:55px;
	}
	#main{
		clear:both;
	}
	.btn {
		font-size: 14px;
		letter-spacing:1px;
	}
	.btn i,
	#footer .top-footer .btn-holder .btn i {
		font-size: 16px;
	}
	/*#main-banner .home.slider .slide img {
		height: 100%;
		left: 0;
		object-fit: cover;
		object-position: 50% 50%;
		position: absolute;
		top: 0;
		width: 100%;
	}*/
	#main-banner .home.slider .slide {
		min-height: 455px;
		position: relative;
	}
	/*#main-banner .home.slider .slick-prev, 
	#main-banner .home.slider .slick-next{
		top:35%;
	}*/
	#main-banner .slider.fixed-height .slide {
		height: 700px;
	}
	#main-banner .slide .slide-caption {
		height: 180px;
	}
	#main-banner .slide .slide-caption h2 {
		display: block;
		font-size: 24px;
		margin-bottom: 13px;
		text-align:center;
	}
	#main-banner .slide .slide-caption h2:after{
		margin:15px auto 0;
	}
	#main-banner .slide .slide-caption .btn {
		left: 3.2%;
		right: 3.2%;
		width: 280px;
	}
	#main-banner .slider-caption .caption-inner {
		padding: 20px 20px 5px;
	}
	#main-banner .slick-dots{
		bottom:38px;
	}
	#main-banner .slider-caption h1 {
		font-size: 18px;
	}
	#main-banner .slider-caption .caption-head {
		font-size: 12px;
		line-height: 14px;
		 margin-bottom: 15px;
	}
	#main-banner .slider-caption .bottom-border::after, 
	#main-banner .caption-content h3.bottom-border::after {
		margin-top: 15px;
	}
	#main-banner .caption-content .two-column .column:first-child,
	#main-banner .caption-content .two-column .column:last-child,
	.p-specifications .column:first-child,
	.p-specifications .column:last-child,
	.two-column .column{
		width:100%;
		margin-bottom:20px;
	}
	#main-banner .caption-content h3 {
		margin-bottom: 15px;
	}
	#main-banner .fixed-height .slick-dots, 
	#main-banner .home .slick-dots,
	#main-banner .slider.fixed-height .slick-dots{
		bottom: 36px;
		height:15px;
	}
	#main-banner .caption-content ul {
		margin-bottom: 0;
	}
	#footer .b-footer {
		padding: 50px 0;
	}
	.foot-logo {
		margin-bottom: 30px;
	}
	#footer .top-footer {
		padding: 60px 0 48px;
	}
	#footer .top-footer h3{
		float:none;
	}
	#footer .top-footer .btn-holder {
		float: none;
		overflow: hidden;
		margin-top:20px;
	}
	#footer .top-footer .btn-holder .btn {
		display: block;
		margin-bottom: 15px;
		margin-left: 0;
	}
	.mail-subscribe{
		margin-bottom:30px; 
	}
	.explore-range,
	.single-range .explore-range,
	.single-product .single-range .explore-range,
	.explore-range.more {
		padding: 60px 0 65px;
	}
	.explore-range .row .head-holder{
		width:100%;
		float:none;
		margin:0 0 20px 0;
		overflow:hidden;
	}
	.explore-range .row {
		margin-bottom: 50px;
	}
	.ranges .range-head .range-title {
		float: none;
		margin-bottom: 20px;
		text-align:center;
	}
	.ranges .range-head .range-title h3:after {
		margin: 20px auto 0;
	}
	.ranges .range-head a.btn {
		margin-top: 25px;
	}
	.ranges .range-head .range-meta {
		float: none;
		text-align: center;
	}
	.ranges .range-meta ul li {
		margin-left: 10px;
	}
	.ranges .range-meta ul li:first-child {
		margin-left: 0;
	}
	.home-news {
	}
	#sidebar,
	.store-loactor #sidebar {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom:30px;
	}
	#content,
	.store-loactor #content {
		float: none;
		width: 100%;
		overflow:hidden;
		margin-bottom:30px;
	}
	#sidebar .side-widget{
		padding:24px 20px 10px;
	}
	.single-range #main-banner .slick-dots {
		padding: 20px 0 20px 0;
		text-align:center;
	}
	.single-range .ranges{
		margin-bottom:0;
	}
	.single-range .ranges .range-head .range-title {
		padding-top: 0;
	}
	.more-ranges {
		padding: 48px 40px;
	}
	.more-ranges .explore-range-slider .slick-prev::before, 
	.more-ranges .explore-range-slider .slick-next::before{
		font-size:30px;
	}
	.more-ranges .explore-range-slider .slick-prev:focus, 
	.more-ranges .explore-range-slider .slick-next:focus {
		background:none;
	}
	.more-ranges .explore-range-slider .slick-prev:focus::before, 
	.more-ranges .explore-range-slider .slick-next:focus::before {
    	color: #737472;
	}
	.four-column {
		margin: 0 -15px;
	}
	.four-column .column{
		width:50%;
		padding: 0 15px;
	}
	.products-range {
		padding-bottom: 50px;
	}
	.pagination-holder .pagination {
		float: none;
		text-align: center;
	}
	.pagination-holder .pagination li{
		height:48px;
		min-width:48px;
		line-height:48px;
	}
	.select-box {
		padding: 12px 5px;
	}
	.pagination-holder .select-box{
		display:none;
	}
	.ranges .range-head h3, 
	#footer .top-footer h3,
	.top-contact-de .head-holder h1 {
		font-size: 30px;
	}
	#product-detail {
		overflow: hidden;
		padding: 40px 0;
	}
	#product-detail .slider-for .slick-prev,
	#product-detail .slider-for .slick-next {
		background: rgba(87, 86, 86, 0.18) none repeat scroll 0 0;
	}
	#product-detail .slider-for .slick-prev:hover,
	#product-detail .slider-for .slick-next:hover {
		background: rgba(87, 86, 86, 0.5) none repeat scroll 0 0;
	}
	#product-detail .slider-nav .slick-prev{
		left:0;
	}
	#product-detail .slider-nav .slick-next {
		right:0;
	}
	#product-detail .p-summery {
		margin-top: 30px;
	}
	#product-detail .p-summery h2 {
		margin-bottom: 30px;
	}
	.return-block h3 {
		font-size: 24px;
	}
	.return-block,
	.find-stocklist {
		padding: 40px 0 45px;
	}
	.return-block a.btn,
	.find-stocklist .row-left, 
	.find-stocklist .row-right {
		width: 100%;
	}
	.find-stocklist{
		margin-bottom:0;
	}
	.video-section {
		padding: 50px 0 25px;
	}
	.product-specification {
		padding:25px 0 50px;
	}
	.p-specifications h2 {
		font-size: 30px;
	}
	.p-specifications .column > strong {
		font-size: 16px;
	}
	.p-specifications .column:first-child {
		padding-top: 20px;
	}
	.p-specifications table {
		max-width: inherit;
	}
	.p-specifications .column:last-child {
		text-align:center;
	}
	.general-content #content h1,
	.general-content #content h2 {
		margin: 30px 0;
	}
	.general-content #content .two-column {
		margin: 50px -25px 20px;
	}
	.general-content #content {
		padding-bottom: 70px;
	}
	.three-column {
		margin: 0 -15px;
	}
	.three-column .column{
		width:50%;
		padding: 0 15px;
	}
	.view-range-section,
	.form-section,
	.tabs-section {
		padding:50px 0;
	}
	.view-range-section .left-col {
		float: none;
		margin:0 0 15px 0;
		width: 100%;
	}
	.view-range-section .right-col h2,
	.form-section h1 {
		margin-bottom: 30px;
	}
	.view-range-section .right-col a.btn {
		margin-top: 25px;
		min-width: 320px;
	}
	.form-section .form-holder label {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.form-section .form-holder .btn {
		width: 99.5%;
	}
	.tabset li{
		width:100%;
	}
	.tabset li.active {
		border-bottom: 1px solid #acacac;
	}
	.tab-content h2 {
    	font-size: 22px;
	}
	.seven-column .column {
		width: 33.333%;
	}
	.tab-content .seven-column strong {
		font-size: 14px;
	}
	.tab-content .seven-column .icon-holder{
		height:70px;
		width:70px;
		border:1px solid red;
		line-height:70px;
	}
	.tab-content .seven-column .icon-holder i {
		font-size: 30px;
		line-height: 70px;
	}
	.store-popup {
		font-size: 14px;
	}
	.store-popup .two-column .column{
		width:100%;
		margin-bottom:15px;
	}
	.store-popup .column .slider,
	.store-popup .column strong.tel,
	.store-popup .column ul {
		margin-bottom: 10px;
	}
	.store-popup .column .timming-table {
		margin-bottom: 0;
	}
	.store-popup .close{
		bottom:10px;
	}
	.checkout-page #content > h1 {
		margin-bottom: 30px;
	}
	.checkout-page #content > h1::after {
		width: 300px;
	}
	.cart-table .checkout-totals .total-holder {
		width: 100%;
	}
	.orders-holder .orders-inner .row{
		margin-bottom:15px;
		clear:both;
	}
	.orders-holder .orders-inner .row:last-child{
		margin-bottom:0;
	}
	.orders-holder .orders-inner .left-col {
		border-bottom: 1px solid #bfbfbf;
		width: 100%;
		height:auto !important;
	}
	.orders-holder .orders-inner .right-col {
		width: 100%;
		border-left:none;
		height:auto !important;
	}
	.orders-holder .orders-inner .right-col .btn,
	.orders-holder .orders-inner .right-col .btn i{
		line-height:48px;
	}
	
	.store-popup .column h3{
		font-size:16px;
	}
	
	#header .left-col {
    	display: none;
	}
	.menu-opener{
		display:block !important;
	}
	.nav > li:hover .sub-menu{
		display:none;
	}
	#header .right-col{
		background:#fff;
		width:100%;
		right:-100%;
		height:100%;
		z-index:99;
		overflow:auto;
		top:0;
		padding-top:54px;
		position:fixed; 
	}
	.right-col .nav > li{
		display:block;
		margin-right:0;
		position:relative;
		text-align:left;
		margin:0;
		border-bottom:none;
	}
	.right-col .nav > li.active a{
		color:#8b8d76;
	}
	.right-col .nav > li.active:hover a{
		color:#8b8d76;
	}
	.right-col .nav > li:hover{
		background:#fff;
	}
	.right-col .nav > li > a{
		line-height:50px;
		display:block;
		padding-left:15px;
		font-size:16px;
		font-weight:400;
	}
	.right-col .nav > li.menu-item-has-children > a{
		padding:0 0 0 15px;
	}
	.right-col .nav > li.menu-item-has-children > a::after{
		background:none;
	}
	.right-col .nav > li > ul.sub-menu{
		position:relative;
		margin:0;
		width:100%;
		display:none;
		opacity:1;
		visibility:visible;
		text-align:left;
		padding:0;
		font-size:16px;
		border-top:1px solid #EDEFF1;
		-webkit-transition:none;
		-moz-transition:none;
		-ms-transition:none;
		-o-transition:none;
		transition:none;
	}
	.right-col .nav > li > ul.sub-menu li a{
		padding:0;
		line-height:50px;
	}	
	.right-col .nav li .sub-menu-opener{
		background-color: rgba(0,0,0,0.3);
		cursor: pointer;
		display: block;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
	}
	.right-col .nav li .sub-menu-opener:before{
		position: absolute;
		top: 20px;
		right: 24px;
		display: block;
		width: 2px;
		height: 10px;
		background: #fff;
		content: '';
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}
	.right-col .nav li .sub-menu-opener:after{
		position: absolute;
		top: 24px;
		right: 20px;
		width: 10px;
		height: 2px;
		display: block;
		background: #fff;
		content: '';
		-webkit-transition: all .25s ease;
		-moz-transition: all .25s ease;
		-ms-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}
	.right-col .nav li .sub-menu-opener:hover:before,
	.right-col .nav li.open .sub-menu-opener:before{
		top: 24px;
		height: 0;
	}
	.checkout-page{
		padding:50px 0 30px;
	}
	.nav li.cart{
		display:none;
	}
	#order-slide .cart-orders .cart-produts tr td{
		display:block;
	}
	#order-slide .cart-orders .cart-produts tr td:last-child {
		text-align: left;
	}
	#order-slide .cart-orders .cart-produts tr{
		border-bottom:1px solid #bfbfbf;
	}
	#order-slide .cart-orders .cart-produts tr:last-child{
		border-bottom:none;
	}
	#order-slide{
		height: 100%;
		right:0;
		top:-100%;
		width:100%;
		z-index: 9999;
	}
	.orders-holder .orders-inner .right-col .btn{
		line-height:48px !important;
	}
	.ab-rows-holder .ab-row .column:first-child,
	.ab-rows-holder .ab-row .column:last-child{
		border:none;
		text-align:left;
	}
	#content .ab-rows-holder .ab-row .two-column{
		margin:0;
	}
	#content .ab-rows-holder .ab-row:nth-child(odd) .two-column{
		border-left:10px solid #aaaba5;
	}
	#content .ab-rows-holder .ab-row:nth-child(even) .two-column{
		border-right:10px solid #aaaba5;
	}
	#content .ab-rows-holder .ab-row:nth-child(even) .two-column .column{
		text-align:right;
	}
	
	#content .ab-rows-holder .ab-row:nth-child(4n+2) .two-column{
		border-color: #95a3aa;
	}
	#content .ab-rows-holder .ab-row:nth-child(4n+3) .two-column{
		border-color: #a98a6e;
	}
	#content .ab-rows-holder .ab-row:nth-child(4n+4) .two-column{
		border-color: #8b8d77;
	}
	
	
	#content .ab-rows-holder .ab-row .column:first-child{
		margin-bottom:25px;
	}
	.top-contact-de .text-holder address {
		margin: 20px 0 35px;
	}
	.top-contact-de .btn-holder .btn {
		display: block;
		margin-right: 0;
	}
	.office-team {
		padding: 40px 0;
	}
	.office-team .head-holder {
		margin-bottom: 40px;
	}
	.store-loactor.contacts .head-holder h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.store-loactor.contacts {
		padding: 20px 0 60px;
	}
	.explore-range.ware-house{
		padding:60px 0 60px;
	}
	.ware-house .ware-member h3 {
		font-size: 12px;
	}
	.explore-range.ware-house .row {
		margin-bottom: 50px;
	}
	.explore-range.ware-house {
		padding: 60px 0;
	}
	.ware-house .ware-member .img-holder {
		margin-bottom: 20px;
	}
	.explore-range.ware-house .text-holder .btn {
		display:block;
	}
	.explore-range.ware-house .text-holder .btn span {
		padding: 0 10px;
	}
	.explore-range.contact-foot .text-holder .btn {
		display:block;
	}
	.explore-range.contact-foot .head-holder h3 {
		font-size: 30px;
		margin-bottom:0;
	}
	.store-loactor {
		padding-top: 22px;
	}
	#footer .b-footer .left-col .nav-col{
		width:50%;
		margin-bottom:15px;
	}
	.form-section.account-info .form-holder .buttonSet .buttonAction{
		float:none
	}
	.form-section.account-info .form-holder .buttonSet a.btn {
		float: none;
		margin-top:15px;
	}
	.contentText.full-t td.f-td{
		width:100%;
		display:block;
	}
	#header .right-col .buy-btn {
		display: block;
		padding:14px 15px 0;
	}
	#header .right-col .buy-btn .btn{
		display: block;
	}
}
@media only screen and (max-width: 580px) {
	#main-banner .slider.fixed-height .slide {
		height: 745px;
	}
	.office-team .team-column .column{
		width:100%;
	}
}
@media only screen and (max-width: 520px) {
	#footer .b-footer .nav-col {
		margin-right: 0;
		width: 100%;
	}
	#footer .b-footer .nav-col:last-child {
		margin-top: 10px;
	}
	.range-filters .four-column .column,
	.four-column .column{
		width:100%;
	}
	
}
@media only screen and (max-width: 480px) {
	#header {
		height: 72px;
	}
	#header .logo {
		width: 160px;
	}
	.top-cart-holder {
		/* top:72px; added warning */
		top: 152px;
	}
	.top-pad{
		padding-top:72px;	
	}
	.menu-opener{
		top:22px;
	}
	#main-banner .slider.fixed-height .slide {
		height: 780px;
	}
	.pagination-holder .pagination li {
		height: 40px;
		line-height: 40px;
		min-width: 40px;
	}
	.three-column .column{
		width:100%;
	}
	.seven-column .column {
		width: 50%;
	}
	#footer .b-footer .left-col .nav-col{
		width:100%;
	}
	#footer .b-footer .nav-col strong {
		font-size: 18px;
	}
	table td{
		font-size:13px;
		line-height:17px;
		letter-spacing:0
	}
	
}
@media only screen and (max-width: 420px) {
	#main-banner .caption-content .btn {
		font-size: 12px;
		letter-spacing: 0;
	}
	#main-banner .slider-caption .caption-inner {
		letter-spacing: 0;
	}
	#main-banner .caption-content ul li {
		margin-bottom: 5px;
	}
	.single-range #main-banner .slick-dots {
		padding: 10px 0;
	}
	.cart-table table.shoppingcart th, 
	.cart-table table.shoppingcart td{
		display:block;
		width:100%;
		padding: 15px 15px;
	}
	.cart-table table tr td:nth-child(3) {
		text-align: left;
	}
	.cart-table table.shoppingcart th{
		border-bottom:1px solid #bcbcbc;
	}
	.cart-table table.shoppingcart tbody tr{
		border-bottom:1px solid #bcbcbc;
	}
	.cart-table table.check-proceed tbody tr{
		border-bottom:none;
	}
	.cart-table table tr td:nth-child(4), 
	.cart-table table tr td:nth-child(5) {
		color: #363535;
		text-align: left;
	}
	.cart-table table tr th:first-child, 
	.cart-table table tr td:first-child {
		padding-left:15px;
	}
	.cart-table .checkout-totals table td{
		text-align:left;
	}
	.cart-table .checkout-totals table tr td:last-child{
		text-align:right;
	}
	#main-banner .slider.fixed-height .slide {
		height: 730px;
	}
	.cart-table table.shoppingcart .checkout-totals tbody tr {
		border-bottom: none;
	}
	.cart-table .checkout-totals table td{
		display:initial;
		padding: 5px;
	}
	.cart-table {
		padding-bottom: 15px;
	}
	#checkoutButtonContainer #checkoutButton.btn{
		width:100%;
		float:none;
	}
	
}

@media only screen and (max-width: 400px) {
	.ranges .range-meta li .icon-holder {
		height: 60px;
		line-height: 60px;
		margin: 0 auto 12px;
		width: 60px;
	}
	.ranges .range-meta li i {
		font-size: 25px;
		line-height: 60px;
	}
	.ranges .range-meta li span {
		font-size:12px;
	}
}
@media only screen and (max-width: 379px) {
	#main-banner .slider.fixed-height .slide {
		height: 760px;
	}
	#main-banner .slider-caption .caption-inner {
		padding: 15px 15px 0;
	}
	.ranges .range-meta li span {
		font-size:10px;
	}
	.pagination-holder .pagination li {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		min-width: 30px;
	}
	.view-range-section .right-col a.btn {
		min-width: 280px;
	}
	.store-popup .select-style select {
		font-size: 10px;
	}
	.billing-address .billing-details label {
		margin-bottom: 5px;
		width: 100%;
	}
	.billing-address .billing-details .input-holder {
		width: 100%;
	}
	.billing-address .billing-details table td{
		width:100%;
		display:block;
		padding-bottom:0;
	}
}
@media only screen and (max-width: 360px) {
	.ranges .range-meta ul li {
		margin-left: 5px;
	}
	.find-stocklist a.btn {
		letter-spacing: 0;
		font-size:13px;
	}
	.checkout-page #content > h1::after {
		width: 100%;
	}
}
@media only screen and (max-width: 330px) {
	.ranges .range-meta ul li {
		margin-left:3px;
	}
}
