@import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,600,600i,700");

body {
	position: relative;
	right: 0;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.catalogsearch-result-index .regular-price .price {
	color: #000000;
	font-size: 12px;
}
.continue_shopping {
	background: rgba(0, 0, 0, 0) linear-gradient(#2595d6, #136797) repeat scroll 0 0;
	border-radius: 5px;
	float: right;
}
.checkout-cart-index span.continue_shopping_f_s {
	line-height: 0;
	height: 0;
}
.checkout-cart-index span.continue_shopping_span {
	height: 0;
	line-height: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: capitalize;
}
.add-to-links li img.deskhert {
}
.add-to-links li img.mobhert {
	display: none;
}
a {
	color: #482e1a;
}
a:hover,
a:focus {
	color: #000;
}
.page {
	overflow-x: hidden;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.text-center {
	text-align: center;
}
.text-center img {
	display: inline-block;
}
.clearfix {
	clear: both;
}
.full_img {
	width: 100%;
}
.row-block {
	margin: 0 -15px;
	clear: both;
	overflow: hidden;
}
.col-2 {
	width: 50%;
	padding: 0 15px;
	float: left;
}
.col-1-4 {
	width: 25%;
	padding: 0 15px;
	float: left;
}
.col-3-4 {
	width: 75%;
	padding: 0 15px;
	float: left;
}
.col-3 {
	width: 33.33333%;
	padding: 0 15px;
	float: left;
}
.cms-page-view .std p,
.cms-no-route .std p,
.cms-page-view .std li,
.cms-no-route .std li,
form .form-instructions {
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 20px;
}
.field label {
	font-weight: normal;
}
.field .input-text,
.wide .input-text {
	width: 100%;
	margin: 0;
	max-width: 100%;
	height: 24px;
	border-radius: 0;
	font-size: 13px;
	line-height: 18px;
	padding: 1px 10px;
}
.field textarea.input-text {
	height: auto;
}
.btn_primary,
button.button,
a.button {
	text-align: center;
	border-radius: 5px;
	background: #8b2500;
	position: relative;
	padding: 3px 15px;
	min-width: 1px;
	display: inline-block;
	color: #fff;
	text-transform: none;
	font-weight: 600;
	overflow: hidden;
	vertical-align: middle;
	white-space: nowrap;
	border: 0;
	font-size: 13px;
	line-height: 21px;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.btn_primary:hover,
.btn_primary:focus,
button.button:hover,
button.button:focus,
a.button:hover,
a.button:focus {
	background: #8b2500;
}
.btn_primary:before,
button.button:before,
a.button:before {
	position: absolute;
	border-radius: 5px;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 8px;
	background: rgba(255, 255, 255, 0.24);
	content: "";
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn_primary span,
button.button span {
	position: relative;
	z-index: 2;
}
.btn_primary:hover:before,
.btn_primary:focus:before,
button.button:hover:before,
button.button:focus:before {
	bottom: 100%;
}
.buttons-set button.button {
	min-width: 1px;
}
.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}
.table-bordered,
.data-table {
	border: 1px solid #ddd;
	background-color: #fff;
	width: 100%;
	max-width: 100%;
}
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > th {
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	background: rgba(240, 242, 244, 1);
	background: -moz-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 242, 244, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f4', endColorstr='#ffffff', GradientType=0 );
}
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td,
.table-bordered > thead > tr > td {
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	background: #fff;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
	border-top: 0 none;
}
.data-table > tbody > tr > th,
.data-table > tfoot > tr > th,
.data-table > thead > tr > th {
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	text-transform: none;
	font-weight: 600;
	background: rgba(240, 242, 244, 1);
	background: -moz-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 242, 244, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f4', endColorstr='#ffffff', GradientType=0 );
}
.data-table > tbody > tr > td,
.data-table > tfoot > tr > td,
.data-table > thead > tr > td {
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	background: transparent;
	vertical-align: middle;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
	background-color: #f9f9f9;
}
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
	font-size: 16px;
	text-transform: none;
	border-bottom: none;
	color: #333;
	margin-bottom: 0;
}
.skip-nav .icon,
.skip-search .icon {
	background-image: url(../images/icon_sprite.png);
}
table td a {
	text-decoration: underline;
}
table td a:hover {
	color: #000;
}
p.required,
.validation-advice {
	margin-top: 3px;
}

.control .input-box {
	width: auto !important;
}
.control label {
	background: transparent !important;
	padding-left: 20px !important;
}
.control input.radio,
.control input.checkbox {
	margin-left: 0 !important;
}

/************************** header **************************/
a.logo {
	max-width: 250px;
	min-height: 90px;
	padding: 14px 0;
}
header.header {
	background: #ffffff;
	background: -webkit-linear-gradient(#ffffff, #e2e2e2);
	background: -o-linear-gradient(#ffffff, #e2e2e2);
	background: -moz-linear-gradient(#ffffff, #e2e2e2);
	background: linear-gradient(#ffffff, #e2e2e2);
	box-shadow: 0 3px 50px rgba(0, 0, 0, 0.4) inset, 0 10px 50px rgba(0, 0, 0, 0.1);
	position: relative;
	border-bottom: 1px solid #fff;
	padding-top: 20px;
	margin: -20px -20px 0 -20px;
}
header.header .page-header {
	background: url(../images/header-bg.png) no-repeat;
	background-position: bottom right;
}
.top-header-wrapper {
	position: absolute;
	top: 0;
	right: 30px;
	padding: 18px 15px 7px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	margin-top: -10px;

	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(226, 226, 226, 1) 100%);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(255, 255, 255, 1)),
		color-stop(50%, rgba(241, 241, 241, 1)),
		color-stop(100%, rgba(226, 226, 226, 1))
	);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(226, 226, 226, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(226, 226, 226, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(226, 226, 226, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(226, 226, 226, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0 );
}
.top-header-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	width: 98px;
	height: 52px;
	background: url(../images/header-shape.png);
	margin: 4px 0 0 -90px;
	top: 0;
}
.top-header-wrapper .topSearch {
	position: static;
	width: auto;
	display: inline-block;
	height: auto;
}
.top-header-wrapper .topSearch input[type="search"] {
	height: auto !important;
	font-size: 12px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3) inset;
	padding: 3px 8px !important;
	min-width: 160px;
	width: auto !important;
}
.top-header-wrapper .topSearch #search_mini_form button.button.search-button {
	text-indent: 0;
	color: #717171;
	position: static;
	height: auto;
	width: auto;
	padding: 0 3px 0 8px;
}
.top-header-wrapper .topSearch #search_mini_form button.button.search-button:before {
	display: none;
}
.top-header-wrapper .topSearch ~ a {
	color: #000;
	text-decoration: underline;
	font-size: 12px;
	margin-left: 30px;
}
.top-header-wrapper #header-accounts {
	margin-left: 30px;
	display: inline-block;
}
.top-header-wrapper #header-accounts a {
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
.top-header-wrapper .topSearch + p {
	color: #000;
	font-size: 13px;
	margin-left: 30px;
	display: inline-block;
}
.page-header .call-us-wrapper {
	color: #c17254;
	margin: 50px 40px 10px 0;
}
.page-header .call-us-wrapper h4 {
	color: #c17254;
	text-transform: none;
	margin: 0;
	line-height: 18px;
	font-size: 17px;
}
.page-header .call-us-wrapper .header-call-info {
	overflow: hidden;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	vertical-align: top;
}
.page-header .call-us-wrapper img {
	margin: 22px 6px 0 0;
	width: 18px;
}

#header-search {
	display: none;
}
header.header #header-nav {
	border-bottom: 0;
	font-size: 12px;
}
header.header #header-nav nav ol.nav-primary {
	display: inline-block;
	margin: 0;
	position: relative;
}
header.header #header-nav nav ol.nav-primary:after {
	content: "";
	position: absolute;
	right: 0;
	width: 92px;
	height: 30px;
	background: url(../images/menu-shape2.png);
	margin: 0px -93px 0 0px;
	top: 0;
}
header.header #header-nav nav ol > li {
	position: relative;
	margin-right: -2px;
}
header.header #header-nav nav ol > li:last-child {
	position: relative;
	margin-right: -4px;
}
header.header #header-nav nav ol li a {
	color: #fff;
	text-transform: none;
	cursor: pointer;
	background: #b5502a;
	background: -webkit-linear-gradient(#db8e6d, #b5502a);
	background: -o-linear-gradient(#db8e6d, #b5502a);
	background: -moz-linear-gradient(#db8e6d, #b5502a);
	background: linear-gradient(#db8e6d, #b5502a);
}
header.header #header-nav nav ol > li:hover > a,
header.header #header-nav nav ol > li.active > a {
	background: #b5502a;
}
header.header #header-nav nav ol li a:focus {
	outline: none;
}
header.header #header-nav nav ol li:first-child a {
	border-top-left-radius: 6px;
}
header.header #header-nav nav ol > li:before {
	content: "";
	position: absolute;
	right: 1px;
	width: 1px;
	top: 0;
	bottom: 0;
	z-index: 1;
	/*background: rgba(0,0,0,0.1); 
    background: -webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.0)); 
    background: -o-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.0)); 
    background: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.0)); 
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.0));*/
}

header.header #header-nav nav ol li.nav-5:before {
	display: none;
}
header.header #header-nav nav ol > li:nth-last-child(2) > a {
	padding-left: 50px;
}
header.header #header-nav nav ol > li:last-child:before {
	display: none;
}
header.header #header-nav nav ol > li:nth-last-child(2) > a,
header.header #header-nav nav ol > li:last-child > a {
	background: #2595d6;
	background: -webkit-linear-gradient(#2595d6, #136797);
	background: -o-linear-gradient(#2595d6, #136797);
	background: -moz-linear-gradient(#2595d6, #136797);
	background: linear-gradient(#2595d6, #136797);
}
header.header #header-nav nav ol > li:nth-last-child(5):before {
	border: 0px solid #fff;
}
header.header #header-nav nav ol > li:nth-last-child(2):hover > a,
header.header #header-nav nav ol > li:last-child:hover > a,
header.header #header-nav nav ol > li.active:nth-last-child(2) > a,
header.header #header-nav nav ol > li.active:last-child > a {
	background: #136797;
}
header.header #header-nav nav ol > li:nth-last-child(2):after {
	content: "";
	position: absolute;
	left: 0;
	width: 92px;
	height: 30px;
	background: url(../images/menu-shape1.png);
	margin: 0px 0 0 -2px;
	top: 0;
	z-index: 1;
}
header.header #header-nav nav ol > li ul {
	padding: 0;
	border: 1px solid #494949;
	border-top: 0;
}
header.header #header-nav nav ol > li .linkss ul {
	position: static;
	display: block;
	border: none;
	width: auto;
}
header.header #header-nav nav ol > li #header-nav nav ol li:before {
	display: none;
}
header.header #header-nav nav ol > li ul li a {
	background: #b5502a;
	color: #fff;
	border-top-left-radius: 0px !important;
	padding: 0px 10px;
	cursor: pointer;
	font-size: 12px;
}
header.header #header-nav nav ol > li ul li a:hover {
	background: #bd5d39;
}

