/** Shopify CDN: Minification failed

Line 414:21 Expected ":"

**/
/* ------------------------------------------------------------ *\
	Custom
\* ------------------------------------------------------------ */
.mt-50 {
  margin-top: 50px !important;}

.p-relative {
  position: relative !important;}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.list-pagination .pagination {
  margin-bottom: 30px;
  justify-content: center; }
.list-pagination li {
  margin: 0 5px;
  position: relative; }

.list-pagination .active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
  left: 0; }

.gm-style .gm-style-iw-c {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none; }

.gm-style .gm-style-iw-d {
  overflow: initial !important;
  max-height: none !important; }

.gm-style .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  opacity: 0 !important; }

#scapl-geocode-btn {
  border: none; }

.weglot-container {
  display: none !important; }

.form-control {
  text-transform: none !important; }

.cp-hero {
  display: block; }

/* default screen, non-retina */
@media (max-width: 768px) {
  .desktop-view {
    display: none; }}
@media (min-width: 769px) {
  .mobile-view {
    display: none; }}

.sidebar__promo-info {
  margin-top: 20px;
  font-size: 14px;
  color: #ce5b5b; }

.propertie {
  margin: 0;
  padding: 0; }

.propertie__item {
  margin-bottom: 6px;
  font-size: 12px; }

.propertie__item__label {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; }

.fl-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.al-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.total-line-table {
  display: none; }

.color__btn {
  border: 1px solid #a5a8ab !important;
  display: block; }

.cp-hero-container {
  position: relative;
}

.color-green {
  color: #50b83c;
}

.color-red {
  color: #ce5b5b;
}

.cp-hero-container .btn-look {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cu-header-mobile {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

/* ------------------------------------------------------------ *\
	Card Promo
\* ------------------------------------------------------------ */
.card__promo {
  overflow: hidden; }

.card__promo__inner {
  margin-bottom: 6px; }

.card__promo__title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }
.card__promo__value {
  text-align: right;
  font-size: 12px; }

.store + .store {
  background: none !important; }

.accordion-simple.active .accordion__body {
  max-height: 100% !important; }

/* ------------------------------------------------------------ *\
	Combo Box
\* ------------------------------------------------------------ */
.combo-box {
  position: absolute;
  top: 45px;
  left: 0;
  background: #ffffff;
  height: 200px;
  width: 100%;
  z-index: 99;
  overflow: scroll;
  border: 1px solid #413f3f;
  border-top: 0; }

.combo-box__header {
  display: flex;
  justify-content: space-between;
  padding: 8px; }

.combo-box__header__button {
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 14px;
  height: 14px;
  padding: 0;
  display: flex; }

.combo-box__header__button svg {
  width: 14px;
  height: 14px; }

.combo-box__option {
  padding: 8px;
  cursor: pointer; }

.combo-box__footer {
  padding: 8px; }

.combo-box__option:hover {
  background: #212529;
  color: #ffffff; }

.combo-box--hidden,
.visually-hidden {
  display: none; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav > ul > li a {
  font-weight: 400; }

/* ------------------------------------------------------------ *\
	quantity-numbers
\* ------------------------------------------------------------ */
.quantity-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .quantity-numbers .quantity__title {
    display: block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 25px;
    margin-top: 2px;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .quantity-numbers .quantity__title {
        font-size: 12px; } }

/* ------------------------------------------------------------ *\
	Product Item
\* ------------------------------------------------------------ */
.card-product {
  margin-top: 6px;}

.product-item--alt .product__quantity .quantity-numbers .quantity__title {
  margin: 0;
  margin-right: 2px;
  margin-right: 10px; }

.product-item--alt .product__quantity span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3; }

.product__status--sold-out svg {
  display: none; }

.product-table .product-table__header th {
  padding-bottom: 10px; }

.product-table .product-thumbnail__quantity {
  display: none; }

.product-table .product__description__name,
.product-table .product__description__variant {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px; }

/* ------------------------------------------------------------ *\
	Tags
\* ------------------------------------------------------------ */
.tag-red-point {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  background-color: red;
}

.section-product-detail .tag-red-point {
  bottom: 20px;
  right: 50px;
}

@media (max-width: 768px) {
  .tag-red-point {
    bottom: 25px;
    right: 50px; }}

.tag-discount {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 18px;
  background-color: #da1a32;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  font-weight: 600;}

.cp-quick_cart .tag-discount,
.cards-checkout .tag-discount {
  padding: 2px 8px;
  font-size: 10px;
  left: 0; }

.tag-new {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  padding: 5px;
  margin-left: 5px;}

.cp-product_detail_bloc .tag-discount {
  right: 48px;
  left: auto;}

.cp-quick_cart .tag-new,
.cards-checkout .tag-new {
  padding: 2px;
  font-size: 7px; }

.cp-quick_cart  .tag-red-point,
.cards-checkout .tag-red-point {
  bottom: 5px;
  right: 5px;
  height: 7px;
  width: 7px;
}

.tag-outlet {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  padding: 5px;
  margin-left: 5px;
}

.tag-eco_friendly {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  padding: 5px;
  margin-left: 5px;
}

.tag-display {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  padding: 5px;
  margin-left: 5px;
}

.cp-quick_cart .tag-eco_friendly,
.cards-checkout .tag-eco_friendly {
  padding: 2px;
  font-size: 7px; }

.cp-quick_cart .tag-outlet,
.cards-checkout .tag-outlet {
  padding: 2px;
  font-size: 7px; }

.card__image {
  position: relative; }

.exclamation-mark {
  display: none; }

.date-picker-x-input {
  background: none !important; }

/* ------------------------------------------------------------ *\
  Challenge
\* ------------------------------------------------------------ */
.shopify-challenge__container {
  margin-top: 50px;
  margin-bottom: 50px; }

.shopify-challenge__button {
  text-align: center;
  border: 1px solid #413f3f;
  padding: 13px 20px;
  color: #413f3f; }

.shopify-challenge__button:hover {
    background: #413f3f;
    color: #fff; }

form .errors {
  font-size: 12px;
  color: #ce5b5b;
  margin-bottom: 12px;
  margin-top: 12px; }

form .success-message {
  font-size: 12px;
  color: #20c997;
  margin-bottom: 12px;
  margin-top: 12px; }

.social-sharing-li {
  position: relative; }

.social-sharing {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 5px;
  background: #fff;
  opacity: 0;
  border: 1px solid #6c757d; }

.social-sharing.active {
  visibility: visible;
  opacity: 1;
  transition: opacity .4s, visibility .4s;}

/* ------------------------------------------------------------ *\
	Nav Container
\* ------------------------------------------------------------ */
@media (max-width: 768px) {
  .nav-container {
    height: calc((100 * var(--vh)) - 53px); }}

/* ------------------------------------------------------------ *\
	Nav Ultilities
\* ------------------------------------------------------------ */
@media (min-width: 1280px) {
    .nav-ultilities {
      padding-bottom: calc(17px + (2 * env(safe-area-inset-bottom))); }
}

/* ------------------------------------------------------------ *\
  Card Product
\* ------------------------------------------------------------ */
.card-product .card__link {
  display: block !important; }

.single-option-selector {
  display: none; }

/* ------------------------------------------------------------ *\
  Newsletter
\* ------------------------------------------------------------ */
.subscribe .error__note {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.8); }

@media (max-width: 768px) {
  .cards-search {
    text-align: center;
    padding: 0 10px;
  }}

.instafeed-lightbox .lightbox-instagram .header {
  bottom: none;
  top: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ------------------------------------------------------------ *\
	Form Contorl
\* ------------------------------------------------------------ */
.error .error__note {
  position: relative !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;}

.field-required:after {
  top: 15px !important;
  transform: none !important;}

.section--reductions.hidden-on-desktop {
  display: none !important;}

.select2-results__options{
  -ms-overflow-style: none;}

.ndnapps-sociallogin-wrapper {
  display: none !important;}

/* ------------------------------------------------------------ *\
	KCA
\* ------------------------------------------------------------ */
.kca-forms-wrapper {
  max-width: 1340px;
  padding: 0 20px;}

.kca-form {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;}

.kca-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;}

.kca-form__title {
  width: 100%;
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0 15px;
  margin-top: 45px;}

.kca-form__input-group {
  padding: 15px;
  width: 50%;
  margin: 0;}

@media (max-width: 768px) {
  .kca-form__input-group {
    width: 100%;}}

.kca-form__input-group label {
  font-weight: 500;
  line-height: 1.2;
  color: #a5a8ab;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 0.8125rem;
  display: block;}

.kca-form__input-group input {
  border-color: #413f3f;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: calc(1.3em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;}

.kca-form__submit {
  padding: 0 15px;}

.kca-form__submit .btn {
  background: #000000;}

.card-checkout--small .card__image-inner {
  position: relative;
}
/* ------------------------------------------------------------ *\
	Table Products
\* ------------------------------------------------------------ */
@media only screen and (max-width: 800px) {
  .table-products table {
    min-width: 100%;
  }

  .table-products table,
  .table-products thead,
  .table-products tbody,
  .table-products th,
  .table-products td,
  .table-products tr {
    display: block;
  }

  .table-products thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-products tr { border: 1px solid #ccc; }

  .table-products td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align:left;
  }

  .table-products td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }

  .table-products td:before { content: attr(data-title); }
}

@media screen and (max-height: 720px) {
  .cp-search-result .cards-search {
    height: calc(100vh - 75px - 100px);
    overflow: scroll;
  }
}

.jq-dte-inner [aria-label]:focus:after {
  color: #000
}

span.jq-dte input {color:#000;}

@media(max-width: 767px){
  .block_first li {
      display: none;
  }
  .block-sec li {
      display: none;
  }
}


.lazy {
  opacity: 0;
}
.lazy:not(.initial) {
  transition: opacity 1s;
}
.lazy.initial,
.lazy.loaded,
.lazy.error {
  opacity: 1;
}

.push_promo-cols,
.product-cols {
  flex-basis: calc(100%/4);
  width: calc(100%/4);
  padding-left: 0 !important;
}
.push_promo-cols {
  flex-basis: calc(100%/4);
  width: calc(100%/4);
}

@media(max-width: 767px){
  .push_promo-cols,
  .product-cols {
    flex-basis: 100%;
    width: 100%;
    padding-left: 0 !important;
  }
  .push_promo-cols {
    flex-basis: 100%;
    width: 100%;
  }
}

.push_promo_wide-cols .banner {
  margin-right: 0;
}


/* doofinder */
.df-classic {
  z-index: 20 !important;
}

.df-classic .df-icon--close {
  display: none;
}

.df-results {
  min-width: 325px !important;
  grid-template-columns: repeat(auto-fill,minmax(325px,1fr)) !important;
}

.df-results .df-card {
  padding: 0 10px;
}

.cards__body-doofinder .cp-item {
  width: 20%;
  padding: 10px;
}

@media(max-width: 767px){
  .cards__body-doofinder .cp-item {
    width: 100%;
  }
}

@media(max-width: 1024px){
  .cards__body-doofinder .cp-item {
    width: 50%;
  }
}

.df-main .cards__head {
  margin-bottom: 20px;
  padding: 0 10px;
}

.df-main .cards__head p {
  font-size: 15px;
  font-weight: 400;
}

.grid-layout .cp-item .btn {
  min-width: 220px;
  padding: 15px 5px;
}

@media(max-width: 767px){
  .grid-layout .cp-item .btn {
    min-width: 100%;
  }
}

.section__image {
  position: relative;
}


.df-mobile__content .df-card {
  padding: 10px;
}

.section__entry a {
  text-decoration: underline;
}