/** Shopify CDN: Minification failed

Line 362:2 Comments in CSS use "/* ... */" instead of "//"
Line 363:2 Comments in CSS use "/* ... */" instead of "//"
Line 485:2 Expected identifier but found "*"
Line 774:10 Unexpected "*"
Line 892:2 Comments in CSS use "/* ... */" instead of "//"
Line 1025:2 Comments in CSS use "/* ... */" instead of "//"
Line 1026:2 Comments in CSS use "/* ... */" instead of "//"
Line 1027:2 Comments in CSS use "/* ... */" instead of "//"
Line 1207:2 Comments in CSS use "/* ... */" instead of "//"
Line 1280:2 Comments in CSS use "/* ... */" instead of "//"
... and 6 more hidden warnings

**/
body {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.subheader-ext {
  font-size: 1.3rem;
  color: #f8df9a;
  padding: 1rem;
  text-align: center;
  background: #ce2027;
  opacity: 1; /* Visible by default */
  transition: opacity 0.5s ease; /* Fade effect when hiding */
  display: block;
}
.subheader-ext:not(.showing) {
    opacity: 0; /* Hidden when the 'showing' class is removed */
}
#shopify-chat{
  z-index: 5000!important;
}
#fc_frame, .fc-widget-normal {
  display: none !important;
  z-index: -1000!important;
  position: absolute!important;
  visibility: hidden!important;
}
#fc_frame, #fc_frame.fc-widget-normal{
  display: none !important;
  z-index: -1000!important;
  position: absolute!important;
  visibility: hidden!important;
}
.add-hightlight{
  padding-right: .5rem;
}
.add-hightlight a {
  background: #d70000 !important;
  
}
.card-information {
  .indicator-wrapper-2 {
    display: none !important;
  }
}
.visible-overflow {
  overflow: visible !important;
}
.indicator-floor-wrapper {
  position: relative;
  text-align: left;
  margin-left: 10px;
}
.price .price__container span.price-item.price-item--regular {
  font-weight: 300 !important;
}
.indicator-wrapper-2 {
  position: relative;
  text-align: left;
  max-width: 180px;
}
.indicator-wrapper-2 > .indicator-constainer {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 4px;
  background: #eb4c3e;
  margin-bottom: 0.2rem;
}
.indicator-wrapper-2 > .indicator-constainer-extra {
  z-index: 400;
  padding: 0.4rem 0.8rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #fff;
  background: #eb4c3e;
  border-radius: 0px;
  border: 2px solid #eb4c3e;
  margin-bottom: 0.4rem;
}
.tigren-productAttachment {
  padding: 5px 20px !important;
}
.tigren-iconAttachment {
  max-height: 25px !important;
}
.tigren-infor_wrap {
  text-align: left !important;
}
.tigren-title-header {
  font-size: 1.5rem !important;
  font-weight: bold !important;
}
.tigren-productAttachment {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  box-shadow: none !important;
  padding: 20px;
  margin-bottom: 5px;
  border: 2px solid #222 !important;
  border-radius: 0 !important;
}
.apps-feedback-form-container {
  position: relative;
  padding: 3rem 2rem;
  background: #f9d640;
  background-size: cover;
  background-position: center;
}
.apps-feedback-form-container .apps-feedback-form {
  max-width: 100%;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  border-left: 8px solid #222;
}
.apps-feedback-form-container .apps-feedback-form .feedback-error {
  margin: 0.2rem 0;
  padding: 0.8rem;
  background-color: #f10000;
  color: #fff;
}
.apps-feedback-form-container .apps-feedback-form .feedback-success {
  margin: 0.2rem 0;
  padding: 0.8rem;
  background-color: #3abc07;
  color: #fff;
}
.apps-feedback-form-container .apps-feedback-form .form-control {
  border-radius: 0;
  border: 1px solid #222;
  font-size: 1.4rem;
}
.apps-feedback-form-container .apps-feedback-form .form-control-lg {
  padding: 0.8rem 1rem;
}
.apps-feedback-form-container .apps-feedback-form .form-label {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.apps-feedback-form-container .apps-feedback-form .btn {
  border-radius: 0;
  font-size: 1.4rem;
  padding: 0.8rem 1.2rem;
}

/*  Photo Contest Form */
.apps-feedback-form-container-v2 {
  position: relative;
  padding: 3rem 2rem;
  background: url("/cdn/shop/files/photo-contest-bg_1.png?v=1721877638");
  background-size: cover;
  background-position: center;
}
.apps-feedback-form-container-v2 .apps-feedback-form {
  max-width: 450px;
  padding: 2rem;
  background: #ffc80c;
  border-left: 8px solid #fcb216;
}
.apps-feedback-form-container-v2 .apps-feedback-form .feedback-error {
  margin: 0.2rem 0;
  padding: 0.8rem;
  background-color: #f10000;
  color: #fff;
}
.apps-feedback-form-container-v2 .apps-feedback-form .feedback-success {
  margin: 0.2rem 0;
  padding: 0.8rem;
  background-color: #3abc07;
  color: #fff;
}
.apps-feedback-form-container-v2 .apps-feedback-form .form-control {
  border-radius: 0;
  border: 1px solid #222;
  font-size: 1.4rem;
}
.apps-feedback-form-container-v2 .apps-feedback-form .form-control-lg {
  padding: 0.8rem 1rem;
}
.apps-feedback-form-container-v2 .apps-feedback-form .form-label {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.apps-feedback-form-container-v2 .apps-feedback-form .btn {
  border-radius: 0;
  font-size: 1.4rem;
  padding: 0.8rem 1.2rem;
}
/* End of photo contest Form  */

.apps-countdown-wrapper {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem 0;
  background: #0f0f0f;
  font-size: 14px;
}
.apps-countdown-wrapper #countdown {
  display: inline-block;
  color: #fff;
}
.apps-countdown-wrapper #countdown div {
  display: inline-block;
  margin: 0 1px;
  font-size: 14px;
}
.apps-countdown-wrapper #countdown .counter {
  border: 2px solid #fff;
  background-color: #f10000;
  border-radius: 4px;
  padding: 0.2rem 0.6rem;
}

