/*== GLOBAL ===========*/
.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

a {
  color: #1C7A3A; }

a:hover {
  color: #17572B; }

.green-btn, .btn, input.btn {
  color: #fff;
  font-weight: bold;
  background: #96C93E;
  display: inline-block;
  padding: 8px 12px 7px;
  -webkit-border-rdaius: 3px;
  border-radius: 3px;
  cursor: pointer;
  border: 0; }

.green-btn:hover, .btn:hover, input.btn {
  background: #7AA334;
  color: #fff; }

.dark-green-btn, input.dark-green-btn, input[type=submit].dark-green-btn {
  color: #fff;
  font-weight: bold;
  background: #1C7A3A;
  display: inline-block;
  padding: 2px 5px;
  -webkit-border-rdaius: 3px;
  border-radius: 3px;
  cursor: pointer;
  border: 0;
  vertical-align: top; }

.dark-green-btn:hover, input.dark-green-btn:hover, input[type=submit].dark-green-btn:hover {
  background: #135227;
  color: #fff; }

.btn, .btn-secondary, input.btn-secondary, input[type="submit"] {
  background: #96C93E; }

.btn:hover, .btn-secondary:hover, input.btn-secondary:hover, input[type="submit"]:hover {
  background: #7AA334; }

.cont-shop {
  display: inline-block;
  text-align: left;
  float: left;
  padding: 8px 20px;
  background: #ccc;
  border-radius: 3px;
  font-weight: bold;
  font-family: "Lato","HelveticaNeue","Helvetica Neue",sans-serif;
  font-size: 17px;
  color: #fff !important; }

.cont-shop:hover {
  background-color: #a2a2a2;
  color: #fff !important; }

@media screen and (max-width: 610px) {
  .cont-shop {
    float: none;
    margin: 10px auto;
    display: block;
    background-color: transparent;
    text-align: center;
    color: #585858 !important;
    text-decoration: underline;
    padding: 0; }

  .cont-shop:hover {
    background-color: transparent;
    color: #585858 !important; }

  .update-cart {
    float: none;
    display: block !important;
    margin: 0 auto !important; }

  .dark-green-btn#fake-button {
    display: block;
    text-align: center !important;
    margin: 10px auto;
    max-width: 240px; } }
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], textarea, select {
  margin-bottom: 5px; }

form {
  margin: 0; }

.breadcrumb {
  margin-top: 0;
  display: none; }

.promo {
  display: block;
  padding-top: 20px; }

.promo img {
  width: 75%;
  display: block; }

.promo-mobile {
  display: none; }

/*== HEADER ===========*/
.top-header {
  background: #1C7A3A;
  color: #fff;
  /*text-transform: uppercase;*/
  font-weight: 700;
  padding: 3px 0;
  font-size: 19px; }

.top-header p {
  margin: 0; }

.top-header a {
  color: #FFF; }

.top-header a:hover {
  text-decoration: underline; }

.top-header-left {
  float: left; }

.top-header-right {
  float: right; }

.site-header {
  padding: 5px 0; }

.nav-bar {
  position: relative;
  margin-bottom: 39px; }

.nav-bar .site-nav li:hover a {
  color: #fff;
  background: #1C7A3A; }

.nav-bar .site-nav > li {
  position: static; }

.nav-bar .selected-nav-item .site-nav--dropdown {
  background: #1C7A3A;
  border: 0;
  width: 100%;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  border-top: 1px solid #fff;
  z-index: 11;
  text-align: center; }

.nav-bar .site-nav--dropdown {
  background: #1C7A3A;
  border: 0;
  width: 100%;
  overflow: visible;
  opacity: 0;
  visibility: hidden; }

.nav-bar .site-nav--dropdown li {
  display: inline-block; }

.nav-bar .site-nav--dropdown a {
  color: #fff;
  font-size: 15px;
  /*text-transform: uppercase;*/
  padding: 5px 15px; }

.nav-bar .site-nav li.selected-nav-item .first-level-dropdown {
  color: #fff;
  background: #1C7A3A; }

.nav-bar .site-nav--has-sub-dropdown:hover .site-nav--sub-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 90ms;
  -moz-transition: all 90ms;
  -ms-transition: all 90ms;
  -o-transition: all 90ms;
  transition: all 90ms; }

.nav-bar .site-nav--sub-dropdown {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #ececec;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 20;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  margin: 0;
  width: 100%;
  border-top: 0;
  border-bottom: 3px solid #1D8A4A;
  border-left: 3px solid #1D8A4A;
  border-right: 3px solid #1D8A4A;
  border-top: 1px solid #1D8A4A; }

.nav-bar .site-nav--sub-dropdown a {
  color: #1D8A4A; }

.nav-bar .site-nav--dropdown .site-nav--has-sub-dropdown .icon-arrow-down {
  display: inline-block !important; }

.nav-bar .site-nav--has-sub-dropdown li {
  width: 100%;
  display: block;
  height: 60px; }

.nav-bar .site-nav .site-nav--has-sub-dropdown:hover a {
  background: #fff;
  color: #1D8A4A; }

.nav-bar .site-nav .site-nav--has-sub-dropdown li a {
  background: #fff;
  color: #1D8A4A;
  font-size: 14px;
  white-space: normal; }

.nav-bar .site-nav .site-nav--has-sub-dropdown li a:hover {
  color: #96c93e; }

.nav-bar .site-nav--sub-dropdown .sub-sub-nav:first-of-type {
  border-left: 1px solid #1D8A4A; }

.nav-bar .site-nav--sub-dropdown .sub-sub-nav {
  border-right: 1px solid #1D8A4A; }

.nav-bar .site-nav--sub-dropdown .sub-sub-nav:last-of-type {
  border-right: 0; }

.nav-bar .site-nav--sub-dropdown .wrapper {
  border-right: 1px solid #1D8A4A; }

.nav-bar .site-nav--has-sub-dropdown .icon-arrow-down {
  top: 0; }

.nav-bar .site-nav .site-nav--has-sub-dropdown .site-nav--sub-dropdown {
  background: white; }

.nav-bar .site-nav .site-nav--has-sub-dropdown .site-nav--sub-dropdown li a {
  background: transparent; }

.nav-bar .site-nav .sub-sub-nav {
  width: 20%;
  float: left; }

.loader {
  text-align: center;
  padding: 40px 0;
  color: #96c93e;
  font-size: 30px; }

.loader h4 {
  font-size: 16px;
  color: #96c93e; }

.mobile-nav {
  display: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .nav-bar {
    display: none; }

  .nav-bar.show-mobile {
    display: block;
    position: absolute;
    top: 50px;
    margin-bottom: 0;
    min-height: 663px;
    z-index: 99999999; }

  .mobile-nav {
    display: block;
    position: relative; }

  .nav-bar .site-nav {
    display: none; }

  .mobile-nav li {
    display: block; }

  .mobile-nav-first a, .customer-navlink a {
    display: block;
    width: 100%;
    padding: 8px 10px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    font-weight: bold; }

  .mobile-nav-dropdown-1, .mobile-nav-dropdown-2 {
    margin: 0;
    display: none; }

  .mobile-nav-has-dropdown-1.show-mobile-1 .mobile-nav-dropdown-1 {
    display: block; }

  .mobile-nav-has-dropdown-2.show-mobile-2 .mobile-nav-dropdown-2 {
    display: block; }

  .mobile-nav-second a {
    font-size: 14px;
    font-weight: normal; }

  .mobile-nav-second a:hover {
    color: #fff;
    font-weight: bold; }

  .mobile-nav-dropdown-1 {
    background: #1C7A3A; }

  .mobile-nav-dropdown-1 li {
    display: block; }

  .mobile-nav-dropdown-2 {
    background: #fff;
    display: none; }

  .mobile-nav-third a {
    color: #1C7A3A; }

  .mobile-nav-third a:hover {
    color: #1C7A3A;
    font-weight: bold; }

  .top-header, .site-header, .nav-bar {
    display: none !important; }

  .mobileLogo {
    position: absolute;
    width: 125px;
    margin: 0 auto;
    top: 35px;
    left: 0;
    right: 0; }

  .mobileLogo * {
    display: block;
    max-width: 100%; }

  .mobileLogo img {
    padding: 5px; }

  #mobileNavBar {
    position: fixed; }

  main.main-content {
    padding-top: 85px; } }
@media screen and (max-width: 768px) {
  .template-index .main-content > h1 {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 30px; }

  .template-index .main-content > h1 > br {
    display: none; }

  .template-index .main-content .h1.section-header--left {
    text-align: center;
    color: #8a8a8a;
    margin-bottom: 0;
    font-size: 22px; } }
/*== SEARCH ===========*/
body .ui-autocomplete {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ececec; }

body .isp_section_header {
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px; }

body .as_pop_search_stuff {
  font-size: 12px; }

body .as_magento_product_name, body .as_magento_product_desc {
  font-size: 12px; }

/*== HOME ===========*/
#heroSlider {
  padding-top: 20px; }

.slide-caption {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  width: 50%; }

.slide-caption h2 {
  color: #fff;
  width: 65%;
  display: inline-block;
  font-size: 20px;
  margin: 0; }

.slide-caption a {
  width: 35%;
  text-align: center;
  padding: 10px 0;
  font-size: 18px; }

/*== PRODUCT GRID ===========*/
.product-grid-image {
  min-height: 175px;
  max-height: 175px;
  display: block; }

.product-grid-title {
  min-height: 130px;
  max-height: 130px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  color: #7C7C7C; }

.product-grid-title:hover {
  color: #5C5C5C; }

.product-grid-price {
  display: inline-block;
  width: calc(100% - 80px); }

.product-item--price .green-btn {
  float: right;
  padding: 4px 8px 3px; }

.collection-form {
  position: relative; }

.collection-btn {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  /*text-transform: uppercase;*/ }

button.collection-btn {
  line-height: 26px; }

.collection-btn i {
  margin-right: 5px; }

.add-to-cart-variants {
  position: absolute;
  bottom: 100%;
  background: #eee;
  border: 1px solid #ccc;
  width: 100%;
  display: none;
  z-index: 100;
  max-height: 225px;
  overflow: scroll; }

.add-to-cart-variants:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  margin-bottom: -8px; }

.add-to-cart-variants input {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  background: none;
  color: #585858;
  font-family: 'Open Sans';
  font-weight: 300;
  width: 100%;
  border-radius: 0;
  border: none; }

.add-to-cart-variants input:hover {
  background: #ddd;
  color: #585858; }

a.product-grid-item, #collection-container .grid-item {
  margin-bottom: 30px; }

.product-item--rating {
  margin-bottom: 15px;
  min-height: 18px;
  width: 80px;
  float: right;
  text-align: right; }

.product-item--rating span {
  line-height: normal; }

/*== LIST PRODUCT GRID ===========*/
.grid-list .grid-item {
  width: 100%; }

.grid-list .product-grid-image {
  width: 23%;
  float: left;
  display: block;
  height: auto !important;
  min-width: initial;
  margin-right: 2%; }

.grid-list .product-grid-title {
  width: 48%;
  float: left;
  margin-right: 2%; }

.grid-list .product-info {
  width: 25%;
  float: left; }

.grid-list .add-to-cart-variants {
  top: 100%;
  bottom: auto;
  max-height: 125px;
  overflow: scroll; }

.grid-list .add-to-cart-variants:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #eee transparent;
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  margin-left: -8px;
  top: -8px;
  bottom: auto;
  margin-bottom: -8px; }

/*== COLLECTION ===========*/
.pagination-custom {
  margin-top: 20px; }

.pagination-custom .active span {
  background: #96C93E;
  color: #fff; }

.pagination-custom .active:hover {
  color: #fff; }

.pagination-custom a {
  color: #7C7C7C; }

.pagination-custom a:hover {
  background: #f2f2f2; }

.star_rating .fa-star, .star_rating .fa-star-o {
  color: #f1c40f; }

.star_rating a {
  color: #96C93E;
  float: right;
  font-size: 12px; }

.product-grid-item .notify-me-btn {
  display: block;
  margin-right: 0;
  font-size: 18px;
  padding: 2px 5px;
  text-align: center;
  line-height: 26px; }

.product-grid-item .collection-btn {
  line-height: 26px; }

.product-item--price .product-grid-price {
  line-height: 33px; }

/*== SIDEBAR COLLECTION ===========*/
.advanced-filter {
  cursor: pointer;
  position: relative; }

.advanced-filter:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  outline: 1px solid #ccc;
  border: 2px solid #fff;
  background: #fff; }

.advanced-filter.active-filter:before {
  background: #96c93e; }

.collection-filters .grid-item .advanced-filters {
  display: none; }

.collection-filters .grid-item h3 {
  cursor: pointer;
  position: relative; }

.collection-filters .grid-item h3:before {
  content: '\f107';
  font-family: 'FontAwesome';
  display: block;
  right: 100%;
  position: absolute;
  margin-right: 5px;
  color: #999; }

.collection-filters .grid-item.filter-cat-click h3:before {
  content: '\f106'; }

.collection-filters .grid-item.filter-cat-click .advanced-filters {
  display: block; }

#collection-container .grid-item {
  clear: none; }

/*== PRODUCT PAGE ===========*/
#productThumbs {
  padding: 0 40px; }

#productThumbs .item {
  padding: 10px;
  height: 64px;
  border: 1px solid #E8E8E8; }

#productThumbs a {
  display: block;
  max-height: 80px;
  height: 100%;
  width: 100%;
  position: relative; }

#productThumbs .owl-item img {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  width: auto !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#productThumbs .owl-nav {
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%; }

#productThumbs .owl-prev {
  left: 0; }

#productThumbs .owl-next {
  right: 0; }

#productThumbs .owl-prev, #productThumbs .owl-next {
  color: #E2E1E1;
  font-size: 30px;
  position: absolute; }

.product-price-section {
  margin-bottom: 2px; }

@media screen and (min-width: 767px) and (max-width: 875px) {
  .product-price-section .product-review-stars {
    float: none;
    display: block;
    margin-top: 0;
    margin-bottom: 10px; }

  .product-price-section > br {
    display: none; } }
@media screen and (max-width: 480px) {
  .product-price-section .product-review-stars {
    float: none;
    display: block;
    margin-top: 0;
    margin-bottom: 10px; }

  .product-price-section > br {
    display: none; }

  .product-price-section .pack-pricing {
    display: inline; } }
#productPrice {
  font-size: 28px;
  font-weight: bold;
  color: #1c7a3a; }

.product-review-stars {
  float: right;
  margin-top: 14px; }

.yotpo-stars .text-m {
  color: black !important;
  text-transform: uppercase; }

.pack-pricing {
  clear: both; }

.template-collection .pack-pricing p {
  font-size: 11px; }

.per-bulb {
  font-size: 11px; }

.pack-pricing p {
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #E74C3C; }

.selector-wrapper {
  margin-bottom: 20px; }

.selector-wrapper label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }

#addToCart, .notify-me-btn, .call-to-order-btn {
  padding: 7px 15px;
  font-size: 16px;
  margin-right: 15px;
  min-width: 165px; }

#addToCart {
  width: 100%;
  max-width: 347px; }

#volumeQuoteBtn {
  padding: 7px 15px;
  font-size: 16px;
  vertical-align: top;
  width: 100%;
  max-width: 347px; }

.notify-me-btn {
  background-color: #f39c12;
  display: none; }

.discontinued-btn {
  background: #F15D5D; }

.discontinued-btn:hover {
  background: #c54747; }

.notify-me-btn:hover {
  background: #CB8412; }

.call-to-order-btn {
  background-color: #3498db;
  display: none; }

.call-to-order-btn:hover {
  background-color: #2980b9; }

input.quantity-0 {
  border-color: #dc0000;
  background-color: #fff6f6;
  color: #dc0000; }

#volumeQuote {
  display: block;
  max-width: 347px;
  text-align: center; }

#volumeQuoteBtn {
  background: #3498db; }

#volumeQuoteBtn:hover {
  background: #2980b9; }

#volumeQuoteMsg {
  font-size: 16px;
  font-weight: bold;
  color: #2980b9;
  display: block;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
  line-height: 15px; }

#volumeQuoteMsg p {
  margin: 0; }

#notifyMeMsg {
  font-size: 12px;
  color: #f39c12;
  display: inline-block;
  width: 150px;
  margin-right: 5px;
  line-height: 15px; }

#discontinuedMsg, #unavailableMsg {
  font-size: 12px;
  color: #e74c3c;
  display: inline-block;
  width: 150px;
  margin-right: 5px;
  line-height: 15px; }

div.error {
  font-size: 12px;
  color: #e74c3c;
  display: inline-block;
  margin-right: 5px;
  line-height: 15px; }

.learn-more-color-temp {
  margin-left: 10px; }

#similarProducts {
  margin-top: 20px;
  display: none; }

#similarProducts .product-grid-title {
  min-height: 110px; }

#similarProducts .grid-item {
  padding: 10px;
  width: 33%;
  font-size: 12px; }

#similarProducts .grid-item .product-item--price span {
  font-size: 18px; }

#similarProducts .grid-item .product-item--price .green-btn {
  padding: 4px 6px 3px; }

#similarProducts .grid-item .collection-btn {
  font-size: 12px; }

#similarProducts .grid-item .product-grid-image {
  min-height: 100%;
  min-width: 100%;
  height: auto !important; }

#similarProducts a.product-grid-item, #similarProducts .product-grid-item {
  margin-bottom: 0; }

#similarProducts .star_rating {
  text-align: center; }

#similarProducts .star_rating .fa-star, #similarProducts .star_rating .fa-star-o {
  font-size: 12px; }

#similarProducts .star_rating a {
  font-size: 11px; }

.multi-variant-wrapper {
  margin-bottom: 20px; }

.multi-variant-form {
  width: auto;
  display: inline-block;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0; }

.multi-variant-form-title span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  float: left; }

.title-unit-type {
  width: 100px; }

.title-price {
  width: 73px; }

.title-qty {
  width: 73px; }

.single-option-wrap {
  position: relative; }
  .single-option-wrap.no-option:before {
    content: 'Choose an option';
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 100;
    background: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none; }

.multi-variant-form li {
  border-left: 1px solid #ececec;
  line-height: normal;
  margin: 0;
  padding: 0;
  height: auto;
  clear: both;
  float: left; }

.multi-variant-form span {
  border-top: 1px solid #ececec;
  display: block;
  border-right: 1px solid #ececec;
  position: relative; }

.multi-variant-title {
  width: 100px;
  float: left;
  line-height: 31px;
  padding: 10px; }

.multi-variant-price {
  float: left;
  line-height: 31px;
  padding: 10px;
  width: 73px; }

.multi-variant-price small {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 0 0 10px;
  line-height: normal;
  text-decoration: line-through; }

.multi-variant-compare-at-price {
  padding-top: 18px;
  padding-bottom: 2px; }

.multi-variant-input {
  float: left;
  text-align: center;
  padding: 10px 6px 6px 6px; }

.multi-variant-out-of-stock {
  float: left;
  line-height: 31px;
  padding: 6px;
  width: 165px; }

.multi-variant-out-of-stock #BIS_trigger, .multi-variant-out-of-stock .call-to-order-btn, .multi-variant-out-of-stock .discontinued-btn {
  display: block !important;
  font-size: 11px;
  padding: 3px 5px;
  width: 100%;
  text-align: center;
  line-height: 16px; }

.multi-variant-out-of-stock .notify-me-btn, .multi-variant-out-of-stock .call-to-order-btn {
  min-width: initial; }

.multi-variant-out-of-stock small {
  display: block;
  line-height: 17px;
  font-weight: bold;
  text-align: center; }

@media screen and (max-width: 370px) {
  .multi-variant-out-of-stock {
    float: left;
    line-height: 31px;
    padding: 6px;
    width: 135px; }

  .multi-variant-out-of-stock #BIS_trigger, .multi-variant-out-of-stock .call-to-order-btn, .multi-variant-out-of-stock .discontinued-btn {
    display: block !important;
    font-size: 9px;
    padding: 2px 2px;
    width: 100%;
    text-align: center;
    line-height: 16px; } }
