@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/* line 21, ../sass/styles.scss */
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  color: #000;
}
/* line 26, ../sass/styles.scss */
body font {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
}

/* line 32, ../sass/styles.scss */
body#tab #breadcrumbs {
  display: none;
}

/* line 36, ../sass/styles.scss */
img {
  border: none;
}

/* line 39, ../sass/styles.scss */
h1 {
  font-size: 44px;
}

/* line 42, ../sass/styles.scss */
h1, h2, h3, h4, h5 {
  font-weight: 300;
}

/* line 45, ../sass/styles.scss */
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}

/* line 49, ../sass/styles.scss */
form {
  margin: 0px;
}

/* line 52, ../sass/styles.scss */
select {
  border: 1px solid #77858c !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  -o-appearance: none;
  appearance: none;
  background: #e1e1e1;
  background: url(/assets/images/select-arrow.png) no-repeat 100% center;
  /* fallback */
  background: url(/assets/images/select-arrow.png) no-repeat 100% center, -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e1e1e1));
  /* Saf4+, Chrome */
  background: url(/assets/images/select-arrow.png) no-repeat 100% center, -webkit-linear-gradient(top, #f2f2f2, #e1e1e1);
  /* Chrome 10+, Saf5.1+ */
  background: url(/assets/images/select-arrow.png) no-repeat 100% center, -moz-linear-gradient(top, #f2f2f2, #e1e1e1);
  /* FF3.6+ */
  background: url(/assets/images/select-arrow.png) no-repeat 100% center, -ms-linear-gradient(top, #f2f2f2, #e1e1e1);
  /* IE10 */
  background: url(/assets/images/select-arrow.png) no-repeat 1000% center, -o-linear-gradient(top, #f2f2f2, #e1e1e1);
  /* Opera 11.10+ */
  background: url(/assets/images/select-arrow.png) no-repeat 100% center, linear-gradient(top, #f2f2f2, #e1e1e1);
  /* W3C */
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  /*My custom style for fonts*/
  color: #FFF;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 16px;
  color: #19191a;
}

/* line 74, ../sass/styles.scss */
select::-ms-expand {
  display: none;
}

/* line 77, ../sass/styles.scss */
a {
  text-decoration: none;
  color: #34992c;
}
/* line 80, ../sass/styles.scss */
a.cta {
  color: #d99800;
}
/* line 82, ../sass/styles.scss */
a.cta:hover {
  color: #b07b00;
}
/* line 86, ../sass/styles.scss */
a:hover {
  color: #297923;
  cursor: pointer;
}

/* line 91, ../sass/styles.scss */
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 98, ../sass/styles.scss */
input, textarea {
  color: #19191a;
  padding: 10px 25px;
  background-color: #fff;
  border: 1px solid #77858c;
  border-radius: 3px;
  font-size: 16px;
}

/* line 106, ../sass/styles.scss */
input[name="qty"] {
  text-align: center;
  width: 60px;
  padding: 10px 0px;
  margin: 0px 10px;
}

/* line 135, ../sass/styles.scss */
body, td, select, textarea, input, button {
  font-family: 'Open Sans', sans-serif;
}

/* line 138, ../sass/styles.scss */
.btn, .bgbutton, #tbl_applycoupon .nlbutton {
  display: inline-block;
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #45a13f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50b948), to(#45a13f));
  background-image: -webkit-linear-gradient(top, #50b948, #45a13f);
  background-image: -moz-linear-gradient(top, #50b948, #45a13f);
  background-image: -o-linear-gradient(top, #50b948, #45a13f);
  background-image: -ms-linear-gradient(top, #50b948, #45a13f);
  background-image: linear-gradient(top, #50b948, #45a13f);
}
/* line 148, ../sass/styles.scss */
.btn:hover, .bgbutton:hover, #tbl_applycoupon .nlbutton:hover {
  color: #fff;
  background-color: #388434;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#439c3c), to(#388434));
  background-image: -webkit-linear-gradient(top, #439c3c, #388434);
  background-image: -moz-linear-gradient(top, #439c3c, #388434);
  background-image: -o-linear-gradient(top, #439c3c, #388434);
  background-image: -ms-linear-gradient(top, #439c3c, #388434);
  background-image: linear-gradient(top, #439c3c, #388434);
  cursor: pointer;
}
/* line 153, ../sass/styles.scss */
.btn.cta, .bgbutton.cta, #tbl_applycoupon .nlbutton.cta {
  background-color: #db7c00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#db7c00));
  background-image: -webkit-linear-gradient(top, #ff9900, #db7c00);
  background-image: -moz-linear-gradient(top, #ff9900, #db7c00);
  background-image: -o-linear-gradient(top, #ff9900, #db7c00);
  background-image: -ms-linear-gradient(top, #ff9900, #db7c00);
  background-image: linear-gradient(top, #ff9900, #db7c00);
  color: #fff;
}
/* line 156, ../sass/styles.scss */
.btn.cta:hover, .bgbutton.cta:hover, #tbl_applycoupon .nlbutton.cta:hover {
  background-color: #b26500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d68100), to(#b26500));
  background-image: -webkit-linear-gradient(top, #d68100, #b26500);
  background-image: -moz-linear-gradient(top, #d68100, #b26500);
  background-image: -o-linear-gradient(top, #d68100, #b26500);
  background-image: -ms-linear-gradient(top, #d68100, #b26500);
  background-image: linear-gradient(top, #d68100, #b26500);
  color: #fff;
}

/* line 164, ../sass/styles.scss */
input:focus, input:active {
  outline: 3px auto #50b948;
  outline-offset: -3px;
}

/* line 170, ../sass/styles.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 176, ../sass/styles.scss */
.fade.in {
  opacity: 1;
}

/* line 179, ../sass/styles.scss */
.collapse {
  display: none;
}

/* line 182, ../sass/styles.scss */
.collapse.in {
  display: block;
}

/* line 185, ../sass/styles.scss */
tr.collapse.in {
  display: table-row;
}

/* line 188, ../sass/styles.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 191, ../sass/styles.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 205, ../sass/styles.scss */
#div__body {
  margin-top: 0px !important;
}

/* line 208, ../sass/styles.scss */
#innerwrapper {
  margin: auto;
  width: 980px !important;
  text-align: left;
  position: relative;
}

/* line 216, ../sass/styles.scss */
#top-header table {
  width: 100%;
}

/* line 220, ../sass/styles.scss */
#header {
  padding: 30px 0px;
}
/* line 223, ../sass/styles.scss */
#header #header-left p {
  position: absolute;
  color: #636466;
  margin: 30px 0px 0px;
  font-size: 14px;
  font-weight: 600;
}
/* line 231, ../sass/styles.scss */
#header #header-right {
/* width: 585px; */
  float: right;
  text-align: right;
  color: #666;
}
/* line 236, ../sass/styles.scss */
#header #header-right #header-cart {
  width: 125px;
  float: right;
  border-left: 2px solid #ccc;
  padding-left: 15px;
  margin-left: 10px;
}
/* line 243, ../sass/styles.scss */
#header #header-right #header-cart #cart-info .ico-cart {
  display: block;
  float: left;
  margin-right: 5px;
}
/* line 248, ../sass/styles.scss */
#header #header-right #header-cart #cart-info .price {
  display: block;
  font-size: 18px;
}
/* line 252, ../sass/styles.scss */
#header #header-right #header-cart #cart-info .items {
  font-size: 14px;
}
/* line 257, ../sass/styles.scss */
#header #header-right #header-nav {
  width: 500px;
  padding-top: 10px;
  float: left;
  position: absolute;
  right: 150px;
}
/* line 263, ../sass/styles.scss */
#header #header-right #header-nav a {
  margin-right: 3px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 268, ../sass/styles.scss */
#header #header-right #header-nav a:last-child {
  margin-right: 0px;
}
/* line 272, ../sass/styles.scss */
#header #header-right #header-nav span {
  display: none;
}
/* line 276, ../sass/styles.scss */
#header #header-right #search-bar {
/* width: 100%; */
/*  float: right; */
  margin-top: 50px;
}
/* line 280, ../sass/styles.scss */
#header #header-right #search-bar form {
  margin-bottom: 0px;
}

/* line 287, ../sass/styles.scss */
.price {
  color: #d99800;
}

/* line 292, ../sass/styles.scss */
#search-bar input.search {
  width: 215px;
  color: #19191a;
  padding: 9px 25px 10px 45px;
  background-color: #fff;
  border: 1px solid #77858c;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: url("/assets/images/search.png") 10px 5px;
  background-repeat: no-repeat;
  background-size: 24px 25px;
  font-size: 14px;
  text-align: left;
}
/* line 306, ../sass/styles.scss */
#search-bar .btn-search {
  font-size: 13px;
  margin-left: -7px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 313, ../sass/styles.scss */
tr[valign="top"][height="85"] {
  float: left;
  width: 980px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d5d7db;
  margin-bottom: 50px;
  height: auto;
}
/* line 320, ../sass/styles.scss */
tr[valign="top"][height="85"] td.cat-wrap:first-of-type {
  border-left: none !important;
  padding-left: 0px;
}
/* line 324, ../sass/styles.scss */
tr[valign="top"][height="85"] td.cat-wrap:last-of-type {
  border-right: none !important;
  padding-right: 0px;
}

/* line 329, ../sass/styles.scss */
.cat-wrap {
  border-right: 1px solid #d5d7db !important;
  padding: 0px 25px;
  width: 206px;
  float: left;
}
/* line 334, ../sass/styles.scss */
.cat-wrap .cat-thumb {
  height: 145px;
}
/* line 336, ../sass/styles.scss */
.cat-wrap .cat-thumb img {
  max-width: 195px;
  max-height: 145px;
}
/* line 341, ../sass/styles.scss */
.cat-wrap .cat-name {
  height: 50px;
}
/* line 345, ../sass/styles.scss */
.cat-wrap .cat-name a {
  text-transform: none;
  font-weight: 600;
}
/* line 350, ../sass/styles.scss */
.cat-wrap .cat-desc {
  height: 130px;
  margin-bottom: 20px;
}
/* line 353, ../sass/styles.scss */
.cat-wrap .cat-desc p {
  margin-top: 1px;
  font-family: 'Open Sans', sans-serif !important;
}
/* line 356, ../sass/styles.scss */
.cat-wrap .cat-desc p font {
  font-family: 'Open Sans', sans-serif !important;
}
/* line 364, ../sass/styles.scss */
.cat-wrap .item-btn a.btn {
  display: block;
  text-align: center;
}

/* line 370, ../sass/styles.scss */
.tasktitlemed .pt_title {
  display: block;
  background: #aab3aa;
  padding: 12px 25px;
  color: #fff;
  font-size: 26px;
  margin-top: 35px;
  margin-bottom: 25px;
}

/* line 381, ../sass/styles.scss */
.home-banner {
  width: 980px;
  position: relative;
  z-index: 1;
}
/* line 385, ../sass/styles.scss */
.home-banner:before {
  content: "";
  position: absolute;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
}
/* line 398, ../sass/styles.scss */
.home-banner .callout {
  width: 310px;
  height: 240px;
  float: left;
  margin-bottom: 20px;
}
/* line 403, ../sass/styles.scss */
.home-banner .callout img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 409, ../sass/styles.scss */
.home-banner .callout.main {
  width: 650px;
  height: 500px;
  margin-right: 20px;
}
/* line 413, ../sass/styles.scss */
.home-banner .callout.main h1 {
  font-size: 44px;
  font-weight: 300;
}
/* line 417, ../sass/styles.scss */
.home-banner .callout.main .btn {
  padding: 20px 30px;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.7);
}

/* line 425, ../sass/styles.scss */
#main-cat h1 {
  margin-bottom: 0px;
}
/* line 428, ../sass/styles.scss */
#main-cat p {
  margin-top: 10px;
  font-size: 20px;
}

/* line 433, ../sass/styles.scss */
.best-sellers {
  width: 980px;
}
/* line 436, ../sass/styles.scss */
.best-sellers .categories-nav table tr:hover {
  background: #34992c;
}
/* line 438, ../sass/styles.scss */
.best-sellers .categories-nav table tr:hover td a {
  color: #fff !important;
}

/* line 445, ../sass/styles.scss */
.categories-nav {
  float: left;
  width: 200px;
  padding: 0px 30px 50px 0px;
}
/* line 449, ../sass/styles.scss */
.categories-nav h4 {
  display: block;
  max-width: 695px;
  background: #aab3aa;
  padding: 10px;
  color: #fff;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
}
/* line 460, ../sass/styles.scss */
.categories-nav table {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
/* line 465, ../sass/styles.scss */
.categories-nav table tr td table tr:hover {
  background: #34992c;
}
/* line 467, ../sass/styles.scss */
.categories-nav table tr td table tr:hover td a {
  color: #fff !important;
}
/* line 473, ../sass/styles.scss */
.categories-nav table tr td {
  list-style: none;
  padding: 0px;
}
/* line 476, ../sass/styles.scss */
.categories-nav table tr td a {
  display: block;
  padding: 10px 10px;
  font-size: 16px;
}
/* line 480, ../sass/styles.scss */
.categories-nav table tr td a:hover {
  background: none;
  color: #34992c;
}
/* line 484, ../sass/styles.scss */
.categories-nav table tr td a.textboldnolink {
  position: relative;
  background: #dd7e00;
  padding: 7px 10px;
  font-weight: 400;
  color: #fff;
  margin-right: 0px;
  text-transform: uppercase;
}
/* line 492, ../sass/styles.scss */
.categories-nav table tr td a.textboldnolink:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -18px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #dd7e00;
}

/* line 513, ../sass/styles.scss */
.categories-nav table tr td[align="right"] {
  display: none;
}

/* line 516, ../sass/styles.scss */
.category-body {
  width: 980px;
  border-top: 1px solid #d5d7db;
  margin-bottom: 50px;
  border-bottom: 1px solid #d5d7db;
}
/* line 521, ../sass/styles.scss */
.category-body .categories-nav {
  padding-top: 35px;
}

/* line 525, ../sass/styles.scss */
.categories-grid {
  width: 719px;
  float: left;
  padding-top: 0px;
  padding-left: 30px;
  border-left: 1px solid #d5d7db;
}
/* line 532, ../sass/styles.scss */
.categories-grid table tr[valign="top"] {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d5d7db;
  height: auto;
}
/* line 537, ../sass/styles.scss */
.categories-grid table tr[valign="top"]:last-child {
  border-bottom: none;
}
/* line 542, ../sass/styles.scss */
.categories-grid table tr[valign="top"] td:first-child .cat-wrap {
  padding-left: 0;
}
/* line 547, ../sass/styles.scss */
.categories-grid table tr[valign="top"] td table tr[valign="top"] td:last-child .cat-wrap {
  border-right: none !important;
  padding-right: 0;
}
/* line 554, ../sass/styles.scss */
.categories-grid td {
  padding: 0px;
}
/* line 557, ../sass/styles.scss */
.categories-grid h4 {
  display: block;
  width: auto !important;
  background: #aab3aa;
  padding: 12px 25px;
  color: #fff;
  font-size: 26px;
  margin-top: 35px;
  margin-bottom: 25px;
}
/* line 567, ../sass/styles.scss */
.categories-grid .grid-border {
  padding: 50px 0px 40px;
}
/* line 570, ../sass/styles.scss */
.categories-grid .cat-wrap {
  border-right: 1px solid #d5d7db !important;
  padding: 0px 25px;
  width: 206px;
}
/* line 575, ../sass/styles.scss */
.categories-grid .cat-thumb {
  margin-bottom: 20px;
}
/* line 577, ../sass/styles.scss */
.categories-grid .cat-thumb img {
  width: 196px;
}
/* line 580, ../sass/styles.scss */
.categories-grid .cat-thumb table tr {
  display: inline-block !important;
  border-bottom: none !important;
  border-spacing: 0px;
}
/* line 588, ../sass/styles.scss */
.categories-grid .cat-name a {
  text-transform: none;
  font-weight: 600;
}
/* line 594, ../sass/styles.scss */
.categories-grid .cat-desc p {
  margin-top: 1px;
}
/* line 601, ../sass/styles.scss */
.categories-grid .item-btn a.btn {
  display: block;
  text-align: center;
}

/* line 609, ../sass/styles.scss */
.category-header h4 {
  display: block;
  background: #aab3aa;
  padding: 12px 25px;
  color: #fff;
  font-size: 26px;
  margin-top: 35px;
  margin-bottom: 25px;
}

/* line 619, ../sass/styles.scss */
td[colspan="4"] h4, td[colspan="3"] h4 {
  width: 930px;
  display: block;
  background: #aab3aa;
  padding: 12px 25px;
  color: #fff;
  font-size: 26px;
  margin-top: 35px;
  margin-bottom: 25px;
}

/* line 629, ../sass/styles.scss */
table.featured-products {
  border-top: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d5d7db;
}
/* line 634, ../sass/styles.scss */
table.featured-products tr[valign="top"] {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #d5d7db;
  margin-bottom: 50px;
  height: auto;
}
/* line 640, ../sass/styles.scss */
table.featured-products tr[valign="top"]:last-child {
  border-bottom: none;
}
/* line 643, ../sass/styles.scss */
table.featured-products tr[valign="top"] td.cat-wrap:last-child {
  border-right: none !important;
}
/* line 646, ../sass/styles.scss */
table.featured-products tr[valign="top"] td.cat-wrap:first-child {
  padding-left: 0 !important;
}
/* line 649, ../sass/styles.scss */
table.featured-products tr[valign="top"] td.cat-wrap:last-child {
  padding-right: 0 !important;
}
/* line 653, ../sass/styles.scss */
table.featured-products .cat-wrap {
  border-right: 1px solid #d5d7db !important;
  padding: 0px 25px;
  width: 292px;
}
/* line 657, ../sass/styles.scss */
table.featured-products .cat-wrap:nth-child(2) {
  padding-left: 0px !important;
}
/* line 661, ../sass/styles.scss */
table.featured-products .cat-thumb {
  margin-bottom: 20px;
}
/* line 663, ../sass/styles.scss */
table.featured-products .cat-thumb img {
  width: 292px;
}
/* line 666, ../sass/styles.scss */
table.featured-products .cat-thumb table tr {
  display: inline-block !important;
  border-bottom: none !important;
  border-spacing: 0px;
}
/* line 674, ../sass/styles.scss */
table.featured-products .cat-name a {
  text-transform: none;
  font-weight: 600;
}
/* line 680, ../sass/styles.scss */
table.featured-products .cat-desc p {
  margin-top: 1px;
}
/* line 687, ../sass/styles.scss */
table.featured-products .item-btn a.btn {
  display: block;
  text-align: center;
}

/* line 695, ../sass/styles.scss */
.cat-wrap.search .cat-thumb img {
  width: 150px;
}
/* line 700, ../sass/styles.scss */
.cat-wrap.search .item-btn a.btn {
  width: 125px;
}
/* line 704, ../sass/styles.scss */
.cat-wrap.search .price {
  text-align: center;
}
/* line 707, ../sass/styles.scss */
.cat-wrap.search .cat-desc {
  width: 500px;
}
/* line 709, ../sass/styles.scss */
.cat-wrap.search .cat-desc p {
  font-size: 16px !important;
}

/* line 715, ../sass/styles.scss */
.best-sellers .homepage-items {
  width: 748px;
  float: left;
  padding-bottom: 50px;
}
/* line 721, ../sass/styles.scss */
.best-sellers .homepage-items table tr td table tr td .item-wrap {
  border-right: 1px solid #d5d7db !important;
  text-align: left;
  line-height: 19px;
}
/* line 726, ../sass/styles.scss */
.best-sellers .homepage-items table tr td table tr td:last-child .item-wrap {
  border-right: none !important;
}
/* line 731, ../sass/styles.scss */
.best-sellers .homepage-items tr[valign="top"][height="85"] {
  float: none !important;
  border-bottom: none !important;
}

/* line 736, ../sass/styles.scss */
.best-sellers {
  float: left;
  text-align: center;
  border-bottom: 1px solid #d5d7db;
  padding-bottom: 0px;
  margin-bottom: 60px;
}
/* line 742, ../sass/styles.scss */
.best-sellers h2 {
  font-size: 44px;
}
/* line 745, ../sass/styles.scss */
.best-sellers .item-wrap {
  position: relative;
  width: 200px;
  height: 325px;
  padding: 0px 25px 0px;
  border-right: 1px solid #d5d7db;
}
/* line 751, ../sass/styles.scss */
.best-sellers .item-wrap img {
  margin-bottom: 50px;
  max-width: 210px;
}
/* line 755, ../sass/styles.scss */
.best-sellers .item-wrap a.btn {
  width: 200px;
  padding: 11px 0px;
  margin-top: 10px;
  text-align: center;
}
/* line 761, ../sass/styles.scss */
.best-sellers .item-wrap .item-bott {
  position: absolute;
  bottom: 0;
  left: 25px;
}
/* line 770, ../sass/styles.scss */
.best-sellers td:last-child .item-wrap:last-child {
  border-right: none;
}
/* line 776, ../sass/styles.scss */
.best-sellers .categories-nav {
  border-right: 1px solid #d5d7db;
}

/* line 782, ../sass/styles.scss */
.our-programs {
  text-align: center;
  border-bottom: 1px solid #d5d7db;
  padding-bottom: 75px;
}
/* line 786, ../sass/styles.scss */
.our-programs h2 {
  margin: 50px 0px 40px 0px;
  font-size: 44px;
}
/* line 790, ../sass/styles.scss */
.our-programs td {
  text-align: center;
}
/* line 792, ../sass/styles.scss */
.our-programs td .program-box {
  margin-right: 47px;
  float: left;
}
/* line 795, ../sass/styles.scss */
.our-programs td .program-box .item-btn {
  text-align: center;
  margin: 0 auto;
}
/* line 798, ../sass/styles.scss */
.our-programs td .program-box .item-btn a.btn {
  width: 210px;
  padding: 11px 0px;
  margin-top: 15px;
}
/* line 806, ../sass/styles.scss */
.our-programs td:last-child .program-box {
  margin-right: 0px;
}

/* line 814, ../sass/styles.scss */
.why-shop {
  text-align: center;
  padding: 30px 0px 75px 0px;
}
/* line 818, ../sass/styles.scss */
.why-shop h2 {
  font-size: 44px;
}
/* line 821, ../sass/styles.scss */
.why-shop p {
  font-size: 20px;
  width: 700px;
  margin: 0 auto;
}
/* line 826, ../sass/styles.scss */
.why-shop .why-box {
  display: inline-block;
  text-align: center;
  width: 240px;
  float: none;
  margin-top: 40px;
}
/* line 832, ../sass/styles.scss */
.why-shop .why-box a {
  display: inline-block;
  background: url("/assets/images/circle-bg.png");
  background-repeat: no-repeat;
  width: 145px;
  height: 145px;
  margin: 0 auto;
}
/* line 839, ../sass/styles.scss */
.why-shop .why-box a img {
  padding: 40px;
}
/* line 843, ../sass/styles.scss */
.why-shop .why-box p {
  font-size: 16px;
  width: 61%;
  margin: 0 auto;
  margin-top: 20px;
}

/* line 855, ../sass/styles.scss */
.upper-footer-cta .btn {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.85);
  -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.85);
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.85);
}
/* line 860, ../sass/styles.scss */
.upper-footer-cta .learn-more {
  text-align: center;
  padding: 30px;
  background-color: #f2eace;
}
/* line 864, ../sass/styles.scss */
.upper-footer-cta .learn-more p {
  font-size: 26px;
  margin: 0px 0px 20px 0px;
}
/* line 869, ../sass/styles.scss */
.upper-footer-cta .contact-quote {
  background: url("/assets/images/quote-block-bg.jpg");
  float: left;
}
/* line 872, ../sass/styles.scss */
.upper-footer-cta .contact-quote .btn {
  font-size: 20px;
}
/* line 875, ../sass/styles.scss */
.upper-footer-cta .contact-quote .quote-block, .upper-footer-cta .contact-quote .contact-block {
  width: 440px;
  display: inline-block;
  text-align: center;
  float: left;
  padding: 60px 25px 0px 25px;
}
/* line 881, ../sass/styles.scss */
.upper-footer-cta .contact-quote .quote-block h3, .upper-footer-cta .contact-quote .contact-block h3 {
  font-size: 44px;
  margin: 0px 0px 20px 0px;
}
/* line 885, ../sass/styles.scss */
.upper-footer-cta .contact-quote .quote-block p, .upper-footer-cta .contact-quote .contact-block p {
  font-size: 26px;
  margin-top: 15px;
}

