@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500');
@font-face {
    font-family: 'Avenir-Black';
    src: url('../fonts/Avenir-Black.eot');
    src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Black.woff2') format('woff2'),
        url('../fonts/Avenir-Black.woff') format('woff'),
        url('../fonts/Avenir-Black.ttf') format('truetype'),
        url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'),
        url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'AvenirLTStd-Roman';
	font-size: 16px;
	color: #484848;
}
.orange-btn {
	background: #ec6a16;
	border: none;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 8px 16px;
	line-height: normal;
}
.orange-btn:hover, .orange-btn:focus {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.red-btn {
	background: #98130c;
	border: none;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px;
	line-height: normal;
	text-transform: uppercase;
}
.red-btn:hover, .red-btn:focus {
	background: #000;
	color: #fff;
	text-decoration: none;
}
.page-header {
    padding: 0;
    margin: 0;
    border-bottom: none;
    max-width: none;
}
.header-top {
    max-width: 1170px;
    margin: 0 auto;
	position: relative;
}
.logo {
    max-width: none;
    min-height: auto;
    width: auto;
	padding-left: 0;
}
.header-right-info {
	color: #000;
    position: absolute;
    top: 15px;
    right: 0;
}
.header-right-info strong {
	display: inline-block;
	vertical-align: middle;
	background: url(../images/mobile-icon.png) no-repeat left center;
	font-family: 'Avenir-Black';
	font-size: 15px;
	padding-left: 20px;
}
.header-right-info ul {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 20px;
}
.header-right-info ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	font-size: 14px;
}
.header-right-info ul li a {
	color: #000;
	display: inline-block;
}
.header-right-info ul li a:hover {
	color: #98130c;
	text-decoration: none;
}
.header-right-info ul li a.login, .header-right-info ul li a.logout {
	background: url(../images/login-icon.png) no-repeat left center;
	padding-left: 20px;
}
.header-right-info ul li a.logout {
	background-image: url(../images/logout-icon.png);
}
.account-cart-wrapper .skip-account {
	display: none;
}
#header-search {
	right: 144px;
	width: 50%;
}
#search {
    font-family: 'AvenirLTStd-Roman';
	font-size: 14px;
	border-radius: 0;
}
#search_mini_form .search-button {
    width: 54px;
    background: #de8f12 url(../images/search-icon.png) no-repeat center center;    border-radius: 0;
}
#search_mini_form .search-button:before {
    display: none;
}
.account-cart-wrapper {
    top: 50px;
}
.skip-cart {
    color: #1b1b1b;
    text-transform: none;
    padding: 0;
}
.skip-cart .icon {
    background: url(../images/cart-icon.png) no-repeat left top;
	width: 29px;
	height: 26px;
}
.skip-cart.no-count .count {
    display: block;
}
.skip-cart .count {
    background: #f04f43;
    position: absolute;
    left: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 21px;
    font-size: 14px;
    top:3px;
}
.skip-cart:not(.skip-active):hover .icon {
    background-position: left top;
}
.skip-cart .count:before, .skip-cart .count:after {
    content: '';
}
.skip-link:not(.skip-active):hover {
    opacity: 1;
}
#header-nav {
    border-bottom: none;
    background: #de8f12;
}
#custommenu {
    width: auto;
    border-radius: 0;
    margin: 0;
    background: none;
    max-width: 1170px;
    margin: 0 auto;
}
#custommenu div.menu {
    font-size: 15px;
    font-family: 'AvenirLTStd-Roman';
}
#custommenu .parentMenu:after {
	background: url(../images/nav-arrow.png) no-repeat left top;
	width: 8px;
	height: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	visibility: visible;
	pointer-events: none;
}
#custommenu div.menu a:link, #custommenu div.menu a:visited {
    background:none;
    color: #fff;
	height: auto;
	padding: 20px 25px;
	line-height: normal;
}
#custommenu div.menu a span {
    height: auto;
    padding-top: 0;
}
#custommenu div.wp-custom-menu-popup {
    background-color: #98130c;
    border: none;
    margin: 0;
}
#custommenu a.level1:link, 
#custommenu a.level1:visited,
#custommenu a.level1:hover, 
#custommenu a.level1.act, 
#custommenu a.level1.actParent{
    color: #fff;
}
.free-order {
	background: url(../images/car-icon.png) no-repeat left center;
	padding-left: 54px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	font-size: 18px;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: -40px;
}
.slideshow-container {
	overflow: hidden;
	position: relative;
	margin:0 0 60px 0;
	border: none;
}
.slideshow-container .slideshow {
    border: none;
	margin: 0;
	list-style: none;
}
.slideshow-container .slideshow li {
	margin: 0;
	position: relative;
}
.slideshow-container .slideshow li img {
	width: 100%;
}
.banner-txt {
	left: 10%;
	position: absolute;
	top: 0;
	height: 100%;
	background: rgba(255,255,255,0.9);
	padding:50px 80px 0 50px;
	color: #000;
}
.banner-txt h2 {
	margin: 0;
	font-size: 86px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: normal;
}
.banner-txt h3 {
	margin: 0;
	font-size: 70px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	line-height: normal;
	color: #ec6a16;
}
.banner-txt h4 {
	margin: 0 0 10px 0;
	font-size: 42px;
	font-weight: 500;
	line-height: normal;
}
.banner-txt h4 span {
	font-family: "Times New Roman";
	font-size: 70px;
	font-weight: 400;
	font-style: italic;
}
.banner-txt .red-btn {
	font-size: 20px;
	padding: 15px 40px;
}
.slideshow-container .slideshow-pager {
	left: 13%;
	position: absolute;
	bottom: 40px;
	width: auto;
}
.slideshow-container .slideshow-pager span {
	background: #bababa;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	vertical-align: middle;
	border-radius: 50%;
}
.slideshow-container .slideshow-pager span.cycle-pager-active {
	background: #de8f12;
}
.slideshow-container .slideshow-pager span:before {
	display: none;
}
.trending-box {
    background: #ececec;
    padding: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.trending-box img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.trending-box > div {
	position: relative;
	z-index: 9;
}
.trending-box h3 {
	font-size: 38px;
	text-transform: none;
	color: #000;
	margin: 0 0 10px 0;
}
.trending-box h3 span {
	display: block;
	color: #98130c;
}
.trending-box h3 + span {
	font-size: 40px;
	display: block;
	color: #ec6a16;
	margin: 0 0 10px 0;
}
.featured-products h2 {
	font-size: 38px;
	color: #000;
	text-align: center;
	margin-bottom: 60px;
	text-transform: none;
}
.product-box {
	overflow: hidden;
	border: 1px solid #d6d6d6;
	padding: 20px;
	margin-bottom: 30px;
}
.product-img {
	height: 160px;
	overflow: hidden;
	position: relative;
}
.product-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
}
.product-box h5 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px 0;
	text-transform: none;
	min-height: 50px;
}
.product-box h5 a {
	color: #222222;
}
.product-box h5:hover a {
	color: #de8f12;
	text-decoration: none;
}
.product-box h5 + span {
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
	color: #ec6a16;
}
.footer-wrapper {
	background: #484848;
	color: #fff;
	padding: 60px 0 0 0;
}
.footer-wrapper p {
	margin-bottom: 0;
}
.sitemap h6 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.sitemap ul {
	margin-bottom: 60px;
}
.sitemap ul li {
	margin-bottom: 20px;
}
.sitemap ul li a {
	color: #fff;
}
.sitemap ul li a:hover {
	text-decoration: underline;
}
.copyright {
	padding: 20px;
	border-top: 1px solid #848484;
	overflow: hidden;
}
.copyright p {
	display: inline-block;
	font-size: 14px;
	margin-top: 10px;
}
.copyright ul {
	float: right;
	margin-bottom: 0;
}
.copyright ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
}
.inner-wrapper {
	padding: 50px 0;
}