header.header #header-nav nav ol > li:nth-last-child(2) ul li a {
	background: #136797;
}
header.header #header-nav nav ol > li:nth-last-child(2) ul li a:hover {
	background: #1977ad;
}

/************************** left sidebar **************************/
.left_menus,
.sidebar .block-account {
	border: #999999 1px solid;
	border-bottom: #666666 2px solid;
	margin-bottom: 15px;
	margin-top: 0;
}
.left_menus li,
.sidebar .block-account li {
	padding: 2px 3px;
	margin: 0 4px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	text-transform: none;
}
.left_menus li:last-child,
.sidebar .block-account li:last-child {
	border-bottom: none;
}
.left_menus li.category-title,
.left_menus li.category-title:hover,
.sidebar .block-account .block-title {
	background: #494949;
	color: #fff;
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 2px 3px;
}
.sidebar .block-account .block-title strong {
	color: #fff;
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	display: block;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.left_menus li a,
.sidebar .block-account li a,
.sidebar .block-account li strong {
	color: #482e1a;
	display: block;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.left_menus li:hover,
.sidebar .block-account li:hover {
	background: #f4f4f4;
}
.left_menus li:hover a,
.sidebar .block-account li:hover a {
	color: #000;
	text-decoration: none;
}

.sidebar_ad {
	margin-bottom: 15px;
}
.sidebar_ad img {
	width: 100%;
}
.sidebar_ad a {
	font-size: 13px;
	line-height: 13px;
	color: #636363;
	text-decoration: underline;
	margin-bottom: 15px;
	display: block;
}
.sidebar_ad a img {
	margin-top: 10px;
}
.sidebar_minicart {
	background: #f8f7f5;
	border: 1px solid #c4c1bc;
	font-size: 0.95em;
	line-height: 1.3em;
	margin: 0 0 15px;
}
.sidebar_minicart .minicart_head {
	border-bottom: 1px solid #ddd;
	margin: 0 1px;
	padding: 2px 8px;
}
.sidebar_minicart a {
	font-size: 12px;
	line-height: 16px;
	color: #636363;
	text-decoration: underline;
}
.sidebar_minicart a span.icon {
	background: rgba(0, 0, 0, 0) url(../images/shop_icon.gif) no-repeat center center;
	display: block;
	width: 13px;
	height: 16px;
	float: left;
	margin-right: 8px;
}
.sidebar_minicart a span.icon + span.label {
}
.sidebar_minicart > span {
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 2px 8px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.sidebar_minicart > .block-cart {
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 2px 8px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.sidebar_minicart .mini-products-list li {
	margin-bottom: 0;
}
.sidebar_minicart .mini-products-list .product-details {
	margin-left: 0;
}
.sidebar_minicart ul .product-details .product-name {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: left;
}
.sidebar_minicart ul .product-details .product-name span {
	color: #999999;
	text-decoration: underline;
}
.sidebar_minicart ul .product-details .product-name span:hover {
	color: #000;
	text-decoration: none;
}
.sidebar_minicart > span:last-of-type {
	border-bottom: none;
	text-align: left;
}

.sidebar_products {
	border: 1px solid rgb(196, 193, 188);
	overflow: hidden;
	margin: 0 0 15px;
}
.sidebar_products li {
	width: 50%;
	padding: 2px;
	float: left;
}
.sidebar_products li:nth-child(2n + 1) {
	clear: both;
}

.MagicSlideshow {
	border: 1px solid #c4c1bc;
	border-radius: 6px;
	background: url(../images/scenebg.jpg) no-repeat;
	background-size: 100% auto;
	background-size: cover;
	padding-top: 0 !important;
	overflow: hidden;
}
.MagicSlideshow .mss-slider {
	border-radius: 6px;
}
.MagicSlideshow .mss-slider + span,
.MagicSlideshow .mss-slider + div {
	display: none !important;
}
.MagicSlideshow.mss-selectors-horizontal .mss-slider {
	top: 0 !important;
}
.MagicSlideshow.mss-selectors-horizontal .mss-bullets {
	width: auto;
	left: auto;
	right: 20px;
}
.MagicSlideshow.mss-selectors-horizontal .mss-bullets .mss-selectors-container {
	width: auto;
	left: auto;
	right: 20px;
	counter-reset: section;
}
.MagicSlideshow.mss-selectors-horizontal .mss-bullets .mss-selector {
	height: 18px;
	margin: 0 2px;
	width: 18px;
	font-size: 14px;
	position: relative;
	border-radius: 50%;
}
.MagicSlideshow.mss-selectors-horizontal .mss-bullets .mss-selector.mss-selector-active {
	background: #2386bf;
}
.MagicSlideshow.mss-selectors-horizontal .mss-bullets .mss-selector:before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	font-size: 14px;
	color: #333;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
}
.MagicSlideshow.mss-selectors-horizontal .mss-bullets .mss-selector:after {
	display: none;
}

.bannerslider-carousel {
	background: #fff;
	background-size: 100% auto;
	background-size: cover;
	border: 1px solid #adadad;
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 0 30px;
}
.bannerslider-carousel .owl-item .item {
	margin: 2px 0;
}
.bannerslider-carousel .owl-item .product-info {
	min-height: 1px;
}
.bannerslider-carousel.owl-theme .owl-controls {
	margin: 0;
}
.bannerslider-carousel.owl-theme .owl-controls .owl-buttons > div {
	position: absolute;
	width: 30px;
	top: 0;
	height: auto;
	bottom: 0;
	text-indent: -200px;
	overflow: hidden;
	border-radius: 0;
	margin: 0;
	background: transparent;
}
.bannerslider-carousel.owl-theme .owl-controls .owl-buttons > div:before {
	position: absolute;
	top: 50%;
	content: "";
	border: 14px solid transparent;
	left: 50%;
	margin-top: -14px;
}
.bannerslider-carousel.owl-theme .owl-controls .owl-buttons > div.owl-prev {
	left: 0;
}
.bannerslider-carousel.owl-theme .owl-controls .owl-buttons > div.owl-prev:before {
	border-right-color: #444;
	margin-left: -20px;
}
.bannerslider-carousel.owl-theme .owl-controls .owl-buttons > div.owl-next {
	right: 0;
}
.bannerslider-carousel.owl-theme .owl-controls .owl-buttons > div.owl-next:before {
	border-left-color: #444;
	margin-left: -8px;
}
.bannerslider-carousel.owl-theme .product-image {
	display: block;
	background: transparent;
	border: none;
}

.static_rqstquote {
	overflow: hidden;
	margin: 0 -8px;
}
.static_rqstquote a {
	float: left;
	width: 50%;
	padding: 0 8px 15px;
	text-align: center;
}
.static_rqstquote a img {
	width: 100%;
	display: block;
}

/************************** footer **************************/
.footer-container {
	padding-bottom: 15px;
}
.footer {
	background: #ffffff;
	padding: 20px;
	border-top: none;
	background: -webkit-linear-gradient(#ffffff, #e2e2e2);
	background: -o-linear-gradient(#ffffff, #e2e2e2);
	background: -moz-linear-gradient(#ffffff, #e2e2e2);
	background: linear-gradient(#ffffff, #e2e2e2);
}
.footer div.links {
	width: auto;
	float: none;
	padding: 0;
	text-align: center;
	margin: 0;
}
.footer div.links ul li {
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #666;
	line-height: 12px;
	font-size: 12px;
	text-transform: none;
	margin-bottom: 4px;
}
.footer div.links ul li a {
	text-decoration: underline;
	color: #666;
}
.footer div.links ul li a:hover {
	color: #000;
}
.footer div.links ul li:last-child {
	border-right: none;
}
.footer .copyright {
	padding: 0;
	margin: 0;
	border-top: none;
	color: #666;
	font-size: 13px;
	text-align: center;
	width: 60%;
	display: inline-block;
}
.footer .copyright a {
	text-decoration: underline;
	color: #666;
}
.footer .mp-copyright {
	display: none;
}
.footer img {
	display: inline-block;
	max-width: 100%;
}
.footer .col-main {
	display: inline-block;
	float: none;
	width: 60%;
}

.footer_left {
	float: left;
	width: 20%;
	text-align: center;
}
.footer_right {
	float: right;
	width: 15%;
	text-align: center;
}
.footerlogos {
	text-align: center;
	padding-top: 15px;
}
.footerlogos a,
.footerlogos iframe {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	border: none;
}

.breadcrumbs {
	margin: -30px 0 10px;
	padding: 6px 0;
	border-bottom: 1px solid #cccccc;
}
.breadcrumbs li {
	text-transform: capitalize;
}
.breadcrumbs span {
	line-height: 16px;
}

/************************** static page **************************/
.text-block .full_img {
	margin-bottom: 12px;
}
.text-block h4,
.text-block h5,
.text-block h3 {
	text-transform: none;
}
.esay_use {
	padding: 0;
}
.esay_use img {
	margin: 30px 0;
}
.esay_use p {
	margin: 0 0 10px;
	font-size: 13px;
}
.esay_use p a {
	color: #482e1a;
	text-decoration: underline;
}
.esay_use p a img {
	margin: 0;
}
.esay_use h3 {
	margin-left: 30px;
	margin-bottom: 10px;
	color: #069;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: none;
}
.esay_use ul {
	margin-bottom: 10px;
}
.esay_use ul li strong {
	color: #069;
	font-size: 14px;
	font-weight: bold;
}
.cms-terms-and-conditions .text-block h4 {
	text-transform: none;
	margin-bottom: 0;
}

.contact_address {
	padding: 20px 0;
}
.contact_address strong {
	display: block;
	color: #333;
}
.contact_address span {
	display: block;
	font-size: 13px;
	padding: 0 10px;
}
.contact_address a {
	color: #636363;
	text-decoration: none;
}
.contact_address a:last-child {
	color: #482e1a;
	text-decoration: underline;
}

.contacts-index-index .buttons-set {
	margin-left: 0;
	max-width: 100%;
}
.contactform {
	padding-left: 0 !important;
}
.contactform .fieldset {
	padding: 10px 6px 6px;
	border: 1px solid #ccc;
	margin: 0 0 15px;
}
.contactform .fields .field {
	margin-bottom: 6px;
}
.contactform .fields .field label,
.contactform .wide .field .required {
	color: #333;
	font-size: 12px;
}
.contactform .fields .field .input-text {
	width: 33.3333%;
	margin-top: 2px;
}
.contactform .field textarea.input-text {
	min-height: 250px;
	margin-top: 2px;
}
.contactform .buttons-set button.button {
	min-width: 1px;
}

/************************** Category list page **************************/
.category-title h1 {
	font-size: 18px;
	text-transform: none;
	color: #333333;
	margin-bottom: 0;
}
.category_lists {
	margin: 0 -3px 30px;
	overflow: hidden;
}
.category_lists li {
	padding: 0 3px;
	margin-bottom: 10px;
	width: 20%;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.category_lists li:nth-child(5n + 1) {
	clear: both;
}
.category_lists li a {
	color: #000;
	font-weight: 600;
}
.category_lists li a:hover {
	text-decoration: none;
	color: #2595d6;
}
.category_lists li .category-images {
	padding: 4px;
	margin: 0 auto 3px;
	border: 1px solid #ddd;
	width: 128px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*.category_lists li .category-images img{max-width: 100%;width: 120px;height: 120px; display: block;}*/
.category_lists li .category-images img {
	display: block;
	height: 120px;
	margin: auto;
	max-width: 100%;
	text-align: center;
	width: auto;
}
.category_lists li a:hover .category-images {
	opacity: 0.5;
	border-color: #2595d6;
}

ul.home_categories {
	list-style-type: none;
	margin: 0 -18px;
}
ul.home_categories li {
	width: 33.33%;
	margin: 0 0 32px;
	padding: 0 18px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
}
ul.home_categories li a {
	color: #000;
	font-weight: 600;
}
ul.home_categories li .category-images {
	padding: 0;
	border: none;
	width: auto;
	margin-bottom: 13px;
}
ul.home_categories li .category-images img {
	height: 128px;
	width: 100%;
}
ul.home_categories li:nth-child(5n + 1) {
	clear: none;
}
ul.home_categories li:nth-child(3n + 1) {
	clear: both;
}

/************************** Product View page **************************/
.product-img-box {
	width: auto;
	float: none;
	padding-right: 0;
	margin: 0;
}
.product-img-box .product-image {
	display: inline-block;
	margin: 0;
	border: 1px solid #ddd;
	vertical-align: top;
}
.product-image,
.no-touch .product-img-box .product-image:hover:not(.zoom-available) {
	display: inline-block;
	position: relative;
}
.product-view .product-name h1 {
	font-size: 16px;
	text-transform: none;
	color: #333;
	margin: 15px 0 8px;
	border-bottom: none;
}
.product-view .table-responsive {
	margin-bottom: 20px;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
	clear: none;
	float: none;
	width: auto;
	padding-left: 0;
}
.product-view .add-to-cart-buttons {
	margin-right: 0;
}
.product-view .add-to-cart-buttons .button,
.category-products .add-to-cart-buttons .button {
	font-size: 13px;
	line-height: 18px;
	min-height: 30px;
	min-width: 1px;
	padding: 3px 10px;
	margin: 0;
	text-transform: none;
	background: #ff9900;
	border-radius: 0;
	border: 1px solid #ccc;
	font-weight: normal;
}
.product-view .add-to-cart-buttons .button:before,
.category-products .add-to-cart-buttons .button:before {
	display: none;
}
.product-view .add-to-cart {
	border-bottom: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
	min-width: 95px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
	margin-bottom: 0;
	margin-right: 0;
}
.product-view .add-to-cart .qty-wrapper .qty {
	float: left;
	font-size: 13px;
	height: 30px;
	border-radius: 0;
	width: 49px;
}
.product-view .add-to-cart .qty-wrapper label {
	display: none;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box {
	min-height: 1px;
}

.category-products .add-to-cart br {
	display: none;
}
.category-products .add-to-cart .qty-wrapper {
	min-width: 150px;
}
.category-products .add-to-cart .qty-wrapper.category-products .add-to-cart .add-to-cart-buttons {
	display: inline-block;
}
.category-products .add-to-cart .qty-wrapper input {
	width: 60px;
	float: left;
	font-size: 13px;
	height: 30px;
	border-radius: 0;
	border: 1px solid silver;
}

.tier-prices.product-pricing {
	background: transparent;
	padding: 0;
	border: none;
	min-width: 110px;
	margin: 0;
}
.catalog-category-view .price-box .price {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

/************************** Cart page **************************/
.cart.display-single-price .page-title {
	border: none;
	margin: 0;
}
.cart.display-single-price .page-title h1 {
	font-size: 16px;
	color: #333;
	text-transform: none;
}
.cart.display-single-price .cart-table {
	float: none;
}
.cart.display-single-price .cart-table > thead > tr > th:last-child,
.cart.display-single-price .cart-table > tbody > tr > td:last-child {
	border-right: none;
}
.cart-table .product-cart-image {
	padding: 8px;
}
.cart-table .product-cart-image img {
	width: 130px;
}
.cart-table .product-cart-info {
	width: 60%;
	vertical-align: top;
}
.cart-table .product-cart-actions .qty {
	height: 26px;
	margin: 0 !important;
	padding: 4px 8px;
	text-align: left;
	font-size: 13px;
	width: auto;
	text-align: center;
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
	padding-left: 8px;
}
.cart-table h2 {
	font-size: 12px;
	text-transform: none;
	line-height: 16px;
}
.cart-table h2 a {
	color: #482e1a;
	text-decoration: underline;
}
.cart-table h2 a:hover,
.cart-table h2 a:focus {
	color: #000;
}
.cart-table .product-cart-sku {
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-style: normal;
	background: #fff;
	border-color: #e0e0e0 #ccc;
	border-style: solid dashed;
	border-width: 1px 1px 2px;
	margin: 25px 10px 9px 25px;
	padding: 3px 10px;
	position: relative;
	font-size: 11px;
	line-height: 14px;
	cursor: default;
	color: #666666;
}
.cart-table .product-cart-sku:after {
	position: absolute;
	right: 0;
	top: 100%;
	width: 100px;
	height: 18px;
	background: url(../images/expandretract.png) no-repeat top left;
	content: "";
}
.cart-table .product-cart-sku .su_details_heading {
	position: absolute;
	left: 0;
	bottom: 100%;
	padding: 0 0 4px;
}
.cart-table .product-cart-sku .label {
	color: #333;
	font-weight: normal;
}
.cart-table .product-cart-sku .showexpand {
	display: block !important;
}
.cart-totals-wrapper {
	float: none;
	width: auto;
	padding: 0;
	clear: none;
	margin: -21px 0 12px;
}
.cart-totals-wrapper .cart-totals {
	border: none;
	background: transparent;
	padding: 0;
}
.cart .cart-totals table {
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 10px;
}
.cart .cart-totals table td {
	padding: 4px 8px;
	text-transform: none;
	color: #333;
}
.cart .cart-totals table tfoot td {
	font-size: 13px;
	padding: 4px 8px;
	color: #333;
	background: rgba(240, 242, 244, 1);
	background: -moz-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 242, 244, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(240, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f4', endColorstr='#ffffff', GradientType=0 );
}
.cart .cart-totals table tfoot strong {
	font-weight: 600;
}
.cart-table .product-cart-actions .cart-links {
	display: none !important;
}
.cart-table .product-cart-actions .btn-update {
	font-size: 13px;
	line-height: 18px;
	min-height: 30px;
	min-width: 1px;
	padding: 3px 10px;
	margin: 0;
	text-transform: none;
	background: #ff9900;
	color: #fff;
	border: 1px solid #ccc;
	margin: 5px 0 0;
	border-radius: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.cart-table .product-cart-actions .btn-update.fade-in {
	opacity: 1;
}

.cart-table .product-cart-actions .btn-update:hover,
.cart-table .product-cart-actions .btn-update:focus {
	background: #ff9900;
}
.cart-table .product-cart-actions .btn-update:before {
	display: none;
}

/************************** login Popup **************************/
.white-popup {
	max-width: 440px;
}
.white-popup .social-login {
	border: 5px solid #ffffff;
	background: #136797;
	font-size: 12px;
}
.white-popup .social-login .error-msg,
.white-popup .social-login .success-msg {
	margin-bottom: 10px;
	text-align: center;
}

#social-login-popup .mfp-close {
	color: #545454;
	padding: 4px;
	border-radius: 0 0 0 4px;
	font-size: 15px;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	line-height: 34px;
	height: 34px;
	width: 34px;
}
#social-login-popup .social-login-title {
	background: transparent !important;
}
#social-login-popup .social-login-title h2 {
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	text-transform: none;
}
.social-login-title .login-title {
	background: transparent;
}
#social-login-popup .block-container .block.social-login-customer-authentication {
	width: auto;
	padding: 0;
	float: none;
}
#social-login-popup .block-container .block .block-content .form-customer-login .fieldset {
	margin: 0;
	color: #fff;
}
#social-login-popup .block-container .block .block-content .actions-toolbar .secondary,
#social-login-popup .block-container .block .block-content .actions-toolbar .primary {
	float: none;
}
#social-login-popup .block-container .actions-toolbar {
	margin: 0;
	padding: 3px 10px;
}
#social-login-popup .block-container .block .block-content .form-list input.input-text {
	height: 26px;
}
.form-list .control {
	margin-bottom: 0;
}
.login label {
	color: #fff;
	font-size: 12px;
}
.login .remember-me-box {
	margin-left: 92px;
}
.login .remember-me-box label {
	color: #fff;
}
.login .fields {
	padding: 0 8px;
}
.login .fields .label {
	min-width: 100px;
	float: left;
	padding-top: 3px;
}
.login .fields .control {
	display: inline-block;
	margin-top: 0;
	max-width: 174px;
}
.login .fields .control .validation-advice {
	padding: 3px 6px 4px;
	font-size: 12px;
	line-height: 14px;
	margin-top: 3px;
	background: rgba(255, 255, 255, 0.7);
}
.login .fields .primary {
	display: inline-block;
	padding-left: 5px;
	vertical-align: top;
}
.login .fields button.button {
	background: #fff !important;
	color: #333;
	line-height: 15px;
	padding: 5px 10px;
}
#social-login-popup .social-login .block-content .button span {
	background: #fff !important;
	border: none !important;
}
.login .fields button.button:before {
	display: none;
}
.login ul:last-of-type li .actions-toolbar:last-of-type {
	background: #b5502a;
	padding: 10px;
}
.login ul:last-of-type li .primary {
	float: none;
	display: inline-block;
}
.login a {
	color: #fff;
	text-decoration: underline;
}

.account-login .scaffold-form {
	padding: 8px;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
.account-login .registered-users {
	width: 50%;
}
.account-login form .form-instructions {
	color: #333;
}
.account-login .form-list > li {
	margin-bottom: 0;
	text-align: center;
}
.customer-account-login .scaffold-form label {
	text-align: left;
}
.customer-account-login .scaffold-form label:first-child {
	float: left;
	font-weight: normal;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	padding-top: 3px;
	width: 150px;
	text-align: left;
}
.customer-account-login .scaffold-form .input-box {
	overflow: hidden;
	padding-bottom: 15px;
}
.customer-account-login .scaffold-form .remember-me-box .input-box {
	float: none;
	display: inline-block;
	vertical-align: middle;
	overflow: visible;
	padding-bottom: 0;
}
.customer-account-login .scaffold-form .remember-me-box .input-box .checkbox {
	float: none;
	display: block;
	margin: 0;
}
.customer-account-login .scaffold-form .remember-me-box label {
	background: transparent;
	padding: 0 !important;
	font-weight: normal;
	color: #000;
}
.customer-account-login .scaffold-form a {
	font-size: 13px;
}
.customer-account-login .scaffold-form .input-box .input-text {
	border-radius: 0;
	height: 24px;
	width: 100%;
	font-size: 13px;
}
.customer-account-login .col2-set .buttons-set,
.customer-account-login .col2-set .buttons-set {
	padding-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
	float: right;
	min-width: 1px;
	width: auto;
}

/************************** Forget Password **************************/
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
	max-width: 100%;
	margin: 0 0 15px;
	border: 1px solid #cccccc;
	padding: 6px 10px;
}
.back-link a {
	background: #eee;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 12px;
	border-radius: 5px;
	display: block !important;
	padding: 2px 15px !important;
	font-weight: 600;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.back-link a:hover {
	background: #ddd;
	text-decoration: none;
	color: #000;
}

.account-create .fieldset {
	margin: 0;
}
.account-create .page-minititle {
	text-align: center;
	font-size: 12px;
	margin: 0 0 15px;
}
.account-create .page-minititle a {
	text-decoration: underline;
}
.account-create .form-list > li {
	max-width: 100%;
	margin: 0 0 15px;
	border: 1px solid #cccccc;
	padding: 6px 10px;
	clear: both;
}
.account-create .buttons-set {
	margin: 0 0 15px;
	border: 1px solid #cccccc;
	padding: 6px 10px;
	clear: both;
	text-align: center;
	max-width: 100%;
}
.account-create .buttons-set button.button {
	float: none;
	margin: 0;
}
.account-create .form-list > li .input-box {
	display: inline-block;
	width: 185px;
	vertical-align: top;
	padding-top: 0;
}
.account-create .form-list > li .input-text {
	height: 24px;
	border-radius: 0;
	width: 100%;
}
.account-create .form-list > li label {
	font-weight: normal;
	color: #333;
	font-size: 12px;
	width: 130px;
}
.account-create .form-list > li .field:last-child {
	margin-bottom: 0;
}
.account-create .form-list .control .input-box {
	width: auto;
}
.account-create .form-list .control label {
	background: transparent;
	padding-left: 20px;
}
.account-create .form-list .control input.radio,
.account-create .form-list > li.control input.checkbox {
	margin-left: 0;
}
.account-create .form-list select {
	height: 24px;
	border: 1px solid silver;
	font-size: 13px;
	margin-top: 0;
	width: 100%;
}
.account-create .scaffold-form .captcha-input-container {
	margin-bottom: -1px;
	border-bottom: none;
}
.account-create .scaffold-form .captcha-img-container {
	border-top: none;
	padding-top: 0;
}
.account-create .scaffold-form .captcha-img-container .captcha-image {
	margin-left: 144px;
	margin-bottom: 2px;
}
.account-create .scaffold-form .captcha-input-container label:first-child {
	width: 140px;
}

.account-create .form-list > li.personal-details {
	border: none;
	padding: 0;
	margin-bottom: 2px;
	font-weight: 600;
	color: #333333;
	font-size: 13px;
}

.customer-account-changeforgotten .page-title h1 {
	text-align: center;
}
.customer-account-changeforgotten #form-validate {
	vertical-align: top;
	max-width: 300px;
	margin: auto;
	background: #eee;
	padding: 20px;
}
.customer-account-changeforgotten #form-validate .buttons-set {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.customer-account-changeforgotten #form-validate .buttons-set button.button {
	width: 100%;
}

/************************** checkout page **************************/
.checkout-onepage-index .main {
	background: url(../images/base_mini_head_bg.gif) repeat-x;
	border: 1px solid #cccccc;
	padding: 15px;
	margin-bottom: 25px;
}
.opc .section .step-title h2 {
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	margin: 0 0 0 35px;
}
.opc .section.active .step-title h2 {
	color: #2386bf;
}
.opc .section h3 {
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}
.opc .section .step-title .number {
	border-radius: 50%;
	left: 0;
	background: #636363;
	line-height: 24px;
}
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
	left: 0;
}
.opc .section .step {
	padding: 15px 0 15px 35px;
}
.opc .section .step .buttons-set {
	border-top: none;
	margin-top: 0;
}
.opc .section .step .input-box .address-select option,
.opc .section .step .input-box .validate-select option {
	padding: 0 4px;
}
.opc .section .step ul.form-list,
.opc .section .step .sp-methods ul {
	border: 1px solid #cccccc;
	clear: both;
	margin: 0 0 10px;
	max-width: 100%;
	padding: 6px 10px;
}
.opc .section .step .sp-methods ul li {
	margin: 0 0 10px;
}
.opc .section .step ul.form-list > li:last-child {
	margin: 0;
}
.opc .section .step ul.form-list label {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	width: 130px;
	display: inline-block;
}
.opc .section .step ul.form-list .control label {
	padding-top: 0;
	padding-bottom: 0;
}
.opc .section .step ul.form-list .control .radio,
.opc .section .step ul.form-list .control .checkbox {
	margin-top: 2px;
}
.opc .section .step ul.form-list .input-box {
	display: inline-block;
	padding-top: 0;
	vertical-align: top;
	width: 200px;
}
.opc .section .step .scaffold-form .fields > .fields {
	margin-bottom: 10px;
}
.opc .section .step .scaffold-form .fields > .fields .input-text,
.opc .section .step ul.form-list .input-text,
.opc .section .step .input-box .address-select,
.opc .section .step select {
	font-size: 13px;
	padding: 1px 4px;
	max-width: 100%;
	border-radius: 0;
	height: 24px;
	line-height: 18px;
}
.opc .section .step .input-box .v-fix {
	margin-right: 0;
	float: none;
}
.opc .section .step .input-box .v-fix select,
.opc .section .step .input-box .v-fix input {
	width: 100% !important;
}
#co-billing-form ul.form-list > .control {
	float: none;
}
#checkout-shipping-method-load .sp-methods dd li {
	margin: 0;
}
#checkout-payment-method-load .radio {
	margin-left: 0;
	margin-top: 3px;
}
#checkout-payment-method-load label {
	background: transparent;
	padding: 0 0 0 20px;
}

