/* CSS Document */
/***
* desktop
**/
html {
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body, button, input, select, table, textarea {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button, input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* ie */
a img {
  border-style: none; }

.clear:after {
  content: "";
  display: table;
  clear: both; }

.oswald {
  font-family: 'Oswald', sans-serif; }

h1 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

h1.green {
  color: green;
  font-size: 30px; }

h2.red {
  color: red; }

h2.gray {
  color: #3b3b3b; }

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

header,
nav,
section,
#specials,
#best-sellers,
footer {
  width: 100%;
  min-width: 1150px;
  margin: 0 auto;
  padding: 0; }

#header-top-wrap,
#header-bottom-wrap,
#nav-wrap,
.section,
.tabs,
.tabs-content,
#specials-wrap,
#best-sellers-wrap,
#footer-top-wrap,
#footer-bottom-wrap {
  width: 1150px;
  margin: 0 auto;
  padding: 0; }

#header-top {
  width: 100%;
  background-color: #2C2A35;
  padding: 10px 0; }

.top-nav ul {
  margin: 0 0 10px 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.top-nav ul li {
  float: right;
  margin: 0 7px 0 0;
  padding: 3px 10px;
  list-style: none;
  letter-spacing: .5px;
  font-weight: 300; }

.top-nav.desktop li.cart {
  max-width: 80px; }

.top-nav.desktop ul li.account {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: white; }

.top-nav ul li a {
  color: white;
  font-family: 'Oswald', sans-serif;
  text-decoration: none; }

.top-nav.desktop ul li.account a {
  color: black; }

.top-nav ul li a:hover {
  color: #008C00; }

.top-nav.desktop ul li.account a:hover {
  color: #008C00; }

/*.top-nav .icon {
	background-color:white;
	background-image:url(../img/user-green.png);
	background-repeat:no-repeat;
	background-position:left;
}
.top-nav .icon a {
	color: #636363;
	text-decoration:none;
}
.top-nav .icon:hover {
	background-color:#dcdcdc;
}*/
.top-nav.desktop li {
  float: right; }

.top-nav.desktop .drop-down {
  display: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

.top-nav.desktop .drop-down li {
  float: none; }

.top-nav.desktop .drop-down li a {
  color: white !important; }

.top-nav.desktop li.account {
  position: relative; }

.top-nav.desktop li:hover ul {
  display: block;
  float: none;
  background: #555 none repeat scroll 0 0;
  height: auto;
  min-height: 50px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  position: absolute;
  white-space: nowrap;
  -moz-transition: max-height 0.15s ease-in-out;
  -webkit-transition: max-height 0.15s ease-in-out;
  -o-transition: max-height 0.15s ease-in-out;
  transition: max-height 0.15s ease-in-out;
  z-index: 100;
  border: 7px solid white;
  margin-top: -20px;
  right: 0;
  top: 45px;
  width: 155px;
  font-size: 16px;
  z-index: 1000; }

.top-nav .icon {
  margin-top: 25px;
  margin-left: 0; }

.top-nav.desktop .icon {
  margin-top: 0; }

#header-bottom {
  width: 100%;
  background-color: #2C2A35;
  padding: 15px 0; }

#logo {
  width: 27%;
  float: left; }

#search-bar {
  width: 39%;
  float: left; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* Form wrapper styling */
.search-wrapper {
  width: 100%;
  padding: 5px;
  margin: 20px auto 0 auto;
  background: #F8F8F8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box; }

.search-wrapper form, .search-wrapper .form-field {
  margin: 0 !important; }

/* Form text input */
.search-wrapper input {
  width: 65%;
  padding: 12px 0;
  float: left;
  font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
  border: 0;
  background: #eee;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  text-indent: 8px; }

.search-wrapper input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px black inset; }

.search-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal; }

.search-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal; }

.search-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal; }

/* Form submit button */
.search-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 44px;
  width: 35%;
  color: #fff;
  text-transform: uppercase;
  background: #008C00;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.search-wrapper button:hover {
  background: #008C00; }

.search-wrapper button:active,
.search-wrapper button:focus {
  background: #008C00;
  outline: 0; }

.search-wrapper button:hover:before {
  border-right-color: #008C00; }

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
  border-right-color: #008C00; }

.search-wrapper button::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0; }

#ask-our-experts {
  width: 33%;
  float: left; }

#ask-our-experts div {
  width: 75%;
  margin: 0 auto;
  float: right; }

#ask-our-experts a {
  color: white;
  background-color: #008C00;
  font-weight: 400;
  padding: 15px 20px;
  display: block;
  margin-top: 20px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-family: "Oswald",sans-serif;
  font-size: 16px; }

.product-nav {
  width: 1150px;
  padding-bottom: 0;
  margin: 0 auto; }

#nav-wrap {
  margin-top: 50px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 16px -2px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: inset 0px 0px 16px -2px rgba(0, 0, 0, 0.27);
  box-shadow: inset 0px 0px 16px -2px rgba(0, 0, 0, 0.27);
  border-radius: 5px; }