label.error {
  position: absolute;
  top: 5px;
  width: 150px;
  left: 180px;
  background: #fff;
  border: 1px solid #dc0000;
  font-size: 11px;
  padding: 3px; }

.multi-variant-inventory {
  float: left;
  text-align: left;
  padding: 10px;
  line-height: 31px;
  min-width: 97px; }

.multi-variant-form span input {
  width: 55px;
  height: 30px;
  padding: 5px;
  display: inline-block; }

.product-insight-table {
  border: 1px solid #96C93E;
  border-collapse: separate; }

.product-insight-table tr:first-of-type td {
  background: #fff;
  color: #96C93E;
  font-size: 20px;
  text-transform: capitalize;
  border-top: none; }

.product-insight-table td {
  text-transform: uppercase;
  color: #858585;
  border: none;
  font-weight: 400;
  padding: 10px;
  width: 50%; }

.product-insight-table td h1, .product-insight-table td h2, .product-insight-table td h3, .product-insight-table td h4 {
  font-size: 14px;
  color: #858585; }

.product-insight-table .table-title {
  background: #96C93E;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px;
  border-top: 10px solid #fff; }

.product-insight-table td + .table-title {
  text-transform: uppercase;
  color: #858585;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  background: #fff; }

.table-off-color td {
  background: #DEEEC1; }

.color-temp-guide {
  position: relative; }

.color-temp-guide img {
  display: block; }

.color-marker {
  position: absolute;
  display: block;
  top: 0;
  color: #E74C3C;
  left: 0;
  line-height: 34px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out .3s;
  -moz-transition: all 0.3s ease-in-out .3s;
  -o-transition: all 0.3s ease-in-out .3s;
  transition: all 0.3s ease-in-out .3s;
  height: 34px;
  width: 47px;
  margin-left: -23px; }

.color-marker img {
  height: 100%; }

.color-temp-number {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  line-height: normal;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.color-temp-min {
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  font-weight: 600; }

.color-temp-max {
  font-size: 14px;
  text-transform: uppercase;
  float: right;
  font-weight: 600; }

#tab-container .tabs, #tab-container .tab-content {
  margin: 0 !important; }

.tabs {
  position: relative;
  top: 1px; }

.tabs li {
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #ccc;
  cursor: pointer;
  background: #eee;
  font-weight: bold;
  text-transform: uppercase; }

.tabs .active {
  background: #fff;
  border-bottom: 1px solid #fff; }

.tab-content li {
  display: none;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc; }

.tab-content .active {
  display: block; }

.active ul {
  list-style-type: disc; }

.active li {
  display: block;
  border: none;
  padding: 0;
  display: list-item; }

.modal-iframe {
  width: 100%;
  border: 0;
  height: 600px; }

/*== SEARCH PAGE ===========*/
#search-results div#isp_search_results_filter_tags .isp_filter_removable_tag {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4px 6px; }

#search-results li.isp_grid_product div.isp_product_info .isp_add_to_cart_form {
  display: none; }

#search-results li.isp_grid_product div.isp_product_info .isp_product_title {
  display: block;
  text-align: left;
  color: #7C7C7C;
  font-size: 14px;
  margin-bottom: 10px; }

#search-results .isp_product_image_wrapper {
  margin-bottom: 10px; }

#search-results .isp_product_price {
  font-size: 16px;
  color: #000;
  text-align: left; }

#search-results div.isp_center_container ul#isp_search_results_container li.isp_grid_product {
  height: auto;
  min-height: 390px; }