.cart-empty {
	margin-bottom: 15px;
}
.cart-empty p {
	font-size: 13px;
}
.cart-empty p a {
	text-decoration: underline;
}

.block-progress .block-title strong {
	text-transform: none;
	color: #333;
}
.block-progress dt {
	font-weight: 600;
	font-size: 13px;
	color: #333;
	text-transform: none;
}
.block-progress dt.complete {
	color: #000;
}
.opc-block-progress dt.complete a {
	color: #482e1a;
	text-decoration: underline;
	font-weight: normal;
}
.opc-block-progress dt.complete a:hover {
	text-decoration: none;
	color: #000;
}
.block-progress dd {
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	padding-left: 0;
}
.block-progress dd address {
	font-style: normal;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
	outline: none;
}

.header_mini_bx {
	position: absolute;
	bottom: 3px;
	right: 30px;
	font-size: 12px;
	line-height: 14px;
}
.header_mini_bx a {
	background: url(../images/shopV3.png) no-repeat 0 0;
	display: block;
	padding-left: 30px;
	margin-bottom: 3px;
	color: #482e1a;
	text-decoration: underline;
}
.header_mini_bx a:hover,
.header_mini_bx a:focus {
	text-decoration: none;
	color: #000;
}

body.catalog-product-view .product-img-box {
	margin-bottom: 20px;
}
body.cms-index-index .breadcrumbs {
	margin-top: -20px;
}
body.cms-index-index .block-related .block-content {
	margin-top: 0;
}
.category-title + p.category-image {
	width: 33%;
	margin-bottom: 20px;
}
body.customer-account .order-details .data-table span.nobr {
	min-width: 90px;
	display: block;
}
.buttons-set p.required {
	line-height: 26px;
}
.form-list select {
	border: 1px solid silver;
	width: 100%;
}