.cat-nav ul {
  margin: 0;
  padding: 0; }

.cat-nav li {
  float: left;
  list-style: none; }

.cat-nav > ul > li:hover {
  border-radius: 4px;
  background-color: #008c00; }

.cat-nav li a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  letter-spacing: .03em;
  font-weight: 400;
  line-height: 30px;
  font-family: 'Oswald', sans-serif;
  color: #636363; }

.cat-nav li a:hover {
  color: #ffffff;
  background: none; }

.cat-nav .parent {
  position: relative; }

.cat-nav .drop-down {
  float: none;
  background: #555 none repeat scroll 0 0;
  height: auto;
  min-height: 50px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  position: absolute;
  white-space: nowrap;
  -moz-transition: max-height 0.15s ease-in-out;
  -webkit-transition: max-height 0.15s ease-in-out;
  -o-transition: max-height 0.15s ease-in-out;
  transition: max-height 0.15s ease-in-out;
  display: none;
  z-index: 100;
  border: 7px solid #008c00;
  border-radius: 0px 5px 5px 5px;
  margin-top: -10px;
  left: 0;
  top: 45px;
  width: 300px; }

.cat-nav .drop-down li {
  float: none; }

.cat-nav .drop-down li a {
  color: white;
  padding: 0; }

.cat-nav.desktop > ul > li:hover ul {
  display: block; }

.cat-nav.desktop .navPages-action-moreIcon {
  display: none; }

#specials {
  text-align: center;
  background-image: url(../img/specialpd_bg.jpg);
  background-repeat: repeat;
  background-position: center center;
  padding: 40px 0 0 0; }

#specials-wrap {
  margin-top: 20px; }

#specials ul {
  width: 100%;
  float: left;
  padding: 40px 0 60px; }

#specials ul li {
  width: 32%;
  float: left;
  background: green none repeat scroll 0 0;
  border-radius: 5px;
  margin: 0 .5% 12px .5%;
  padding: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  position: relative;
  cursor: pointer; }

#specials ul li:hover {
  background: #FE5621 none repeat scroll 0 0;
  transition: all 100ms linear;
  transition-delay: 250ms; }

#specials .thump {
  float: left;
  margin-right: 5px;
  width: 148px;
  height: 158px; }

#specials .thump img {
  width: 148px;
  height: 158px;
  border-radius: 5px 0 0 5px; }

#specials .textarea {
  float: left;
  padding: 7px 1px;
  text-align: left;
  width: 213px; }

#specials .textarea h4, #specials .textarea .pricewrap, #specials .textarea .spd_shopnow {
  float: left;
  width: 100%;
  text-align: left;
  color: #fff; }

#specials .textarea h4 {
  font-size: 18px;
  font-weight: 300;
  font-family: "Oswald",sans-serif;
  padding-bottom: 6px; }

.spd_shopnow {
  background-image: url(../img/btn_arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-family: "Oswald",sans-serif;
  font-size: 17px;
  line-height: 25px;
  margin-top: 16px;
  padding-left: 30px; }

.spd_shopnow a {
  color: #fff !important; }

#best-sellers {
  text-align: center;
  min-height: 350px;
  background-color: #fff;
  margin-top: 35px; }

footer {
  background-image: url(../img/footer_pattern.jpg);
  background-repeat: repeat;
  padding-bottom: 40px; }

#footer-top {
  float: left;
  text-align: center;
  width: 100%;
  background-image: url(../img/wcarvbg.jpg);
  background-repeat: repeat;
  background-position: center center;
  padding: 100px 0;
  background-attachment: fixed; }

#join-our-newsletter {
  font-weight: 600;
  color: white;
  display: block !important;
  float: left;
  width: 25%;
  background-color: #000000;
  color: #fff;
  margin-right: 3%;
  border-radius: 3px; }

#join-our-newsletter strong {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 0;
  text-transform: uppercase;
  float: left;
  margin: 20px 15px 20px 59px; }

#join-our-newsletter img {
  float: right;
  margin-right: -12px;
  margin-top: 19px; }

#newsletter-description {
  float: left;
  width: 40%;
  font-size: 13px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: left; }

#newsletter-description span {
  font-size: 11px;
  color: green; }

#newsletter-subscribe {
  float: right;
  width: 30%; }

#newsletter-subscribe input[type="email"] {
  width: 65%;
  padding: 12px 0;
  float: left;
  font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
  border: 0;
  background: #eee;
  border-radius: 3px 0 0 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  text-indent: 8px; }

#newsletter-subscribe input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px black inset; }

#newsletter-subscribe input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal; }

#newsletter-subscribe input:-moz-placeholder {
  color: #999;
  font-weight: normal; }

#newsletter-subscribe input:-ms-input-placeholder {
  color: #999;
  font-weight: normal; }

#newsletter-subscribe input[type="submit"] {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 44px;
  width: 35%;
  color: #fff;
  text-transform: uppercase;
  background: #008C00;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