/* line 896, ../sass/styles.scss */
.lower-footer {
  border-top: 5px solid #50b948;
  padding-top: 30px;
  width: 100%;
  float: left;
  margin-top: 75px;
}
/* line 902, ../sass/styles.scss */
.lower-footer .footer-logo {
  width: 300px;
  float: left;
  display: block;
}
/* line 907, ../sass/styles.scss */
.lower-footer ul {
  margin: 0 8px 0 8px;
  width: 154px;
  float: left;
  padding: 0px;
}
/* line 912, ../sass/styles.scss */
.lower-footer ul li {
  margin: 15px 0px;
  list-style: none;
}
/* line 915, ../sass/styles.scss */
.lower-footer ul li.title {
  font-weight: bold;
  margin-top: 0px;
  text-transform: uppercase;
}
/* line 920, ../sass/styles.scss */
.lower-footer ul li a {
  color: #636466;
  font-size: 14px;
  line-height: 14px;
  display: block;
  padding: 0;
  margin: 0;
  text-transform: none;
}
/* line 928, ../sass/styles.scss */
.lower-footer ul li a:hover {
  text-decoration: underline;
}

/* line 937, ../sass/styles.scss */
.copyright-row {
  width: 980px;
  float: left;
  margin-top: 30px;
}
/* line 941, ../sass/styles.scss */
.copyright-row .copyright-left {
  float: left;
  width: 700px;
  font-size: 14px;
}
/* line 945, ../sass/styles.scss */
.copyright-row .copyright-left a {
  color: #636466;
  margin-left: 10px;
  text-transform: none;
}
/* line 949, ../sass/styles.scss */
.copyright-row .copyright-left a:hover {
  text-decoration: underline;
}
/* line 954, ../sass/styles.scss */
.copyright-row .copyright-right {
  float: right;
  padding: 8px 0;
  width: 280px;
}
/* line 958, ../sass/styles.scss */
.copyright-row .copyright-right .secure1 {
  float: left;
  width: 130px;
}
/* line 962, ../sass/styles.scss */
.copyright-row .copyright-right .secure2 {
  float: right;
  width: 150px;
}
/* line 967, ../sass/styles.scss */
.copyright-row .ux {
  background: url("/assets/images/sprite.png") no-repeat;
  display: block;
  vertical-align: middle;
  left: 0;
  text-indent: -9999px;
}
/* line 974, ../sass/styles.scss */
.copyright-row .ico-verisign {
  width: 91px;
  height: 50px;
  background-position: 0 -261px;
}
/* line 979, ../sass/styles.scss */
.copyright-row .ico-secure {
  width: 139px;
  height: 50px;
  background-position: -111px -261px;
}