#search-results .isp_facet_title_name {
  font-size: 1.133em;
  display: block;
  margin: 0 0 0.5em;
  line-height: 1.4;
  font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000; }

#search-results .isp_facet_value_name {
  font-size: 14px;
  line-height: 1.6;
  font-family: "Open Sans","HelveticaNeue","Helvetica Neue",sans-serif;
  color: #585858;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

.nav-bar .wrapper {
  overflow: hidden; }

/*== CART ===========*/
button[name=checkout] {
  padding: 8px 20px;
  font-size: 17px; }

a.remove {
  color: #fff; }

.cart-row label.error {
  position: static;
  top: 100%;
  width: 100%;
  left: 0;
  text-align: center; }

#faceboxsubmit {
  display: inline-block !important; }

#fake-button {
  padding: 2px 17px;
  line-height: 38px;
  font-size: 18px; }

/*== ACCOUNT ===========*/
.account-form input[type=text], .account-form input[type=password], .account-form input[type=email] {
  margin-bottom: 10px; }

.account-form .btn {
  display: block;
  padding: 5px 10px;
  width: 100%; }

.section-header h1 a {
  font-size: 12px;
  display: block;
  margin-top: 5px; }

.address-title {
  font-size: 14px; }

/*== MAILCHIMP ===========*/
/*== BLOG ===========*/
.show_more_categories {
  display: none; }