#newsletter-subscribe input[type="submit"]:hover {
  background: #008C00; }

#newsletter-subscribe input[type="submit"]:active,
#newsletter-subscribe input[type="submit"]:focus {
  background: #008C00;
  outline: 0; }

#newsletter-subscribe input[type="submit"]:hover:before {
  border-right-color: #008C00; }

#newsletter-subscribe input[type="submit"]:focus:before,
#newsletter-subscribe input[type="submit"]:active:before {
  border-right-color: #008C00; }

#newsletter-subscribe input[type="submit"]::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0; }

#thirty-day-guarantee {
  margin-top: 25px; }

#footer-bottom {
  float: left;
  width: 100%;
  background-image: url(../img/footer_pattern.jpg);
  background-repeat: repeat;
  padding: 50px 0;
  color: #ddd !important; }

#footer-bottom h2, #footer-bottom h4, #footer-bottom a {
  color: #ddd !important; }

#footer-bottom p {
  margin-bottom: 10px; }

#quick-links {
  float: left;
  margin-right: 5%;
  min-height: 150px;
  width: 28%; }

#contact-info {
  float: left;
  margin-right: 5%;
  min-height: 150px;
  width: 28%; }

.contacthead {
  background-image: url(../img/phone.png);
  background-position: 6px center;
  background-repeat: no-repeat;
  padding: 7px 0 12px 40px; }

.footer_social_icons {
  display: flex;
  gap: 10px;
  justify-content: center; }

.footer_icons {
  width: 42px !important;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.5s ease 0s;
  margin: 10px !important; }

.footer_icons:hover {
  background-position: center top; }

.gplus {
  background-image: url(../img/g_plus.png); }

.twitter {
  background-image: url(../img/twitter.png); }

.youtube {
  background-image: url(../img/youtube.png); }

#catalog-request {
  float: left;
  margin-right: 5%;
  min-height: 150px;
  width: 28%; }

#catalog-request h4 {
  font-size: 15px; }

#catalog-request p {
  margin-bottom: 0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; }

#catalog-request a {
  margin-top: 15px;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 12px;
  margin: 10px 0 0 0;
  background-color: #008c00;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: inline-block; }

#catalog-request a:hover {
  background-color: black; }

#copyright {
  background-color: #000;
  color: #636363;
  float: left;
  padding: 50px 0;
  text-align: center;
  width: 100%; }

#contact-left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px 0 0; }

#contact-right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 20px; }

/** cornerstone overrides **/
.body {
  margin: 0; }

.page, .page-heading, .breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1150px !important;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  margin-bottom: 15px; }

.breadcrumbs {
  padding-top: 30px; }

.product-description {
  padding-bottom: 30px; }

.card-title.feature a {
  color: white; }

.card-figcaption-button {
  background-color: #008c00;
  color: white; }

.productCarousel-slide {
  border: solid 1px #efefef;
  width: 24%;
  margin: 0 .5%;
  padding-bottom: 7px; }