/* line 986, ../sass/styles.scss */
.verisign .ux {
  background: url("/assets/images/sprite.png") no-repeat;
  display: block;
  vertical-align: middle;
  left: 0;
  text-indent: -9999px;
}
/* line 993, ../sass/styles.scss */
.verisign .ico-verisign {
  width: 91px;
  height: 50px;
  background-position: 0 -261px;
}

/* line 1001, ../sass/styles.scss */
#breadcrumbs {
  background: #6f7073;
  color: #ffc266;
  padding: 8px 12px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 1007, ../sass/styles.scss */
#breadcrumbs a {
  color: #ffc266;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 1012, ../sass/styles.scss */
#breadcrumbs a.home {
  color: #fff;
}
/* line 1015, ../sass/styles.scss */
#breadcrumbs a:after {
  content: "//";
  display: inline-block;
  padding: 0px 10px;
}
/* line 1021, ../sass/styles.scss */
#breadcrumbs a:first-child:after {
  content: "//" !important;
  display: inline-block;
  padding: 0px 10px;
}

/* line 1033, ../sass/styles.scss */
#product {
  margin-bottom: 50px;
}
/* line 1035, ../sass/styles.scss */
#product p {
  margin: 0px;
  line-height: 150%;
}
/* line 1039, ../sass/styles.scss */
#product .smalltextnolink {
  color: #000;
  font-size: 16px;
}
/* line 1043, ../sass/styles.scss */
#product #product-left {
  width: 515px;
}
/* line 1045, ../sass/styles.scss */
#product #product-left #mainimage {
  float: left;
  margin-bottom: 35px;
}
/* line 1049, ../sass/styles.scss */
#product #product-left #thumbnails {
  float: left;
  width: 100%;
}
/* line 1053, ../sass/styles.scss */
#product #product-left #thumbnails ul li {
  width: 105px;
  float: left;
}
/* line 1056, ../sass/styles.scss */
#product #product-left #thumbnails ul li a {
  border: none;
  overflow: hidden;
  float: left;
}
/* line 1060, ../sass/styles.scss */
#product #product-left #thumbnails ul li a img {
  border: none;
  overflow: hidden;
  float: left;
}
/* line 1065, ../sass/styles.scss */
#product #product-left #thumbnails ul li a:hover {
  border: 2px solid #0e6e9f;
}
/* line 1067, ../sass/styles.scss */
#product #product-left #thumbnails ul li a:hover img {
  margin: -2px;
}
/* line 1073, ../sass/styles.scss */
#product #product-left #thumbnails ul li.active a {
  border: 3px solid #df860f;
}
/* line 1075, ../sass/styles.scss */
#product #product-left #thumbnails ul li.active a img {
  margin: -3px;
}
/* line 1084, ../sass/styles.scss */
#product ul {
  padding: 0px;
  margin: 0px;
}
/* line 1087, ../sass/styles.scss */
#product ul li {
  list-style: none;
}
/* line 1092, ../sass/styles.scss */
#product #product-right .row {
  padding: 20px 0px;
  border-top: 1px solid #a3b6bf;
}
/* line 1097, ../sass/styles.scss */
#product #product-right #product-title h1 {
  font-size: 44px;
  margin: 0px 0px 10px;
}
/* line 1102, ../sass/styles.scss */
#product #product-right #product-sku {
  font-size: 20px;
}
/* line 1105, ../sass/styles.scss */
#product #product-right #product-price {
  color: #d99800;
  font-size: 20px;
  margin: 15px 0px;
}
/* line 1111, ../sass/styles.scss */
#product #product-right #product-add select {
  width: 260px;
  border: 1px solid #77858c !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: #e1e1e1;
  background: url(/assets/images/select-arrow.png) no-repeat 100% center;
  /* fallback */
  background: url(/assets/images/select-arrow.png) no-repeat 100% center, -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e1e1e1));
  /* Saf4+, Chrome */
  background: url(/assets/images/select-arrow.png) no-repeat 100% center, -webkit-linear-gradient(top, #f2f2f2, #e1e1e1);
  /* Chrome 10+, Saf5.1+ */
  background: url(/assets/images/select-arrow.png) no-repeat 100% center, -moz-linear-gradient(top, #f2f2f2, #e1e1e1);
  /* FF3.6+ */
  background: url(/assets/images/select-arrow.png) no-repeat 100% center, -ms-linear-gradient(top, #f2f2f2, #e1e1e1);
  /* IE10 */
  background: url(/assets/images/select-arrow.png) no-repeat 1000% center, -o-linear-gradient(top, #f2f2f2, #e1e1e1);
  /* Opera 11.10+ */
  background: url(/assets/images/select-arrow.png) no-repeat 100% center, linear-gradient(top, #f2f2f2, #e1e1e1);
  /* W3C */
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  /*My custom style for fonts*/
  color: #FFF;
  border-radius: 3px;
  padding: 6px 15px;
  margin: 5px 35px;
  font-size: 16px;
  color: #19191a;
  padding-right: 46px;
}
/* line 1134, ../sass/styles.scss */
#product #product-right #product-add a.btn.cta {
  padding: 11px 25px;
}
/* line 1136, ../sass/styles.scss */
#product #product-right #product-add a.btn.cta img {
  border: none;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
/* line 1144, ../sass/styles.scss */
#product #product-right #product-descr {
  padding: 20px 0px;
  border-top: 1px solid #a3b6bf;
}
/* line 1147, ../sass/styles.scss */
#product #product-right #product-descr ul li {
  float: none;
}
/* line 1152, ../sass/styles.scss */
#product #product-right .product-share a {
  margin: 0px;
}
/* line 1154, ../sass/styles.scss */
#product #product-right .product-share a:after {
  content: "|";
  color: #949494;
  padding: 0px 5px;
}
/* line 1160, ../sass/styles.scss */
#product #product-right .product-share a:last-child:after {
  content: none;
}
/* line 1167, ../sass/styles.scss */
#product #product-lower-description {
  margin-top: 30px;
}
/* line 1170, ../sass/styles.scss */
#product #prod-details {
  width: 650px;
  border: 1px solid #aab3aa;
}
/* line 1173, ../sass/styles.scss */
#product #prod-details #description {
  margin: -2px;
}
/* line 1175, ../sass/styles.scss */
#product #prod-details #description h3 {
  display: block;
  background: #aab3aa;
  padding: 12px 30px;
  color: #fff;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 10px;
}
/* line 1184, ../sass/styles.scss */
#product #prod-details #description #description-body {
  padding: 30px;
}
/* line 1189, ../sass/styles.scss */
#product #related-products {
  position: relative;
  top: -2px;
}
/* line 1192, ../sass/styles.scss */
#product #related-products #related-products-wrapper {
  width: 300px;
  border: 1px solid #aab3aa;
  padding-bottom: 15px;
  margin: -2px;
}
/* line 1198, ../sass/styles.scss */
#product #related-products #related-products-wrapper .item-wrap .item-desc {
  margin: 10px 0px;
  margin-top: 15px;
}
/* line 1202, ../sass/styles.scss */
#product #related-products #related-products-wrapper .item-wrap img {
  max-width: 245px;
}
/* line 1206, ../sass/styles.scss */
#product #related-products #related-products-wrapper .item-name a {
  font-weight: bold;
}
/* line 1209, ../sass/styles.scss */
#product #related-products #related-products-wrapper tr[valign="top"][height="85"] {
  float: none !important;
  border-bottom: none !important;
}
/* line 1214, ../sass/styles.scss */
#product #related-products h3 {
  display: block;
  background: #aab3aa;
  padding: 12px 30px;
  color: #fff;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 10px;
}
/* line 1223, ../sass/styles.scss */
#product #related-products .item-wrap {
  padding: 20px;
}