#launcher {
  display: none !important;
}
.main-container {
  margin: 0 auto;
  padding: 0.8rem;
 /*  column-count: 2; */
  column-gap: 20px;
}
.main-container > ul > li {
  line-height: 1.5rem;
  list-style: none;
}
.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.footer-store-container {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
}
.footer-store-container li {
  display: inline-block;
  padding: 0 0.4rem;
}
.footer-store-container .footer-store-name,
.footer-store-container .footer-store-name a {
  font-weight: bold;
  color: rgb(247, 148, 29);
}
.footer-store-container .footer-store-address {
  font-size: 1.2rem;
}
.light {
  opacity: 1 !important;
}
iframe#dummy-chat-button-iframe {
  display: block !important;
  bottom: 130px !important;
}
.product-featured-link-wrapper {
  padding: 3rem 0;
  color: #fff !important;
  background: rgb(244, 118, 63);
  background: -moz-radial-gradient(
    circle,
    rgba(244, 118, 63, 1) 0%,
    rgba(34, 34, 34, 1) 78%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(244, 118, 63, 1) 0%,
    rgba(34, 34, 34, 1) 78%
  );
  background: radial-gradient(
    circle,
    rgba(244, 118, 63, 1) 0%,
    rgba(34, 34, 34, 1) 78%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4763f",endColorstr="#222222",GradientType=1);
}
.product-featured-link-wrapper .left {
  line-height: 2.4rem;
  display: flex;
  align-items: center;
}
.product-featured-link-wrapper .left h3 {
  font-size: 2.8rem;
}
.product-featured-link-wrapper .left h3 a {
  color: #fff;
  font-weight: bold;
}
.product-featured-link-wrapper .right {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-featured-link-wrapper .right .link {
  display: inline-block;
  color: #fff;
  border: 3px solid #fff;
  /* background: #d70000; */
  padding: 1.2rem 2.8rem;
  margin: 0.8rem 0;
  text-align: center;
}
.product-featured-link-wrapper .right .link:hover {
  background: red;
}
.header-extension-announcement {
  background: rgb(247, 148, 29);
  padding: 0.5rem 0 0.4rem;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}
.header-extension-announcement a {
  color: #fff;
}
.header-extension-announcement a:hover {
  color: #fdf9b1;
}
.text-right {
  text-align: right;
}
.location-extension {
  list-style: none;
  margin: 0;
  padding: 0;
}
.location-extension li {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 2rem 0;
}
.location-extension li b {
  margin-bottom: 0.8rem;
  display: block;
}
.custom-switcher-wrapper {
  width: 100%;
  background: #222;
  color: #fff;
  //padding: 1rem 1.5rem;
  //position:relative;
  overflow: visible;
  margin-bottom: 0px !important;
}
.cs-content {
  display: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.cs-content.active {
  display: block;
}
.cs-body-wrapper {
  margin-top: 0px !important;
  background: #f1f1f1;
  padding: 2rem;
}
.custom-switcher-wrapper .custom-drop-wrapper {
  width: 100%;
  background: #d70000 !important;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
  color: #ffffff;
  box-shadow: 1px 2px 8px -2px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 1px 2px 8px -2px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 1px 2px 8px -2px rgba(0, 0, 0, 0.53);
  display: none;
}
.custom-switcher-wrapper .custom-drop-wrapper.active {
  display: block;
}
.custom-switcher-wrapper .custom-drop-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-switcher-wrapper .custom-drop-wrapper ul li {
  cursor: pointer;
  padding: 1rem;
  border-bottom: 1px solid #8b0707;
}
.custom-switcher-wrapper .custom-drop-wrapper ul li:hover {
  background: #8b0707;
  color: #ffffff;
  cursor: pointer;
}
.custom-switcher-wrapper .btn {
  font-size: 1.6rem;
  width: 100%;
  padding: 0.8rem;
  border-radius: 0;
}
fieldset.product-form__input .form__label {
  font-weight: bold !important;
}
.product-form__input input[type="radio"] + label {
  margin: 0.7rem 0.1rem 0.2rem 0 !important;
  font-size: 1.2rem !important;
  padding: 3rem 2rem !important;
  border-radius: 0 !important;
}
#tabs-description img {
  width: 100%;
}
#tabs-delivery,
#tabs-description-content,
#tabs-product-dimensions,
#tabs-shipping-delivery-timeframes,
#tabs-warranty-and-returns {
  max-height: 300px;
  overflow-y: hidden;
}
#tabs-delivery.active-height,
#tabs-description-content.active-height,
#tabs-product-dimensions.active-height,
#tabs-warranty-and-returns.active-height,
#tabs-shipping-delivery-timeframes.active-height {
  max-height: 100% !important;
}

.custom-read-more {
  width: 100% !important;
  font-weight: bold !important;
  margin-top: -10px !important;
  color: #222 !important;
  cursor: pointer;
  background: rgb(255, 255, 255) !important;
  background: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 44%,
    rgba(255, 255, 255, 0.5886948529411764) 98%
  ) !important;
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 44%,
    rgba(255, 255, 255, 0.5886948529411764) 98%
  ) !important;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 44%,
    rgba(255, 255, 255, 0.5886948529411764) 98%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1) !important;
}
.humm-description {
  display: none !important;
}
.set-as-default-store {
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
}
.main-locations {
  margin-top: 4rem;
}
.state-wrapper ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  /* For IE, the outcast */
  zoom: 1;
  *display: inline;
  list-style: none;
}
.state-wrapper li {
  float: left;
  padding: 3px 8px;
  border: 1px solid #d70000;
  margin: 0.2rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #d70000;
  cursor: pointer;
}
.state-wrapper li:hover {
  color: #fff;
  background: #d70000;
}
.single-location {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: flex;
  margin-bottom: 0.2rem;
}
.single-location:hover {
  cursor: pointer;
  color: #fff;
  background: #d70000;
  border: 1px solid #d70000;
}
.single-location .main-location-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-location .main-location-info {
  line-height: 2.5rem;
}
.single-location .main-location-info .name {
  font-weight: bold;
}
.single-location .main-location-info .address {
  font-size: 1.3rem;
}
.map-frame {
  display: none;
}
.mobile-locaiton-wrapper {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0px;
  color: #222;
}
.location-wrapper {
  color: #fff;
  line-height: 2.2rem;
  position: relative;
}
.location-wrapper .location-container {
  position: absolute;
  max-width: 520px;
  min-width: 520px;
  color: #222;
  padding: 1.2rem;
  background: #fff;
  z-index: 100;
  margin-left: -280px;
  margin-top: 16px;
  display: none;
}
.location-wrapper .location-container .my-store-phone {
  color: #b5b4b4;
  font-size: 1.3rem;
}
.location-wrapper .location-container .store-separator {
  margin: 2rem 0 !important;
}
.location-wrapper .location-switcher {
  position: absolute;
  right: -30px;
  top: 10px;
  font-size: 1.5em;
}
.location-wrapper .location-container .my-store-more-info {
  font-size: 1.3rem;
  color: red;
  text-decoration: underline !important;
}
.location-wrapper .location-container .open-section {
  font-size: 1.3rem;
  letter-spacing: -1px;
}
.location-wrapper .location-container .change {
  position: absolute;
  right: 10px;
  font-size: 1.3rem;
  color: #222;
  text-decoration: underline !important;
}
.location-wrapper .location-container .view-all-store {
  display: block;
  background: #d70000;
  color: #fff;
  padding: 0.8rem;
  text-align: center;
  text-decoration: none !important;
  margin-top: 0.5rem;
}
.location-wrapper .location-container .open-section .open-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.location-wrapper .location-container .open-section .open-time .open-day {
  max-width: 50%;
  flex: 1 1 50%;
}
.location-wrapper .location-container .open-section .open-time .open-hour {
  flex: 0 0 50%;
  text-align: right;
}
.location-wrapper.open .location-container {
  display: block;
}