.productCarousel-slide .card-title a {
  color: #008c00; }

.productGrid {
  margin: 0; }

.productGrid .product {
  position: relative;
  z-index: 10;
  padding: 20px;
  padding-bottom: 7px; }

.productGrid .product:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #efefef; }

.productGrid .product .card-title a {
  color: #008c00; }

@media (min-width: 801px) {
  .sidebarBlock {
    max-width: 265px; } }

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit;
  font-weight: bold;
  color: white;
  font-size: 16px;
  background-color: #2C2A35;
  padding-left: 5px; }

.sidebarBlock .navList-action {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #008C00; }

.slick-dots li button {
  color: #008c00; }

.slick-dots {
  position: relative; }

.slick-dotted.slick-slider {
  margin-bottom: 55px; }

h1.page-heading {
  color: #008c00; }

@media (min-width: 801px) {
  .slick-dots {
    display: none; } }

section.productView-details, section.productView, .previewCartCheckout, section.productView-images, .blog-header {
  min-width: 0; }

.productView-title {
  color: #008c00;
  font-size: 22px;
  padding-bottom: 4px; }

@media (min-width: 801px) {
  .productView-description {
    clear: right;
    float: right;
    width: 50%; } }

.dropdown-menu-button {
  background-color: #2C2A35 !important;
  color: white !important; }

@media (min-width: 801px) {
  .tab-title {
    background-color: #008c00;
    color: white !important; } }

.blog:nth-of-type(1) {
  padding-top: 30px; }

.blog-post p {
  margin-bottom: 0; }

.blog-post .space {
  padding: 10px 0; }

.blog-post .space.heading {
  font-weight: bold; }

.blog-post ul li a {
  color: #008c00; }

.checkoutHeader {
  background-color: #666666; }

.dropdown--quickSearch {
  top: 0 !important;
  left: 0 !important;
  padding: 0;
  position: relative; }

.dropdown--quickSearch .container {
  padding: 0; }

.dropdown--quickSearch .form {
  max-width: 100%; }

.dropdown--quickSearch .form-input {
  font-size: 15px; }

.dropdown--quickSearch .quickSearchResults {
  min-width: auto !important;
  position: absolute;
  background-color: #E5E5E5;
  z-index: 1000; }

.dropdown--quickSearch li.product:before {
  border: 0 !important; }

.dropdown--quickSearch li.product {
  width: 100% !important; }

.dropdown--quickSearch .card-img-container:after {
  padding-bottom: 80% !important; }

.dropdown--quickSearch article.card--alternate {
  margin-bottom: 0 !important; }

.dropdown--quickSearch .modal-close {
  display: block; }

.page-content--centered {
  width: 100%; }

.cart-totals .cart-total:nth-of-type(3) {
  display: none; }

.cart-actions a.button.button--primary {
  min-width: 250px;
  max-width: 300px; }

.page-sidebar nav {
  min-width: auto !important; }

.redeemable-label {
  display: none; }

.card-figcaption-body {
  display: none; }

/***
* tablet
**/
@media (min-width: 801px) and (max-width: 1149px) {
  html {
    width: 100%;
    margin: 0;
    padding: 0; }
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #636363;
    font-size: 14px;
    line-height: 1.5; }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  body, button, input, select, table, textarea {
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #636363;
    font-size: 14px;
    line-height: 1.5; }
  ul {
    list-style: none;
    padding: 0; }
  a {
    text-decoration: none; }
  a, button {
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
  button, input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  /* ie */
  a img {
    border-style: none; }
  .clear:after {
    content: "";
    display: table;
    clear: both; }
  .oswald {
    font-family: 'Oswald', sans-serif; }
  h1 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase; }
  h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase; }
  h3, .h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase; }
  h1.green {
    color: green;
    font-size: 30px; }
  h2.red {
    color: red; }
  h4, .h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase; }
  header,
  nav,
  section,
  #specials,
  #best-sellers,
  footer {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0; }
  #header-top-wrap,
  #header-bottom-wrap,
  #nav-wrap,
  .section,
  .tabs,
  .tabs-content,
  #specials-wrap,
  #best-sellers-wrap,
  #footer-top-wrap,
  #footer-bottom-wrap {
    width: 98%; }
  .top-nav.desktop ul li {
    float: right;
    margin: 0 7px 0 0;
    padding: 3px 10px;
    list-style: none;
    letter-spacing: .5px;
    font-weight: 300; }
  .top-nav.desktop ul li a {
    color: white;
    text-decoration: none; }
  .top-nav.desktop ul li a:hover {
    text-decoration: underline; }
  /*.top-nav.desktop .icon {
		background-color:white;
		background-image:url(../img/user-green.png);
		background-repeat:no-repeat;
		background-position:left;
	}
	.top-nav.desktop .icon a {
		color: #636363;
	}
	.top-nav.desktop .icon:hover {
		background-color:#dcdcdc;
    }*/
  .top-nav.desktop li {
    float: left; }
  #header-bottom {
    width: 100%;
    background-color: #2C2A35;
    padding: 15px 0; }
  #logo {
    width: 27%;
    float: none;
    margin: -30px auto 0 auto; }
  #logo img {
    width: 100%;
    display: block;
    margin: 0 auto; }
  #search-bar {
    width: 50%;
    float: none;
    margin: 0 auto; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }
  .cf {
    zoom: 1; }
  /* Form wrapper styling */
  .search-wrapper {
    width: 100%;
    padding: 5px;
    margin: 20px auto 0 auto;
    background: #F8F8F8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box; }
  /* Form text input */
  .search-wrapper input {
    width: 70%;
    padding: 12px 0;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset; }
  .search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px black inset; }
  .search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal; }
  .search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal; }
  .search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal; }
  /* Form submit button */
  .search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 44px;
    width: 30%;
    color: #fff;
    text-transform: uppercase;
    background: #008C00;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  .search-wrapper button:hover {
    background: #008C00; }
  .search-wrapper button:active,
  .search-wrapper button:focus {
    background: #008C00;
    outline: 0; }
  .search-wrapper button:hover:before {
    border-right-color: #008C00; }
  .search-wrapper button:focus:before,
  .search-wrapper button:active:before {
    border-right-color: #008C00; }
  .search-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0; }
  #ask-our-experts {
    width: 100%;
    float: none;
    margin: 0 auto; }
  #ask-our-experts div {
    width: 100%;
    margin: 0 auto;
    float: right; }
  #ask-our-experts a {
    color: white;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    padding: 15px 20px;
    display: block;
    margin-top: 0;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-family: "Oswald",sans-serif;
    font-size: 16px; }
  nav {
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto; }
  #nav-wrap {
    margin-top: 50px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 0px 16px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: inset 0px 0px 16px -2px rgba(0, 0, 0, 0.27);
    box-shadow: inset 0px 0px 16px -2px rgba(0, 0, 0, 0.27);
    border-radius: 5px; }
  .cat-nav ul {
    margin: 0;
    padding: 0; }
  .cat-nav li {
    float: left;
    list-style: none; }
  .cat-nav > ul > li:hover {
    border-radius: 4px;
    background-color: #008c00; }
  .cat-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    letter-spacing: .03em;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    color: #636363; }
  .cat-nav li a:hover {
    color: #ffffff;
    background: none; }
  .cat-nav .parent {
    position: relative; }
  .cat-nav .drop-down {
    float: none;
    background: #555 none repeat scroll 0 0;
    height: auto;
    min-height: 50px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    position: absolute;
    white-space: nowrap;
    -moz-transition: max-height 0.15s ease-in-out;
    -webkit-transition: max-height 0.15s ease-in-out;
    -o-transition: max-height 0.15s ease-in-out;
    transition: max-height 0.15s ease-in-out;
    display: none;
    z-index: 100;
    border: 7px solid #008c00;
    border-radius: 0px 5px 5px 5px;
    margin-top: -10px;
    left: 0;
    top: 45px;
    width: 300px; }
  .cat-nav .drop-down li {
    float: none; }
  .cat-nav .drop-down li a {
    color: white;
    padding: 0; }
  .cat-nav.desktop > ul > li:hover ul {
    display: block; }
  #specials {
    text-align: center;
    background-image: url(../img/specialpd_bg.jpg);
    background-repeat: repeat;
    background-position: center center;
    padding: 40px 0 0 0; }
  #specials-wrap {
    margin-top: 20px; }
  #specials ul {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 40px 0 60px; }
  #specials ul li {
    width: 31%;
    display: inline-block;
    background: green none repeat scroll 0 0;
    border-radius: 5px;
    margin-right: 1%;
    padding: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    position: relative; }
  #specials li:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fe5621;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
    height: 10px; }
  #specials li:hover::after {
    width: 100%; }
  #specials .thump {
    float: none;
    margin-right: 0;
    width: 100%;
    height: 158px;
    background-color: white; }
  #specials .thump img {
    width: auto !important;
    height: 100%;
    border-radius: 5px 5px 0 0; }
  #specials .textarea {
    padding: 7px 1px;
    text-align: center;
    width: 100%; }
  #specials .textarea h4 {
    padding-top: 6px;
    min-height: 60px; }
  #specials .textarea h4, #specials .textarea .pricewrap, #specials .textarea .spd_shopnow {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff; }
  #specials .textarea h4 {
    font-size: 18px;
    font-weight: 300;
    font-family: "Oswald",sans-serif; }
  .spd_shopnow {
    background-image: url(../img/btn_arrow.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-family: "Oswald",sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin-top: 16px;
    padding-left: 30px;
    width: 100px !important;
    margin: 0 auto;
    float: none !important;
    padding-top: 8px;
    clear: both; }
  .spd_shopnow a {
    color: #fff !important; }
  #best-sellers {
    text-align: center;
    min-height: 350px;
    background-color: #fff;
    margin-top: 35px; }
  footer {
    background-image: url(../img/footer_pattern.jpg);
    background-repeat: repeat;
    padding-bottom: 40px; }
  #footer-top {
    float: left;
    text-align: center;
    width: 100%;
    background-image: url(../img/wcarvbg.jpg);
    background-repeat: repeat;
    background-position: center center;
    padding: 75px 0;
    background-attachment: fixed; }
  #footer-top-wrap {
    width: 80%; }
  #join-our-newsletter {
    font-weight: 600;
    color: white;
    display: block !important;
    float: none;
    width: 272px;
    margin: 0 auto;
    background-color: #000000;
    color: #fff;
    border-radius: 3px;
    padding-bottom: 13px; }
  #join-our-newsletter strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 0;
    text-transform: uppercase;
    margin: 16px 15px 20px 59px; }
  #join-our-newsletter img {
    float: none;
    margin-right: -22px;
    margin-top: 15px; }
  #newsletter-description {
    float: none;
    width: 100%;
    font-size: 13px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: left;
    margin-top: 25px; }
  #newsletter-description span {
    font-size: 11px;
    color: green; }
  #newsletter-subscribe {
    float: none;
    width: 100%;
    margin-top: 25px; }
  #newsletter-subscribe input[type="email"] {
    width: 65%;
    padding: 12px 0;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    text-indent: 8px; }
  #newsletter-subscribe input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px black inset; }
  #newsletter-subscribe input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal; }
  #newsletter-subscribe input:-moz-placeholder {
    color: #999;
    font-weight: normal; }
  #newsletter-subscribe input:-ms-input-placeholder {
    color: #999;
    font-weight: normal; }
  #newsletter-subscribe input[type="submit"] {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 44px;
    width: 35%;
    color: #fff;
    text-transform: uppercase;
    background: #008C00;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  #newsletter-subscribe input[type="submit"]:hover {
    background: #008C00; }
  #newsletter-subscribe input[type="submit"]:active,
  #newsletter-subscribe input[type="submit"]:focus {
    background: #008C00;
    outline: 0; }
  #newsletter-subscribe input[type="submit"]:hover:before {
    border-right-color: #008C00; }
  #newsletter-subscribe input[type="submit"]:focus:before,
  #newsletter-subscribe input[type="submit"]:active:before {
    border-right-color: #008C00; }
  #newsletter-subscribe input[type="submit"]::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0; }
  #thirty-day-guarantee {
    margin-top: 25px; }
  #footer-bottom {
    float: left;
    width: 100%;
    background-image: url(../img/footer_pattern.jpg);
    background-repeat: repeat;
    padding: 50px 0;
    color: #ddd !important; }
  #footer-bottom-wrap {
    text-align: center; }
  #footer-bottom h2, #footer-bottom h4, #footer-bottom a {
    color: #ddd !important; }
  #footer-bottom p {
    margin-bottom: 10px; }
  #quick-links {
    float: left;
    margin-right: 5%;
    min-height: 150px;
    width: 28%; }
  #contact-info {
    float: left;
    margin-right: 5%;
    min-height: 150px;
    width: 28%; }
  #contact-info ul li div {
    width: 126px;
    margin: 0 auto; }
  #contact-info ul li div a {
    width: 42px; }
  .contacthead {
    background-image: url(../img/phone.png);
    background-position: 6px center;
    background-repeat: no-repeat;
    padding: 7px 0 15px 40px;
    width: 265px;
    margin: 0 auto; }
  .footer_icons {
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all 0.5s ease 0s;
    margin: 10px !important; }
  .gplus {
    background-image: url(../img/g_plus.png); }
  .twitter {
    background-image: url(../img/twitter.png); }
  .youtube {
    background-image: url(../img/youtube.png); }
  #catalog-request {
    float: left;
    margin-right: 5%;
    min-height: 150px;
    width: 28%; }
  #catalog-request h4 {
    font-size: 15px; }
  #catalog-request p {
    margin-bottom: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif; }
  #catalog-request a {
    margin-top: 15px;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    margin: 10px 0 0 0;
    background-color: #008c00;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: inline-block; }
  #catalog-request a:hover {
    background-color: black; }
  #copyright {
    background-color: #000;
    color: #636363;
    float: left;
    padding: 50px 0;
    text-align: center;
    width: 100%; }
  .page, .page-heading, .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 98% !important;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%; }
  #contact-left {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0 0 20px 0;
    text-align: center; }
  #contact-right {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0;
    text-align: center; }
  #contact-right a {
    color: #008c00; }
  /** cornerstone overrides **/
  .breadcrumbs {
    padding: 30px 0 10px 0 !important; }
  .page {
    padding-bottom: 40px !important; } }