/* line 1229, ../sass/styles.scss */
.panel-group {
  margin: 40px 0px 0px;
}
/* line 1231, ../sass/styles.scss */
.panel-group .panel {
  margin-bottom: 30px;
}
/* line 1233, ../sass/styles.scss */
.panel-group .panel .panel-heading {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50b948+0,45a13f+100 */
  background: #50b948;
  /* Old browsers */
  background: -moz-linear-gradient(top, #50b948 0%, #45a13f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50b948), color-stop(100%, #45a13f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #50b948 0%, #45a13f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #50b948 0%, #45a13f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #50b948 0%, #45a13f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #50b948 0%, #45a13f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50b948', endColorstr='#45a13f',GradientType=0 );
  /* IE6-9 */
}
/* line 1246, ../sass/styles.scss */
.panel-group .panel .panel-heading h4 {
  margin: 0px;
}
/* line 1248, ../sass/styles.scss */
.panel-group .panel .panel-heading h4 a {
  padding: 15px 25px;
  display: block;
  font-size: 16px;
  color: #fff;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 1256, ../sass/styles.scss */
.panel-group .panel .panel-heading h4 a i {
  position: absolute;
  display: inline-block;
  right: 25px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 25px;
}
/* line 1267, ../sass/styles.scss */
.panel-group .panel .panel-heading h4 a i:before {
  content: "\f068";
}
/* line 1273, ../sass/styles.scss */
.panel-group .panel .panel-heading h4 a.collapsed i:before {
  content: "\f067";
}
/* line 1281, ../sass/styles.scss */
.panel-group .panel .panel-body {
  padding: 20px 0px 0px;
  display: inline-block;
}

/* line 1287, ../sass/styles.scss */
#handle_cartMainPortlet .carttablecellqty input {
  width: 53px;
  text-align: center;
  padding: 8px 10px;
}

/* line 1293, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable {
  width: 795px !important;
  table-layout: fixed;
  border-left: 1px solid #d5d7db;
  border-right: 1px solid #d5d7db;
}
/* line 1298, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable table {
  border-spacing: 0;
  width: auto !important;
}
/* line 1302, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable tr td.texttable {
  border-bottom-style: solid !important;
  border-bottom-color: #d5d7db !important;
}
/* line 1307, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable td.extcart input[name="kReferralCode"] {
  width: 215px;
}
/* line 1311, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable tr td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
/* line 1315, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable .texttablectr, #handle_cartMainPortlet table#carttable .texttablert {
  border-bottom-style: solid !important;
  border-bottom-color: #d5d7db !important;
}
/* line 1319, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable td.texttable.carttablecellstorename.uir-list-row-cell {
  border-bottom-style: solid !important;
  border-bottom-color: #d5d7db !important;
}
/* line 1323, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable .listheadernosort {
  background-color: #aab3aa !important;
  color: #fff !important;
  padding: 15px 0px !important;
}
/* line 1328, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable span#zip_fs input[name="zip"] {
  width: 120px;
}
/* line 1331, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable .inputreq {
  font-size: 13px;
}
/* line 1334, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable tr#carttableheader {
  background: #aab3aa;
  color: #fff;
  padding: 0px;
}
/* line 1338, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable tr#carttableheader td {
  font-size: 14px;
  text-align: center;
  padding: 0px !important;
  padding-bottom: 0px !important;
  line-height: 50px;
  text-transform: uppercase;
}
/* line 1349, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable tr.uir-list-row-tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #d5d7db !important;
  border-bottom: 1px solid #d5d7db;
}
/* line 1354, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable tr.uir-list-row-tr td:first-child {
  border-left: none !important;
}
/* line 1356, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable tr.uir-list-row-tr td:first-child.bglttext {
  border-bottom: none !important;
  word-break: break-all;
}
/* line 1361, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable tr.uir-list-row-tr td.carttablecellqty input {
  width: 34px;
  margin-right: 0px;
}
/* line 1368, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable td .texttable {
  border-bottom-style: solid;
}
/* line 1373, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable #carttablerowtotal td {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 1379, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable #carttablerowtax td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #d5d7db;
  border-bottom: 1px solid #d5d7db;
}
/* line 1386, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable .listheadernosort {
  background: #aab3aa;
  padding: 15px 0px;
  color: #fff;
}
/* line 1391, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable #cart-intro {
  height: 100px;
  padding-top: 0px;
}
/* line 1394, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable #cart-intro h1 {
  font-weight: normal !important;
  margin-top: 15px;
  background: none !important;
  padding: 0px !important;
}
/* line 1400, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable #cart-intro #cart-intro-left {
  width: auto !important;
}
/* line 1405, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable a.smalltextnolink {
  font-size: 16px;
  color: #000;
}
/* line 1410, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable td {
  font-size: 14px !important;
}

/* line 1414, ../sass/styles.scss */
#cart-intro-left {
  width: 100% !important;
}
/* line 1416, ../sass/styles.scss */
#cart-intro-left h1 {
  font-size: 44px;
  font-weight: normal !important;
  background: none !important;
  margin-top: 5px !important;
  padding-left: 0px !important;
}