/*Mobile Here*/
.mobile-location-wrapper .mobile-location-container {
  position: absolute;
  width: 100%;
  color: #222;
  padding: 1.2rem;
  background: #fff;
  z-index: 100;
  left: 0px;
  margin-top: 5px;
  display: none;
}
.mobile-location-wrapper .mobile-location-container .btn-danger {
  margin-top: 1rem;
  width: 100%;
  background-color: #d70000;
  font-size: 1.5rem;
  border-radius: 0;
}
.mobile-location-wrapper .mobile-location-container .btn-dark {
  margin-top: 1rem;
  width: 100%;
  background-color: #222;
  font-size: 1.5rem;
  border-radius: 0;
}
.mobile-location-wrapper .mobile-location-container .mobile-my-store-phone {
  color: #b5b4b4;
  font-size: 1.3rem;
}
.mobile-location-wrapper .mobile-location-container .mobile-store-separator {
  margin: 2rem 0 !important;
}
.mobile-location-wrapper .mobile-location-switcher {
  position: absolute;
  right: -30px;
  top: 10px;
  font-size: 1.5em;
}
.mobile-location-wrapper .mobile-location-container .mobile-my-store-more-info {
  font-size: 1.3rem;
  color: red;
  text-decoration: underline !important;
}
.mobile-location-wrapper .mobile-location-container .open-section {
  font-size: 1.3rem;
  letter-spacing: -1px;
}
.mobile-location-wrapper .mobile-location-container .open-section .open-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-location-wrapper .mobile-location-container .mobile-change {
  position: absolute;
  right: 10px;
  font-size: 1.3rem;
  color: #222;
  text-decoration: underline !important;
}
.mobile-location-wrapper .mobile-location-container .mobile-view-all-store {
  display: block;
  background: #d70000;
  color: #fff;
  padding: 0.8rem;
  text-align: center;
  text-decoration: none !important;
  margin-top: 0.5rem;
}
.mobile-location-wrapper
  .mobile-location-container
  .mobile-open-section
  .mobile-open-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-location-wrapper
  .mobile-location-container
  .mobile-open-section
  .mobile-open-time
  .mobile-open-day {
  max-width: 50%;
  flex: 1 1 50%;
}
.mobile-location-wrapper
  .mobile-location-container
  .mobile-open-section
  .mobile-open-time
  .mobile-open-hour {
  flex: 0 0 50%;
  text-align: right;
}
.mobile-location-wrapper.open .mobile-location-container {
  display: block;
}

/*End of Mobile Here*/

.che-home-slider-wrapper .tns-outer {
  position: relative;
}
.che-home-slider-wrapper .tns-outer .tns-nav {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
.che-home-slider-wrapper .tns-outer .tns-nav button {
  outline: none;
  font-size: 0;
  border: solid 2px #fff;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0.2rem;
}
.che-home-slider-wrapper .tns-outer .tns-nav button.tns-nav-active {
  background: #fff;
}
.calendar-widget-wrapper .calendly-inline-widget {
  min-width: 320px;
  height: 780px;
}
#shopify-section-announcement-bar {
  z-index: 2 !important;
}
.menu-drawer {
  position: relative !important;
  background: transparent !important;
}
.menu-drawer-container {
  margin-top: -75px !important;
}
.menu-drawer__close-button {
  color: #fff !important;
}
.menu-drawer__menu-item > .icon-arrow {
  color: #fff !important;
}
.menu-drawer__menu-item {
  padding: 0 !important;
}
.js .menu-drawer__submenu {
  background: #d70000 !important;
}
.menu-drawer__inner-container {
  width: 100% !important;
}
.product-media-modal__toggle {
  background: #222 !important;
  color: #fff !important;
}
.product-media-modal__content {
  display: block !important;
  max-height: 90vh;
  overflow-y: auto;
}
.next-div-* {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.product-media-modal__content .gallery-image-wrapper {
  display: block !important;
  width: 100%;
  height: 100%;
}

.product-media-modal__content .product-media-control {
  position: fixed;
  color: #222;
  left: 10px;
  top: 20px;
  z-index: 1000;
  display: inline-block;
  max-width: 150px;
}
.product-media-modal__content .swipe-image {
  width: auto !important;
  /* height: 100vh !important; */
}
#launcher {
  transition-property: opacity, top, bottom;
  left: 0px !important;
  bottom: 60px !important;
}
#webWidget {
  left: 0px !important;
}
.cbb-frequently-bought-container {
  border: 4px solid #f9af91 !important;
  padding: 2rem !important;
}
.cbb-frequently-bought-container .cbb-frequently-bought-title {
  font-size: 2rem !important;
}
.cbb-frequently-bought-container
  .cbb-frequently-bought-selector-list
  input[type="checkbox"] {
  accent-color: #a8120e !important;
}
.cbb-frequently-bought-container .cbb-frequently-bought-total-price-was-price {
  display: block !important;
  color: #222 !important;
  font-size: 1.2rem !important;
  text-decoration-color: red !important;
}
.cbb-frequently-bought-container .cbb-frequently-bought-total-price-sale-price {
  font-size: 2.2rem !important;
}
.cbb-frequently-bought-selector-label-compare-at-price sup,
.cbb-frequently-bought-selector-label-sale-price sup,
.cbb-frequently-bought-container
  .cbb-frequently-bought-total-price-was-price
  sup,
.cbb-frequently-bought-container
  .cbb-frequently-bought-total-price-sale-price
  sup {
  top: -0.3em !important;
}
.cbb-frequently-bought-selector-label-compare-at-price sup:before,
.cbb-frequently-bought-selector-label-sale-price sup:before,
.cbb-frequently-bought-container
  .cbb-frequently-bought-total-price-was-price
  sup:before,