.show_more_categories.open_categories {
  display: block; }

.article-image {
  padding: 10px;
  border: 1px solid #E8E8E8;
  margin-bottom: 20px; }

.article-image img {
  width: 100%;
  height: auto; }

.indv-blog-post {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8; }

/*== New footer section ===========*/
.reasons-to-buy {
  margin-top: 30px;
  padding: 0 10px; }

.reason-to-buy {
  text-align: center;
  border-right: 1px solid #e8e8e8;
  padding: 0; }

.no-borders {
  border: 0; }

.reason-to-buy i {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1C7A3A;
  color: #fff;
  position: relative;
  font-size: 20px;
  margin-bottom: 10px; }

.reason-to-buy i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.footer-customer-review {
  margin-top: 50px; }

.ta-r {
  text-align: right;
  width: calc(100% - 75px);
  display: inline-block; }

.template-cart .reasons {
  margin-top: 50px; }

@media only screen and (max-width: 767px) {
  .reason-to-buy:nth-child(2) {
    border-right: 0; }

  .reason-to-buy {
    margin-bottom: 20px; } }
@media screen and (max-width: 480px) {
  .reason-to-buy {
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left: 15px; } }
/*== BULB FLASHING ===========*/
i.bulb-flash {
  color: #000;
  font-size: 80px;
  margin-bottom: 10px; }