/* line 1424, ../sass/styles.scss */
.cart-details {
  border: 1px solid #aab3aa;
}

/* line 1427, ../sass/styles.scss */
#thirdPartyCheckoutButtons {
  padding-right: 0px !important;
  margin-bottom: 30px;
}

/* line 1431, ../sass/styles.scss */
#tbl_applycoupon .nlbutton {
  padding: 7px 22px !important;
  font-size: 16px;
  font-weight: 300;
  margin-left: -3px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-top: 4px !important;
  margin-left: -3px !important;
}

/* line 1442, ../sass/styles.scss */
.extcarttotal.carttablecelllabel b {
  font-size: 26px !important;
}

/* line 1445, ../sass/styles.scss */
.extcarttotalshaded.carttablecellamount b {
  color: #d99800 !important;
  font-size: 26px !important;
}

/* line 1449, ../sass/styles.scss */
#handle_cartMainPortlet #cancel.nlbutton, #handle_cartMainPortlet #recalc.nlbutton {
  width: auto !important;
  display: inline-block;
  padding: 18px 27px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #45a13f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50b948), to(#45a13f));
  background-image: -webkit-linear-gradient(top, #50b948, #45a13f);
  background-image: -moz-linear-gradient(top, #50b948, #45a13f);
  background-image: -o-linear-gradient(top, #50b948, #45a13f);
  background-image: -ms-linear-gradient(top, #50b948, #45a13f);
  background-image: linear-gradient(top, #50b948, #45a13f);
}
/* line 1460, ../sass/styles.scss */
#handle_cartMainPortlet #cancel.nlbutton:hover, #handle_cartMainPortlet #recalc.nlbutton:hover {
  color: #fff;
  background-color: #388434;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#439c3c), to(#388434));
  background-image: -webkit-linear-gradient(top, #439c3c, #388434);
  background-image: -moz-linear-gradient(top, #439c3c, #388434);
  background-image: -o-linear-gradient(top, #439c3c, #388434);
  background-image: -ms-linear-gradient(top, #439c3c, #388434);
  background-image: linear-gradient(top, #439c3c, #388434);
  cursor: pointer;
}

/* line 1467, ../sass/styles.scss */
#tbl_checkout input {
  width: auto !important;
  padding: 18px 27px;
  background-color: #db7c00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#db7c00));
  background-image: -webkit-linear-gradient(top, #ff9900, #db7c00);
  background-image: -moz-linear-gradient(top, #ff9900, #db7c00);
  background-image: -o-linear-gradient(top, #ff9900, #db7c00);
  background-image: -ms-linear-gradient(top, #ff9900, #db7c00);
  background-image: linear-gradient(top, #ff9900, #db7c00);
  color: #fff;
}
/* line 1472, ../sass/styles.scss */
#tbl_checkout input:hover {
  background-color: #b26500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d68100), to(#b26500));
  background-image: -webkit-linear-gradient(top, #d68100, #b26500);
  background-image: -moz-linear-gradient(top, #d68100, #b26500);
  background-image: -o-linear-gradient(top, #d68100, #b26500);
  background-image: -ms-linear-gradient(top, #d68100, #b26500);
  background-image: linear-gradient(top, #d68100, #b26500);
  color: #fff;
}

/* Reset */
/* line 1482, ../sass/styles.scss */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

/* Menu Container */
/* line 1497, ../sass/styles.scss */
.nav {
  display: inline-block;
  position: relative;
  cursor: default;
  z-index: 500;
}

/* Menu List */
/* Menu Links */
/* line 1508, ../sass/styles.scss */
.nav > li > a {
  display: block;
  padding: 25px 0px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 510;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 1520, ../sass/styles.scss */
.nav > li > a.cta {
  background-color: #db7c00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#db7c00));
  background-image: -webkit-linear-gradient(top, #ff9900, #db7c00);
  background-image: -moz-linear-gradient(top, #ff9900, #db7c00);
  background-image: -o-linear-gradient(top, #ff9900, #db7c00);
  background-image: -ms-linear-gradient(top, #ff9900, #db7c00);
  background-image: linear-gradient(top, #ff9900, #db7c00);
}
/* line 1522, ../sass/styles.scss */
.nav > li > a.cta:hover {
  background-color: #b26500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d68100), to(#b26500));
  background-image: -webkit-linear-gradient(top, #d68100, #b26500);
  background-image: -moz-linear-gradient(top, #d68100, #b26500);
  background-image: -o-linear-gradient(top, #d68100, #b26500);
  background-image: -ms-linear-gradient(top, #d68100, #b26500);
  background-image: linear-gradient(top, #d68100, #b26500);
}
/* line 1526, ../sass/styles.scss */
.nav > li > a:hover {
  background-color: #388434;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#439c3c), to(#388434));
  background-image: -webkit-linear-gradient(top, #439c3c, #388434);
  background-image: -moz-linear-gradient(top, #439c3c, #388434);
  background-image: -o-linear-gradient(top, #439c3c, #388434);
  background-image: -ms-linear-gradient(top, #439c3c, #388434);
  background-image: linear-gradient(top, #439c3c, #388434);
}

/* Menu Dropdown */
/* line 1531, ../sass/styles.scss */
.nav > li > div {
  position: absolute;
  display: block !important;
  width: auto;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}

/* line 1550, ../sass/styles.scss */
.nav > li > div#last-dropdown {
  right: 109px;
}

/* line 1553, ../sass/styles.scss */
.nav > li:hover > div {
  display: table !important;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

/* Menu Content Styles */
/* line 1561, ../sass/styles.scss */
.nav .nav-column {
  display: table-cell !important;
  float: none;
  padding: 15px;
  border-right: 1px solid #d5d7db;
}
/* line 1566, ../sass/styles.scss */
.nav .nav-column:last-child {
  border-right: none;
}

/* line 1571, ../sass/styles.scss */
.nav .nav-column h3 {
  display: block !important;
  margin: 0px 0 10px 0;
  line-height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #372f2b;
  text-transform: uppercase;
}

/* line 1584, ../sass/styles.scss */
.nav .nav-column li a {
  display: block !important;
  padding: 2px 0px;
  line-height: 26px;
  font-size: 13px;
  color: #000;
  background: none !important;
  -ms-word-break: keep-all;
  word-break: keep-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  white-space: pre;
}
/* line 1597, ../sass/styles.scss */
.nav .nav-column li a:hover {
  cursor: pointer;
}

/* line 1601, ../sass/styles.scss */
.nav .nav-column li {
  background: none !important;
}

/* line 1605, ../sass/styles.scss */
.nav .nav-column li a:hover {
  color: #666666;
}

/* line 1609, ../sass/styles.scss */
#main-nav {
  display: block;
  text-align: justify;
  background-color: #45a13f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50b948), to(#45a13f));
  background-image: -webkit-linear-gradient(top, #50b948, #45a13f);
  background-image: -moz-linear-gradient(top, #50b948, #45a13f);
  background-image: -o-linear-gradient(top, #50b948, #45a13f);
  background-image: -ms-linear-gradient(top, #50b948, #45a13f);
  background-image: linear-gradient(top, #50b948, #45a13f);
}
/* line 1613, ../sass/styles.scss */
#main-nav * {
  display: inline;
}
/* line 1616, ../sass/styles.scss */
#main-nav ul {
  display: inline-block;
}
/* line 1619, ../sass/styles.scss */
#main-nav ul.nav {
  width: 100%;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* line 1626, ../sass/styles.scss */
#main-nav ul.nav > li {
  display: table-cell;
  list-style: none;
}
/* line 1629, ../sass/styles.scss */
#main-nav ul.nav > li > a {
  display: block;
  padding: 20px 9px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
}
/* line 1639, ../sass/styles.scss */
#main-nav ul.nav > li > a.active span {
  border-bottom: 3px solid #ffc266;
}
/* line 1644, ../sass/styles.scss */
#main-nav ul.nav > li.cta a {
  background-color: #db7c00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#db7c00));
  background-image: -webkit-linear-gradient(top, #ff9900, #db7c00);
  background-image: -moz-linear-gradient(top, #ff9900, #db7c00);
  background-image: -o-linear-gradient(top, #ff9900, #db7c00);
  background-image: -ms-linear-gradient(top, #ff9900, #db7c00);
  background-image: linear-gradient(top, #ff9900, #db7c00);
  padding: 20px 7px;
}
/* line 1648, ../sass/styles.scss */
#main-nav ul.nav > li.cta:hover a {
  background-color: #b26500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d68100), to(#b26500));
  background-image: -webkit-linear-gradient(top, #d68100, #b26500);
  background-image: -moz-linear-gradient(top, #d68100, #b26500);
  background-image: -o-linear-gradient(top, #d68100, #b26500);
  background-image: -ms-linear-gradient(top, #d68100, #b26500);
  background-image: linear-gradient(top, #d68100, #b26500);
}
/* line 1651, ../sass/styles.scss */
#main-nav ul.nav > li:hover a {
  background-color: #388434;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#439c3c), to(#388434));
  background-image: -webkit-linear-gradient(top, #439c3c, #388434);
  background-image: -moz-linear-gradient(top, #439c3c, #388434);
  background-image: -o-linear-gradient(top, #439c3c, #388434);
  background-image: -ms-linear-gradient(top, #439c3c, #388434);
  background-image: linear-gradient(top, #439c3c, #388434);
}

/* line 1658, ../sass/styles.scss */
#handle_cartMainPortlet table#carttable #carttablerow1 td, #handle_cartMainPortlet table#carttable #carttablerow3 td, #handle_cartMainPortlet table#carttable #carttablerow5 td, #handle_cartMainPortlet table#carttable #carttablerow7 td, #handle_cartMainPortlet table#carttable #carttablerow9 td, #handle_cartMainPortlet table#carttable #carttablerow11 td, #handle_cartMainPortlet table#carttable #carttablerow13 td, #handle_cartMainPortlet table#carttable #carttablerow15 td, #handle_cartMainPortlet table#carttable #carttablerow17 td, #handle_cartMainPortlet table#carttable #carttablerow1, #handle_cartMainPortlet table#carttable #carttablerow3, #handle_cartMainPortlet table#carttable #carttablerow5, #handle_cartMainPortlet table#carttable #carttablerow7, #handle_cartMainPortlet table#carttable #carttablerow9, #handle_cartMainPortlet table#carttable #carttablerow11, #handle_cartMainPortlet table#carttable #carttablerow13, #handle_cartMainPortlet table#carttable #carttablerow15, #handle_cartMainPortlet table#carttable #carttablerow17 {
  background-color: #fff !important;
}

/* line 1663, ../sass/styles.scss */
.addToCartBox-tbl select[name="custcol3"], .addToCartBox-tbl select[name="custcol4"] {
  margin-top: 10px;
}

/* line 1667, ../sass/styles.scss */
.medtextbold, .medtext {
  font-size: 19px !important;
}

/* line 1670, ../sass/styles.scss */
#div__footer {
  margin-top: 30px;
}

/* line 1673, ../sass/styles.scss */
tr#carttableshipping td.extcartborder table tr td.extcart[align="right"] {
  width: 100%;
}

/* line 1676, ../sass/styles.scss */
#main-cat {
  width: 980px;
}

/* line 1679, ../sass/styles.scss */
#detail_table_lay, table.uir-table-block.uir_form_tab_container_unlayered {
  table-layout: fixed;
  width: 100%;
}

/* line 1683, ../sass/styles.scss */
#exthtmlfield-custbody15_fs {
  width: 774px;
}

/* line 1686, ../sass/styles.scss */
#custom4_wrapper {
  width: 955px !important;
  overflow: scroll;
}

/* line 1690, ../sass/styles.scss */
.inputreq {
  font-size: 14px;
}

/* line 1693, ../sass/styles.scss */
.greytitle {
  padding: 20px 0px;
}

/* line 1696, ../sass/styles.scss */
select[name="sExpMo"], select[name="sExpYr"] {
  width: 95px;
  font-size: 13px;
}

/* line 1700, ../sass/styles.scss */
#additionalfieldstable #tbl_applycoupon .nlbutton {
  height: 36px;
}

@-moz-document url-prefix() {
  /* line 1704, ../sass/styles.scss */
  #additionalfieldstable #tbl_applycoupon .nlbutton {
    height: 38px;
    margin-top: 0px !important;
  }

  /* line 1708, ../sass/styles.scss */
  select {
    padding: 9px 15px;
  }

  /* line 1711, ../sass/styles.scss */
  #tbl_applycoupon .nlbutton {
    padding: 5px 22px 8px 22px !important;
  }
}
/* line 1715, ../sass/styles.scss */
#__enclosingtable table#carttable {
  width: 100% !important;
}

/* line 1718, ../sass/styles.scss */
#main-cat #handle_checkoutMainPortlet #carttable #carttableheader td {
  padding-top: 0px !important;
}

/* nxturn - 4/5/19 - Fancybox support - Item Drilldown template */
.fancybox-wrapper {max-width: 940px; margin: 0 auto; }
.responsive-thumb {float:left; width:23%; margin:0 1%;}
.responsive-thumb img {width:100px; height:100px;}