.cbb-frequently-bought-container
  .cbb-frequently-bought-total-price-sale-price
  sup:before {
  content: "." !important;
}
.announcement-bar {
  overflow: hidden;
}
.announcement-bar__message {
  display: inline-block;
  color: rgb(242, 202, 128);
  /* font-size: 1.3rem; */
  font-size: 2rem;
  width: 100%;
}
predictive-search[open] .predictive-search,
predictive-search[loading] .predictive-search {
  display: block;
  z-index: 4000 !important;
}
.facets-vertical-form {
  padding: 1rem 0 !important;
}
.mcm-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.mcm-wrapper li {
  display: inline-block;
  font-size: 1.1rem;
}
.mcm-wrapper li a {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 1.9rem 0.5rem;
  margin: 0 0.5rem;
}
.mcm-wrapper li a:hover {
  background: #d70000;
}
.mcm-category {
  position: relative;
}
.mcm-category .gk-dropdown-wrapper-container {
  display: none;
  position: absolute;
  background: #d70000 !important;
  //padding:1rem;
  margin-left: 10px;
  margin-top: 10px;
}
.mcm-category .gk-dropdown-wrapper-container .gk-category-list {
  margin: 0 !important;
  padding: 0 !important;
}
.mcm-category .gk-dropdown-wrapper-container .gk-category-list li {
  display: block !important;
  width: 100%;
  margin: 0;
}
.mcm-category .gk-dropdown-wrapper-container .gk-category-list li a {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 1rem 2.3rem;
}
.mcm-category .gk-dropdown-wrapper-container .gk-category-list li a:hover {
  background: #222;
}
.price .price__container .price__sale .price-item--regular {
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 18px;
  color: #fff !important;
}
s.price-item.price-item--regular:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: -3px;
  border-top: 2px solid;
  border-color: #fff;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#shopify-section-template--16807655178519__featured_collection {
  padding: 0 18px;
  margin: 0 auto;
  background: #000;
  max-width: 100% !important;
}
#shopify-section-template--16792804786455__featured_collection {
  padding: 0 18px;
  margin: 0 auto;
  background: #222;
  max-width: 100% !important;
}
.section-template--16792804786455__featured_collection-padding {
  background: #222 !important;
}
.grid__item {
  position: relative;
}
.gk-center-feature-collection {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.gk-center-feature-collection .gk-center-feature-collection-item {
  list-style-type: none;
  text-align: center;
  width: 20%;
}
.gk-center-feature-collection
  .gk-center-feature-collection-item
  .gk-center-feature-collection-item-link {
  text-decoration: none;
  color: #e30613;
}
.gk-center-feature-collection
  .gk-center-feature-collection-item
  .gk-center-feature-collection-item-link:hover {
  color: #222 !important;
}
.gk-center-feature-collection
  .gk-center-feature-collection-item
  .gk-center-feature-collection-item-link
  h2 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: -0.6px;
}
.grid__item .product-banner-on-sale {
  position: absolute;
  width: 100%;
  font-weight: bold;
  top: 0;
  justify-content: center !important;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.3px;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 75%);
  padding: 2px 0 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  background: red;
  color: #f1f1f1;
  z-index: 1;
  border-right: 0.5px solid #ccc;
  border-left: 0.5px solid #ccc;
  margin-left: -10px;
}
.card-wrapper {
  position: relative;
}
.card-wrapper .product-banner-on-sale {
  position: absolute;
  width: 100%;
  font-weight: bold;
  top: 0;
  justify-content: center !important;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.3px;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 75%);
  padding: 2px 0 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  background: #222;
  color: #f1f1f1;
  z-index: 1;
  //border-right: .5px solid #ccc;
  //border-left: .5px solid #ccc;
  //margin-left: -10px;
}
.gk-online-collection-wrapper {
  padding: 2rem 0;
  background: #f1f1f1;
}
.gk-online-collection-wrapper .gk-online-collection-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.gk-online-collection-wrapper
  .gk-online-collection-container
  .gk-online-collection-item {
  flex: 1;
  padding: 16px;
  width: 20%;
  text-align: center;
}
.gk-online-collection-wrapper
  .gk-online-collection-container
  .gk-online-collection-item:hover {
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.51);
}
.gk-online-collection-wrapper
  .gk-online-collection-container
  .gk-online-collection-item
  .gk-online-collection-item-link {
  text-decoration: none;
  color: #e30613;
}
.gk-online-collection-wrapper
  .gk-online-collection-container
  .gk-online-collection-item
  .gk-online-collection-item-link:hover {
  color: #222 !important;
}
.gk-online-collection-wrapper
  .gk-online-collection-container
  .gk-online-collection-item
  .gk-online-collection-item-link
  h2 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: -0.6px;
}
#shopify-section-template--16692017463575__featured_collection
  .splide__pagination {
  bottom: -18px !important;
}
.section-template--16692017463575__featured_collection-padding {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
#shopify-section-template--16692017463575__featured_collection
  .splide__slide
  .collection__view-all.lastslide {
  background: #222 !important;
}
.che-mouse-over-slider-container {
  padding: 2rem 0;
  background: #f1f1f1;
}
.che-mouse-over-slider-container .che-mouse-over-slider {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.che-mouse-over-slider-container
  .che-mouse-over-slider
  .che-mouse-over-slider-item {
  justify-content: center;
  border: 0.1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 8rem 1rem !important;
  display: inline-flex !important;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all ease-in-out 0.1s;
}
.che-mouse-over-slider-container
  .che-mouse-over-slider
  .che-mouse-over-slider-item:hover {
  background-color: rgba(225, 0, 0, 0.25);
}
.che-mouse-over-slider-container
  .che-mouse-over-slider
  .che-mouse-over-slider-item
  .che-mouse-over-title {
  letter-spacing: -0.8px !important;
  font-size: 25px !important;
  color: #fff !important;
}
.che-mouse-over-slider-container
  .che-mouse-over-slider
  .che-mouse-over-slider-item
  .che-mouse-over-slider-content {
  line-height: 1.8rem;
  font-size: 14px;
  font-weight: lighter;
}
.che-mouse-over-slider-container
  .che-mouse-over-slider
  .che-mouse-over-slider-item
  .che-mouse-over-btn-block {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  border: 4px solid #fff;
  padding: 0.7rem 0;
  background: transparent !important;
}
#shopify-section-template--16692017463575__featured_collection {
  max-width: 100% !important;
  padding: 0 1.5rem% !important;
  background: #222% !important;
  overflow: hidden !important;
}
#shopify-section-template--16692017463575__featured_collection .badge {
  display: none !important;
}
.price .price__container .price__sale .price-item--sale {
  color: #ee3433 !important;
  font-weight: 600 !important;
}
.main-page-title {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.shopify-policy__container {
  max-width: 1140px !important;
  padding: 40px 20px !important;
}
.shopify-policy__container .shopify-policy__title {
  text-align: left !important;
}
.shopify-policy__container .shopify-policy__body {
  font-size: 1.5rem !important;
  line-height: 2.5rem !important;
  font-weight: 100 !important;
}
.breadcrumbs-container {
  text-transform: uppercase !important;
  font-size: 1rem !important;
}
.thumbnail-list__item {
  position: relative;
  border: 1px solid #ddd;
}
.subcollection_slider-container {
  margin-bottom: 20px !important;
  margin-top: 20px;
}
.button--secondary:before {
  border: none !important;
  box-shadow: none !important;

  &:hover {
    border: none !important;
    box-shadow: none !important;
  }
}

.button--secondary:after {
  border: none !important;
  box-shadow: none !important;

  &:hover {
    border: none !important;
    box-shadow: none !important;
  }
}
.quick-add__submit {
  background: #222;
  color: #fff;
  border-radius: 4px;
  //border: 4px solid #222!important;
}
.product-form__submit {
  background: #d70000 !important;
  color: #fff;
}
.quick-add__submit:hover {
  background: rgb(247, 148, 29) !important;
}
.collectionpage .collection-hero__title {
  margin-bottom: 0.8rem !important;
  font-weight: bold !important;
  letter-spacing: -1px !important;
  margin-top: 0.8rem !important;
}
.card__heading {
  display: block;
  margin-bottom: 1.8rem !important;
  font-size: 1.6rem !important;
}
.product__title h1 {
  font-size: 3rem!important;
  line-height: 3.5rem !important;
  font-weight: bold !important;
}
.facets-vertical-form {
  padding-bottom: 1rem !important;
}
.price {
  padding-bottom: 0.8rem;
}
.price .price__container {
/*   box-shadow: 4px 4px #000 !important; */
  padding: 0.8rem 0 !important;
  /* background: rgb(241, 99, 0); */
  /* background: -moz-radial-gradient(
    circle,
    rgba(241, 99, 0, 1) 26%,
    rgba(215, 0, 0, 1) 74%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(241, 99, 0, 1) 26%,
    rgba(215, 0, 0, 1) 74%
  );
  background: radial-gradient(
    circle,
    rgba(241, 99, 0, 1) 26%,
    rgba(215, 0, 0, 1) 74%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f16300",endColorstr="#d70000",GradientType=1); */
}
/* .price .price__container .price-item--regular {
  color: #fff !important;
} */
.price--on-sale .price__container {
  box-shadow: 4px 4px #000 !important;
  padding: 0.8rem 1.2rem !important;
  background: #d70000 !important;
}
.price--on-sale {
  padding-bottom: 0.5rem !important;
}
.price--on-sale .price__container .price-item--sale {
  color: #e02020 !important;
}
.price-item-off {
  letter-spacing: -0.5px;
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem !important;
}
.price--on-sale .price__container .price-item--regular {
  //color: #000!important;
  letter-spacing: -0.3px;
}
span.badge.price__badge-sold-out,
span.badge.price__badge-sale {
  background: none !important;
}
span.badge.price__badge-sold-out,
span.badge.price__badge-sale {
  background: none !important;
}
.badge {
  border: none !important;
}
.price__badge-sale,
.badge-override,
.badge {
  background: none !important;
}
.badge img {
  width: 50px;
}
.card__badge {
  display: inline-block !important;
  margin-top: -15px !important;
  margin-left: -15px !important;
}
.apps-section-container {
  width: 100%;
  display: block;
  position: relative;
}
.homepage-price-container .apps-section-container {
  width: 100% !important;
}
.homepage-price-container .apps-section-container .price {
  width: 100% !important;
}
.card__content {
  padding: 0 !important;
}
.price {
  width: 80% !important;
  display: inline-block !important;
  overflow: hidden;
}
.card--card .quick-add {
  margin: 0 !important;
  display: inline-block !important;
  width: 20% !important;
  position: absolute;
  bottom: 6px;
}
.full-unstyled-link,
a {
  text-decoration: none !important;
}
a:hover {
  color: #d70000;
  text-decoration: none !important;
}
.full-unstyled-link:hover {
  color: #d70000 !important;
  text-decoration: none !important;
}
#shopify-section-template--15679414829237__16500762689a3323d8 {
  margin-top: 0 !important;
}
.page-width {
  #padding: 0px !important;
}
.facets-container {
  padding-top: 0 !important;
}
.facets__form-vertical {
  padding: 1.5rem !important;
  background: #222 !important;
  color: #fff !important;
}
.facets__heading,
.facets__summary {
  color: #fff !important;
}
.facets__item label,
.facets__item input[type="checkbox"] {
  color: #fff !important;
}
.active-facets {
  border-bottom: 0.5px solid #fff;
}