.bulb-flash {
  -webkit-animation: flash linear 4s 1;
  animation: flash linear 4s 1; }

.bulb-flash:hover {
  -webkit-animation: flash linear 4s 1;
  animation: flash linear 4s 1; }

@-webkit-keyframes flash {
  5% {
    color: #f1c40f; }

  20% {
    color: #a2830a; }

  25% {
    color: #f1c40f; }

  30% {
    color: #a2830a; }

  35% {
    color: #f1c40f; }

  40% {
    color: #a2830a; }

  45% {
    color: #f1c40f; }

  60% {
    color: #7d6508; }

  80% {
    color: #413504; }

  100% {
    color: #000; } }

@keyframes flash {
  20% {
    color: #a2830a; }

  25% {
    color: #f1c40f; }

  30% {
    color: #a2830a; }

  35% {
    color: #f1c40f; }

  40% {
    color: #a2830a; }

  45% {
    color: #f1c40f; }

  60% {
    color: #7d6508; }

  80% {
    color: #413504; }

  100% {
    color: #000; } }

/*== FOOTER ===========*/
.manufacturer-title {
  text-align: center;
  margin-bottom: 15px; }

.manufacturers {
  padding: 0 40px; }

.manufacturers a {
  display: block;
  padding: 10px;
  border: 1px solid #E8E8E8;
  height: 100%;
  width: 100%;
  min-height: 90px;
  position: relative; }

.manufacturers img {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.manufacturers img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.manufacturers .owl-nav {
  position: absolute;
  top: 24%;
  left: 0;
  width: 100%; }

.manufacturers .owl-prev {
  left: 0; }

.manufacturers .owl-next {
  right: 0; }

.manufacturers .owl-prev, .manufacturers .owl-next {
  color: #E2E1E1;
  font-size: 30px;
  position: absolute; }

.manufacturers.owl-carousel .owl-item img {
  width: 60%; }

.site-footer {
  padding: 360px 0 20px 0;
  background-image: url("footer-background-white.png");
  background-position: top;
  background-repeat: repeat-x;
  background-color: #9CBA18;
  color: #fff; }

.footer-bottom {
  background: #849C17;
  padding: 10px 0;
  color: #fff; }

.footer-bottom .inline-list {
  margin: 0; }

.legal-links li {
  line-height: 34px; }

.payment-icons li {
  margin: 0 10px;
  color: #fff; }

input#subscribe {
  background: #849C17;
  color: #fff; }

.footer-bottom a {
  color: #fff; }

.pf-icon {
  font-size: 24px; }

input#subscribe:hover {
  background: #5B6B12; }

.social-media {
  margin-top: 10px; }

.social-media a {
  font-size: 24px;
  color: #fff;
  margin: 0 10px; }

@media screen and (max-width: 480px) {
  .site-footer > .wrapper > .grid-uniform > .grid-item.medium--one-half.large--four-twelfths:first-child {
    display: none; }

  .site-footer {
    padding: 270px 0 20px 0; } }
/*== MODAL ===========*/
.modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200; }

.modal {
  position: fixed;
  padding: 20px 30px;
  top: 50%;
  left: 50%;
  max-height: 700px;
  width: 800px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 201; }

.modal * {
  -webkit-transform: translate3d(0, 0, 0); }

/*== EXTRA STUFF ===========*/
.y-powered-by {
  color: black; }

.approved-shopper {
  font-size: 10px;
  color: white; }

.spa-img {
  margin: 0 auto;
  width: 130px;
  display: block; }

#y-badges > div > div.y-powered-by {
  color: black !important; }

#collection-container .grid-item:not(.show) {
  display: none; }

.nav-bar .site-nav--dropdown {
  border-top: 1px solid white; }

.account-form {
  margin-top: 50px; }

.account-fix {
  margin-top: 70px; }

.badge--best-seller {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  opacity: 1 !important; }

.product-grid-item {
  position: relative; }

#addToCart {
  background: #e67900; }

#addToCart:hover {
  background: #1a9601; }

a.collection-btn.dark-green-btn {
  background: #ea6300; }

a.collection-btn.dark-green-btn:hover {
  background: #135227; }

.shoppers-approved {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px; }

.site-header--tagline {
  display: block; }

.site-header .search-bar {
  width: 325px; }

/* Price pack as low as text */
.as-low-as {
  display: block;
  font-size: 12px;
  line-height: 12px !important;
  position: relative;
  top: 6px; }

.sidr ul li ul li ul li a, .sidr ul li ul li ul li span {
  padding-left: 50px; }

/*== RESPONSIVE ===========*/
.specification_chart {
  margin-top: 30px; }

li.specs-tab {
  display: none; }

@media only screen and (max-width: 1000px) {
  .slide-caption {
    max-width: 50%; }

  .slide-caption h2 {
    width: 100%;
    margin: 0 0 10px 0; }

  .slide-caption a {
    width: auto;
    padding: 10px 20px; }

  .product-item--price .green-btn {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
    text-align: center; }

  .collection-btn, .product-grid-item .notify-me-btn {
    font-size: 16px; } }
.mobile-filter-toggle {
  display: none; }

@media only screen and (max-width: 768px) {
  .shoppers-approved {
    display: block; }

  .nav-bar .site-nav--dropdown li {
    width: 100%;
    border: 0; }

  .nav-bar .site-nav--dropdown .wrapper {
    padding: 0; }

  .collection-wrapper.filter-on .sidebar {
    display: block;
    width: 200px;
    position: absolute;
    border-right: 1px #ececec solid;
    padding-left: 40px; }

  .collection-wrapper.filter-on .sidebar .grid-item {
    width: 100%; }

  .collection-wrapper.filter-on .collection-holder {
    position: relative;
    left: 200px;
    float: left;
    top: 0; }

  .mobile-filter-toggle {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer; }

  .image-wrapper {
    margin-bottom: 20px; }

  .site-footer .grid-item {
    margin-bottom: 20px; }

  .filter-on {
    overflow: hidden; }

  .show-nav .nav-bar {
    overflow-y: initial; }

  .mobile--active ul {
    display: block;
    opacity: 1;
    visibility: visible; }

  .mobile--active ul li a:hover {
    background: #fff;
    color: #1C7A3A; }

  .slide-caption {
    max-width: 80%;
    width: 100%;
    bottom: 20px;
    left: 20px; }

  .slide-caption h2 {
    font-size: 14px; }

  .slide-caption a {
    font-size: 12px; }

  .modal {
    width: 550px; }

  li.specs-tab {
    display: inline-block; }

  .specification_chart {
    display: none; } }
@media only screen and (max-width: 550px) {
  .modal {
    width: 480px; } }
@media only screen and (max-width: 480px) {
  body {
    padding-top: 0; }

  .slide-caption {
    bottom: 14px;
    left: 14px; }

  .slide-caption h2 {
    font-size: 12px; }

  .slide-caption a {
    font-size: 10px;
    padding: 5px 10px; }

  #heroSlider {
    display: none; }

  .modal {
    width: 360px; }

  .promo-desktop {
    display: none; }

  .promo-mobile {
    display: block; } }
@media only screen and (max-width: 370px) {
  .multi-variant-form span {
    font-size: 11px; }

  .multi-variant-title, .title-unit-type {
    width: 80px; }

  #addToCart, #volumeQuoteBtn, .notify-me-btn, .call-to-order-btn {
    font-size: 14px; }

  .tabs li {
    font-size: 12px; }

  .color-temp-number {
    font-size: 9px; }

  .color-marker {
    height: 24px;
    width: 32px; }

  .modal {
    width: 300px; } }
/* Custom Styles (Sept 15 2016)
------------------------------------------------- */
@media screen and (max-width: 768px) {
  nav.breadcrumb, .multi-variant-inventory, .title-inv, .template-product #volumeQuote {
    display: none !important; }

  .product-photo-container {
    margin-top: 20px; } }
@media screen and (min-width: 768px) {
  .top-header {
    background: #1C7A3A;
    color: #fff;
    font-weight: 700;
    padding: 3px 0;
    font-size: 19px; } }
.template-collection #collection-container .product-grid-item {
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px; }

@media screen and (min-width: 769px) {
  .breadcrumb {
    margin-bottom: 15px !important; } }
/* Sidr Styling (Mobile Menu)
------------------------------------------------ */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background: #1c7a3a;
  color: #fff;
  box-shadow: 0 0 2px 2px #14582a inset; }

.sidr .icon:before {
  color: #fff; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2); }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(255, 255, 255, 0.9); }

.sidr > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #14672e; }

.sidr ul ul {
  border-top: 0; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #14672e; }

.sidr ul li ul li {
  border-bottom: 1px solid #0c5222; }

.sidr ul li ul li ul li {
  border-bottom: 1px solid #093e19; }

.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  box-shadow: 0 0 10px 0 #115025 inset; }

.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  box-shadow: 0 0 10px 0 #0b3a1a inset; }

.sidr ul li ul li ul li:hover > a,
.sidr ul li ul li ul li:hover > span,
.sidr ul li ul li ul li.active > a,
.sidr ul li ul li ul li.active > span,
.sidr ul li ul li ul li.sidr-class-active > a,
.sidr ul li ul li ul li.sidr-class-active > span {
  box-shadow: 0 0 10px 0 #083316 inset; }

.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: white; }

.sidr ul li ul {
  border-bottom: 0;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: 0; }

.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 40px; }

.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: #16612e;
  color: #fff;
  display: block;
  clear: both; }

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none; }

.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: white; }

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9); }

/* Sidr Accordian Functionality 
------------------------------------------------ */
li.groupheader a.headerbutton {
  position: relative; }

li.groupheader a.headerbutton:after {
  font-family: 'FontAwesome';
  content: '\f054';
  position: absolute;
  right: 25px; }

.sidr > ul > li.groupheader.opened > a.headerbutton:after, .sidr > ul > li.opened > a.headerbutton:after {
  content: '\f078'; }

.sidr > ul > li > ul > li.groupheader.opened > a.headerbutton:after, .sidr > ul > li > ul > li.opened > a.headerbutton:after {
  content: '\f078'; }

li.groupheader ul {
  display: none; }

.sidr > ul > li.groupheader.opened > ul {
  display: block;
  background-color: #16612e; }

.sidr > ul > li > ul > li.groupheader.opened > ul {
  display: block;
  background-color: #114c24; }

.sidr-inner a.icon {
  text-align: left;
  margin: 0;
  height: 50px; }

.sidr-inner a.icon div {
  float: left;
  padding-right: .3em; }

.sidr-inner a.icon span {
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  line-height: 50px;
  padding: 0;
  float: left; }

/* Product Page Redeign Changes (Oct 5th, 2016)
------------------------------------------------- */
#product_AB #productPrice {
  font-size: 48px;
  line-height: 48px;
  display: block; }

#product_AB .product-title {
  margin: 20px 0 10px; }

#product_AB .product-price-section {
  position: relative; }

#product_AB .product-price-section > li:first-child {
  text-align: center;
  width: 100%;
  margin-top: 20px; }

#product_AB .product-review-stars {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px; }

#product_AB #volumeQuoteBtn.volume-quote-text {
  display: block;
  background: none;
  color: #3498db;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  padding: 10px 5px;
  max-width: none; }

#product_AB #volumeQuoteBtn.volume-quote-text:hover {
  color: #19557d; }

#product_AB #addToCart {
  margin: 0 auto;
  display: block; }

#product_AB #addToCartForm select {
  margin: 0 auto; }

#product_AB #addToCartForm label {
  text-align: center; }

#product_AB .multi-variant-wrapper {
  max-width: 340px;
  margin: 0 auto 20px; }

#product_AB li.specs-tab {
  display: inline-block; }

#product_AB .product-insight-table {
  margin: 0 auto;
  width: 100%;
  float: none; }

#product_AB .product-insight-table .table-title {
  border-top: none; }

#product_AB .tabs li {
  text-transform: initial;
  font-size: 18px; }

#product_AB .multi-variant-inventory {
  max-width: 97px; }

#product_AB .promoted-products-box {
  display: none !important; }

#product_AB .yotpo .yotpo-small-box {
  display: none; }

#product_AB .yotpo .yotpo-regular-box {
  border-top: none !important; }

#product_AB .learn-more-color-temp.mobile_color_temp {
  display: none; }

#product_AB .yotpo-bottomline a.text-m {
  text-decoration: underline !important; }

#product_AB .modal-overlay {
  cursor: pointer; }

#product_AB .yotpo .standalone-bottomline .star-clickable {
  cursor: default !important; }

#product_AB #notifyMeMsg, #product_AB #discontinuedMsg, #product_AB #unavailableMsg {
  display: block;
  width: 225px;
  margin: 0 auto 10px;
  text-align: center; }