/************************** My Account ********************************/
.my-account .welcome-msg {
	font-size: 13px;
	color: #333;
	margin-bottom: 20px;
}
.my-account .box-account {
	border-bottom: medium none;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.my-account .dashboard .page-title {
	margin-bottom: 10px;
	display: inline-block;
}
.my-account .dashboard .customerid {
	float: right;
	font-weight: 600;
	color: #c17254;
}
.my-account .dashboard .box-head {
	border-bottom: none;
	margin-top: 0;
	padding-bottom: 0;
}
.my-account .dashboard .box-recent .box-head h2 {
	margin-top: 0;
}
.order-info {
	border-bottom: none;
	margin: 0;
	padding-bottom: 0;
	color: #333;
}
.my-account .box-head h2 {
	color: #333;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	text-transform: none;
	font-size: 14px;
	font-weight: 600;
}
.my-account .box-recent .box-head h2 {
	margin: 20px 0 0;
}
.my-account .box-title a,
.my-account .box-head a {
	text-decoration: underline;
	text-transform: none;
	padding: 0 10px;
}
.my-account .box-title a:hover,
.my-account .box-head a:hover {
	text-decoration: none;
	color: #000;
}
.my-account .col2-set {
	padding: 4px 8px;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 0;
	clear: both;
}
.my-account .col2-set .col-1,
.my-account .col2-set .col-2 {
	padding: 6px;
}
.my-account .col2-set .col-1 .box-title,
.my-account .col2-set .col-2 .box-title {
	padding-bottom: 5px;
}
.my-account .col2-set .col-1 .box-title h2,
.my-account .col2-set .col-1 .box-title h3,
.my-account .col2-set .col-2 .box-title h2,
.my-account .col2-set .col-2 .box-title h3 {
	display: inline-block;
	text-transform: none;
	color: #666;
	font-size: 13px;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.my-account p,
.my-account address,
.order-info-box .box-content,
.dashboard .box-account p,
.dashboard .box-account address {
	font-size: 13px;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-style: normal;
}
.my-account .order-date {
	text-transform: none;
}
.my-account .buttons-set,
.trackorder-index-index .buttons-set,
.trackorder-index-index ul.form-list {
	border: 1px solid #cccccc;
	clear: both;
	margin: 10px 0 20px;
	max-width: 100%;
	padding: 6px 10px;
}
.my-account .order-info-box {
	margin-bottom: 20px;
}
.my-account .order-info-box:last-child {
	margin-bottom: 0;
}
.my-account .order-info-box .box-title {
	float: none;
	width: auto;
	padding-right: 0;
}
.my-account .addresses-list .item {
	margin-bottom: 5px;
}
.my-account .addresses-list .item h3 {
	margin: 10px 0 0;
	text-transform: none;
	color: #666;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
}
.my-account .fieldset .form-list,
body.newsletter-manage-index .my-account .form-list {
	border: 1px solid #cccccc;
	clear: both;
	margin: 0;
	max-width: 100%;
	padding: 6px 10px;
}
.my-account .form-list .control .input-box {
	width: auto;
}
.my-account .form-list .control label {
	background: transparent;
	padding-left: 20px;
}
.my-account .form-list .control input.radio,
.my-account .form-list > li.control input.checkbox {
	margin-left: 0;
}
.my-account .form-list > li:last-child,
.trackorder-index-index .form-list > li:last-child {
	margin-bottom: 0;
}
.my-account .form-list > li label,
.trackorder-index-index .form-list > li label {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	width: 142px;
}
.my-account .form-list > li .input-box,
.trackorder-index-index .form-list > li .input-box {
	display: inline-block;
	padding-top: 0;
	vertical-align: top;
	width: 200px;
}
.my-account .form-list > li .input-text,
.trackorder-index-index .form-list > li .input-text {
	border-radius: 0;
	height: 24px;
	width: 100%;
	max-width: 100%;
	font-size: 13px;
	border: 1px solid silver;
}
.my-account .form-list > li select {
	height: 24px;
	font-size: 13px;
	margin-top: 0;
}
.my-account .form-list > li:last-child .field:last-child {
	margin-bottom: 0;
}

.my-quotes-table {
	margin: 0 0 15px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2 {
	margin: 20px 0 0;
	text-transform: none;
	color: #333;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	border: none;
	padding: 0 0 3px;
}
body.customer-account .my-account .order-details h2 {
	margin: 0;
	text-transform: none;
	color: #333;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	border: none;
	padding: 0 0 3px;
}
body.customer-account .data-table td a {
	text-transform: none;
}
body.customer-account .my-account .fieldset {
	margin: 0;
}
.pager .limiter select {
	padding: 2px 6px;
	border: 1px solid silver;
	text-align: left;
}

.requote-form-smt {
	margin: 20px 0;
}
.requote-form-smt .qtn-heading {
	font-weight: 600;
	color: #333;
}
.requote-form-smt .requote-form {
	border: 1px solid #cccccc;
	clear: both;
	margin: 0;
	max-width: 100%;
	padding: 6px 10px;
}
.requote-form-smt .requote-form .field {
	margin-bottom: 10px;
}
.requote-form-smt .requote-form label {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	width: 130px;
	float: left;
}
.requote-form-smt .requote-form .input-box {
	overflow: hidden;
	width: 200px;
}
.requote-form-smt .requote-form .input-box .input-text,
.requote-form-smt .requote-form .input-box select {
	border: 1px solid silver;
	border-radius: 0;
	font-size: 13px;
	height: 24px;
	max-width: 100%;
	width: 100%;
}
.requote-form-smt .requote-form .input-box textarea.input-text {
	height: auto;
}
.requote-form-smt .requote-form .button-set {
	padding-left: 130px;
}

.note-msg {
	margin-bottom: 20px;
	color: #333;
	font-size: 13px;
	line-height: 18px;
}
body.customer-account .my-account .title-buttons {
	text-align: left;
	overflow: hidden;
}
body.customer-account .my-account .title-buttons h1 {
	display: inline-block;
}
body.customer-account .my-account .title-buttons .button {
	margin-bottom: 5px;
	position: relative;
	float: right;
}
.newsletter_subscript .form-list .control {
	margin-top: 0;
}
.order-info-message {
	padding: 0 0 20px;
	font-size: 13px;
}
.order-info-message:empty {
	display: none;
}

.quoteform .form-list > li,
.buttons-set {
	border: 1px solid #cccccc;
	clear: both;
	margin: 0 0 15px;
	max-width: 100%;
	padding: 6px 10px;
}
.quoteform .form-list > li label {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	width: 130px;
}
.quoteform .form-list > li .input-box {
	display: inline-block;
	padding-top: 0;
	vertical-align: top;
	width: 200px;
}
.quoteform .field .input-text {
	border-radius: 0;
	font-size: 13px;
	height: 24px;
	line-height: 18px;
	margin: 0;
	padding: 1px 10px;
	width: 100%;
	border: 1px solid silver;
}
.quoteform .field .input-box textarea {
	border: 1px solid silver;
}
.quoteform .form-list > li.personal-details {
	border: none;
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 2px;
	padding: 0;
}
.cart .qtn-quote-form .buttons-set .button {
	background: #8b2500;
	color: #fff;
	padding: 3px 15px;
}
.cart .qtn-quote-form .buttons-set .button:before {
	background: rgba(255, 255, 255, 0.24) none repeat scroll 0 0;
	border-radius: 5px;
	bottom: 8px;
	content: "";
	left: 1px;
	position: absolute;
	right: 1px;
	top: 1px;
	transition: all 0.2s ease 0s;
}
.cart .qtn-quote-form .buttons-set .button:hover:before {
	bottom: 100%;
}

.quoteform .form-list > li .input-box input[type="radio"] {
	margin-top: 10px;
}
.quoteform .form-list .control label {
	padding-left: 10px !important;
	display: inline-block;
}
.quoteform .form-list .control {
	margin-top: 2px;
}
.quoteform .form-list > li .field:last-child {
	margin-bottom: 0;
}
.quoteform .form-list > li .control:last-child label {
	width: auto;
	min-width: 116px;
}
.quoteform .form-list > li .control .input-text {
	width: 200px;
	height: 24px;
	border-radius: 0;
}
.quoteform .form-list > li.inside_dimensions .input-box {
	width: 200px;
	height: 24px;
	border-radius: 0;
}
.quoteform .form-list select {
	font-size: 13px;
	height: 24px;
	margin: 0;
}
.quoteform .form-list textarea {
	resize: none;
}
.catdescription:empty {
	display: none;
}
.dckap_faq .page-title .catdescription {
	display: none;
}

/************************** Sitemap ********************************/
.dynamicsitemap-index-index .ones-column .sitempan:first-child {
	width: 25%;
	border-right: 5px solid #fff;
}
.sitempan {
	width: 75%;
	background: #ededed;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.sitempan h2 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 12px;
	text-transform: none;
	font-weight: 600;
	padding: 0;
}
.sitempan .siteul {
	width: auto;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
}
.sitempan .siteul li {
	list-style-type: none;
}
.sitempan .siteul li a {
	font-size: 13px;
}
/*.sitecatul {padding: 0; margin: 0;float: none;}
.sitecatul li.cat{width: auto;display: block; float: none;padding: 10px; border: 1px solid #cccccc;margin-bottom: 20px}*/
.sitecatul {
	-moz-column-width: 260px;
	-webkit-column-width: 260px;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}

.sitecatul li.cat {
	display: inline-block;
	width: 100%;
	margin: 0 0 25px;
	background: #efefef;
}
.sitecatul li.cat > a {
	margin-bottom: 10px;
	display: block;
	padding: 7px 12px;
	background: #fff;
}
.sitecatul li.cat .strongsm {
	font-weight: 600;
	font-size: 15px;
}
.sitecatul li.cat ul {
	margin: 0;
	padding: 0;
}
.sitecatul li.cat ul li {
	font-size: 13px;
	list-style-type: none;
	font-weight: normal;
}
.sitecatul li.cat ul li:last-child ul {
	margin-bottom: 0;
}
.sitecatul li.cat > ul {
	overflow: hidden;
}
.sitecatul li.cat > ul > li {
	font-weight: 600;
}
.sitecatul li.cat > ul > li > a {
	color: #000;
	display: inline-block;
	margin-bottom: 6px;
	padding: 0 0 0 20px;
}
.sitecatul li.cat ul li ul {
	margin-bottom: 20px;
	padding: 0 0 0 30px;
}
.sitecatul li.cat ul li ul li {
	display: block;
	vertical-align: top;
	position: relative;
	padding: 0;
}

.catalogsearch-term-popular .tags-list {
	width: auto;
	display: block;
	float: none;
	padding: 7px;
	border: 1px solid #cccccc;
	margin-top: 6px;
	margin-bottom: 20px;
	overflow: hidden;
}
.catalogsearch-term-popular .tags-list > li {
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin: 3px;
}
.catalogsearch-term-popular .tags-list > li a {
	padding: 5px 12px;
	background: #eee;
	border: 1px solid #ccc;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
	border-radius: 3px;
	font-size: 12px !important;
}
.catalogsearch-term-popular .tags-list > li a:hover {
	background: #ccc;
	text-decoration: none;
}

.advanced-search,
.sales-guest-form .search-form {
	width: auto;
	display: block;
	float: none;
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 5px 0 20px;
	background: #fff;
}
.advanced-search .legend,
.sales-guest-form .search-form .legend {
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	border-bottom: none;
	color: #000;
	margin: 0 0 10px;
}
.advanced-search .form-list li label,
.sales-guest-form .search-form .form-list li label {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	width: 142px;
}
.advanced-search .form-list li .input-box,
.advanced-search .form-list li .input-range,
.sales-guest-form .search-form .form-list li .input-box {
	display: inline-block;
	padding-top: 0;
	vertical-align: top;
	width: 200px;
}
.advanced-search .form-list li .input-text,
.sales-guest-form .search-form .form-list li .input-text,
.sales-guest-form .search-form .form-list li .select {
	border: 1px solid silver;
	border-radius: 0;
	font-size: 13px;
	height: 24px;
	max-width: 100%;
	width: 100% !important;
}
.advanced-search .form-list li .multiselect {
	border: 1px solid silver;
	border-radius: 0;
	font-size: 13px;
	max-width: 100%;
	width: 100% !important;
}
.sales-guest-form .search-form .form-list li.wide .input-box {
	width: auto;
	font-size: 12px;
}

.addlist form {
	display: inline-block;
	width: 75%;
	float: left;
}
.addlist .add-to-links {
	float: right;
	margin: 2px 0 0;
}
/*.addlist #header-accounts{width: 40%;float: left;}*/
.addlist #header-accounts {
	width: 50%;
	float: left;
	line-height: 31px;
}
body.catalog-category-view table tr.heading_title th {
	background: #2595d6;
	color: #fff;
	border-color: #2577d6;
}

.nav-primary li.level0 ul.product_menus {
	width: 420px;
}
.nav-primary li.level0 ul.product_menus li {
	width: 50%;
	float: left;
}
.nav-primary li.level0 ul.product_menus li:nth-child(2n + 2) {
	border-left: 1px solid #ccc;
}

.category_viewimg {
	background: #e2e2e2;
	padding: 8px;
	font-size: 13px;
}
.category_viewimg img {
	display: inline-block;
}
.measure-box {
	border: 1px solid #e2e2e2;
	padding: 15px;
	margin: 0 0 3px 0;
	position: relative;
	text-align: center;
}
.measure-box img.close-x {
	position: absolute;
	right: 0;
	top: 0;
}
.measure-box h1.popwindow-head {
	font-size: 15px;
	font-weight: bold;
	color: #444;
	margin: 0 0 4px 0;
	text-align: left;
}
.measure-box #measure-list li {
	font-size: 13px;
	font-weight: normal;
	color: #444;
	margin: 0;
	padding: 5px 0;
	text-align: left;
}
.measure-box img[alt="Measure"] {
	display: inline-block;
	margin: 15px 0 0 0;
	max-width: 100%;
}
.contact_img {
	width: 100%;
}
.contact_img img {
	max-width: 100%;
}
.clear {
	clear: both;
}

.box-style2 {
	position: relative;
}
.boxstyle_view2 {
	position: absolute;
	right: 2px;
	top: 0;
	width: 48%;
	font-size: 13px;
	background: #e2e2e2;
	padding: 3px 10px 2px;
}
.boxstyle_view2 img {
	display: inline-block;
	padding-right: 6px;
}
.style-box2 {
	border: 1px solid #e2e2e2;
	width: 100%;
	position: relative;
	margin: 0 0 5px 0;
}
.quoteform .form-list > li .box-style2 .input-box {
	width: -moz-calc(100% - 135px);
	width: -webkit-calc(100% - 135px);
	width: -o-calc(100% - 135px);
	width: calc(100% - 135px);
}
.quoteform .form-list > li .box-style2 .input-box #boxstyle {
	max-width: 200px;
}
.style-box2 img.close-xs {
	position: absolute;
	right: 0;
	top: 0;
}
.styleimg2 img {
	display: inline-block;
	padding: 0 14px;
}