.noscroll {
  overflow: hidden;
}
.che-simple-image-banner .che-img-desktop {
  display: block;
}
.che-simple-image-banner .che-img-mobile {
  display: none;
}
.app-che-header-container {
  background: rgb(247, 148, 29);
  padding: 0.9rem 0 0.8rem 0;
}
.app-che-header-container .app-che-header .apps-che-logo {
  max-width: 130px;
  padding: 0 1rem;
}
.app-che-header-container .app-che-header .apps-che-form {
  margin: 0.5rem 0 0 0 !important;
}
.app-che-header-container .app-che-header .apps-che-form .form-control {
  border: 2px solid #222;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.app-che-header-container .app-che-header .apps-che-form .btn {
  border-radius: 0;
  border: 2px solid #222;
  padding: 0.87rem 1.2rem 0.87rem 0.87rem;
}
.app-che-header-container .app-che-header .apps-che-form .btn .la {
  font-size: 1.6rem;
}
.app-che-header-container .app-che-header .apps-che-header-link {
  color: #fff;
  display: inline-block;
  padding: 0 0.5rem;
  position: relative;
}
.app-che-header-container .app-che-header .apps-che-header-link i {
  font-size: 3.5rem;
  margin-top: 0.5rem;
}
.icon-cart {
  margin-top: -10px;
}
.cart-count-bubble {
  position: absolute;
  background-color: #fff;
  color: #000;
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: -0.2rem !important;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}
.app-che-header-container
  .app-che-header
  .apps-che-header-link
  .che-cart-counter {
  position: absolute;
  background: transparent !important;
  right: 0;
  color: white;
  padding: 0.25rem 0.6rem;
  font-size: 0.6rem;
  top: 25px;
  border-radius: 50%;
}