#product_AB .notify-me-btn, #product_AB .call-to-order-btn {
  margin: 0 auto;
  max-width: 275px;
  text-align: center; }

#product_AB .template-product .owl-slider.owl-carousel.owl-loaded {
  margin-bottom: 30px; }

#product_AB .color-guide-wrap {
  max-width: 240px;
  margin: 0 auto; }

#product_AB .color-guide-wrap .color-marker {
  height: 25px;
  width: 32px;
  margin-left: -14px;
  top: -3px; }

#product_AB .color-guide-wrap .color-temp-guide > img {
  border: 1px solid #ececec; }

#product_AB .color-guide-wrap .color-temp-min, #product_AB .color-guide-wrap .color-temp-max {
  font-size: 10px;
  color: #ccc; }

#product_AB .selector-wrapper {
  margin-bottom: 10px; }

#product_AB #tab-container {
  margin-top: 20px; }

@media screen and (min-width: 768px) {
  #product_AB #productPhoto {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 480px; }

  #product_AB #productPhoto .zoomImg {
    background-color: #fff; }

  #product_AB #productPhoto .shappify-sales-icon-product {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: none;
    z-index: 2 !important;
    position: absolute !important;
    top: 0;
    right: 50px; } }
@media screen and (max-width: 767px) {
  #product_AB .multi-variant-inventory, #product_AB .title-inv {
    display: block !important; }

  #product_AB .product-price-section .pack-pricing {
    display: block; }

  #product_AB #addToCartForm select, #product_AB #addToCartForm .color-guide-wrap {
    max-width: 340px; }

  #product_AB .color-guide-wrap .color-marker {
    height: 75%;
    width: 18%; }

  #product_AB .tabs li {
    font-size: 13px; }

  #product_AB #productPhoto {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    position: relative; }

  #product_AB #productPhoto .zoomImg {
    background-color: #fff; }

  #product_AB #productPhoto .shappify-sales-icon-product {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    float: none;
    z-index: 2 !important;
    position: absolute !important;
    top: 0;
    right: 50px; }

  #product_AB .product-photo-container img {
    max-height: 100%; } }