.productscat {
	width: 100%;
	float: left;
	padding: 12px 0;
}
.std ul.product_page_menu {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: table;
}
.std ul.product_page_menu li {
	width: 49%;
	list-style-type: none;
	padding: 8px 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.std ul.product_page_menu li a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}
.std ul.product_page_menu li a:hover {
	text-decoration: none;
	color: #c17254;
}
img.close-x,
img.close-xs {
	cursor: pointer;
}

/************************** Responsive ***************************************************************/

@media (max-width: 1260px) {
	.boxstyle_view2 {
		width: 45%;
	}
	.styleimg2 img {
		display: inline-block;
		padding: 0 7px;
	}
}
@media (max-width: 1199px) {
	.boxstyle_view2 {
		width: 36%;
	}
	.style-box2 {
		text-align: center;
	}
	.quoteform .form-list > li .box-style2 .input-box {
		width: -moz-calc(100% - 115px);
		width: -webkit-calc(100% - 115px);
		width: -o-calc(100% - 115px);
		width: calc(100% - 115px);
	}
}
@media (max-width: 600px) {
	.quoteform .form-list > li .box-style2 .input-box {
		width: -moz-calc(100% - 0);
		width: -webkit-calc(100% -0);
		width: -o-calc(100% - 0);
		width: calc(100% - 0);
		width: 100%;
	}
	.boxstyle_view2 {
		width: 100%;
		position: relative;
		margin: 5px 0 0 0;
		left: 0;
	}
	.quoteform .form-list > li .box-style2 .input-box #boxstyle {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.mixaddressimg {
		width: 100%;
		float: left;
		padding: 20px 0;
	}
	.mixaddressimg .contact_img {
		width: 45%;
		float: left;
	}
	.mixaddressimg .contact_address {
		width: 50%;
		float: right;
		padding: 10px 0;
		line-height: 22px;
	}
}
@media (max-width: 1199px) {
	header.header {
		margin: 0;
		padding: 0;
	}
	.page-header {
		max-width: 100%;
	}
	.nav-primary a.level0 {
		padding: 0 20px;
	}
	.account-login .registered-users {
		width: 100%;
	}
	.customer-account-login .scaffold-form label:first-child {
		width: 50%;
	}
	.catalog-category-view .col3-layout .category-title h1,
	.category-tapes .category-title h1,
	.category-safety-sanitary-supplies-janitorial-wipers .category-title h1 {
		text-align: center;
	}
	.page-title h1 {
		padding-bottom: 8px;
	}
	.category_lists {
		text-align: center;
	}
	.category_lists li {
		width: 144px;
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.category_lists li:nth-child(5n + 1) {
		clear: none;
	}
	.category_lists li:nth-child(4n + 1) {
		clear: none;
	}
	ul.home_categories {
		margin: 0 -10px;
	}
	ul.home_categories li {
		padding: 0 10px;
		width: 260px;
	}
	.opc .section .step {
		padding: 10px 0;
	}
	.text-block .full_img,
	.cms-page-view .std p,
	.cms-no-route .std p,
	.cms-page-view .std li,
	.cms-no-route .std li,
	form .form-instructions {
		margin-bottom: 15px;
	}
	#my-orders-table.orders {
		border: none;
		margin: -1px;
	}
	#my-orders-table.orders tbody tr td.view,
	#my-orders-table.orders tbody tr td.total {
		min-width: 90px;
	}
	.pager .amount,
	.pager .limiter,
	.pager .pages {
		margin-bottom: 0;
	}
	.esay_use h3 {
		margin-left: 0;
	}
	body.customer-account .my-account form .fieldset:first-child h2 {
		margin-top: 0;
	}

	.quoteform .form-list > li label {
		width: 110px;
	}
	.quoteform .form-list > li .control:last-child label {
		min-width: 97px;
	}
	.quoteform .form-list > li .input-box input[type="radio"] {
		margin-top: 9px;
	}
}
@media (min-width: 768px) and (max-width: 1019px) {
	.footer_left {
		margin-bottom: 40px;
	}
}
@media (min-width: 992px) {
	.header .skip-links .skip-link {
		display: none;
	}
}
@media (max-width: 991px) {
	.footer_right {
		float: right;
		width: 21%;
		text-align: center;
		margin-right: -14px;
	}
	#header-search {
		padding: 10px 30px !important;
	}
	#header-search.skip-active {
		display: inherit;
	}
	#header-search .search-autocomplete:before,
	header.header #header-nav nav ol > li:nth-last-child(2):after {
		display: none;
	}
	header.header .page-header {
		padding: 0;
		border-bottom: 1px solid #ccc;
		background: rgba(255, 255, 255, 1);
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(226, 226, 226, 1) 100%);
		background: -webkit-gradient(
			left top,
			left bottom,
			color-stop(0%, rgba(255, 255, 255, 1)),
			color-stop(50%, rgba(241, 241, 241, 1)),
			color-stop(100%, rgba(226, 226, 226, 1))
		);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(226, 226, 226, 1) 100%);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(226, 226, 226, 1) 100%);
		background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(226, 226, 226, 1) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(226, 226, 226, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0 );
	}
	header.header .inner_header {
		padding: 10px 30px;
	}
	header.header .inner_header .top-header-wrapper,
	header.header .inner_header .call-us-wrapper,
	header.header .page-header > .header_mini_bx {
		display: none;
	}

	a.logo {
		max-width: 170px;
		padding: 0;
		min-height: 1px;
	}
	.page-header .skip-links {
		border: none;
		padding-top: 8px;
	}
	.page-header .skip-links .label {
		display: none;
	}
	.page-header .skip-links .skip-link {
		width: 38px;
		height: 38px;
		padding: 2px;
		margin-left: 5px;
		border-radius: 50%;
		float: left;
		padding: 0;
		position: relative;
		background: #333;
		border: none;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.page-header .skip-links .skip-link:after {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 99998;
		content: "";
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.page-header .skip-links .skip-link span.icon {
		background: url(../images/header_icons.png) top left no-repeat;
		width: 34px;
		height: 34px;
		display: block;
	}
	.page-header .skip-links .skip-link.skip-nav span.icon {
		background-position: -134px 1px;
	}
	.page-header .skip-links .skip-link.skip-search span.icon {
		background-position: -100px 1px;
	}
	.page-header .skip-links .skip-link.skip-account span.icon {
		background-position: -66px 1px;
	}
	.page-header .skip-links .skip-link.skip-call span.icon {
		background-position: -33px 1px;
	}
	.page-header .skip-links .skip-link.skip-minicart_head span.icon {
		background-position: 1px 3px;
	}
	.skip-link:hover:not(.skip-active) {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.page-header .skip-links .skip-link:hover,
	.page-header .skip-links .skip-link:focus,
	.page-header .skip-links .skip-link.skip-active,
	.page-header .skip-links.skip-active .skip-link:focus {
		background: #c55b24;
		border-color: #c55b24;
		outline: none;
	}
	.skip-nav.skip-active .icon,
	.skip-nav:focus .icon {
		background-position: -46px 4px;
	}
	.skip-search.skip-active .icon,
	.skip-search:focus .icon {
		background-position: -46px -146px;
	}
	.page-header .skip-links .account-cart-wrapper,
	.store-language-container {
		display: none;
	}
	.page-header > .pull-right {
		display: table;
	}
	.page-header > .pull-right > div {
		display: table-cell;
		float: none;
		margin: 0;
		padding: 10px 0 10px 10px;
		vertical-align: middle;
	}
	.skip-content {
		clear: both;
		margin-bottom: 0;
	}
	/*.skip-content{position: fixed;right: -100%; width: 90%;top: 0; bottom: 0; overflow-y:auto; overflow-x:hidden; z-index: 99999; display: block; background: #fff !important;padding: 0 !important;
        -webkit-transition:all 0.3s ease;
        -moz-transition:all 0.3s ease;
        -ms-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
    }
    .skip-content.skip-active{right: 0; }
    .page-header .skip-links .skip-link.skip-active:after{right: 0}*/
	.skip-content.skip-active {
		background: #ddd;
	}
	#header-nav {
		padding: 0;
	}
	header.header #header-nav nav ol.nav-primary {
		display: block;
	}
	header.header #header-nav nav ol > li {
		margin: 0;
	}
	header.header #header-nav nav ol li:first-child a {
		border-radius: 0;
	}
	header.header #header-nav nav ol li:before {
		display: none;
	}
	header.header #header-nav nav ol > li:nth-last-child(2) > a {
		padding-left: 20px;
	}
	header.header #header-nav nav ol.nav-primary:after {
		display: none;
	}
	header.header #header-nav nav ol > li ul {
		border: none;
	}
	header.header #header-nav nav ol > li ul li a {
		padding-left: 35px;
	}
	.nav-primary li.level0 li {
		padding: 0;
	}

	.skip-content .header_mini_bx {
		float: none;
		position: static;
		padding: 10px 30px;
		text-align: right;
		margin: 0;
	}
	.skip-content .header_mini_bx a {
		display: inline-block;
		margin: 0;
		padding: 5px 0 5px 30px;
		text-decoration: none;
	}
	.skip-content .header_mini_bx a br {
		display: none;
	}
	.skip-content .header_mini_bx a span {
		display: inline-block;
		padding: 0 5px;
	}
	.skip-content .call-us-wrapper {
		padding: 10px 30px;
		text-align: right;
		margin: 0;
	}
	.skip-content .call-us-wrapper img {
		display: none;
	}
	.skip-content .call-us-wrapper .header-call-info {
		float: none;
		display: block;
		text-align: center;
	}
	.skip-content .call-us-wrapper .header-call-info p {
		display: inline-block;
		margin-left: 15px;
		padding-top: 5px;
	}
	#header-account .top-header-wrapper {
		padding: 0;
		text-align: center;
	}
	.skip-content .top-header-wrapper {
		padding: 10px 30px;
		text-align: right;
		float: none;
		position: static;
		margin: 0;
		background: transparent;
		box-shadow: none;
	}
	.skip-content .top-header-wrapper .welcome_customer {
		display: inline-block;
		padding: 0;
		text-decoration: underline;
		color: #000;
		font-size: 12px;
		margin: 0 10px;
	}
	.skip-content .top-header-wrapper .welcome_customer,
	#header-account a {
		display: inline-block;
		padding: 0 !important;
		text-transform: none !important;
		text-decoration: underline;
		color: #000;
		font-size: 12px;
	}
	#header-account a:hover {
		background: transparent !important;
		color: #000;
	}
	/*body.responsive_nav{overflow: hidden;position: relative;right: 90%}*/
	.col3-layout .col-wrapper .col-left,
	.col-left {
		float: left;
		width: 50%;
		padding-right: 10px;
	}
	.col3-layout .col-right,
	.col-right {
		float: left;
		width: 50%;
		padding-left: 10px;
		clear: none;
	}
	.col3-layout .col-wrapper .col-left.col-left-first {
		float: none;
		width: auto;
		padding-right: 0;
	}
	.text-block {
		padding: 0 !important;
	}
	.contactform .fields .field .input-text {
		width: 50%;
	}
	.display-single-price .cart-totals-wrapper {
		padding-left: 0;
		width: 100%;
	} /*
    .sidebar_products li{width: 25%;}
    .sidebar_products li:nth-child(2n+1){clear: none;}
    .sidebar_products li:nth-child(4n+1){clear: both;}*/
	.contactform {
		margin-bottom: 20px;
	}

	.top-header-wrapper .topSearch ~ a:first-of-type {
		margin-left: 6px;
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong,
	.sidebar .block:not(.block-layered-nav) .block-title:hover > strong,
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong,
	.sidebar .block:not(.block-layered-nav) .block-title.active:hover > strong {
		background: transparent;
		color: #fff;
		border: none;
		padding: 2px 3px;
		text-transform: none;
		font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	}
	.sidebar .block:not(.block-layered-nav) .block-title > strong:after {
		border-left-color: #fff;
	}
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong::after {
		border-top-color: #fff;
	}
	.sidebar .block:not(.block-layered-nav) .block-content {
		border: none;
		padding: 0;
	}
	body.sales-order-history .data-table.orders > thead > tr > th:last-child,
	body.sales-order-history .data-table.orders > tbody > tr > td:last-child {
		border-right: none;
	}
	.my-account .box-recent .orders {
		border: none;
	}
	.my-account .box-recent .orders .view {
		min-width: 100px;
	}
	.sidebar.col-left-first {
		margin-bottom: 25px;
	}
	body.cms-home .main-container {
		padding-top: 30px;
	}
	/* .block, .col-left-first{margin-bottom: } */
	.static_rqstquote {
		margin: 0 -10px;
	}
	.static_rqstquote a {
		padding: 0 10px 20px;
	}
	.col-left,
	.col-right,
	.col-main,
	.col1-layout .col-left,
	.col1-layout .col-right,
	.col1-layout .col-main,
	.col2-right-layout .col-main,
	.col3-layout .col-wrapper .col-left,
	.col3-layout .col-right,
	.col3-layout .col-wrapper .col-main,
	.col2-left-layout .col-main {
		margin-bottom: 0;
	}
	.col2-left-layout .col-left,
	.col2-left-layout .col-right,
	.col2-right-layout .col-left,
	.col2-right-layout .col-right {
		width: 50%;
		margin: 0 auto;
	}
	.sidebar .block-account {
		margin-bottom: 20px !important;
	}
	.left_menus,
	.sidebar .block-account,
	.sidebar_ad a,
	.sidebar_products,
	.sidebar_minicart,
	.sidebar_ad {
		margin-bottom: 20px;
	}
	.main-container,
	.footer-container {
		padding-bottom: 10px;
	}
	.footer {
		padding-top: 0;
	}
	.footerlogos {
		padding-top: 10px;
	}
	.category_lists {
		margin-bottom: 10px;
	}
	.category-products {
		margin-bottom: 20px;
	}
	.dashboard .page-title {
		margin-top: 0;
	}
	body.customer-account .my-account .title-buttons span.separator,
	body.customer-account .my-account .title-buttons a {
		top: auto;
		text-decoration: underline;
	}
	.breadcrumbs {
		display: block;
		margin-bottom: 20px;
	}
	ul.home_categories li {
		width: 33.33%;
		float: left;
	}

	.qtn-quote-form form {
		margin-bottom: 20px;
	}
	.sitempan {
		float: none;
		border: 0;
		width: auto;
		float: none;
		margin: 0 0 20px;
	}
	.dynamicsitemap-index-index .ones-column .sitempan:first-child {
		width: auto;
		border-right: none;
	}

	.nav-primary li.level0 ul.product_menus {
		width: 100%;
	}
	.nav-primary li.level0 {
		clear: both;
	}
	.nav-primary li.level0 ul.product_menus li {
		z-index: 1;
		clear: none;
	}
}