/***
*  mobile
**/
@media (max-width: 800px) {
  html {
    width: 100%;
    margin: 0;
    padding: 0; }
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #636363;
    font-size: 14px;
    line-height: 1.5; }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  body, button, input, select, table, textarea {
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #636363;
    font-size: 14px;
    line-height: 1.5; }
  ul {
    list-style: none;
    padding: 0; }
  a {
    text-decoration: none; }
  a, button {
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
  button, input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  /* ie */
  a img {
    border-style: none; }
  .clear:after {
    content: "";
    display: table;
    clear: both; }
  .oswald {
    font-family: 'Oswald', sans-serif; }
  h1 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase; }
  h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase; }
  h3, .h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase; }
  h1.green {
    color: green;
    font-size: 30px; }
  h2.red {
    color: red; }
  h4, .h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase; }
  header,
  nav,
  section,
  #specials,
  #best-sellers,
  footer {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0; }
  #header-top-wrap,
  #header-bottom-wrap,
  #nav-wrap,
  .section,
  .tabs,
  .tabs-content,
  #specials-wrap,
  #best-sellers-wrap,
  #footer-top-wrap,
  #footer-bottom-wrap {
    width: 98%; }
  .top-nav.desktop ul li {
    float: right;
    margin: 0 7px 0 0;
    padding: 3px 10px;
    list-style: none;
    letter-spacing: .5px;
    font-weight: 300; }
  .top-nav.desktop ul li a {
    color: white;
    text-decoration: none; }
  .top-nav.desktop ul li a:hover {
    text-decoration: underline; }
  /*.top-nav.desktop .icon {
		background-color:white;
		background-image:url(../img/user-green.png);
		background-repeat:no-repeat;
		background-position:left;
	}
	.top-nav.desktop .icon a {
		color: #636363;
	}
	.top-nav.desktop .icon:hover {
		background-color:#dcdcdc;
	}*/
  #header-bottom {
    width: 100%;
    background-color: #2C2A35;
    padding: 15px 0; }
  #logo {
    width: 33%;
    float: none;
    margin: -30px auto 0 auto; } }

