<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span, .block-layered-nav .actions a {
  border: solid 2px #282828;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  display: inline-block;
  padding: 9px 18px;
  color: #282828;
  font-size: 13px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  /*&amp;::after {
      content: "";
      position: absolute;
      transition: all 0.3s ease 0s;
      z-index: 1;
      background: $accent-color-2;
      height: 0;
      left: 50%;
      opacity: 0;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 101%;
  }*/
}
.products-grid .availability.out-of-stock span::after,
.products-list .availability.out-of-stock span::after, .block-layered-nav .actions a::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  z-index: -1;
  background: #282828;
  width: 102%;
  height: 0;
  bottom: 0;
  left: 0;
}
.products-grid .availability.out-of-stock span span,
.products-list .availability.out-of-stock span span, .block-layered-nav .actions a span {
  z-index: 9;
  position: relative;
}
.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover, .block-layered-nav .actions a:hover {
  cursor: pointer;
  color: #ffffff;
}
.products-grid .availability.out-of-stock span:hover:after,
.products-list .availability.out-of-stock span:hover:after, .block-layered-nav .actions a:hover:after {
  height: 102%;
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span, .products-grid .button.btn-cart, .products-grid .button.btn-details, .products-list .button.btn-cart, .products-list .button.btn-details, .products-list .button.quick_view_btn {
  font-size: 14px;
  padding: 12px 28px 14px 28px;
}
@media only screen and (max-width: 991px) {
  .products-grid .availability.out-of-stock span,
  .products-list .availability.out-of-stock span, .products-grid .button.btn-cart, .products-grid .button.btn-details, .products-list .button.btn-cart, .products-list .button.btn-details {
    padding: 7px 12px;
  }
}

.block-layered-nav .actions a {
  padding: 9px 13px 10px;
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span {
  background-color: none;
}
.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover {
  background: none;
}
.products-grid .availability.out-of-stock span:active::after,
.products-list .availability.out-of-stock span:active::after {
  background: none;
}
.products-grid .availability.out-of-stock span:focus,
.products-list .availability.out-of-stock span:focus {
  background: none;
}

/* ------------------------------------------- *
 * Button hover
 */
.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover, .block-layered-nav .actions a:hover {
  z-index: 99;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #fe9b4b;
}

.theme-color {
  color: #fe9b4b;
}

.title-border {
  border-bottom: solid 2px #e6e6e6;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #fe9b4b;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead &gt; tr &gt; th,
.table-bordered thead &gt; tr &gt; td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead &gt; tr &gt; th,
.table-bordered thead &gt; tr &gt; td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #e6e6e6;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

.product-details {
  position: relative;
}

.category-description {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 34px;
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.56em;
  letter-spacing: 0.8px;
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #282828;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #76b828;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  /*margin-bottom: 23px;*/
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}

.products-list .product-name {
  margin-bottom: 0;
}

.products-grid .label-product,
.products-list .label-product {
  margin: 0 0 3px;
  min-height: 21px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: italic;
}
.products-grid .label-product span,
.products-list .label-product span {
  display: inline-block;
  padding: 0;
  color: #0075be;
}
.products-grid .label-product span.sale,
.products-list .label-product span.sale {
  color: #76b828;
}
.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span {
  opacity: 0.3;
}
.products-grid .availability.out-of-stock span:before,
.products-list .availability.out-of-stock span:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 20px;
  color: #282828;
  margin: 0 10px 0 -10px;
}
.products-grid .availability.out-of-stock span:after,
.products-list .availability.out-of-stock span:after {
  display: none;
}
.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover {
  cursor: default;
  background: none;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative;
}
.products-grid::after {
  content: '';
  display: table;
  clear: both;
}
.products-grid &gt; li.item {
  float: left;
  position: relative;
  margin-bottom: 0;
  text-align: center;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.products-grid &gt; li.item:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid .item_wrap {
  text-align: center;
  border: 1px solid #76b828;
  position: relative;
  z-index: 90;
}
.products-grid .product-image {
  width: 100%;
  /*margin-bottom: 13px; 26 jan */
  margin-bottom: 5px;
  padding: 0;
}
.products-grid .product-image img {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
}
.products-grid .product-image img:hidden {
  display: none;
}
.products-grid .configurable-swatch-list {
  margin-bottom: 18px;
}
.products-grid .button.btn-cart {
  padding: 12px 29px 14px 60px; 
  background-color: #337ab7;
  border:none;
}
.products-grid .button.btn-cart span span {color: #fff}
.products-grid .button.btn-cart:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 19px;
  position: absolute;
  z-index: 9;
  left: 30px;
  top: 50%;
  margin: -12px 0 0;
  /*color: #0075be; 26 jan */
  color: #fff;
}

.products-grid .button.btn-cart:hover:before {color: #ffffff;}

.button.btn-cart:hover span {
    color: #ffffff;
}

.products-grid .button.quick_view_btn {
  padding: 12px 29px 14px 60px;
  margin-bottom: 10px;
  color: #0075be;
}
.products-grid .button.quick_view_btn:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f06e";
  font-size: 19px;
  position: absolute;
  z-index: 9;
  left: 30px;
  top: 50%;
  margin: -12px 0 0;
  /*color: #0075be;  27 jan */
  color: #76b828;
}

.products-grid .button.quick_view_btn:hover:before {color: #ffffff;}
.products-grid .button.quick_view_btn:hover {color: #ffffff;}
.products-grid .button.btn-details {
  /*padding: 12px 30px 14px 50px;*/
  padding: 4px 20px;
  background-color: #0075be;
}
.products-grid .button.btn-details span span {
  color: #ffffff;
  font-size: 12px;
}
.products-grid .button.btn-details:before {
  /*display: inline-block;*/
  display: none;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 19px;
  position: absolute;
  z-index: 9;
  left: 30px;
  top: 50%;
  margin: -10px 0 0;
  color: #ffffff;
}

.products-grid .button.btn-details:hover:before {color: #ffffff;}

.button.btn-details:hover span {
    color: #ffffff;
}

.catalog-category-view .products-grid &gt; li.item,
.catalogsearch-result-index .products-grid &gt; li.item,
.catalogsearch-advanced-result .products-grid &gt; li.item {
  width: 33.3333%;
}

.products-grid li.item .swatches_wrap,
.products-grid .item_wrap .swatches_wrap {
  display: none;
  padding: 20px 0 0 0;
  margin: 0 0 -25px 0;
}

@media only screen and (min-width: 992px) {
/*  .products-grid.first {
    border-top: solid 1px #76b828;
  } */
  .products-grid li.item .product-details-holder,
  .products-grid .item_wrap .product-details-holder {
    /*padding-bottom: 60px;*/
    padding-bottom: 20px;
    opacity: 1;
    -webkit-transition: opacity, 0.3s, ease;
    -moz-transition: opacity, 0.3s, ease;
    -o-transition: opacity, 0.3s, ease;
    transition: opacity, 0.3s, ease;
  }
  .products-grid li.item .wrapper_holder,
  .products-grid .item_wrap .wrapper_holder {
    /*padding: 75px 0 0;*/
    padding: 0;
    border-bottom: solid 1px #76b828;
    border-right: solid 1px #76b828;
    overflow: hidden;
  }
  .products-grid li.item.last .wrapper_holder,
  .products-grid .item_wrap.last .wrapper_holder {
    border-right: none;
  }
  .products-grid li.item .swatches_wrap,
  .products-grid .item_wrap .swatches_wrap {
    display: block;
  }
  .products-grid li.item .wrapper-hover-hiden,
  .products-grid .item_wrap .wrapper-hover-hiden {
    bottom: 0;
    padding: 0 10px 5px;
    position: absolute;
    transform: scale(0);
    min-height: 110px;
    width: 100%;
    -webkit-transition: transform, 0.3s, ease;
    -moz-transition: transform, 0.3s, ease;
    -o-transition: transform, 0.3s, ease;
    transition: transform, 0.3s, ease;
  }
  .products-grid li.item:hover .product-details-holder,
  .products-grid .item_wrap:hover .product-details-holder {
    opacity: 1;
  }
  .products-grid li.item:hover .wrapper-hover-hiden,
  .products-grid .item_wrap:hover .wrapper-hover-hiden {
    transform: scale(1);
  }
  .products-grid .item_wrap .product-details-holder {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  .products-grid li.item .wrapper-hover-hiden,
  .products-grid .item_wrap .wrapper-hover-hiden {
    padding: 20px 10px 30px;
    /*min-height: 180px;*/
  }
}
@media only screen and (min-width: 768px) {
  .products-grid li.item .product-thumbs,
  .products-grid .item_wrap .product-thumbs {
    position: absolute;
    top: 25px;
    right: 25px;
    margin: 0;
  }
  .products-grid li.item .product-thumbs li.product-thumb,
  .products-grid .item_wrap .product-thumbs li.product-thumb {
    margin: 0 0 10px;
    float: none;
    display: block;
    opacity: 0;
  }
  .products-grid li.item .product-thumbs a,
  .products-grid .item_wrap .product-thumbs a {
    padding: 5px;
    background: #ffffff;
  }
}
.products-grid .product-info {
  position: relative;
  overflow: hidden;
}

.products-grid .ratings {
  margin: 0;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  /*margin: 0 0 8px; 26 jan */
  margin: 0 0 4px;
  text-align: center;
}
.products-grid .price-box .old-price,
.products-grid .price-box .special-price {
  display: none;
  margin: 0 5px;
}
.products-grid .price-box:after {
  content: '';
  display: table;
  clear: both;
}

.add_links_wrap {
  display: block;
}

.products-grid .add-to-links {
  /*margin: 18px 0 0;*/
  margin: 15px 0 0;
  display: inline-block;
}
.products-grid .add-to-links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.product-image-container .product-gallery-img {
  max-width: 270px;
  margin: 0 auto 13px;
}
.product-image-container .product-gallery-img img {
  width: 100%;
}
.product-image-container .product-gallery-item {
  display: none;
}
.product-image-container .product-gallery-item:first-child {
  display: block;
}
.product-image-container .owl-carousel .owl-item {
  padding: 0;
}
.product-image-container .owl-carousel .product-gallery-item {
  display: block;
}
.product-image-container .owl-controls {
  opacity: 0;
  margin: 0;
}
.product-image-container .owl-controls div.owl-next,
.product-image-container .owl-controls div.owl-prev {
  top: 45%;
  background: transparent;
  border-radius: 0;
  left: -15px;
  width: 40px;
  color: #fe9b4b;
}
.product-image-container .owl-controls div.owl-next:before,
.product-image-container .owl-controls div.owl-prev:before {
  color: inherit;
}
.product-image-container .owl-controls div.owl-next:hover,
.product-image-container .owl-controls div.owl-prev:hover {
  color: #282828;
}
.product-image-container .owl-controls div.owl-next:hover:before,
.product-image-container .owl-controls div.owl-prev:hover:before {
  color: inherit;
}
.product-image-container .owl-controls div.owl-next {
  left: auto;
  right: -15px;
}

.wrapper-hover:hover .owl-controls {
  opacity: 1;
}

.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("../../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .products-grid li.item .product-thumbs {
    top: 10px;
    right: 10px;
    margin: 0;
  }
  .products-grid li.item .product-thumbs li.product-thumb {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 991px) {
  .products-grid li.item .wrapper_holder {
    padding: 0 10px 20px;
  }
  .products-grid li.item .product-thumbs li.product-thumb {
    display: block !important;
  }
  .products-grid li.item .product-thumbs li.product-thumb img {
    width: 35px;
    height: 35px;
  }
  .products-grid .ratings {
    margin: 0 0 15px;
  }
  .products-grid .button.btn-cart {
    padding: 10px 25px 10px 25px;
  }
  .products-grid .button.btn-cart:before {
    left: 10px;
  }
  .products-grid .button.btn-details {
    padding: 10px 25px 10px 25px;
  }
  .products-grid .button.btn-details:before {
    left: 14px;
  }
  .products-grid .add-to-links a {
    font-size: 12px;
  }

  .category-description {
    font-size: 13px;
    margin: 0 0 20px;
  }
  .products-grid .add-to-links li {
    padding: 12px !important;
    margin: 0 0 0 5px !important;
}
}
@media only screen and (max-width: 767px) {
  .category-description {
    display: none;
  }

  .products-grid .product-image {
    float: none;
    margin: 0 auto 15px;
    overflow: hidden;
    padding: 5px;
  }

  .products-grid li.item .product-thumbs {
    float: none;
  }
  .products-grid li.item .product-thumbs li.product-thumb {
    background: #f5f5f5;
    display: inline-block !important;
  }
  .products-grid li.item .product-thumbs li.product-thumb img {
    width: 65px;
    height: 65px;
  }
  .products-grid .product-image-container {
    float: none;
    text-align: center;
  }
  .products-grid .product-image {
    width: 270px;
  }
  .products-grid .product-details {
    min-height: inherit !important;
  }
  .products-grid .product-info {
    overflow: hidden;
    clear: both;
    text-align: center;
  }
  .products-grid .ratings .rating-box {
    margin: 0 0 10px;
  }

  .catalog-category-view .products-grid &gt; li.item,
  .catalogsearch-result-index .products-grid &gt; li.item,
  .catalogsearch-advanced-result .products-grid &gt; li.item {
    float: none;
    width: 100%;
  }
  .catalog-category-view .products-grid &gt; li.item .wrapper_holder,
  .catalogsearch-result-index .products-grid &gt; li.item .wrapper_holder,
  .catalogsearch-advanced-result .products-grid &gt; li.item .wrapper_holder {
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 20px;
  }

  .category-description {
    font-size: 13px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 599px) {
  .products-grid .product-image {
    width: 210px;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col &gt; li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col &gt; li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col &gt; li:nth-child(even),
  .products-grid--max-4-col &gt; li:nth-child(3n) {
    margin-right: 1.11111%;
  }

  /* Set column config */
  .products-grid--max-4-col &gt; li {
    margin-right: 1.11111%;
  }

  .products-grid--max-4-col &gt; li {
    width: 24.16667%;
    margin-right: 1.11111%;
  }

  .products-grid--max-4-col &gt; li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col &gt; li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col &gt; li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col &gt; li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col &gt; li:nth-child(even),
  .products-grid--max-5-col &gt; li:nth-child(3n) {
    margin-right: 1.11111%;
  }

  /* Set column config */
  .products-grid--max-5-col &gt; li {
    margin-right: 1.11111%;
  }

  .products-grid--max-5-col &gt; li {
    width: 19.11111%;
    margin-right: 1.11111%;
  }

  .products-grid--max-5-col &gt; li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col &gt; li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col &gt; li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col &gt; li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col &gt; li:nth-child(even),
  .products-grid--max-6-col &gt; li:nth-child(3n) {
    margin-right: 1.11111%;
  }

  /* Set column config */
  .products-grid--max-6-col &gt; li {
    margin-right: 1.11111%;
  }

  .products-grid--max-6-col &gt; li {
    width: 15.74074%;
    margin-right: 1.11111%;
  }

  .products-grid--max-6-col &gt; li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col &gt; li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list &gt; li.item {
  padding: 0 0 60px 18px;
  margin: 0 0 50px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.products-list &gt; li.item .label-product {
  top: 10px;
  left: 10px;
}
.products-list &gt; li.item:after {
  content: '';
  display: table;
  clear: both;
}
.products-list &gt; li.item .product-image,
.products-list &gt; li.item .product-image-container {
  float: left;
  width: 30.781%;
}
.products-list &gt; li.item .product-image .product-image,
.products-list &gt; li.item .product-image-container .product-image {
  float: none;
  width: 100% !important;
  padding: 0;
  margin-bottom: 11px;
}
.products-list &gt; li.item .product-image &gt; img,
.products-list &gt; li.item .product-image-container &gt; img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.products-list &gt; li.item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.products-list .button.btn-cart {
  padding: 12px 29px 14px 60px;
}
.products-list .button.btn-cart:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 19px;
  position: absolute;
  z-index: 9;
  left: 30px;
  top: 50%;
  margin: -12px 0 0;
  color: #76b828;
}
.products-list .button.btn-details {
  padding: 12px 30px 14px 50px;
  background-color: #0075be;
}
.products-list .button.btn-details:before {
  display: inline-block;
  font-family: "FontAwesome";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  font-size: 19px;
  position: absolute;
  z-index: 9;
  left: 30px;
  top: 50%;
  margin: -10px 0 0;
  color: #ffffff;
}
.products-list .button.btn-details span span {
    color: #ffffff !important;
}
.products-list .actions {
  margin-bottom: 18px;
}
.products-list .add-to-links {
  margin: 15px 0 7px;
}
.products-list .add-to-links .link-compare::before {
  padding-right: 7px;
}
.products-list .configurable-swatch-list {
  margin: 0 0 15px;
}
.products-list .configurable-swatch-list li {
  margin: 0 8px 0 0;
}
.products-list .product-thumbs {
  margin: 0 -4px;
}
.products-list .product-thumbs li {
  margin: 0 4px;
}
.products-list .product-thumbs li a {
  background-color: #f5f5f5;
}

.products-list .product-shop {
  overflow: hidden;
  padding-left: 30px;
}
.products-list .product-shop .ratings {
  margin: 0 0 19px;
  overflow: hidden;
}
.products-list .product-shop .ratings .separator {
  display: none;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .temp {
  float: left;
  margin-top: 5px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 3px;
  font-size: 14px;
}
.products-list .product-shop .ratings .rating-links a {
  margin: 0 0 0 20px;
  text-decoration: underline;
}
.products-list .product-shop .ratings .rating-links a:hover {
  color: #282828;
}
.products-list .product-shop .price-box {
  margin: 0 0 9px;
  clear: both;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin: 0 0 24px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
}
.products-list .product-shop .desc div {
  display: inline;
}
.products-list .product-shop .desc .link-learn {
  display: inline;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
}
.products-list .product-shop .product-primary {
  float: left;
  width: 54%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 42%;
  text-align: left;
  clear: right;
  padding: 0 0 350px 30px;
  margin: 0 0 -350px 0;
  border-left: solid 1px #e6e6e6;
}

@media only screen and (max-width: 1199px) {
  .products-list .button.btn-details,
  .products-list .button.btn-cart {
    padding: 7px 10px;
  }
  .products-list .button.btn-details:before,
  .products-list .button.btn-cart:before {
    display: none;
  }
  .products-list .product-shop .desc {
    font-size: 14px;
    margin: 0 0 16px;
  }
  .products-list .product-shop .ratings .rating-links {
    clear: both;
  }
  .products-list .product-shop .ratings .rating-links a {
    margin: 0 20px 0 0;
  }
  .products-list .availability.out-of-stock span {
    padding: 7px 10px;
  }
  .products-list .availability.out-of-stock span::before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .products-list .product-shop .product-primary {
    float: none;
    width: auto;
  }
  .products-list .product-shop .product-secondary {
    float: none;
    width: auto;
    padding: 10px 0 0;
    margin: 0;
    border: none;
  }
}
@media only screen and (max-width: 599px) {
  .products-list .product-shop {
    padding: 15px 0 0;
    clear: both;
  }
  .products-list &gt; li.item {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .products-list &gt; li.item .product-image-container {
    float: none;
    margin: 0 auto;
    max-width: 360px;
    text-align: center;
    width: auto;
  }
  .products-list &gt; li.item .product-image-container .product-image {
    width: auto;
    display: inline-block;
  }
  .products-list &gt; li.item .label-product,
  .products-list &gt; li.item .product-primary,
  .products-list &gt; li.item .description,
  .products-list &gt; li.item .desc.std,
  .products-list &gt; li.item .price-box,
  .products-list &gt; li.item .product-name,
  .products-list &gt; li.item .actions,
  .products-list &gt; li.item .no-rating,
  .products-list &gt; li.item .add-to-links,
  .products-list &gt; li.item .product-secondary {
    text-align: center;
  }
  .products-list &gt; li.item .product-shop .ratings {
    text-align: center;
  }
  .products-list &gt; li.item .product-shop .ratings .rating-box.stars {
    float: none;
    margin: 0 auto 5px;
  }
  .products-list &gt; li.item .product-shop .ratings .rating-links a {
    margin: 0 10px;
  }
  .products-list &gt; li.item .configurable-swatch-list {
    text-align: center;
  }
  .products-list &gt; li.item .configurable-swatch-list li {
    float: none;
    display: inline-block;
    margin: 0 3px;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 170px;
}
.mini-products-list .product-details .product-name {
  padding-top: 0;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list li.item .product-image {
  display: block;
}
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 0;
  padding: 14px 10px 14px 21px;
  border-top: solid 1px #e6e6e6;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #333333;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
@media only screen and (max-width: 767px) {
  .block-layered-nav .block-subtitle--filter {
    border: solid 1px #e6e6e6;
    border-bottom: none;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    color: #fe9b4b;
  }
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content &gt; dl &gt; dt {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 16px;
  letter-spacing: 1px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 0;
  padding: 14px 10px 14px 21px;
  border-top: solid 1px #e6e6e6;
  position: relative;
  background-color: #ffffff;
  display: block;
}
.block-layered-nav .block-content &gt; dl &gt; dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #333333;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
@media only screen and (max-width: 767px) {
  .block-layered-nav .block-content &gt; dl &gt; dt {
    border: solid 1px #e6e6e6;
    border-bottom: none;
  }
  .block-layered-nav .block-content &gt; dl &gt; dt:hover {
    color: #fe9b4b;
  }
}
.block-layered-nav .block-content &gt; dl &gt; dd {
  padding: 0 0 25px 0;
  background-color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .block-layered-nav .block-content &gt; dl &gt; dd {
    padding: 5px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-layered-nav .block-content &gt; dl &gt; dd {
    padding: 5px 15px 15px;
  }
}
.block-layered-nav .block-content &gt; dl &gt; dd:last-child {
  border-width: 0 1px 1px 1px;
}
.block-layered-nav .block-content .selected-filter {
  background-color: #ffffff;
}
.block-layered-nav .block-content &gt; dl &gt; dt {
  background: none !important;
}
@media only screen and (min-width: 768px) {
  .block-layered-nav .block-content &gt; dl &gt; dt {
    border-top: 0;
  }
}
.block-layered-nav .block-content &gt; dl &gt; dd {
  background: none !important;
}

.block-layered-nav dl {
  margin: 0;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  /*margin-top: 10px;*/
}
.block-layered-nav dl dd ol &gt; li &gt; span,
.block-layered-nav dl dd ol &gt; li &gt; a {
  padding: 4px 0;
  display: inline-block;
  color: #777777;
}
.block-layered-nav dl dd ol &gt; li &gt; span:hover,
.block-layered-nav dl dd ol &gt; li &gt; a:hover {
  color: #0075be;
}

.block-layered-nav .selected-filter {
  margin-bottom: 25px;
}
.block-layered-nav .selected-filter .currently {
  padding: 32px 25px 0 30px;
}
.block-layered-nav .selected-filter .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 16px;
}
.block-layered-nav .selected-filter .currently ol li {
  margin-bottom: 6px;
}
.block-layered-nav .selected-filter .currently ol li .label {
  font-weight: normal;
  text-transform: capitalize;
}
.block-layered-nav .selected-filter .currently ol li .value {
  color: #fe9b4b;
}
.block-layered-nav .selected-filter .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}
.block-layered-nav .selected-filter .currently ol li.swatch-current .label {
  line-height: 34px !important;
}
.block-layered-nav .selected-filter .currently ol li.swatch-current .value {
  line-height: 34px !important;
}
.block-layered-nav .actions {
  text-align: right;
  margin: 0 !important;
  padding: 5px 25px 35px 30px;
}

@media only screen and (min-width: 768px) {
  .block-layered-nav .block-content &gt; dl &gt; dt {
    padding: 0 0 12px 0;
  }
  .block-layered-nav .block-content &gt; dl &gt; dt:after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .block-layered-nav .block-content &gt; dl &gt; dt {
    padding: 0 0 8px 0;
    font-size: 13px;
  }
  .block-layered-nav .block-content &gt; dl &gt; dt:after {
    display: none;
  }

  .block-layered-nav .block-content .selected-filter {
    background: none;
  }
  .block-layered-nav .block-content .selected-filter .currently {
    padding: 0 0 10px;
  }
  .block-layered-nav .block-content .selected-filter .currently .block-subtitle {
    font-size: 13px;
  }
  .block-layered-nav .block-content .selected-filter .actions {
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-layered-nav .block-content .selected-filter {
    background: #fafafa;
    margin: 0;
  }
  .block-layered-nav .block-content .selected-filter .currently {
    padding: 10px;
  }
  .block-layered-nav .block-content .selected-filter .currently .block-subtitle {
    font-size: 13px;
  }
  .block-layered-nav .block-content .selected-filter .actions {
    padding: 10px;
  }

  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-title &gt; strong {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content &gt; dl &gt; dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content &gt; dl &gt; dt:hover {
    color: #333333;
  }
  .block-layered-nav .block-content &gt; dl &gt; dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333333;
    border-right: none;
  }
  .block-layered-nav .block-content &gt; dl &gt; dt.last {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content &gt; dl &gt; dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open &gt; dl &gt; dt.current {
    border-bottom-width: 1px;
    color: #fe9b4b;
  }
  .block-layered-nav .block-content.accordion-open &gt; dl &gt; dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #333333;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open &gt; dl &gt; dd.current {
    display: block;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .block-layered-nav .block-content dl dt {
    padding: 7px 10px 7px 24px;
  }
  .block-layered-nav .block-content dl dt.last {
    border-bottom: solid 1px #e6e6e6;
  }
  .block-layered-nav .block-content dl dd {
    border: solid 1px #e6e6e6;
    border-bottom: none;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #333333;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #ffffff;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ffffff;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #0f0f0f;
    color: #ffffff;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #ffffff;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }

  .block-layered-nav dl ol &gt; li &gt; a,
  .block-layered-nav dl ol &gt; li &gt; span {
    padding: 0;
    margin: 0;
  }

  .block-layered-nav dl ol &gt; li &gt; a {
    color: #888;
    background-color: #f4f4f4;
    padding: 5px 10px;
    background: none;
  }
  .block-layered-nav dl ol &gt; li &gt; a:hover {
    text-decoration: none;
  }
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown {
  border-radius: 0;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown .selected {
  font-size: 14px;
  background: #EDEDED;
  height: 40px;
  line-height: 22px;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown.open {
  z-index: 9;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div {
  background: #EDEDED;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div ul {
  position: relative;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div ul li {
  font-weight: normal;
  background: #EDEDED;
  margin: 0;
  padding: 18px 20px 17px;
  font-size: 14px;
  color: #8b8b8b;
  list-style: none;
  display: block;
  line-height: 1;
  color: #000;
  overflow: hidden;
  white-space: normal;
  z-index: 99;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div ul li:hover {
  background: #cdcdcd;
}

/*# sourceMappingURL=product-list.css.map */
</pre></body></html>