@media (max-width: 767px) {
	.mixaddressimg .contact_img {
		padding-top: 20px;
	}

	.add-to-links li img.deskhert {
		display: none;
	}
	.add-to-links li img.mobhert {
		display: block;
	}
	header.header .inner_header,
	#header-search {
		padding: 10px 15px !important;
	}
	.main-container {
		padding: 30px 15px 10px;
	}
	.footer-container {
		padding: 0 0 10px;
	}
	.footer {
		text-align: center;
		padding: 0 15px 15px;
	}
	.footer .col-main,
	.footer .copyright {
		width: auto;
		display: block;
	}
	.footer_left,
	.footer_right {
		width: auto;
		float: none;
		display: inline-block;
		padding: 5px;
	}
	.col-2,
	.col-1-4,
	.col-3-4,
	.col-3 {
		float: none;
		width: auto;
	}
	.table-responsive {
		border: 1px solid #ddd;
		margin-bottom: 20px;
		overflow-y: hidden;
		width: 100%;
	}
	.table-responsive > .table-bordered,
	.table-responsive > .data-table {
		border: none;
		min-width: 735px;
	}
	body.customer-account .data-table {
		margin: 0;
	}
	.cart-totals-wrapper {
		margin-top: 0;
	}
	.MagicSlideshow {
		margin-bottom: 26px !important;
	}
	.MagicSlideshow.mss-selectors-horizontal .mss-bullets {
		width: 100%;
		right: auto;
		top: 100%;
		height: auto;
		min-height: 1px;
		padding: 8px 0 0;
	}
	.account-login .registered-users {
		width: auto;
	}
	#my-adminqute-table.data-table > tbody > tr > td {
		text-align: left;
		border-bottom: 1px;
	}
	.messages li li {
		font-size: 13px;
		font-weight: normal;
		line-height: 18px;
	}
}