@media (max-width: 800px) and (max-width: 500px) {
  #logo {
    width: 40%; } }

@media (max-width: 800px) {
  #logo img {
    width: 100%;
    display: block;
    margin: 0 auto; }
  #search-bar {
    width: 100%;
    float: none;
    margin: 0 auto; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }
  .cf {
    zoom: 1; }
  /* Form wrapper styling */
  .search-wrapper {
    width: 65%;
    padding: 5px;
    margin: 20px auto 0 auto;
    background: #F8F8F8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box; }
  /* Form text input */
  .search-wrapper input {
    width: 70%;
    padding: 12px 0;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    font-size: 12px; }
  .search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px black inset; }
  .search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal; }
  .search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal; }
  .search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal; }
  /* Form submit button */
  .search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 44px;
    width: 30%;
    color: #fff;
    text-transform: uppercase;
    background: #008C00;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  .search-wrapper button:hover {
    background: #008C00; }
  .search-wrapper button:active,
  .search-wrapper button:focus {
    background: #008C00;
    outline: 0; }
  .search-wrapper button:hover:before {
    border-right-color: #008C00; }
  .search-wrapper button:focus:before,
  .search-wrapper button:active:before {
    border-right-color: #008C00; }
  .search-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0; }
  #ask-our-experts {
    width: 100%;
    float: none;
    margin: 0 auto; }
  #ask-our-experts div {
    width: 100%;
    margin: 0 auto;
    float: right; }
  #ask-our-experts a {
    color: white;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    padding: 15px 20px;
    display: block;
    margin-top: 0;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-family: "Oswald",sans-serif;
    font-size: 16px; }
  nav {
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto; }
  #nav-wrap {
    margin-top: 50px;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px 0px 16px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: inset 0px 0px 16px -2px rgba(0, 0, 0, 0.27);
    box-shadow: inset 0px 0px 16px -2px rgba(0, 0, 0, 0.27);
    border-radius: 5px; }
  .cat-nav ul {
    margin: 0;
    padding: 0; }
  .cat-nav li {
    float: left;
    list-style: none; }
  .cat-nav > ul > li:hover {
    border-radius: 4px;
    background-color: #008c00; }
  .cat-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    letter-spacing: .03em;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    color: #636363; }
  .cat-nav li a:hover {
    color: #ffffff;
    background: none; }
  .cat-nav .parent {
    position: relative; }
  .cat-nav .drop-down {
    float: none;
    background: #555 none repeat scroll 0 0;
    height: auto;
    min-height: 50px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    position: absolute;
    white-space: nowrap;
    -moz-transition: max-height 0.15s ease-in-out;
    -webkit-transition: max-height 0.15s ease-in-out;
    -o-transition: max-height 0.15s ease-in-out;
    transition: max-height 0.15s ease-in-out;
    display: none;
    z-index: 100;
    border: 7px solid #008c00;
    border-radius: 0px 5px 5px 5px;
    margin-top: -10px;
    left: 0;
    top: 45px;
    width: 300px; }
  .cat-nav .drop-down li {
    float: none; }
  .cat-nav .drop-down li a {
    color: white;
    padding: 0; }
  .cat-nav.desktop > ul > li:hover ul {
    display: block; }
  #specials {
    text-align: center;
    background-image: url(../img/specialpd_bg.jpg);
    background-repeat: repeat;
    background-position: center center;
    padding: 40px 0 0 0; }
  #specials-wrap {
    margin-top: 20px; }
  #specials ul {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 40px 0 60px; }
  #specials ul li {
    width: 31%;
    display: inline-block;
    background: green none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 .5% 12px .5%;
    padding: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    position: relative; } }