.category-image { border: none;  padding: 0;}
.category-title h1 {display: none;}
.mb-left-first .block-title span{ background:#de8f12; color:#fff; font-size:22px; margin: 0;font-weight: normal; text-transform: capitalize; display: block;padding: 10px 30px 15px 30px !important;}
.mb-left-first .block-title{ margin-bottom:0;}
.mb-left-first .block-content.toggle-content { margin-top: 0;}
.block-content.toggle-content {padding: 5px 14px; background: #e9e9e9;}
.block-layered-nav .block-content > dl > dd { padding: 10px; margin: 0; border-width: 0; border-style: inherit; border-color:none;}
dt.last.odd, dt.even, dt.odd { background: none !important; border: 0 !important; border-bottom: solid 1px #bcbcbc !important;color: #2f2f2f !important; font-size: 18px !important; font-weight: 500 !important; text-transform: capitalize !important;}
.block-layered-nav .block-content > dl > dd .m-leaf > .m-tree-item {padding-left: 0;}
.block-layered-nav .block-content > dl > dd .m-leaf > .m-tree-item a{color: #5d5d5d; line-height: 30px; display:block;}
.block-layered-nav .block-content > dl > dd .m-leaf > .m-tree-item a:hover{ text-decoration:none; color:#de8f12;}
.breadcrumbs { margin: 0 0 25px;}
.breadcrumbs li { font-size: 16px;text-transform: capitalize;}
.breadcrumbs li a{ color:#232323;}
.breadcrumbs strong { color: #de8f12;}
.toolbar .pages {  display: none;}
.toolbar {  border: none;  padding: 0;  margin: 0 0 25px 0;  background: none;}
.toolbar .pager { display: block; margin: 8px 0 0 0;  float: left;    font-weight: 500;  color: #000;}
.toolbar .sorter {  float: right; margin: 0;}
.sorter > .sort-by {  float: none;  margin-right: 0;  height: auto;}
.toolbar .sorter select { background: #fff url(../images/select-arrow.png) no-repeat 96% center;  border:solid 1px #c7c7c7;  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  padding:5px 10px;  border-radius: 5px;  width: 280px;    font-size: 16px;}
.toolbar .sorter label {  float: none; margin:0 5px 8px 0;  text-transform: none;  font-weight: 400;  font-size: 18px;  color: #232323;  vertical-align: middle;  line-height: normal;}
.pager .amount {font-family: 'Avenir-Black';  float: none;  white-space: normal;  margin: 0;  line-height: normal;  font-size: 16px;  color: #343434;}
.pager > .count-container {  float: none;  display: inline-block;  vertical-align: middle;}
.toolbar-bottom .sorter, .toolbar-bottom .count-container {  display: none;}
.toolbar-bottom .pages {  display: block;}
.toolbar-bottom .pager { float: right;}
.pages a, .pages .current { font-size: 13px;border-radius: 4px; line-height: 30px; width: 30px;border: 1px solid #c75732; height: 30px; padding: 0;color: #ffffff; background: #c75732;}
.pager li>a, .pager li>span {color:#717171; background-color: #fff; border: 1px solid #c3c3c3; padding: 0;border-radius: 4px;  margin: 0 4px;}
.pages .previous:before { border-right: 4px solid #717171;}
.pages .next:before { border-left: 4px solid #717171;}
.pages .next:hover, .pages .previous:hover { border: 1px solid #c75732;}
.category-products .products-grid li {background: #fff;border: 1px solid #d6d6d6;}
.product-image {  border: none;}
.product-info { padding: 20px !important;min-height: auto !important;text-align: left;}
.products-grid .actions { padding-top: 0; position: relative;  bottom: 0px; min-height: auto;}
.products-grid .product-name{ text-transform: capitalize; font-size: 16px;min-height: 66px;}
.products-grid .product-name a{ color:#222;}
.category-products .products-grid li .std p.availability{ margin-bottom: 15px !important; height:auto !important;margin-bottom: 15px; line-height:1; font-size: 15px; text-transform: capitalize; color: #3f9918;}
.category-products .products-grid li .desc p{height: 42px; overflow: hidden; margin: 0 0 10px 0; font-size: 15px; color:#484848;}
.category-products .products-grid li .price-box .price { color: #ec6a16; font-size: 20px;}
.availability {margin-bottom: 15px; line-height:1; font-size: 15px; text-transform: capitalize; color: #3f9918; }
.category-products .products-grid li .price-box{ margin-bottom:0;}
.category-products .products-grid li button.button.btn-cart { background: #de8f12; border-radius: 4px;  font-size: 15px; text-transform: capitalize;}
.breadcrumbs a:hover,a:hover, h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover {color: #de8f12;}
.products-grid > li { margin-bottom: 3.7037%;}
a{ color: #2f2f2f;}
.product-view .product-shop .product-name .h1 {color: #181818; font-size: 38px; margin: 0 0 20px 0; line-height: normal; float: none; text-transform:capitalize;    padding: 0; display: block;}
.product-view .product-shop .short-description, .add-to-cart-wrapper p.product_reference label, .add-to-cart-wrapper p.product_reference {    font-size: 18px; color: #484848;font-weight: normal;}
.product-view .price-info .price-box .price { color: #de8f12;  font-size: 30px;}
.product-view .sharing-links li { float: none;  display: inline;}
.product-view .sharing-links a {    font-size: 18px; color: #484848; text-indent: inherit;  display: inherit; width: 26px;background-image: none;    height: 26px;}
.product-view .sharing-links li:first-child a img { padding: 0; margin: 0; display: inline-block;}
.more-views h2 { display: none;}
ul.product-image-thumbs li a, .product-image-gallery { border: solid 1px #ddd;}
.product-collateral .toggle-tabs { border: 0 none; background-color: #de8f12; margin: 0;}
.product-collateral .toggle-tabs li.current > span { background-color: transparent; height: 60px !important;  padding: 0 0 0 40px;  color: #fff !important;    margin: 0; display: block;  text-transform: capitalize; font-size: 18px; line-height: 60px;}
.product-collateral .toggle-tabs li.current { border-right: 0;}
.product-collateral > dl > dd { padding: 30px; border: 0;  background: #f4f4f4;}
.page-sitemap .sitemap li a{ font-size:16px;}
.qty-wrapper label { color: #484848;  font-size: 18px;  font-weight: normal;}
.input-text {  border: 1px solid #484848;}
.product-view .add-to-cart-buttons button.button.btn-cart {  background: #de8f12; border-radius: 6px;  text-transform: capitalize; font-size: 20px;}

.customer-account-forgotpassword .fieldset { padding-top: 50px;}
.customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set {  margin: 0 auto;   max-width: 60%;}
.customer-account-forgotpassword .page-title h1, .customer-account-changeforgotten .page-title h1 { text-align: center;}
.customer-account-forgotpassword .fieldset h2 { font-size: 20px;}

.button, #co-shipping-method-form .buttons-set .button, .cart-table .product-cart-actions .button { background: #de8f12; white-space: normal;width: auto;padding: 10px 30px; min-height: auto;   line-height: normal;  float: none;  margin: 0;  min-width: auto;font-size: 14px;  border-radius: 4px;  font-weight: 300;}
.button:hover, #co-shipping-method-form .buttons-set .button:hover, .cart-table .product-cart-actions .button:hover, .button:focus, #co-shipping-method-form .buttons-set .button:focus, .cart-table .product-cart-actions .button:focus { background: #484848;  text-decoration: none;}
input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text], textarea  {height:35px; width: 100%;max-width: 100%;}
.page-title h1, .page-title h2, .product-name h1, .product-name .h1 { border-bottom: 0;}
body.contacts-index-index .page-title h1 { text-align: center;}
.cms-page-view .std h2, .cms-no-route .std h2 { color: #de8f12; text-transform: capitalize;}
input[type=checkbox], input[type=radio] { margin: 0;  vertical-align: middle;  display: inline-block;}
.form-list .control label, .form-list .control label:hover, .sp-methods dt label, .sp-methods dt label:hover { background-color: transparent; color: #484848;}
.button2 span, .button2 span span{ color: #484848;}
.button2 span:hover, .button2 span span:hover{color: #de8f12;}
.header-minicart .product-details .product-name a, .header-minicart .block-subtitle { color: #de8f12;}
.header-minicart .info-wrapper td, .header-minicart .subtotal .price { color: #de8f12; font-weight: bold;}
.header-minicart .subtotal { background-color: #5a5a5a;}
.header-minicart .minicart-wrapper {  padding-top: 15px;}
.header-minicart .block-subtitle .close { color: #ff0000; top: 0; opacity: 1;}
#header-cart.skip-active { border: solid 1px #5a5a5a;}
.sidebar .actions .button { color: #fff;  background: #de8f12;}
.block-title h2, .block-title h3, .block-title strong { color: #de8f12;}
.block-account li strong, .block-cms-menu li strong, .block-account li a:hover, .block-cms-menu li a:hover, .cms-page-view .std h1, .cms-no-route .std h1{color:#de8f12;}
ul.disc li a { font-weight: bold;}
.btn-remove:hover, .btn-previous:hover {  background-color: #de8f12;  border-color: #de8f12;}
.btn-remove:after {color: #ff2500;}
.opc .section.allow .step-title h2, .opc .section.allow .step-title:hover h2, .opc .section.active .step-title h2 { color: #484848;}
.opc .section.allow .step-title .number { background-color: #de8f12;}
.opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number { background-color: #de8f12;}
select#shipping-address-select { max-width: 100%;  padding: 5px 15px;}
.data-table tfoot tr, .data-table th {
    background: #fff2de;
}
.customer-account-create .fieldset{
    margin: 0 auto;
    width: 70%;
}
.account-create h1 {
    text-align: center;
}
.customer-account-create .buttons-set{margin: 0 auto;max-width: 70%;}
.box-collateral.box-up-sell h2 { text-transform: capitalize; margin: 50px 0 40px 0;}
button.button.btn-cart{ text-transform:capitalize;}
.box-collateral .slick-prev, .box-collateral .slick-next, .box-collateral .slick-prev:hover, .box-collateral .slick-prev:focus { background: url(../images/slider-arrow.png) no-repeat left top; width: 18px;  height: 46px;}
.box-collateral .slick-next, .box-collateral .slick-next:hover, .box-collateral .slick-next:focus { background: url(../images/slider-arrow.png) no-repeat right top;}
.slick-prev:before, .slick-next:before{ display:none;}
.box-collateral li.slick-slide { border: solid 1px #d6d6d6; padding: 25px 15px;}
.box-collateral .short-description { color: #484848;  font-size: 15px;}
.box-collateral .products-grid .product-name { height: 49px;}
ul#upsell-product-table { margin-top: 0;}
.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {  background-color: #fff2de;  border: 1px solid #de8f12;}
.cart-table tr, .cart .page-title, .data-table thead th, .data-table tbody td { border-bottom: 1px solid #de8f12;}
.contacts-index-index .buttons-set { max-width: 100%;}
.buttons-set {  border-top: 0 none;}









@media only screen and (max-width: 1659px) {
	.banner-txt {
		padding: 20px 40px 0 30px;
	}
	.banner-txt h2 {
		font-size: 46px;
	}
	.banner-txt h3 {
		font-size: 50px;
	}
	.banner-txt h4 {
		font-size: 42px;
	}
	.banner-txt h4 span {
		font-size: 50px;
	}
	.slideshow-container .slideshow-pager {
		bottom: 20px;
	}
	.banner-txt .red-btn {
		font-size: 14px;
		padding: 10px 30px;
	}
}
@media only screen and (max-width: 1199px) {
	.banner-txt h2 {
		font-size: 36px;
	}
	.banner-txt h3 {
		font-size: 40px;
	}
	.banner-txt h4 {
		font-size: 32px;
	}
	.banner-txt h4 span {
		font-size: 40px;
	}
	#custommenu div.menu a:link, #custommenu div.menu a:visited {
		padding: 20px 15px;
	}	
	.logo {
		padding-left: 10px;
	}
	.trending-box h3 {
		font-size: 28px;
	}
	.trending-box h3 + span {
		font-size: 30px;
	}
	.trending-box img {
		width: auto;
	}
	.free-order {
		right: 15px;
	}
	.header-right-info {
    	right: 15px;
	}
	.account-cart-wrapper {
		right: 15px;
	}
	
	
	.products-grid .product-name {font-size: 16px;}
	
	
	
	
	
	
	
	
}
@media only screen and (max-width: 991px) {
	.banner-txt h2 {
		font-size: 26px;
	}
	.banner-txt h3 {
		font-size: 30px;
	}
	.banner-txt h4 {
		font-size: 22px;
		margin-bottom: 0;
	}
	.banner-txt h4 span {
		font-size: 30px;
	}
	#custommenu div.menu a:link, #custommenu div.menu a:visited {
		padding: 20px 15px;
	}
	.free-order {
		display: none;
	}
	.header-right-info ul {
    	margin: 0;
	}
	.header-right-info ul li {
		margin: 0 0 0 5px;
	}
	#header-search {
		width: 44%;
	}
	
	.button { padding: 10px 5px;}
	.slick-prev { left: 0 !important;}
	.slick-next { right: 0 !important;}
	.customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set { margin: 0 auto; max-width: 100%;}
	
	
	
}
@media only screen and (max-width: 770px) {
	#header-nav {
		background: none;
		padding: 0;
	}
	.header-right-info ul {
		display: none;
	}
	.account-cart-wrapper .skip-account {
		display: block;
	}
	.skip-cart.no-count .count {
		display: none;
	}
	.logo img {
		max-width: 60%;
	}
	.header-right-info {
		top: 30px;
	}
	#header-search {
		right: auto;
		width: auto;
	}
	.slideshow-container {
		margin: 0 0 60px 0;
	}
	.banner-txt {
		display: none;
	}
	.slideshow-container {
		overflow: visible;
	}
	.slideshow-container .slideshow-pager {
		bottom: -40px;
		left: 0;
		width: 100%;
	}
	
	.products-grid .product-name {font-size: 15px;}
	.skip-cart .icon { background: url(../images/cart-icon-mobile.png) no-repeat left top;}
	.skip-link { border-right: 1px solid #de8f12;}
	.skip-links { border-top: 1px solid #de8f12; border-bottom: 1px solid #de8f12;}
	
	#custommenu-mobile .level0, .skip-link.skip-active { background-color: #de8f12;}
	#custommenu-mobile .level1 { background-color: #f3a52b;}
	.menu-mobile .parentMenu a:hover, .menu-mobile .parentMenu a.act, .menu-mobile .parentMenu a.actParent { color: #000000;}
	.block-layered-nav .block-subtitle--filter, .block-layered-nav dl dd ol > li { background-color: #de8f12;}
	.block-layered-nav .block-content.accordion-open > dl > dt.current:after, { border-top: 4px solid #de8f12;}
	.block-layered-nav .block-content > dl > dt:after { border-left: 4px solid #de8f12;}
	.block-layered-nav .block-content.accordion-open > dl > dt.current:after {  border-top: 4px solid #de8f12;}
	.block-layered-nav .block-subtitle--filter:hover {background-color: #de8f12;}
	.product-info { padding: 20px 5px !important;}
	.product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1 { color: #484848;  text-transform: capitalize;}
	.product-view dt.tab.last { /*display: none;*/}
	.product-collateral > dl > dt { color: #ffffff; background-color: #de8f12; border:0 none;}
	.product-collateral > dl > dt:hover { background-color: #de8f12; color: #000;}
	.product-collateral.accordion-open > dl > dt.current:after { border-top: 4px solid #ffffff;}
	.product-collateral > dl > dt:after { border-left: 4px solid #fff;}
	#header-account a:hover { color: #de8f12;}
	.sidebar .block:not(.block-layered-nav) .block-title > strong:after { border-left: 4px solid #de8f12;}
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong:after { border-top: 4px solid #de8f12;}
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong,
	.sidebar .block:not(.block-layered-nav) .block-title > strong {border-color: #de8f12; background-color: #fff2de;}
	.sidebar .block:not(.block-layered-nav) .block-content { border-color: #de8f12;}
	.sidebar .block:last-of-type { border-bottom: 1px solid #de8f12;}
	.sidebar .block:not(.block-layered-nav) .block-title > strong:hover, 
	.sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {background-color: #fff2de;}
	.limiter select { border: solid 1px #de8f12;  padding: 4px 15px 4px 10px;}
	.header-minicart .subtotal .label { color: #fff;}
	
	
	
}
@media only screen and (max-width: 767px) {
	.copyright {
		text-align: center;
	}
	.copyright p {
		display: block;
		margin: 0 0 10px 0;
	}
	.copyright ul {
		float: none;
	}
	.copyright ul li {
		margin: 5px;
	}
	.featured-products h2, h2 {font-size: 30px;}
	.trending-box h3, h3 { font-size: 24px;}
	
}
@media only screen and (max-width: 499px) {
.skip-cart .count { left: auto;  top: 3px;}




}
@media only screen and (max-width: 479px) {
	.sitemap .col-xs-6, .featured-products .col-xs-6 {width: 100%;	}
	.footer-wrapper { text-align: center;}
	.category-products .products-grid li button.button.btn-cart {  font-size: 13px;}
	.button{ padding: 10px 5px;}
	.product-box h5 { min-height: auto;}
	.product-box { text-align: center;}
	.products-grid .product-name {  height: 40px;}
	.page-title h1, .page-title h2, .product-name h1, .product-name .h1 { font-size: 18px; text-transform: capitalize;}
	.featured-products h2, h2 {font-size: 24px;}
	.trending-box h3, h3 { font-size: 18px;}
	/*.limiter label { display: block !important;}*/
	.buttons-set .back-link { display: block !important;}
	
}






@media only screen and (max-width: 336px) {
.wrapper { min-width:100%;}


}

.availability {
    display: none;
}

a.level2:link, a.level2:visited {
    color: #F2E8CD;
}

.availability.out-of-stock {
    display: block;
    text-align: center;
    margin-top: 10px;
 /*   font-size: 20px;
    margin-bottom: 5px */
}

.category-products .products-grid li button.button.btn-cart.out-of-stock  {
	color: #df280a;
	background: #cccccc;
    cursor:not-allowed;
}

.level1 {
    margin-left: 10px;
}

/* always show more info block on mobile */
@media (max-width: 770px)
{
  .product-collateral > dl > dd {
    display: block !important;
  }
}

#shipping-zip-form {display:none;}
div.shipping {display:none;}


#co-payment-form{ display: block!important;}
#dt_method_hosted_pro{ display: block!important;}
#Oa3FS {
    display: none!important;
}
#OalFS {
    display: none!important;
}
#NobIV {
    display: none!important;
}
#ireLE {
    display: none!important;
}
#GaDfp {
    display: none!important;
}
#IvTmy {
    display: none!important;
}