@media screen and (max-width: 600px) {
  #product_AB .yotpo-bottomline, .yotpo-bottomline-2-boxes {
    display: none !important; } }
@media screen and (max-width: 480px) {
  #product_AB .product-title {
    font-size: 18px; }

  #product_AB .product-review-stars {
    position: static;
    margin-top: 10px;
    margin: 10px auto 0 !important;
    width: 160px; }

  #product_AB .product-insight-table tr:first-of-type td {
    font-size: 16px; }

  #product_AB .product-insight-table .table-title {
    font-size: 14px;
    padding: 5px; }

  #product_AB .product-insight-table td {
    font-size: 10px;
    padding: 5px; }

  #product_AB .product-insight-table tr td:nth-child(2) {
    text-align: right; }

  #product_AB .modal {
    width: 300px; }

  #product_AB #volumeQuoteBtn.volume-quote-text {
    font-size: 14px; } }
@media screen and (max-width: 350px) {
  #product_AB .multi-variant-inventory {
    min-width: 87px; }

  #product_AB .multi-variant-form span input {
    width: 35px; }

  #product_AB .title-qty {
    width: 48px; } }
/* Blog Post Redesign Changes (Dec 9th, 2016)
------------------------------------------------- */
.new-design h1 {
  font-size: 42px;
  margin: 20px 0 10px;
  line-height: 54px;
  color: #15612d; }
.new-design h2, .new-design h2 strong {
  font-size: 32px;
  color: #15612d; }
.new-design h3, .new-design h3 strong {
  font-size: 24px;
  color: #585858;
  margin-bottom: 10px; }
.new-design p {
  font-size: 16px;
  margin-bottom: 35px; }
.new-design .clear {
  clear: both; }
.new-design ul li {
  font-size: 16px; }
.new-design .button {
  background: #bfd255;
  background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-block;
  width: 500px;
  text-align: center; }
.new-design .button.red {
  background: #f85032;
  background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
  max-width: 350px; }
.new-design .button.big {
  width: auto;
  margin: 0 auto;
  display: block;
  max-width: 80%; }
.new-design hr {
  clear: both; }

@media screen and (max-width: 768px) {
  .template-article .large--ten-twelfths.push--one-twelfth {
    left: initial; }

  .new-design h1 {
    font-size: 34px;
    line-height: 42px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px; }
  .new-design h2, .new-design h2 strong {
    font-size: 28px; }
  .new-design h3, .new-design h3 strong {
    font-size: 20px; }
  .new-design img {
    float: none !important;
    margin: 15px auto !important;
    display: block; }
  .new-design p {
    text-align: left !important;
    font-size: 14px; }
  .new-design h2 {
    text-align: left !important; }
  .new-design .button {
    float: none !important;
    margin-bottom: 10px !important; }
  .new-design .button.big {
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%; }
  .new-design ul li {
    font-size: 14px; } }
@media screen and (max-width: 575px) {
  .new-design h1 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0; }
  .new-design h2, .new-design h2 strong {
    font-size: 16px; }
  .new-design h3, .new-design h3 strong {
    font-size: 16px; }
  .new-design p {
    font-size: 12px;
    margin-bottom: 15px; }
  .new-design ul li {
    font-size: 12px; }
  .new-design .button {
    max-width: 100%;
    width: 100%;
    font-size: 12px; } }
.clear {
  clear: both; }

.search-bar-wrap {
  display: none;
  clear: both;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-bottom: 1px solid #ccc; }

.search-bar-wrap .search-bar {
  margin-bottom: 0; }

.search-bar-wrap.show-mobile {
  display: block; }

.search-bar-wrap .ui-input-clear {
  color: #a9a9a9;
  font-size: 10px; }

.search-bar-wrap .ui-input-search input {
  font-size: 14px; }

.search-bar-wrap .search-bar--submit .icon-search {
  top: 5px;
  position: relative; }

.search-cart-wrap i {
  color: #fff;
  font-size: 25px; }

.search-cart-wrap .fa-search {
  padding: 12px 7px 12px 15px; }

.search-cart-wrap .cart-toggle {
  padding: 12px 15px 12px 7px; }

@media screen and (max-width: 1024px) {
  #mobileNavBar .top-header {
    display: block !important;
    font-size: 12px;
    padding: 5px 15px; } }
@media screen and (max-width: 480px) {
  .reasons-to-buy {
    width: 100%;
    padding: 0;
    margin: 0 auto; }

  .reason-to-buy {
    margin-left: 0;
    border: 0;
    border-right: 1px solid #e8e8e8; }

  .reason-to-buy:nth-child(2) {
    border-right: 0; }

  .reason-to-buy:nth-child(4) {
    border-right: 0; }

  .footer-customer-review {
    margin-top: 0px; }

  .main-content {
    padding-bottom: 0px; } }
.recent-articles:after {
  content: '';
  display: block;
  clear: both; }

.recent-articles > div {
  width: 31%;
  float: left;
  background-color: #eaeaea;
  margin: 0 1%;
  padding: 10px; }

.recent-articles > div p {
  margin-bottom: 0; }

.recent-articles > div a {
  font-weight: bold; }