@media (max-width: 800px) and (max-width: 600px) {
  #specials ul li {
    width: 65%;
    float: none;
    margin-bottom: 50px; } }

@media (max-width: 800px) {
  #specials li:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fe5621;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
    height: 10px; }
  #specials li:hover::after {
    width: 100%; }
  #specials .thump {
    float: none;
    margin-right: 0;
    width: 100%;
    height: 158px;
    background-color: white; }
  #specials .thump img {
    width: auto !important;
    height: 100%;
    border-radius: 5px 5px 0 0; }
  #specials .textarea {
    padding: 7px 1px;
    text-align: center;
    width: 100%; }
  #specials .textarea h4 {
    padding-top: 6px;
    min-height: 60px; }
  #specials .textarea h4, #specials .textarea .pricewrap, #specials .textarea .spd_shopnow {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff; }
  #specials .textarea h4 {
    font-size: 18px;
    font-weight: 300;
    font-family: "Oswald",sans-serif; }
  .spd_shopnow {
    background-image: url(../img/btn_arrow.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-family: "Oswald",sans-serif;
    font-size: 17px;
    line-height: 25px;
    margin-top: 16px;
    padding-left: 30px;
    width: 100px !important;
    margin: 0 auto;
    float: none !important;
    padding-top: 8px;
    clear: both; }
  .spd_shopnow a {
    color: #fff !important; }
  #best-sellers {
    text-align: center;
    min-height: 350px;
    background-color: #fff;
    margin-top: 35px; }
  footer {
    background-image: url(../img/footer_pattern.jpg);
    background-repeat: repeat;
    padding-bottom: 40px; }
  #footer-top {
    float: left;
    text-align: center;
    width: 100%;
    background-image: url(../img/wcarvbg.jpg);
    background-repeat: repeat;
    background-position: center center;
    padding: 50px 0;
    background-attachment: fixed; }
  #footer-top-wrap {
    width: 80%; }
  #join-our-newsletter {
    font-weight: 600;
    color: white;
    display: block !important;
    float: none;
    width: 272px;
    margin: 0 auto;
    background-color: #000000;
    color: #fff;
    border-radius: 3px;
    padding-bottom: 13px; }
  #join-our-newsletter strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 0;
    text-transform: uppercase;
    margin: 16px 15px 20px 59px; }
  #join-our-newsletter img {
    float: none;
    margin-right: -22px;
    margin-top: 15px; }
  #newsletter-description {
    float: none;
    width: 100%;
    font-size: 13px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: left;
    margin-top: 25px; }
  #newsletter-description span {
    font-size: 11px;
    color: green; }
  #newsletter-subscribe {
    float: none;
    width: 100%;
    margin-top: 25px; }
  #newsletter-subscribe input[type="email"] {
    width: 65%;
    padding: 12px 0;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    text-indent: 8px; }
  #newsletter-subscribe input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px black inset; }
  #newsletter-subscribe input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal; }
  #newsletter-subscribe input:-moz-placeholder {
    color: #999;
    font-weight: normal; }
  #newsletter-subscribe input:-ms-input-placeholder {
    color: #999;
    font-weight: normal; }
  #newsletter-subscribe input[type="submit"] {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 44px;
    width: 35%;
    color: #fff;
    text-transform: uppercase;
    background: #008C00;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
  #newsletter-subscribe input[type="submit"]:hover {
    background: #008C00; }
  #newsletter-subscribe input[type="submit"]:active,
  #newsletter-subscribe input[type="submit"]:focus {
    background: #008C00;
    outline: 0; }
  #newsletter-subscribe input[type="submit"]:hover:before {
    border-right-color: #008C00; }
  #newsletter-subscribe input[type="submit"]:focus:before,
  #newsletter-subscribe input[type="submit"]:active:before {
    border-right-color: #008C00; }
  #newsletter-subscribe input[type="submit"]::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0; }
  #thirty-day-guarantee {
    margin-top: 25px; }
  #footer-bottom {
    float: left;
    width: 100%;
    background-image: url(../img/footer_pattern.jpg);
    background-repeat: repeat;
    padding: 50px 0;
    color: #ddd !important; }
  #footer-bottom-wrap {
    text-align: center;
    width: 90%; }
  #footer-bottom h2, #footer-bottom h4, #footer-bottom a {
    color: #ddd !important; }
  #footer-bottom p {
    margin-bottom: 10px; }
  #quick-links {
    float: none;
    margin-right: 0;
    min-height: 150px;
    width: 100%; }
  #contact-info {
    float: none;
    margin-right: 0;
    margin-bottom: 35px;
    min-height: 150px;
    width: 100%; }
  #contact-info ul li div {
    width: 126px;
    margin: 0 auto; }
  #contact-info ul li div a {
    width: 42px; }
  .contacthead {
    background-image: url(../img/phone.png);
    background-position: 6px center;
    background-repeat: no-repeat;
    padding: 7px 0 15px 40px;
    width: 265px;
    margin: 0 auto; }
  .footer_icons {
    float: left;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all 0.5s ease 0s;
    margin: 10px !important; }
  .gplus {
    background-image: url(../img/g_plus.png); }
  .twitter {
    background-image: url(../img/twitter.png); }
  .youtube {
    background-image: url(../img/youtube.png); }
  #catalog-request {
    float: none;
    margin-right: 0;
    min-height: 150px;
    width: 100%; }
  #catalog-request h4 {
    font-size: 15px; }
  #catalog-request p {
    margin-bottom: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif; }
  #catalog-request a {
    margin-top: 15px;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    margin: 10px 0 0 0;
    background-color: #008c00;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: inline-block; }
  #catalog-request a:hover {
    background-color: black; }
  #copyright {
    background-color: #000;
    color: #636363;
    float: left;
    padding: 50px 0;
    text-align: center;
    width: 100%; }
  .page, .page-heading, .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 98% !important;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%; }
  #contact-left {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0 0 20px 0;
    text-align: center; }
  #contact-right {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0;
    text-align: center; }
  #contact-right a {
    color: #008c00; }
  /** cornerstone overrides */
  .tabs {
    padding: 0; }
  .productView {
    margin-top: 40px; } }

@media (max-width: 955px) {
  .cat-nav {
    display: none; } }

@media (min-width: 956px) {
  .top-nav li.category {
    display: none; } }
