/** Shopify CDN: Minification failed

Line 296:19 Expected identifier but found "1"
Line 300:2 Unexpected "<!--"
Line 300:48 Unexpected "-->"

**/
.filters > li {
  display: inline-block;
  padding-left: 10px;
}

.custom-product-slider {
  background: #ffffff none repeat scroll 0 0;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
.custom-product-slider {
  padding-bottom: 100px;
  padding-top: 100px;
}
.custom-product-slider h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.custom-product-slider .product-item {
  margin-bottom: 0;
  padding: 0 10px;
}
.section--featured-images .columns:nth-of-type(4n+1) {
  clear: none;
}
.bottom-title {
  background: #eca83a none repeat scroll 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.custom-product-slider .product-grid .title {
    min-height: 68px;
}

.bottom-title {
  background: #eca83a none repeat scroll 0 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color:#444444;
  font-family: "Open Sans",sans-serif;
}

.button[disabled],
.button[disabled]:hover {
  background-color: #bbbbbb;
}

/* Main Menu - Rewards Icon */

.action-links .rewards-container {
  float: right;
  display: inline-block;
}

.action-links .rewards-container .fa-star {
  height: 2em;
  margin-left: 12px;
}

.mobile-tools .rewards .svg-inline--fa {
  margin-bottom: 2px;
}

/* Product Badges - Circles */

.product-grid .circle {
  font-weight: 900;
  font-size: 0.9em;
  height: 70px;
  width: 70px;
}

.product-grid .circle.sale {
  color: #444444;
  background: #fdbf2d;
}

.product-grid .circle span {
  margin-left: 2px;
  margin-top: 2px;
}

.ls-sale-sign {
  height: 70px !important;
  width: 70px !important;
  font-weight: 600 !important;
  font-size: 1.05em !important;
  color: #444444 !important;
  background: #fdbf2d !important;
  padding: 25px 10px !important;
}

/* Register Account Page */

.account-content .row {
  max-width: 70em;
}

/* Cart Page */

.template-cart .cart-table tr:nth-of-type(even) {
  background: #ffffff;
}

.template-cart .two-column-cart .totals {
  text-align: left;
}

@media only screen and (min-width: 1280px) {
  .template-cart .two-column-cart .totals {
    left: 10%;
    width: 90%;
  }
}

.template-cart .two-column-cart .cart__order-summary-line {
  font-size: 1.3em;
  margin-bottom: 1rem;
}

.template-cart .cart__order-summary-line .money {
  display: inline-block;
  float: right;
}

.template-cart .shipping-taxes-notification {
  margin-top: 3em;
}

.template-cart .cart__order-summary .section-title {
  margin-bottom: 1.5em;
}

.template-cart textarea {
  height: auto;
}

.template-cart .cart__order-summary hr {
  margin-top: 0;
  margin-bottom: 30px;
}

.template-cart .cart__order-summary .loyalty-banner {
  margin-bottom: 2em;
  padding: 1em;
  border: 1px solid #eca83a;
}

.template-cart .cart__order-summary .loyalty-banner a {
  color: #eca83a;
}

.template-cart .cart__order-summary .upsell-banner {
  margin-bottom: 2em;
  padding: 1em;
  background: rgba(236, 168, 58, 0.4);
}

.template-cart .upsell-banner .upsell-offer {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.template-cart .upsell-banner .fineprint {
  font-size: 0.8em;
}

.template-cart .cart-table th.image,
.template-cart .cart-table td.image {
  width: 25%;
  text-align: center;
}

.template-cart .cart-table th.title,
.template-cart .cart-table td.title {
  width: 30%;
  word-wrap: break-word;
}

.template-cart .cart-table .quantity__actions {
  display: inline-block;
  position: relative;
  padding: 0.5em 3em;
  border: 1px solid #444444;
  background: #ffffff;
  margin-bottom: 1em;
}

.template-cart .cart-table .quantity__buttons {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.8em;
  padding: 0.5em 0;
  text-align: center;
}

.template-cart .cart-table .quantity__buttons:hover,
.template-cart .cart-table .quantity__buttons:visited,
.template-cart .cart-table .quantity__buttons:active {
  background: #f7f7f7;
}

.template-cart .cart-table .quantity__buttons.add {
  right: 0;
  border-left: 1px solid #444444;
}

.template-cart .cart-table .quantity__buttons.disabled {
  pointer-events: none;
}

.template-cart .cart-table .quantity__buttons.minus {
  left: 0;
  border-right: 1px solid #444444;
}

.template-cart .cart-table .quantity__amount {
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 869px) {
  .template-cart .two-column-cart .cart__line-items.columns {
    width: 100%;
  }
  .template-cart .two-column-cart .cart__order-summary.columns {
    width: 100%;
  }
  .template-cart .two-column-cart .cart__order-summary-line {
    width: 50%;
  }
  .template-cart .two-column-cart .cart__order-summary hr {
    margin-top: 2em;
  }
}

@media screen and (max-width: 767px) {
  .template-cart .cart-table th.total,
  .template-cart .cart-table td.total {
    display: none;
  }

  .template-cart .cart-table .quantity {
    text-align: center;
  }

  .template-cart .cart-table .quantity .show-for-small.total {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .template-cart .continue-shopping.show-for-medium-up {
    margin-bottom: 1.5em;
  }
}

/* Typography inconsistencies */

.featured-promo {
  font-family: Muli, 'Open Sans', sans-serif;
}

.strong {
  font-weight: bold !important;
}

@media only screen and (max-width:767px){
.custom-product-slider {
  padding-bottom: 10px;
  padding-top: 10px;
}
.custom-product-slider .product-grid .title {
  font-family: "Muli",sans-serif;
  font-size: 13px;
  min-height: 63px;1
}
  .swiper-button-next,.swiper-button-prev{display:none;}
  body.template-index .swiper-button-next,body.template-index .swiper-button-prev{display:block;}
  <!-- .swiper-scrollbar{opacity:0 !important;} -->
  .swiper-container .purchase{font-size:10px;}
}