@media (max-width: 620px) {
	.page-header > .pull-right > div {
		padding-left: 4px;
		padding-bottom: 2px;
	}
	/*.category_lists li{width: 33.333%}
    .category_lists li:nth-child(4n+1){clear: none;}
    .category_lists li:nth-child(3n+1){clear: both;}*/
	.cart.display-single-price .cart-table {
		min-width: 1px;
		margin-bottom: 0;
	}
	.cart-table .product-cart-image {
		width: 29%;
	}
	.cart-table .product-cart-info,
	.cart-table .product-cart-info,
	.cart-table td[data-rwd-label] {
		width: 71%;
	}
	.display-single-price .table-responsive {
		border: none;
	}
	.data-table.cart-table > tbody > tr > td,
	.data-table.cart-table > tfoot > tr > td,
	.data-table.cart-table > thead > tr > td {
		border: none;
	}
	.table-responsive > .cart-table {
		border: 1px solid silver;
		border-bottom: none;
	}
	.cart-table .product-cart-actions .btn-update {
		margin-top: 0;
		min-height: 26px;
	}
	.cart-table tr {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.cart-table .product-cart-actions .qty {
		display: inline-block;
	}
	.cart-table .cart-links > li {
		margin-bottom: 0;
	}
	.cart-table > tbody > tr.odd {
		background: transparent;
	}

	.account-create .form-list > li .input-box + .input-box {
		clear: both;
		margin-left: 135px;
		margin-top: 10px;
	}
	.order-details {
		border: none;
	}
	#my-orders-table.orders tbody:last-child tr:last-child td {
		border-bottom: 1px solid #ddd;
	}
	body.customer-account .order-details .linearize-table-large {
		border: none;
	}
	body.customer-account .order-details .table-responsive {
		border: none;
	}
	body.customer-account .order-details .linearize-table-large tbody td[data-rwd-label] {
		padding-left: 8px;
		font-weight: 600;
		text-transform: none;
		color: #333;
	}
	#my-adminqute-table {
		min-width: 1px;
	}
	.order-items.order-details > .linearize-table-large > tbody > tr > td {
		border-bottom: none;
	}
	.quoteform .form-list .box-style .productbyid {
		display: block;
		margin-left: 114px;
	}
	.quoteform .form-list .box-style .productbyid select {
		margin-top: 10px;
	}
	.quoteform .form-list > li.inside_dimensions .input-box {
		width: 150px;
	}
}