.app-che-subheader {
  background: #222;
  color: #fff;
  z-index: 2;
  position: relative;
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.47);
}
.app-che-subheader .che-mobile-search-form {
  padding: 0.5rem 0;
}
.app-che-subheader .che-mobile-search-form .form-control {
  border: 2px solid #222;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.app-che-subheader .che-mobile-search-form .btn {
  border-radius: 0;
  border: 2px solid #222;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 0.4rem 1rem;
}
.app-che-subheader .che-categories {
  display: none;
  height: 100vh;
  font-size: 1.4rem;
}
.app-che-subheader .app-che-subheader-link {
  text-decoration: none;
  display: inline-block;
  padding: 1.2rem 1rem;
  color: #fff;
}
.app-che-subheader .app-che-subheader-link:hover {
  background: #d70000;
  color: #222;
}
.app-che-subheader .che-sale {
  display: inline-block;
  padding: 1.4rem 1rem;
  color: #222;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 1.2rem;
  background: #f7c61d;
}
.app-che-subheader .che-sale:hover {
  background: #d70000;
  color: #fff;
}
.app-che-subheader .che-brands {
  display: inline-block;
  padding: 1.2rem 1rem;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.app-che-subheader .che-brands .che-alphabet-container {
  display: none;
}
.app-che-subheader .che-brands:hover {
  background: #d70000;
  color: #222;
}
.app-che-subheader .che-brands:hover .che-alphabet-container {
  position: absolute;
  left: -245px;
  top: 54px;
  display: inline-flex;
  justify-content: center;
  width: 100vw;
  background: #eee;
  color: #222;
}
.app-che-subheader
  .che-brands:hover
  .che-alphabet-container
  .che-alphabet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.app-che-subheader
  .che-brands:hover
  .che-alphabet-container
  .che-alphabet-list
  li {
  display: inline-block;
  padding: 0.3rem 1rem;
  cursor: pointer;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0.2rem 0;
}
.app-che-subheader
  .che-brands:hover
  .che-alphabet-container
  .che-alphabet-list
  li
  .che-aphabet-list-container {
  display: none;
}
.app-che-subheader
  .che-brands:hover
  .che-alphabet-container
  .che-alphabet-list
  li:hover {
  border-radius: 10px;
  background: #d70000;
}
.app-che-subheader
  .che-brands:hover
  .che-alphabet-container
  .che-alphabet-list
  li:hover
  .che-aphabet-list-container {
  position: absolute !important;
  width: 100% !important;
  left: 0 !important;
  background: #eee !important;
  color: #222 !important;
  font-weight: normal;
  font-size: 0.8rem;
  margin-top: 0px;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.app-che-subheader
  .che-brands:hover
  .che-alphabet-container
  .che-alphabet-list
  li:hover
  .che-aphabet-list-container
  .brand-list-wrapper
  li {
  display: inline-block;
  width: 25%;
  line-height: 1rem;
  text-align: center;
}
.app-che-subheader
  .che-brands:hover
  .che-alphabet-container
  .che-alphabet-list
  li:hover
  .che-aphabet-list-container
  .brand-list-wrapper
  li:hover {
  background: none;
}
.app-che-subheader
  .che-brands:hover
  .che-alphabet-container
  .che-alphabet-list
  li:hover
  .che-aphabet-list-container
  .brand-list-wrapper
  li
  a {
  text-decoration: none;
  color: #222;
  font-weight: normal;
  font-size: 1.2rem;
}
.app-che-subheader .browse-by-category {
  margin-left: -12px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 1.5rem 1rem;
  color: #fff;
  cursor: pointer;
  z-index: 100;
  font-size: 1.15rem;
}
.app-che-subheader .browse-by-category:hover {
  background: #d70000;
  color: #fff;
}
.app-che-subheader .browse-by-category:hover .che-categories {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #222;
  color: #fff;
  width: 100%;
  margin-top: 48px;
  box-shadow: 2px 1px 5px -1px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 2px 1px 5px -1px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 2px 1px 5px -1px rgba(0, 0, 0, 0.47);
}
.app-che-subheader .browse-by-category:hover .che-categories ul {
  margin: 0;
  padding: 0;
  display: block;
}
.app-che-subheader .browse-by-category:hover .che-categories ul .main {
  display: block;
  text-align: left;
  padding-left: 0.6rem;
}
.app-che-subheader .browse-by-category:hover .che-categories ul .main .level-2 {
  display: none;
}
.app-che-subheader .browse-by-category:hover .che-categories ul .main:hover {
  background: #d70000;
}
.app-che-subheader .browse-by-category:hover .che-categories ul .main {
  position: relative;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main:hover
  .level-2 {
  display: block;
  position: absolute;
  left: 165px;
  top: 0;
  min-width: 280px;
  // width: calc(100vw - 180px);
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main:hover
  .level-2
  .side-nav-content {
  display: flex;
  justify-content: space-between;
  width: 98.5%;
  top: 0;
  left: 5px;
  padding: 1rem;
  background: #d70000;
  position: relative;
  // min-height: 50vh;
  flex-wrap: wrap;
  justify-content: start;
  box-shadow: -1px 6px 5px -4px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: -1px 6px 5px -4px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: -1px 6px 5px -4px rgba(0, 0, 0, 0.47);
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main:hover
  .level-2
  .side-nav-content
  .che-category-list {
  list-style: none;
  flex: 1 0 16%;
  max-width: 250px;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main:hover
  .level-2
  .side-nav-content
  .che-category-list
  .che-list
  .che-list-title {
  font-weight: bold;
  text-decoration: none;
  color: #222;
  font-size: 0.8rem;
  display: block;
  border-bottom: 1px dotted #222;
  padding-bottom: 0.5rem;
  font-size: 1.4rem;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main:hover
  .level-2
  .side-nav-content
  .che-category-list
  .level-2-content {
  padding: 0 20px 10px;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main:hover
  .level-2
  .side-nav-content
  .che-category-list
  .level-2-content
  .level-3 {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5rem;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main:hover
  .level-2
  .side-nav-content
  .che-category-list
  .level-2-content
  .level-3
  a {
  text-decoration: none !important;
  color: #fff !important;
  font-size: 1.5rem !important;
  padding: 0.5rem 0 !important;
  display: block !important;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link {
  display: block;
  padding: 0.5rem 0.8rem;
  text-decoration: none;
  position: relative;
  color: #fff;
  letter-spacing: -0.3px;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link.appliances::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 1.2rem;
  content: "\f8b2";
  margin-right: 0.3rem;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link.electronics::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 1.2rem;
  content: "\f87a";
  margin-right: 0.3rem;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link.computer::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 1.2rem;
  content: "\f8b1";
  margin-right: 0.3rem;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link.health-beauty::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 1.2rem;
  content: "\f5f8";
  margin-right: 0.3rem;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link.sports-outdoors::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 1.2rem;
  content: "\f6bb";
  margin-right: 0.3rem;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link.home-garden::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 1.2rem;
  content: "\f4c9";
  margin-right: 0.3rem;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link.rugs-carpets::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 1.2rem;
  content: "\f463";
  margin-right: 0.3rem;
  transform: scale(0.8) skew(-30deg);
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link.furniture::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 1.2rem;
  content: "\f4b8";
  margin-right: 0.3rem;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link.tools-auto-accessories::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 1.2rem;
  content: "\f7d9";
  margin-right: 0.3rem;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link.baby-kids::before {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 1.2rem;
  content: "\f77d";
  margin-right: 0.3rem;
}
.app-che-subheader
  .browse-by-category:hover
  .che-categories
  ul
  .main
  .che-categories-link
  .icon {
  margin-right: 10px;
}

.apps-che-newsletter-subscription-wrapper {
  background: #222;
  padding: 5rem 0;
  color: #fff !important;
}
.apps-che-newsletter-subscription-wrapper h2 {
  color: #fff !important;
}
.apps-che-newsletter-subscription-wrapper
  .apps-che-newsletter-subscription-content
  .apps-che-newsletter-subscription-form
  .form-control {
  border: 2px solid #222;
  border-radius: 0;
  min-height: 50px;
  font-size: 1.8rem;
}
.apps-che-newsletter-subscription-wrapper
  .apps-che-newsletter-subscription-content
  h2 {
  text-transform: uppercase !important;
}
.apps-che-newsletter-subscription-wrapper
  .apps-che-newsletter-subscription-content
  .apps-che-newsletter-subscription-form
  .btn {
  border-radius: 0;
  border: 2px solid #fff;
  min-height: 47px;
  font-size: 1.6rem;
  margin-top: 2px;
}

.apps-che-category-slider-wrapper {
  background-color: #eeeee1;
  position: relative;
  padding: 1rem;
  max-height: 298px;
  overflow: hidden;
}
.apps-che-category-slider-wrapper .apps-che-category-slider {
  text-align: center;
}
.apps-che-category-slider-wrapper .apps-che-category-slider .che-slide-item {
  padding: 0.3rem;
  max-width: 250px;
  display: inline-block;
}
.apps-che-category-slider-wrapper
  .apps-che-category-slider
  .che-slide-item
  .che-slide-item-link {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  text-decoration: none;
  border: 4px solid #fff;
}
.apps-che-category-slider-wrapper
  .apps-che-category-slider
  .che-slide-item
  .che-slide-item-title-link {
  display: block;
  color: #222;
  text-decoration: none;
  margin-top: 0.4rem;
}
.apps-che-category-slider-wrapper .che-prev {
  position: absolute;
  left: 0;
  top: 38%;
  border: none;
  padding: 0.8rem 0;
  background: #222;
  color: #fff;
}
.apps-che-category-slider-wrapper .che-next {
  position: absolute;
  right: 0;
  top: 38%;
  border: none;
  padding: 0.8rem 0;
  background: #222;
  color: #fff;
}
.che-item-banner {
  margin-top: 0.3rem;
}
.che-main-feature-wrapper {
  position: relative;
  vertical-align: top;
}
.che-main-feature-wrapper .che-main-feature-banner {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.che-main-feature-wrapper .che-main-feature-list {
  width: calc(100% - 206px);
  display: inline-block;
  vertical-align: top;
}
.che-main-feature-wrapper .che-main-feature-list .che-header-slider-container {
  background: #222;
  padding: 0.8rem 1.6rem;
  margin: 0.3rem;
  position: relative;
  font-weight: 300 !important;
}
.che-main-feature-wrapper
  .che-main-feature-list
  .che-header-slider-container
  .che-arrow-slider-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.che-main-feature-wrapper
  .che-main-feature-list
  .che-header-slider-container
  .che-arrow-slider-wrapper
  .che-slider-arrow-left {
  display: inline-block;
  padding: 0.8rem 0.4rem;
  color: #fff;
}
.che-main-feature-wrapper
  .che-main-feature-list
  .che-header-slider-container
  .che-arrow-slider-wrapper
  .che-slider-arrow-right {
  display: inline-block;
  padding: 0.8rem 0.8rem 0.8rem 0.4rem;
  color: #fff;
}
.che-product-slider .che-product-slider-item {
  height: 100%;
  display: block;
}
.che-product-slider .che-product-slider-item .che-product-item {
  min-height: 300px;
  margin-bottom: 0.3rem;
  padding: 0.3rem;
}
.che-product-slider
  .che-product-slider-item
  .che-product-item
  .che-img-wrapper {
  border: 1px solid #e7e7e7;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 2rem 1rem;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 339px !important;
  max-height: 339px !important;
  overflow: hidden !important;
}
.che-product-slider
  .che-product-slider-item
  .che-product-item
  .che-img-wrapper
  .che-item-image {
  min-height: 260px;
  max-height: 260px;
}
.che-product-slider
  .che-product-slider-item
  .che-product-item
  .che-img-wrapper:hover
  .che-centered {
  transform: translate(-50%, -50%);
  opacity: 100;
}
.che-product-slider
  .che-product-slider-item
  .che-product-item
  .che-img-wrapper
  .che-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.2s ease;
  transform: translate(-50%, 200%);
  opacity: 0;
}
.che-product-slider
  .che-product-slider-item
  .che-product-item
  .che-img-wrapper
  .che-centered
  .che-search-icon {
  padding: 1.4rem 1.5rem;
  color: #fff;
  background: rgb(247, 148, 29);
  border-radius: 50%;
}
.che-product-slider
  .che-product-slider-item
  .che-product-item
  .che-img-wrapper
  .product-banner-on-sale {
  display: inline-flex;
  position: absolute;
  width: 100%;
  font-weight: bold;
  top: 0;
  justify-content: center !important;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.3px;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 75%);
  padding: 2px 0 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  background: #222 !important;

  color: #fff !important;
}

.che-product-title {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding: 0.8rem 0.2rem;
  display: flex;
  min-height: 60px;
}
.che-product-slider .che-product-slider-item .che-product-item {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding: 0.8rem 0.2rem;
}
.che-product-slider
  .che-product-slider-item
  .che-product-item
  .che-product-title
  .che-product-title-link {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
}
.che-product-slider
  .che-product-slider-item
  .che-product-item
  .che-product-promo {
  text-decoration: line-through;
  color: #ccc;
  font-size: 1.5rem;
}
.che-product-slider
  .che-product-slider-item
  .che-product-item
  .che-product-price {
  color: #d70000;
  font-size: 1.5rem;
}
.apps-che-featured-categories .apps-che-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.apps-che-featured-categories .apps-che-row .apps-che-column {
  flex: 20%;
  max-width: 20%;
  padding: 8px;
  overflow: hidden;
}
.apps-che-featured-categories .apps-che-row .apps-che-column a {
  text-decoration: none;
  color: #222;
}
.apps-che-featured-categories
  .apps-che-row
  .apps-che-column
  a
  .app-che-collection-title {
  padding: 0.5rem 0;
  font-weight: bold;
}
@media screen and (min-width: 990px) {
  .price .price__container span.price-item.price-item--regular,
  .price .price__container .price__sale .price-item--sale {
    font-size: 28px !important;
    letter-spacing: -1px;
    line-height: 2.8rem;
    font-weight: 600 !important;
  }
  ul.grid.product-grid,
  .collection slider-component:not(.slider-component-desktop) ul {
    grid-template-columns: repeat(5, 1fr);
  }
  ul.grid.product-grid li .card-wrapper,
  .collection
    slider-component:not(.slider-component-desktop)
    ul
    li
    .card-wrapper {
    padding: 10px !important;
  }
}
@media (min-width: 601px) and (max-width: 1500px) {
  .che-product-slider
    .che-product-slider-item
    .che-product-item
    .che-img-wrapper
    .che-item-image {
    min-height: 140px;
    max-height: 140px;
  }
  .che-product-slider
    .che-product-slider-item
    .che-product-item
    .che-img-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 250px !important;
    max-height: 250px !important;
    overflow: hidden !important;
  }
}
@media screen and (max-width: 992px) {
  .apps-che-featured-categories .apps-che-row .apps-che-column {
    flex: 50%;
    max-width: 50%;
  }
  .che-main-feature-wrapper .che-main-feature-banner {
    display: none;
  }
  .che-main-feature-wrapper .che-main-feature-list {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 600px) {
  .indicator-wrapper-2 {
    position: relative;
    margin-top: 10px;
    text-align: left;
    margin-left: 0px;
  }
  .main-container {
    column-count: 1;
  }
  .footer-store-container li {
    display: block;
    padding: 0.4rem;
  }
  .product-media-modal__content .swipe-image {
    width: 100% !important;
    height: auto !important;
  }
  .app-che-subheader {
    z-index: 2important;
  }
  .product-media-control {
    display: inline-block !important;
  }
  .gk-center-feature-collection {
    display: flex;
  }
  .gk-center-feature-collection .gk-center-feature-collection-item {
    width: 33% !important;
  }
  .price {
    width: 70% !important;
    display: inline-block !important;
    overflow: hidden;
  }
  .card--card .quick-add {
    margin: 0 !important;
    display: inline-block !important;
    width: 30% !important;
    position: absolute;
    bottom: 0;
  }
  .price .price__container span.price-item.price-item--regular,
  .price .price__container .price__sale .price-item--sale {
    display: block;
    font-size: 19px !important;
    line-height: 38px;
    font-weight: 600 !important;
    letter-spacing: -1px;
  }
  .apps-che-category-slider-wrapper {
    background-color: #eeeee1;
    position: relative;
    padding: 1rem;
    max-height: 187px;
    overflow: hidden;
  }
  .apps-che-category-slider-wrapper .apps-che-category-slider {
    text-align: center;
  }
  .apps-che-category-slider-wrapper .apps-che-category-slider .che-slide-item {
    padding: 0.3rem;
    max-width: 150px;
    display: inline-block;
  }
  .che-product-slider
    .che-product-slider-item
    .che-product-item
    .che-img-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 250px !important;
    max-height: 250px !important;
    overflow: hidden !important;
  }
  .breadcrumbnav {
    font-size: 12px;Ï
    padding: 10px 0 5px 0px important;
  }
  .product-recommendations__heading,
  .product {
    padding: 0 1.2rem !important;
  }
  .collection-hero__title {
    display: block;
    margin: 0;
    padding: 1.2rem;
  }
  .che-simple-image-banner .che-img-desktop {
    display: none;
  }
  .che-simple-image-banner .che-img-mobile {
    display: block;
  }
  .che-main-feature-wrapper .che-main-feature-banner {
    display: none;
  }
  .che-main-feature-wrapper .che-main-feature-list {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .apps-che-featured-categories .apps-che-row .apps-che-column {
    flex: 50%;
    max-width: 50%;
  }
  .che-product-slider
    .che-product-slider-item
    .che-product-item
    .che-img-wrapper {
    padding: 1rem 0.1rem;
  }
  .che-product-slider
    .che-product-slider-item
    .che-product-item
    .che-img-wrapper
    .che-item-image {
    min-height: 90px;
    max-height: 120px;
  }
}
.apps-che-footer {
  background: #222;
  padding: 5rem 0;
  color: #fff;
  font-size: 1.3rem;
}
.apps-che-footer .apps-che-supported-payments {
  margin: 0.8rem 0 1rem 0;
  padding: 0;
  list-style: none;
}
.apps-che-footer .apps-che-supported-payments li {
  display: inline-block;
}
.apps-che-footer .apps-che-supported-payments li img {
  max-width: 100px;
}
.apps-che-footer .apps-che-supported-payments li a {
  color: #fff;
  text-decoration: none;
  display: block;
  border: 3px solid #fff;
  margin-left: 0.6rem;
  /* background: #d70000; */
  padding: 1rem 1.2rem 0.8rem;
}
.apps-che-footer .apps-che-supported-payments li a .la {
  font-size: 2rem;
}
.apps-che-footer .apps-che-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.apps-che-footer .apps-che-footer-links li {
  display: block;
}
.apps-che-footer .apps-che-footer-links li a {
  color: #fff;
  text-decoration: none;
  line-height: 1.4rem;
}

/* Menu */
.che-hamburger {
  margin-top: 0.8rem;
  display: inline-block;
  width: 45px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 3000;
  position: absolute;
}
.che-hamburger div {
  width: 32px;
  height: 3px;
  background: #222;
  margin: 6px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.che-hamburger.active {
  transform: rotate(180deg);
  position: relative;
}
.che-hamburger.active div {
  background: #fff;
  z-index: 3000;
  position: absolute;
}
.che-hamburger.active div:nth-child(1) {
  transform: rotate(45deg) translate(-8px, -8px);
}
.che-hamburger.active div:nth-child(2) {
  opacity: 0;
}
.che-hamburger.active div:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

.che-menu-overlay {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: white;
  background-color: #d70000;
  z-index: 100;
  pointer-events: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex-wrap: wrap;
  width: 0;
  height: 0;
}
.che-menu-overlay.active {
  pointer-events: auto;
  visibility: visible;
  -webkit-animation: 0.2s in-out forwards;
  animation: 0.2s in-out forwards;
}
.che-menu-overlay.remove {
  -webkit-animation: out-in 0.2s forwards;
  animation: out-in 0.2s forwards;
}
.che-menu-overlay .che-menu-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.che-menu-overlay .che-menu-container .chec-mobile-menu-content {
  text-align: center !important;
  //justify-content: center;
  width: 100%;
  //display: flex;
}
.che-menu-overlay
  .che-menu-container
  .chec-mobile-menu-content
  .che-mobile-logo {
  max-width: 180px;
  display: inline-block;
}
.che-menu-overlay
  .che-menu-container
  .chec-mobile-menu-content
  .che-mobile-overlay-menu {
  margin: 2rem 0 0 0;
  text-align: left;
}
.che-menu-overlay
  .che-menu-container
  .chec-mobile-menu-content
  .che-mobile-overlay-menu
  ul {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}
.che-menu-overlay
  .che-menu-container
  .chec-mobile-menu-content
  .che-mobile-overlay-menu
  ul
  li
  a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 0rem 1rem 3rem !important;
}
.che-menu-overlay
  .che-menu-container
  .chec-mobile-menu-content
  .menu-drawer__account {
  padding: 1.2rem 2.2rem !important;
  font-size: 1.5rem !important;
  color: #fff !important;
}

@-webkit-keyframes in-out {
  0% {
    width: 0;
    border-radius: 10%;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

@keyframes in-out {
  0% {
    width: 0;
    border-radius: 10%;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
@-webkit-keyframes out-in {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    border-radius: 10%;
  }
}
@keyframes out-in {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    border-radius: 10%;
  }
}
/* End Of Menu */
.apps-helper-text-right {
  text-align: right;
}
::-moz-scrollbar,
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-moz-scrollbar-button,
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-moz-scrollbar-corner,
::-webkit-scrollbar-corner {
  background: transparent;
}
::-moz-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0 none #ffffff;
  border-radius: 50px;
}
::-moz-scrollbar-track,
::-webkit-scrollbar-track {
  background: #666666;
  border: 0 none #ffffff;
  border-radius: 50px;
} /*# sourceMappingURL=app-che-styles.css.map */