@media (max-width: 544px) {
	.header_mini_bx {
		clear: both;
		float: none;
		margin: 0 0 3px;
	}
	body.customer-account .my-account .fieldset h2,
	body.customer-account .my-account .addresses-list h2 {
		margin-top: 15px;
	}
	body.customer-account .my-account .title-buttons .button {
		position: relative;
	} /*
    .quoteform .form-list > li .input-box, .quoteform .form-list > li .control .input-text{width: 140px;}*/
	.top-header-wrapper #header-accounts {
		margin-right: 10px;
	}
}

@media (max-width: 479px) {
	.std ul.product_page_menu li {
		width: 100%;
	}
	a.logo {
		margin-top: 0;
		max-width: 34px;
		padding: 0;
		min-height: 1px;
		overflow: hidden;
		min-width: 1px;
	}
	a.logo img {
		min-width: 150px;
	}
	.top-header-wrapper {
		border-radius: 0 0 5px 5px;
		display: block;
		float: none;
		text-align: right;
	}
	.top-header-wrapper:before {
		display: none;
	}
	.page-header > .pull-right > div {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.page-header > .pull-right > div.call-us-wrapper {
		position: absolute;
		top: 0;
		display: block;
		left: 15px;
		padding: 0;
	}
	.page-header .call-us-wrapper:hover .header-call-info {
		display: block;
	}
	.page-header .call-us-wrapper img {
		margin: 0;
		float: none;
		width: 32px;
		padding: 9px 10px;
	}
	#header-search,
	.skip-content .call-us-wrapper,
	.skip-content .header_mini_bx {
		padding: 10px 15px !important;
	}
	.skip-content .top-header-wrapper {
		padding: 10px 15px !important;
		text-align: center;
	}
	.skip-content .top-header-wrapper .welcome_customer,
	#header-account a {
		display: block;
		margin: 5px 0;
	}
	.col3-layout .col-wrapper .col-left,
	.col-left,
	.col3-layout .col-right,
	.col-right {
		float: none;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.static_rqstquote a {
		width: auto;
		float: none;
		display: block;
	}
	.contactform .fields .field .input-text {
		width: 100%;
	}
	/*.category_lists li{width: 50%; }
    .category_lists li:nth-child(3n+1){clear: none;}
    .category_lists li:nth-child(2n+1){clear: both;}*/
	.sidebar_products li {
		width: 50%;
	}
	.sidebar_products li:nth-child(2n + 1) {
		clear: both;
	}
	.login .fields .primary {
		display: block;
		padding-top: 10px;
		padding-left: 100px;
	}
	.customer-account-create .form-list > li,
	.customer-account-create .buttons-set {
		padding: 10px;
	}
	.customer-account-create .form-list > li .input-box,
	.customer-account-create .scaffold-form label:first-child {
		width: 100%;
	}
	.customer-account-create .scaffold-form .captcha-img-container .captcha-image {
		margin-left: 0;
	}

	.top-header-wrapper {
		text-align: center;
	}
	.page-header > .pull-right > div.call-us-wrapper {
		right: 15px;
		top: 35px;
	}
	.top-header-wrapper {
		margin-bottom: 30px;
		text-align: center;
	}
	.page-header .call-us-wrapper img {
		display: none;
	}
	.page-header > .pull-right > div.call-us-wrapper {
		top: 78px;
	}
	/*.page-header .call-us-wrapper .header-call-info{padding:6px 0 0; background: none; display: block;}
    .page-header .call-us-wrapper .header-call-info{display: block;border-radius: 0 0 5px 5px}
    .page-header .call-us-wrapper .header-call-info h4{display: none;}
    .page-header .call-us-wrapper .header-call-info p{display: inline-block; margin: 0 5px;}
    .page-header .call-us-wrapper .header-call-info p a{color: #c17254;}
    .page-header .call-us-wrapper .header-call-info p a:hover, .page-header .call-us-wrapper .header-call-info p a:focus{color: #000; text-decoration: none;}*/
	.top-header-wrapper #header-accounts {
		margin-left: 10px;
	}
	.customer-account-login .scaffold-form label:first-child,
	.my-account .form-list > li label,
	.requote-form-smt .requote-form label,
	.opc .section .step ul.form-list label,
	.trackorder-index-index .form-list > li label {
		width: auto;
		display: block;
		float: none;
	}
	.my-account .form-list > li .input-box,
	.requote-form-smt .requote-form .input-box,
	.opc .section .step ul.form-list .input-box,
	.trackorder-index-index .form-list > li .input-box {
		width: auto;
		display: block;
	}
	.account-create .form-list > li .input-box + .input-box {
		margin-left: 0;
		margin-top: 10px;
	}
	.requote-form-smt .requote-form .button-set {
		padding-left: 0;
	}
	body.customer-account .my-account .buttons-set {
		border: 1px solid #cccccc;
	}
	body.customer-account .my-account .buttons-set .button {
		margin-bottom: 0;
	}
	body.customer-account .my-account .buttons-set .back-link {
		display: inline-block;
		vertical-align: top;
	}
	body.customer-account .my-account .buttons-set .back-link + .button {
		width: auto;
	}
	body.customer-account .my-account .title-buttons {
		margin-bottom: 15px;
	}
	body.customer-account .my-account .page-title h1 {
		text-align: left;
	}
	body.customer-account .my-account .title-buttons h1 {
		display: block;
		text-align: left;
		padding-bottom: 0;
	}
	.top-header-wrapper #header-accounts a,
	.top-header-wrapper .topSearch ~ a:first-of-type {
		margin: 5px 0;
		display: inline-block;
	}
	.top-header-wrapper .topSearch + p.welcome_customer {
		margin: 5px 0;
	}
	.buttons-set button.button {
		margin: 0;
	}
	.main-container {
		padding-top: 20px;
	}
	.breadcrumbs {
		margin-top: -20px;
	}

	.quoteform .form-list > li label {
		width: auto;
		display: block;
	}
	.quoteform .form-list > li .input-box,
	.quoteform .form-list > li .control .input-text {
		width: 100%;
	}
	.quoteform .form-list .control {
		clear: both;
	}
	.quoteform .form-list .box-style .productbyid {
		margin-left: 0;
	}

	.quoteform .form-list > li.inside_dimensions label {
		width: 56px;
		display: inline-block;
	}
	.quoteform .form-list > li.inside_dimensions .input-box {
		width: 100px;
	}
	ul.home_categories li {
		width: 50%;
	}
	ul.home_categories li:nth-child(3n + 1) {
		clear: none;
	}
	ul.home_categories li:nth-child(2n + 1) {
		clear: both;
	}
	.page-header .skip-links {
		padding-top: 5px;
	}
	.col2-left-layout .col-left,
	.col2-left-layout .col-right,
	.col2-right-layout .col-left,
	.col2-right-layout .col-right {
		width: auto;
	}
	body.customer-account .data-table.orders th.date,
	body.customer-account .data-table.orders td.date {
		display: table-cell;
	}
	.advanced-search .form-list li label,
	.sales-guest-form .search-form .form-list li label {
		width: auto;
		float: none;
	}
	.advanced-search .form-list li .input-box,
	.advanced-search .form-list li .input-range,
	.sales-guest-form .search-form .form-list li .input-box {
		display: block;
		width: auto;
	}

	.nav-primary li.level0 ul.product_menus li {
		width: 100%;
	}
	.nav-primary li.level0 ul.product_menus li:nth-child(2n + 2) {
		border-left: 0;
	}
}
@media (max-width: 360px) {
	.cart-table .product-cart-image {
		width: auto;
		float: none;
		text-align: center;
	}
	.cart-table .product-cart-info,
	.cart-table td[data-rwd-label] {
		width: auto;
		float: none;
		padding: 8px;
	}
	.wrapper {
		min-width: 1px;
	}
	ul.home_categories li .category-images img {
		height: 92px;
	}
}

@media (min-width: 992px) {
	.wishlist-list td.customer-wishlist-item-info {
		min-width: 200px;
	}
	.wishlist-list td.customer-wishlist-item-cart {
		min-width: 100px;
	}
}

/* .cms-shipping .contentarea' p {color: #333;} */

ul.account-menu {
	li.current {
		a {
			font-weight: 700;
		}
	}
}
