.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecartopenlinkcount {
  display: inline-block;
  height: 18px;
  min-width: 18px;
  margin-left: 8px;
  padding-right: 6px;
  padding-left: 6px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #fff;
  color: #3898ec;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  border-radius:8px;
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

.w-commerce-commercecartitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecartquantity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.seasonal-infos {
  background-color:#FBAE25;
  color: black; 
  font-size:15px;
  padding: 8px 12px;
  border-radius: 16px;
      margin-top: 10px;
    align-self: flex-start;
}

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartcheckoutbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartquantityinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartoutofstock {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffdede;
}



@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }


}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #eee;
}

.divider.cc-dark-divider {
  height: 1px;
  background-color: #202020;
}

.section-page {
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.section-page.cc-subscribe-form {
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f4f4f4;
}

.section-page.cc-product-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.container.cc-subscription-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.cc-heading-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}

.container.cc-full-width-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 20px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid black;
  border-radius: 8px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: white;
  font-size: 14px;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  background-color:black;
  letter-spacing: 2px;
}

.woocommerce-shipping-totals.shipping {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shipping-calculator-button {
  text-align:center;
}

.wc-proceed-to-checkout {
margin-top: 20px;
}

.button:hover {
  background-color: #1f1914;
  color: white;
}

.button:active {
  background-color: #1f1914;
  color: #fff;
}

.button.cc-cart {
  position: relative;
  padding: 0px;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  border: none;
}

.button.btn-connect {
  margin-bottom: 5px;
  border: 1px solid #000;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

.button.btn-connect:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
}

.label {
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.product-name-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-name-text.cc-name-text-cart {
  margin-right: 0px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1px;
}

.product-name-text.cc-name-text-cart.title {
  margin-left: 5px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-quantity {
  display: block;
  height: auto;
  max-width: 70px;
  min-width: auto;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  font-family: Inconsolata, monospace;
  color: #1f1914;
  font-size: 28px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}


.cart-page .cart-quantity {
  padding: 0px;
  margin-bottom: 0px;
  font-weight:300;
  font-size: 20px;
}

.cart-page .image-35 {
  mix-blend-mode: multiply;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header {
  position: fixed;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.header.closed {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.header.sticky {
  background-color: #b18866;
}

.text-field {
  margin-bottom: 32px;
  padding: 23px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.text-field:hover {
  border-color: #bdbdbd;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus,
.text-field.-wfp-focus {
  border-color: #bdbdbd;
  background-color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field._w-commerce-commercecheckoutemailinput {
  display: inline-block;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.collection-item {
  position: relative;
  width: 33.33%;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
  text-align: center;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block h2{
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.footer {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-template-areas: ".";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #010201;
  color:#F2E4C6;
}

.footer-link {
  margin-bottom: 15px;
  opacity: 0.6;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.links-section-footer {
  margin-top: 40px;
}

.product-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 620px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #fff;
  text-decoration: none;
}

.product-image-wrap:hover {
  opacity: 0.9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: 0.85;
  color: #fff;
}

.product-description {
  position: static;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.5);
}

.product-price-text {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-detail-main-details {
  margin-bottom: 10px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 720px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-detail-price {
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  /* font-family: acumin-pro-extra-condensed, sans-serif; */
  font-family: "proxima-nova", sans-serif;
  color: #1f1914;
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 2.4px;
}

.product-coffee-title {
  font-family: "proxima-nova", sans-serif;
  color: #1f1914;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  padding: 16px 0px;
  border-style: none;
  border-color: #e4e4e4;
  background-image: url('../images/dot-h-b.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat-x;
}

.block-content {
  padding: 24px;
  border-right-color: #e4e4e4;
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  font-weight: 400;
}

.full-width-form {
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  border-top: 1px none #e4e4e4;
  border-bottom: 1px none #e4e4e4;
  background-color: transparent;
  font-size: 15px;
  line-height: 22px;
}

.order-item-list {
  display: none;
  margin-bottom: -5px;
  padding-right: 20px;
}

.order-item-description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-item-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  line-height: 26px;
}

.checkout-quantity-wrap {
  opacity: 0.6;
  font-size: 16px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

.billing-address-toggle {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  margin-top: 0px;
  margin-bottom: 4px;
}

.shipping-method {
  padding: 20px 24px;
  border-bottom-color: #e4e4e4;
}

.shipping-method-list {
  border-right-color: #e4e4e4;
  border-left-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.option-list {
  display: none;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.result-wrapper {
  display: none;
}

.collection-list-2 {
  width: 100%;
}

.collection-item-2 {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.empty-state {
  display: none;
  height: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 0px;
}

.div-block-39 {
  display: none;
}

.logout-link---copy-this {
  color: #1a1b1f;
}

.account-container {
  margin-top: 65px;
  margin-bottom: 65px;
}

.table-header-label {
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.table-header-data-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: #1f1914;
  color: #fff;
}

.table-header-data-2.product {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #1f1914;
}

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px none #000;
}

.cart---copy-this {
  width: 100%;
}

.table-row-data {
  padding: 10px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border: 1px solid #f7f7f7;
}

.table-row-data.total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  font-size: 28px;
}

.table-row-data.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.table-row-data.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  font-size: 28px;
}

.table-row-data.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #fff;
}

.table-row-data.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #fff;
}

.table-row-data.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
}

.table-row-data.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-style: none;
  background-color: transparent;
  font-size: 28px;
  letter-spacing: 1px;
}

.cart-row---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quantity {
  width: 70px;
}

.search-button {
  display: none;
}

.search-input {
  max-width: 400px;
}

.search-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mini-cart-list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.mini-cart-image {
  width: 90px;
  height: 90px;
  margin-right: 20px;
  border-radius: 60px;
  background-image: url('../images/transparent.png');
  background-position: 50% 50%;
  background-size: cover;
}

.remove-product-link {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  background-color: transparent;
  background-image: url('../images/btn-more.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #1f1914;
}

.remove-product-link:hover {
  opacity: 1;
}

.cart-list-2 {
  display: none;
}

.text-block-79 {
  font-size: 10px;
  text-transform: uppercase;
}

.text-block-78 {
  font-family: 'Inter', sans-serif;
}

.checkout-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-info-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mini-cart-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
}

.mini-cart-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-cart-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-76 {
  font-family: Inconsolata, monospace;
  line-height: 20px;
}

.mini-cart-list-item {
  padding: 10px 20px 10px 0px;
}

.product-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-quantity-2 {
  position: absolute;
  top: -5px;
  right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
  padding-right: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #B27AB3;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.login-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.login-item:hover {
  opacity: 0.9;
}

.login-item:active {
  opacity: 0.8;
}

.login-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.login-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.login-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.text-field-2 {
  margin-bottom: 0px;
}

.image-35 {
  margin-left: 10px;
}

.text-block-80 {
  font-size: 19px;
}

.includes_tax {
display:flex;
}

.cart-page .cart-total-wrapper .includes_tax .woocommerce-Price-amount.amount {
  flex-direction: row;
}

.div-block-162 {
  margin-left: 10px;
}

.cart-buttons-wrapper {
  display: none;
  margin-top: 40px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cart-totals---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.cart-total-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1f1914;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}

.cart-page .cart-total-wrapper .woocommerce-Price-amount.amount {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.product-info-wrapper-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price-compare-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-regular-price {
  margin-bottom: 20px;
  margin-left: 10px;
  opacity: 0.6;
  font-size: 30px;
  line-height: 52px;
  text-decoration: line-through;
}

.product-regular-price-text {
  margin-left: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: line-through;
}

.div-block-164 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-label {
  margin-bottom: 2px;
  border-style: none;
  border-width: 1px;
  border-color: #9c2323;
  background-color: transparent;
  font-size: 14px;
}

.form-row span em {
  font-size:12px;
}

.account-submit {
  margin-top: 20px;
  padding: 5px 18px 5px 20px;
  border: 2px dotted #000;
  border-radius: 6px;
  background-color: black;
  color: white;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.account-submit:hover {
  background-color: #1f1914;
  color: #fff;
}

.form {
  padding: 0px;
}

.account-right {
  width: 100%;
  margin-left: 25px;
  padding: 10px 10px 10px 50px;
  background-image: url('../images/dot-v-b.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-y;
  font-size: 20px;
}

.list-item-3 {
  margin-bottom: 0px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account-left {
  margin-bottom: 0px;
  padding-left: 0px;
}

.button-3 {
  display: block;
  min-width: 200px;
  background-color: transparent;
  color: #1f1914;
  font-size: 18px;
}

.button-3:hover {
  color: #d16a39;
}

.text-field-6 {
  border-style: none none dotted;
  border-width: 1px 1px 2px;
  border-color: #1b1b1b #1b1b1b rgba(31, 25, 20, 0.5);
  background-color: rgba(0, 0, 0, 0.07);
  font-family: acumin-pro-condensed, sans-serif;
  color: #1f1914;
  font-size: 18px;
}

.add-to-cart {
  width: 100%;
}

.variation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.btn-add {
  margin-right: 5px;
  background-color: transparent;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 2px solid #1f1914;
  text-transform: uppercase;
  color: #1f1914;
}

.select-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-6 {
  display: block;
}

.heading-2 {
  font-family: acumin-pro-condensed, sans-serif;
  color: #f0dec3;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2px;
}

.body-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1918;
}

.section-hero {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 2px;
}

.nav-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* background-image: url('../images/dot-h-w.svg'), url('../images/dot-h-w.svg');
  background-position: 0% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat-x, repeat-x; */
}

.logo-header-link {
  position: relative;
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 50px;
  padding-left: 50px;
  /* background-image: url('../images/dot-v-w.svg'), url('../images/dot-v-w.svg');
  background-position: 100% 0%, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat-y, repeat-y; */
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-list.right {
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-item, .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #fff9f2;
  font-family: 'Inter', sans-serif;
  color: #1f1914;
  font-weight:300;
}

.body.coffee-bkg {
  background-color: #a09e89;
}

.body.page-account {
  background-color: #b18866;
}

.body.checkout {
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.body.page-defaut {
  background-color: #b18866;
}

.body.page-cart {
  background-color: #b18866;
}

.body.page-receipe {
  background-color: #f5f5f5;
}

.body.home {
  background-color: #1f1916;
  -webkit-transition: background-color 1000ms ease-in-out;
  transition: background-color 1000ms ease-in-out;
}

.body.sticky-inside {
  background-color: #20251e;
}

.body.home, .body.archive-coffee, .body.archive-tea, .body.archive-matos {
  background-color: #fff9f2;
}

/* .body.home main {
  margin-top: 164px;
} */

/* .body.archive-coffee {
  background-color: #b18866;
}

.body.archive-matos {
  background-color: #f3f3f3;
}

.body.archive-tea {
  background-color: #bdbb99;
} */

.nav-link, .menu-item a {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: "proxima-nova", sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link:hover, .menu-item a:hover, .body[data-menu=black].archive-matos .header .menu-item a:hover {
  color: #FBAE25;
}

.footer-bottom-link .menu-item a {
  font-size:inherit;
  font-size: inherit;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: inherit;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight:400;
}

.nav-link:active, .menu-item a:active {
  color: #d16a39;
}

.body[data-menu=black] .header .menu-item a {
  color: #1f1914;
}

.body[data-menu=black] .header .menu-item a:hover {
  color: #FBAE25;
}


.account-link {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}

.swiper-container.swiper-home {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #1f1914;
  opacity: 1;
}

.swiper-container.home-coffee {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.swiper-container.home-tea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* margin-top: 20px; */
  margin-bottom: 30px;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-wrapper.home-coffee-list {
  width: 100%;
  /* -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; */
}

.swiper-slide.home-slide {
  width: 100%;
  height: 100%;
}

/* .swiper-slide.home-coffee-item {
  width: 33.333333333333336%;
}

.swiper-slide.home-tea-item {
  width: 33.333333333333336%;
} */

.home-slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gradient-top {
  position: absolute;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 15vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1f1914), to(rgba(1, 2, 1, 0)));
  background-image: linear-gradient(180deg, #1f1914, rgba(1, 2, 1, 0));
}

.gradient-bottom {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 15vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1f1914), to(rgba(1, 2, 1, 0)));
  background-image: linear-gradient(0deg, #1f1914, rgba(1, 2, 1, 0));
}

.section-coffee {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff9f2;
}

.top-wave {
  width: 100%;
  height: 20px;
  margin-top: -20px;
  margin-bottom: 60px;
  background-image: url('../images/wave_brown.svg');
  background-position: 0% 100%;
  background-size: 100% 20px;
  background-repeat: repeat-x;
  color: #1f1914;
}

.hero-content {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.logo-intro {
  height: 240px;
}

.logo-intro.soon {
  margin-bottom: 22vh;
}

.open-info-wrapper {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  color: #F2E4C6;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.open-info-wrapper:hover {
  color: #fff;
}

.text-open {
  margin-right: 10px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  color: #F2E4C6;
}

.text-open.off {
  display: none;
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 1440px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 70px;
  line-height: 62px;
  text-align: left;
  letter-spacing: 4px;
}

.title.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title.title-first {
  margin-right: 15px;
  margin-bottom: 0px;
  line-height: 50px;
}

.title.title-last {
  margin-bottom: 20px;
}

.title.title-last.small {
  font-size: 60px;
  letter-spacing: 5px;
}

.title.center {
  text-align: center;
}

.title-first {
  position: static;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  font-family: 'Awesome birds', sans-serif;
  font-size: 90px;
  line-height: 30px;
  letter-spacing: 0px;
}

.title-first.inline {
  margin-top: 0px;
  margin-right: 10px;
  font-size: 80px;
  line-height: 52px;
}

.marker-home {
  height: 18px;
  margin-right: 10px;
  margin-left: 10px;
}

.section-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.info-wrapper {
  position: absolute;
  left: 0px;
  bottom: 10vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 360px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/dot-v-w.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: repeat-y;
}

.info-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-apropos-home .tltle-description {
  margin-top: 20px;
}

.title-last {
  display: inline-block;
  line-height: 60px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-last.inline {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 5px;
}

.intro_info_text {
  font-family: acumin-pro-condensed, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

.title-cross-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 3vw;
  padding-left: 3vw;
  align-items:flex-start;
}

.title-cross-wrapper.cross {
  margin-bottom: 0px;
}

.title-divider {
  width: 3px;
  height: 60px;
  margin-top: 5px;
  margin-right: 40px;
  margin-left: 30px;
  background-image: url('../images/dot-v-b.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-y;
}

.best-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1480px;
  padding-right: 0px;
  padding-left: 0px;
}

.best-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* -webkit-box-pack:start;
  -ms-flex-pack:start;
      justify-content:flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  /* gap: 6vw; */
}

.best-list-container {
  width: 100%;
}

.best-list.w-row:before {
  display: none;
}

.best-item {
  width: 320px;
  padding-right: 0px;
  padding-left: 0px;
}

.best-item.off {
  width: 320px;
  margin-bottom: 30px;
}

.tltle-description {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
}

.top-wave-black {
  width: 100%;
  height: 40px;
  margin-top: -40px;
  margin-bottom: 30px;
  background-image: url('../images/wave_black.svg');
  background-position: 0% 100%;
  background-size: 100% 20px;
  background-repeat: repeat-x;
  color: #1f1914;
}

.footer-wrapper-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 21px;
  line-height: 32px;
  padding-top:7vw;
}

.paragraph-2 {
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: acumin-pro-condensed, sans-serif;
  color: #aa886d;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.footer-nav {
  padding-right: 0px;
  padding-left: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
display: -ms-flexbox;
display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  list-style-type: none;
}

.footer-nav-list-1 {
  margin-top:0px;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
      flex-grow:1;
      flex-direction: column;
      height: 8vw;
      flex-wrap: wrap;
}

.footer-wrapper-bottom {
  width: 100%;
  padding-right: 3vw;
  padding-left: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-bottom-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 12px;
}

.first-nav {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: -5px;
  font-family: 'Awesome birds', sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.social-link {
  margin-left: 25px;
}

.text-closed {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  color: #F2E4C6;
}

.text-closed.off {
  display: none;
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.soon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  margin-right: 40px;
  margin-bottom: 50px;
  margin-left: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #b18866;
  box-shadow: 0 -1px 30px -15px #1f1914;
}

.title-block-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.soon-block.block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/dot-v-b.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: repeat-y;
}

.paragraph-3 {
  font-family: acumin-pro-condensed, sans-serif;
}

.soon-text {
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.soon-title {
  margin-bottom: 5px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.soon-link {
  min-width: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.soon-link:hover {
  opacity: 0.25;
}

.soon-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.soon-contact:hover {
  opacity: 0.25;
}

.soon-contact-text {
  margin-bottom: 0px;
  margin-left: 16px;
  font-family: acumin-pro-condensed, sans-serif;
  color: #010201;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.soon-contact-text.mail {
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none;
}

.link-block {
  min-width: 32px;
}

.soon-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.soon-contact-img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff9f2;
  margin-top: 85px;
}

.section-product-top {
  position: relative;
  z-index: 1;
  width: 100%;
  /* max-width: 1600px; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5vw;
  height: calc(100vh - 136px);
  /* padding-right: 3vw;
  padding-left: 3vw; */
  /* background-image: url('../images/gravure.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat; */
}

.product-right-wrapper {
  position: relative;
  z-index: 2;
  padding: 5vw 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-img-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F2E4C6;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.product_cat_tea_infusions .product-img-wrapper {
  padding-top: 0vw;
  padding-bottom: 0vw;
}

.product-img-wrapper .coffee-img{
  max-height: 90%;
}

.product_cat_tea_infusions .product-img-wrapper .coffee-img{
  max-height: 100%;
  height: 100%;
  width: 100%;
}


/* .coffee-img {
  position: absolute;
  width: 720px;
  height: auto;
} */

.coffee-img.img-tea {
  width: 400px;
  height: 460px;
  border-style: solid;
  border-width: 7px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 210px;
  background-color: rgba(0, 0, 0, 0.2);
  -o-object-fit: cover;
  object-fit: cover;
}

.link-back-coffee {
  position: absolute;
  left: 0px;
  top: 136px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #1f1914;
  text-decoration: none;
  background-color: #F2E4C6;
  border-bottom-right-radius: 8px;
}

.product_cat_coffee .link-back-coffee {
  background-color: #B27AB3;
}



.link-back-coffee:active {
  background-color: #fff;
  background-image: none;
  color: #1f1914;
}

.cta-main-text {
  padding-bottom: 2px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vta-chevron {
  margin-right: 22px;
}

.product-subtitle {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 300;
}

.product-kilo {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

.product-description-top {
  margin-top: 40px;
  margin-bottom: 10px; 
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 300;
}

.product-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quantity-2 {
  width: 50px;
  margin-bottom: 4px;
  border-style: none;
  background-color: transparent;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  padding-left:6px;
}

.section-product-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-bottom: 120px;
  padding-left: 40px;
  overflow: hidden;
}

.coffee-bottom-left {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 360px;
  margin-left: 120px;
}

.coffee-bottom-right {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 550px;
  margin-left: 100px;
  padding-left: 30px;
  font-weight: 300;
}

.prodcut-short-description {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0px;
}

.prodcut-short-description h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 34px;
}

.product-item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.main-archive-coffee .product-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-archive-coffee .product-item-img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-item-img.off {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.coffee-item-title {
  font-family: "proxima-nova", sans-serif;
  color: #1f1914;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top:0px;
  margin-bottom: 0px;
}

.coffee-item-text-wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.coffee-item-pretitle, h2.coffee-item-pretitle  {
  color: #1f1914;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  line-height:22px;
  margin-top:0px;
  margin-bottom:0px;
}

.product-item-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
}



.product-item-link.tea {
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.product-item-link.matos {
  padding-right: 20px;
  padding-left: 20px;
}

.coffee-item-deco {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.coffee-item-deco.off {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.coffee-item-cta {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  width: 80px;
  padding-top: 2px;
  background-image: url('../images/dot-h-b.svg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: repeat-x;
  -webkit-transform: translate(0px, 39px);
  -ms-transform: translate(0px, 39px);
  transform: translate(0px, 39px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  color: #1f1914;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.coffee-item-cta.off {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-cta-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.item-cta-text.off {
  opacity: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

.logo-white {
  height: 78px;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

/* body.home .logo-white {
  transform: scale(1) translateY(0%);

} */

.logo-white.mobile {
  display: none;
}

.logo-black {
  position: absolute;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.header-wrapper.sticky {
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}

.header-wrapper.mobile-nav.off {
  display: none;
}

.account-img-white {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.account-img-black {
  position: absolute;
  top: 0px;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.cart-img-white {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.cart-img-black {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.account-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
}

.main-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff9f2;
}

.cart-container {
  max-width: 600px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff9f2;
}

.cart-wrapper {
  background-color: rgba(31, 25, 20, 0.8);
  color: #1f1914;
}

.cart-header {
  padding-right: 12px;
  padding-left: 0px;
  border-bottom-style: none;
}

.link {
  color: #1f1914;
  font-size: 26px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

/* .link:hover {
  color: #fff;
} */

.mini-cart-info-wrapper .link {
  font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: none;
    font-weight: 300;
}

.cart-footer {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checkout-button {
  padding: 5px 25px 7px;
  border-radius: 6px;
  background-color: #1f1914;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
  border:2px solid #1f1914;
  transition: all 300ms ease-in-out;
}

.checkout-button:hover {
  background-color: #fff;
  color: #1f1914;
}

.heading-3 {
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cart-line-item {
  font-size: 20px;
  margin-bottom:30px;
}

.text-block-85 {
  letter-spacing: 1px;
}

.coffee-side-list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.coffee-side-item {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.coffee-side-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.paragraph-5 {
  font-size: 15px;
  line-height:22px;
  font-weight: 300;
  letter-spacing: 0px;
}

.section-product-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-add-img {
  width: 100%;
  max-width: 960px;
  margin-top: 80px;
}

.text-decoration {
  position: absolute;
  opacity: 0.07;
  font-size: 300px;
  line-height: 300px;
  font-weight: 600;
  letter-spacing: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.text-decoration.photo {
  top: -130px;
}

.text-decoration.atelier {
  top: 170px;
  z-index: 1;
  opacity: 0.29;
  white-space: nowrap;
}

.text-decoration.torrefaction {
  top: -170px;
  z-index: 1;
  opacity: 0.2;
  white-space: nowrap;
}

.text-decoration.artisanale {
  top: -150px;
  z-index: 1;
  opacity: 0.29;
  white-space: nowrap;
}

.text-decoration.beauvau {
  top: 170px;
  z-index: 1;
  opacity: 0.29;
  white-space: nowrap;
}

.product-stemp {
  position: absolute;
  top: 60px;
  right: 100px;
  max-height: 160px;
}

.variation-wrapper {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-top: 22px;
}

.product-cart-label {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.tags-list {
  padding-left: 0px;
  text-transform: lowercase;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: flex-start;
  color: black;
  overflow:hidden;
}

.tags-item {
  background-color: #F2E4C6;
  border-radius: 20px;
  padding: 0px 13px;
  font-size: 13px;
}

.tags-list-swiper .tags-item {
  transform:translateY(50px);
  opacity: 0;
}

.home-coffee-link:hover .tags-list-swiper .tags-item {
  transform:translateY(0px);
  opacity: 1;
  transition: all 600ms ease-in-out;
}

.home-coffee-link:hover .tags-item:nth-child(1) {
  transition-delay: 0s;
}

.home-coffee-link:hover .tags-item:nth-child(2) {
  transition-delay: 0.1s;
}

.home-coffee-link:hover .tags-item:nth-child(3) {
  transition-delay: 0.2s;
}

.home-coffee-link:hover .tags-item:nth-child(4) {
  transition-delay: 0.3s;
}

.home-coffee-link:hover .tags-item:nth-child(5) {
  transition-delay: 0.4s;
}

.home-coffee-link:hover .tags-item:nth-child(6) {
  transition-delay: 0.5s;
}

.home-coffee-link:hover .tags-item:nth-child(7) {
  transition-delay: 0.6s;
}

.home-coffee-link:hover .tags-item:nth-child(8) {
  transition-delay: 0.7s;
}

.home-coffee-link:hover .tags-item:nth-child(9) {
  transition-delay: 0.8s;
}

.home-coffee-link:hover .tags-item:nth-child(10) {
  transition-delay: 0.9s;
}

.field-label-2 {
  margin-bottom: 0px;
}

.area-deco-wrapper {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-right: 240px;
  padding-bottom: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-deco-img {
  height: 100%;
  opacity: 0.07;
}

.section-crosssale {
  margin-top: 50px;
  width:100%;
  padding-bottom:4vw;
  overflow: hidden;
}

.mouture-select {
  margin-right: 10px;
  padding: 6px 15px 5px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #1f1914;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  cursor: pointer;
}

.mouture-select:hover {
  background-color: rgba(31, 25, 20, 0.05);
  opacity: 1;
}

.mouture-select:active {
  background-color: #1f1914;
  color: #fff;
}

.mouture-select.selected {
  background-color: #1f1914;
  color: #fff;
}

.mouture-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.add-cart-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top:20px;
}

.quantity-product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-less {
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.btn-more {
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.heading-4 {
  text-align: center;
  text-transform: uppercase;
}

.div-block-170 {
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.bold-text {
  font-family: Inconsolata, monospace;
  font-weight: 500;
}

.bold-text-2 {
  font-weight: 300;
}

.link-2 {
  color: #1f1914;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}

.text-block-86 {
  font-size: 21px;
}

.image-36 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-171 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-less-copy {
  width: 26px;
  height: 26px;
}

.btn-chevron {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7px;
  height: 10px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  background-color: #1f1914;
}

.empty-state-2 {
  font-size: 24px;
}

.empty-state-3 {
  display: none;
}

.text-block-87 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.mini-cart-list-item {
  margin-bottom:0px;
}

.image-37 {
  position: absolute;
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-172 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 50vh;
}

.rich-text-block {
  font-family: 'Inter', sans-serif;
}

.image-38 {
  width: 90px;
  margin-right: 10px;
}

.order-items {
  background-color: #fff;
}

.shipping-method-2 {
  background-color: #fff;
}

.customer-info {
  background-color: #fff;
}

.payment-info {
  background-color: #fff;
}

.order-summary {
  background-color: #fff;
}

.customer-info-2 {
  background-color: #fff;
}

.shipping-address {
  background-color: #fff;
}

.order-summary-2 {
  background-color: #fff;
}

.shipping-method-3 {
  background-color: #fff;
}

.payment-info-2 {
  background-color: #fff;
}

.order-items-2 {
  background-color: #fff;
}

.btn-all-coffee {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 14px 8px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/dot-h-b_1.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat-x;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #1f1914;
  text-decoration: none;
}

.btn-all-coffee:hover {
  border-radius: 6px;
  background-color: #1f1914;
  color: #fff;
}

.btn-all-coffee:active {
  background-color: #fff;
  background-image: none;
  color: #010201;
}

.wrapper-product-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bottom-link {
  color: #aa886d;
  text-decoration: none;
}

.section-apropos {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 100px;
  /*padding-bottom: 100px;*/
  background-color: #fff9f2;
}

.top-wave-cream {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 40px;
  margin-top: -40px;
  background-image: url('../images/wave_cream.svg');
  background-position: 0% 100%;
  background-size: 100% 20px;
  background-repeat: repeat-x;
  color: #1f1914;
}

.apropos-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.apropos-slides-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
}

.apropos-img {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 400px;
  min-height: 500px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 2400ms ease;
  transition: all 2400ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.apropos-img.big {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.apropos-img.img2 {
  position: absolute;
  -webkit-transform: translate(80px, 0px);
  -ms-transform: translate(80px, 0px);
  transform: translate(80px, 0px);
  -webkit-transition-property: none;
  transition-property: none;
}

.apropos-img.img1 {
  -webkit-transform: translate(-80px, 110px);
  -ms-transform: translate(-80px, 110px);
  transform: translate(-80px, 110px);
  -webkit-transition-property: none;
  transition-property: none;
}

.apropos-slide {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  margin: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}

.apropos-slide.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  margin-top: 0px;
  margin-bottom: 180px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apropos-slide.horizontal.slide3 {
  margin-top: -25px;
  margin-bottom: 210px;
}

.apropos-slide.slide2 {
  margin-top: 320px;
  margin-bottom: 0px;
}

.apropos-slide.small {
  max-width: 360px;
}

.apropos-slide.slide7 {
  z-index: 10;
  margin-top: 140px;
}

.apropos-slide.slide1 {
  margin-top: 0px;
}

.apropos-slide.slide8 {
  margin-top: 320px;
  margin-bottom: 0px;
}

.apropos-text {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0px;
  padding-top: 40px;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  white-space: normal;
}

.apropos-text.off {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

.apropos-instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apropos-text-insta {
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #1f1914;
  font-size: 29px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
}

.insta-logo-text {
  width: 140px;
  margin-top: 5px;
}

.stemp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 204px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px dotted #1f1914;
  border-radius: 400px;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.inst_stemp {
  padding: 8px 8px 9px;
  border: 1px solid #1f1914;
  border-radius: 400px;
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
  text-decoration: none;
}

.inst_stemp.off {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.home-insta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(0px, -10%);
  -ms-transform: translate(0px, -10%);
  transform: translate(0px, -10%);
}

.section-contact-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 200px;
  line-height: 150px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 7.7px;
  text-transform: uppercase;
}

.title-big-first {
  display: inline-block;
  font-family: 'Awesome birds', sans-serif;
  font-size: 180px;
  line-height: 120px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: lowercase;
}

.contact-intro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-top: 120px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-intro-left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  max-width: 600px;
  padding-top: 60px;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}

.contact-intro-right {
  width: 100%;
  max-width: 480px;
}

.section-contact-pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 900px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-color: #b18866;*/
}

.contact-pro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-pro-left {
  width: 100%;
  max-width: 600px;
}

.contact-pro-right {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-left: 60px;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #271e19;
}

.title-pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 300px;
  line-height: 150px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-span {
  font-family: 'Awesome birds', sans-serif;
  font-size: 140px;
  font-weight: 400;
  text-transform: lowercase;
}

.divider-pro {
  width: 120px;
  height: 5px;
  background-image: url('../images/dot-h-b_1.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.paragraph-7 {
  margin-top: 30px;
  font-size: 26px;
  letter-spacing: 1px;
}

.section-contact-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #20251e;
}

.contact-shop-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-top: 120px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-shop-left {
  width: 100%;
  max-width: 600px;
}

.contact-shop-right {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  padding-left: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
}

.btn-cream {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 14px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/dot-h-w.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: repeat-x;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #e2b888;
  text-decoration: none;
}

.btn-cream:hover {
  border-radius: 6px;
  background-color: #1f1914;
  color: #fff;
}

.btn-cream:active {
  background-color: #fff;
  background-image: none;
  color: #010201;
}

.big-address {
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  color: #7b634d;
  font-size: 200px;
  line-height: 200px;
  font-weight: 600;
  white-space: nowrap;

}

.big-address.off {
  opacity: 0;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.contact-type-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-type-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  height: 100%;
  min-height: 120px;
  margin-right: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/dot-v-b-xl.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: repeat-y;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-type-item.last {
  margin-right: 0px;
  background-image: none;
}

.contact-icon {
  height: 22px;
  margin-bottom: 8px;
}

.image-40 {
  height: 18px;
  margin-bottom: 10px;
}

.rich-text-block-2 {
  margin-bottom: 20px;
  font-weight: 300;
}

.divider-pro-cream {
  width: 120px;
  height: 5px;
  margin-top: 50px;
  background-image: url('../images/dot-h-b-xl.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.image-41 {
  width: 100%;
}

.big-address-wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-174 {
  width: 100%;
  max-width: 1280px;
}

.section-address {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -160px);
  -ms-transform: translate(0px, -160px);
  transform: translate(0px, -160px);
}

.text-block-88 {
  font-size: 28px;
}

.text-block-89 {
  font-size: 22px;
  line-height: 27px;
}

.text-block-90 {
  font-size: 22px;
  line-height: 27px;
}

.checkout-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 200px 40px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff9f2;
}

.text-field {
  font-size: 18px;
}

.cart-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 200px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice {
  position: fixed;
  bottom: 0px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 64px;
  padding: 20px 15px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: black;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}

.notice-wrapper .button  {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #B27AB3;
  margin-right: 10px;
}

.notice-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.account-img-orange {
  position: absolute;
  top: 0px;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.cart-img-orange {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.account-img-fff {
  position: absolute;
  top: 0px;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.cart-img-fff {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.logo-wrapper {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.logo-wrapper:hover {
  opacity: 0.75;
}

.order-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-175 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-176 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-91 {
  margin-right: 5px;
  text-transform: uppercase;
}

.div-block-177 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-received {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 200px 40px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.account-connect {
  width: 100%;
  max-width: 1040px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}

.container-7 {
  display: block;
}

.form-2 {
  padding: 24px 24px 12px;
}

.div-block-178 {
  width: 40%;
}

.div-block-179 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap:20px;
}

.div-block-180 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-92 {
  margin-bottom: 20px;
  font-size: 20px;
}

.image-42 {
  margin-bottom: 10px;
}

.image-43 {
  width: 100%;
}

.text-block-93 {
  width: 280px;
}

.text-block-94 {
  width: 280px;
  text-align: right;
}

.error-message {
  height: 0px;
  background-color: transparent;
}

.success-message {
  height: 0px;
  background-color: transparent;
}

.btn-menu {
  display: none;
}

.div-block-183 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bird {
  display: none;
}

.php {
  display: none;
}

.out-of-stock-state {
  padding: 7px 20px 8px;
  border: 2px dotted #000;
  border-radius: 6px;
  background-color: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-95 {
  font-size: 21px;
}

.main-archive-coffee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* overflow: hidden; */
  width: 100%;
  padding-top: 160px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff9f2;
}

.item-bkg {
  position: absolute;
  overflow: hidden;
  width: 230px;
  height: 310px;
  border-radius: 20px;
  background-color: #c49973;
  -webkit-transform: rotate(0deg) translate(0px, 43px);
  -ms-transform: rotate(0deg) translate(0px, 43px);
  transform: rotate(0deg) translate(0px, 43px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.item-bkg.tea {
  background-color: #d1cfb4;
}

.item-bkg.matos {
  background-color: #fff;
}

.heading-5 {
  color: #1f1914;
  font-size: 12vw;
  line-height: 14vw;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.home-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-title-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-title-content.white {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.section-news {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-news {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1520px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 120px;
  padding-left: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}

.news-img-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-img-wrapper.off {
  height: 0%;
}

.text-decoration-cream {
  position: absolute;
  z-index: 1;
  padding-bottom: 0px;
  opacity: 0.1;
  color: #b18866;
  font-size: 400px;
  line-height: 380px;
  font-weight: 600;
  letter-spacing: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.text-decoration-cream.photo {
  top: -130px;
}

.text-decoration-cream.atelier {
  top: 170px;
  z-index: 1;
  opacity: 0.29;
  color: #b18866;
  white-space: nowrap;
}

.text-decoration-cream.torrefaction {
  top: -170px;
  z-index: 1;
  opacity: 0.2;
  color: #b18866;
  white-space: nowrap;
}

.text-decoration-cream.artisanale {
  top: -150px;
  z-index: 1;
  opacity: 0.29;
  color: #b18866;
  white-space: nowrap;
}

.news-img {
  width: 100%;
  height: 100%;
  max-width: 540px;
}

.section-tea {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-matos {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff9f2;
}

.text-decoration-big {
  position: absolute;
  opacity: 0.07;
  font-size: 400px;
  line-height: 400px;
  font-weight: 600;
  letter-spacing: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.text-decoration-big.photo {
  top: -130px;
}

.text-decoration-big.atelier {
  top: 170px;
  z-index: 1;
  opacity: 0.29;
  color: #b18866;
  white-space: nowrap;
}

.text-decoration-big.torrefaction {
  top: -170px;
  z-index: 1;
  opacity: 0.2;
  color: #b18866;
  white-space: nowrap;
}

.text-decoration-big.artisanale {
  top: -150px;
  z-index: 1;
  opacity: 0.29;
  color: #b18866;
  white-space: nowrap;
}

.text-decoration-big.text-coffee {
  padding-bottom: 50px;
}

.text-decoration-big.text-tea {
  padding-bottom: 50px;
}

.text-decoration-big.text-matos {
  padding-bottom: 50px;
}

.text-decoration-big.text-best {
  z-index: 1;
  padding-bottom: 50px;
}

.text-decoration-big.text-more {
  top: 200px;
  z-index: 1;
  padding-bottom: 50px;
}

.div-block-186 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-top-logo {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gradient-news {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 25, 20, 0)), to(#271e19));
  background-image: linear-gradient(180deg, rgba(31, 25, 20, 0), #271e19);
}

.home-content-img {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-44 {
  width: 100%;
}

.content-img-wrapper {
  width: 60%;
}

.content-img-wrapper.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4vw;
}

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 3vw;
  padding-right: 3vw;
  grid-gap: 8vw;
  row-gap: 5vw;
  margin-top: 3vw;
  grid-auto-rows: 1fr;
}

.product-list-matos {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 3vw;
  padding-right: 3vw;
  grid-gap: 1vw;
  row-gap: 5vw;
}

.archive-tea .product-list {
  grid-gap: 3vw;
  row-gap: 3vw;
  margin-top: 1vw;
}

.product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item.off {
  width: 320px;
  margin-bottom: 30px;
}

.best-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.best-item-img {
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.best-item-img.off {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.best-item-img.best-tea {
  -o-object-fit: cover;
  object-fit: cover;
}

.section-all-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-bestseller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.section-bestseller-2 {
  flex-direction: row;
  margin-bottom:0px;
}

.top-img-wrapper {
  flex-shrink: 0;
  width: 50%;
}

.top-img-wrapper img {
  object-fit: contain;
  height:auto;
}

.title-last-5 {
  line-height: 62px;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-text-intro {
  font-size: 32px;
  text-transform: uppercase;
}

.filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 3vw;
  padding-bottom: 0px;
  padding-left: 3vw;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
      top: 136px;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    position: sticky;
    padding-bottom: 0.5vw;
    z-index: 98;
    background-color: #fff9f2;
}

.onparle-item a {
  align-self:flex-start;
  margin-top:10px;
}

.swiper-slide.media-item-slide {
  width:auto;
}

.home-content-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-content-wrapper.right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-content-wrapper.left {
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-content-wrapper.matos {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-img-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-img-wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-img-wrapper.tea {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-img-wrapper.matos {
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.titre-last {
  text-transform: uppercase;
}

.filter-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  gap:18px;
}

.section-more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align:start;
  -ms-flex-align:start;
      align-items:flex-start;
}

.filter-select {
  margin-top: 5px;
  padding: 6px 10px 5px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #1f1914;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-select:hover {
  opacity: 1;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.filter-select:active {
  border-style: solid;
  border-color: #1f1914;
  background-color: #1f1914;
  color: #fff;
}

.filter-select.selected {
  background-color: #1f1914;
  color: #fff;
}

.title-explain {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
}

.horizontal-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 70px;
  line-height: 62px;
  text-align: left;
  letter-spacing: 5px;
}

.horizontal-title.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.horizonatal-title-wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive-cross-list {
  position: relative;
  z-index: 5;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4vw;
}

.archive-cross-img-wrapper {
  width: 100%;
  height: 80%;
  position: relative;
  overflow:hidden;
}

.archive-cross-content-wrapper {
  position: relative;
  flex-grow:1;
  width: 100%;
}

/* .archive-cross-item {
  width: 33.333333333333336%;
  padding-right: 30px;
  padding-left: 30px;
} */

.archive-cross-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.archive-cross-link h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 2px;
}

.archive-cross-link:hover {
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

.text-block-97 {
  color: black;
  font-size: 44px;
  line-height: 33px;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block-98 {
  font-family: 'Awesome birds', sans-serif;
  color: #fff;
  font-size: 67px;
  line-height: 60px;
  font-weight: 400;
}

.archive-cross-title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.archive-cross-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-cross-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
}

.overlay-1 {
  background-color: #B27AB3;
}

.overlay-2 {
  background-color: #FBAE25;
}

.overlay-3 {
  background-color: #F2E4C6;
}

.title-cross-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 84px;
  line-height: 80px;
  text-align: left;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.title-cross-product.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title-divider-h {
  width: 70px;
  height: 6px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/dot-h-b_1.svg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat-x;
}

.section-apropos-home {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F2E4C6;
  color: black;
}

.section-apropos-home .wrapper-home.bottom {
  padding-top: 14vw;
  padding-bottom: 14vw;
}

.section-apropos-home .apropos-img {
  margin-left: -11vw;
}

.text-span-2 {
  font-size: 46px;
  line-height: 50px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.cross-title-first {
  position: static;
  display: inline-block;
  font-family: 'Awesome birds', sans-serif;
  font-size: 92px;
  line-height: 60px;
  letter-spacing: 0px;
}

.cross-title-first.inline {
  margin-top: 0px;
  margin-right: 10px;
  font-size: 80px;
  line-height: 52px;
}

.cross-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c0 {
  position: relative;
  z-index: 5;
}

.c1 {
  position: absolute;
  -webkit-transform: translate(-186px, 0px);
  -ms-transform: translate(-186px, 0px);
  transform: translate(-186px, 0px);
}

.c2 {
  position: absolute;
  -webkit-transform: translate(171px, 0px);
  -ms-transform: translate(171px, 0px);
  transform: translate(171px, 0px);
}

.t {
  position: relative;
  z-index: 5;
}

.i {
  position: absolute;
  -webkit-transform: translate(200px, -10px);
  -ms-transform: translate(200px, -10px);
  transform: translate(200px, -10px);
}

.btn-home {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 20px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid black;
  border-radius: 8px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #1f1914;
  font-size: 14px;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
}

.btn-home:hover {
  border-radius: 6px;
  background-color: #1f1914;
  color: #fff;
}

.btn-home:active {
  background-color: #fff;
  background-image: none;
  color: #010201;
}

.btn-home-cream {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 18px 7px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: dotted;
  border-width: 2px;
  border-color: #e2b888;
  border-radius: 6px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #e2b888;
  font-size: 14px;
  text-decoration: none;
}

.btn-home-cream:hover {
  border-radius: 6px;
  background-color: #b18866;
  color: #1f1914;
}

.btn-home-cream:active {
  background-color: #fff;
  background-image: none;
  color: #010201;
}

.bkg-color {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.bkg-color-big {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.list-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.embed-divider {
  position: absolute;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 300px;
  -webkit-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate(0px, 150px);
}

.news-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.filter-info {
  display: none;
}

.item-bkg-cross {
  position: absolute;
  overflow: hidden;
  width: 230px;
  height: 310px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(0deg) translate(0px, 43px);
  -ms-transform: rotate(0deg) translate(0px, 43px);
  transform: rotate(0deg) translate(0px, 43px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.main-archive-tea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* overflow: hidden; */
  width: 100%;
  padding-top: 160px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff9f2;
}

.title-middle {
  position: static;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: 'Awesome birds', sans-serif;
  font-size: 90px;
  line-height: 30px;
  letter-spacing: 0px;
}

.title-middle.inline {
  margin-top: 0px;
  margin-right: 10px;
  font-size: 80px;
  line-height: 52px;
}

.main-archive-matos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff9f2;
}

.empty-state-4 {
  display: none;
}

.transition {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 2021;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #b18866;
}

.transition.in {
  background-color: transparent;
}

.tea-item-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 200/230;
  margin-bottom: 10px;
}

.tea-item-img.off {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tea-item-text-wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.tea-item-pretitle {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.tea-item-title {
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3.8px;
  text-transform: uppercase;
}

.item-gradient {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(1, 2, 1, 0.5)));
  background-image: linear-gradient(180deg, transparent, rgba(1, 2, 1, 0.5));
}

.btn-prev {
  display: none;
}

.btn-next {
  display: none;
}

.best-item-link-tea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.home-coffee-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.home-coffee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
}

.home-coffee-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* .home-coffee-item {
  width: 33.333333333333336%;
} */

.home-coffee-title {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.home-coffee-img {
  width: 100%;
  aspect-ratio: 200/248;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  object-fit: contain;
  /* -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); */
}

.home-tea-img {
  aspect-ratio: 200/230;
  width:100%;
  margin-top: 40px;
  margin-bottom: 10px;
  border-radius: 8px;
  /* -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); */
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.home-tea-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-tea-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.home-tea-wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.wrapper-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* max-width: 1600px; */
  padding: 4vw 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-tea .wrapper-home {
padding-bottom: 2.8vw;
}

.wrapper-home.bottom {
  margin-top: 100px;
  margin-bottom: 80px;
}

.wrapper-home.bottom2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tltle-description-center {
  margin-bottom: 15px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
}

.home-title-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-title-content-center.white {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.home-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.home-title.white {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.swiper-pagination-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 200px; */
  height: 20px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination-custom.pagination1 {
  margin-bottom: 20px;
}

.swiper-pagination-custom.pagination2 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.bullet {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 10px;
  background-color: #1f1916;
  opacity: 0.5;
}

.bullet-active {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 10px;
  background-color: #1f1916;
  opacity: 1;
}

.title-and {
  position: static;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
  font-family: 'Awesome birds', sans-serif;
  font-size: 90px;
  line-height: 30px;
  letter-spacing: 0px;
}

.title-and.inline {
  margin-top: 0px;
  margin-right: 10px;
  font-size: 80px;
  line-height: 52px;
}

.home-coffee-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  text-decoration: none;
}

.home-tea-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.home-news-text {
  margin-top: 12px;
  margin-bottom: 30px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.9px;
}

.best-tea-title {
  margin-top: 0px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  color: #1f1914;
  font-size: 33px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3.8px;
  text-transform: uppercase;
}

.new-home-title {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

.center-title-wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-pro .title-pro {
  margin-bottom: 30px;
  font-size: 73px;
  line-height: 82px;
}
.logos-revendeurs {
  margin-top: 20px;
}

.btn-container-pro-header {
  display: flex;
  gap: 50px;
}

.section-pro .contact-pro-left img {
  width:100%;
}

.section-pro .paragraph-7 li{
  margin-bottom: 20px;
}

.logos_section_1 {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin-top: 80px;
  grid-row-gap: 15px;
}

.logos_section_1 li {
  max-width: 154px;
  max-height: 33px;
}

.logos_section_1 li img {
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
}

.btn-container-section-pro {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}


.section-pro-2 .contact-pro-wrapper {
  flex-direction: row-reverse;
}

.section-pro-2 .contact-pro-right {
  margin-left: 0px; 
  margin-right: 60px;
}

.section-formulaire-pro {
  /* color:white; */
  background-color: transparent;
  /* padding-top: 60px; */
  padding-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          flex-direction: column;
          padding-top: 40px;
  }

.section-formulaire-pro .form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* max-width: 1280px; */
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: column;
}

.section-formulaire-pro .form-wrapper {
    display: flex;
    align-items: center;
}

.section-form-contact {
  width: 35vw;
  font-size: 15px;
  line-height:21px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #B27AB3;
  padding: 60px;
  border-radius: 12px;
  background-color: #B27AB3;
  position:sticky;
  top:160px;
}

.section-apropos.section-pro-top {
  padding-top: 54px;
  padding-bottom: 0px;
}

.section-bestseller p {
  margin-bottom: 0px;
}

.section-form-contact a {
  color:black; 
}

section.about-intro {
  margin-top: 52px;
  padding-top: 5vw;
  display: flex;
  flex-direction: column;
}




.about-content {
  align-self: flex-end;
}

.about-intro-wrapper {
  display: flex;
  padding-left: 3vw;
  width:90%;
  max-width: 1600px;
  justify-content: flex-start;
  align-self: flex-end;
  gap: 10vw;
}

.about-intro-wrapper + .about-intro-wrapper {
  margin-top: 8vw;
}

.about-intro-wrapper.about-intro-wrapper-reverse {
  align-self: flex-start;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 3vw;
}

.about-img{
  flex-shrink: 0;
  width: 50%;
}

.about-img img {
  height:auto;
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.section-title-about {
  padding: 0px 3vw;
  text-transform: uppercase;
}

.section-title-about h1 {
  font-size: 100px;
  line-height: 110px;
}

.section-formulaire-pro .form-block {
  width: 56%;
}

.section-form-wrapper {
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  align-items: flex-start;
  width: 90%;
  max-width: 1600px;
  justify-content: flex-start;
  align-self: flex-end;
}

.section-formulaire-pro input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
  outline: none;
  border-radius: 0px;
}

.input-50 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}


.input-50 p {
  width: 48%;
}

input[type=submit] {
  border: 2px solid black;
  background-color: black;
  border-radius: 6px;
  text-transform: uppercase;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  transition: all 450ms ease;
  color:white;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.wpcf7-form-control label {
  margin-bottom: 0px;
}

.input-100-flex p {
  display: flex;
  gap: 20px;
}

.input-100-flex-2 p {
  justify-content: space-between;
}

.input-100-flex-2 .wpcf7-form-control-wrap {
  width: 150px;
}

input[type=submit]:hover {
  color: black;
  background-color: transparent;
}

.input-100 {
  width: 100%;
}

.section-formulaire-pro form p {
  margin-bottom: 30px;
}

textarea {
  width: 100%;
  border: 1px solid black;
  background-color: transparent;
  outline: none;
  resize: none;
  letter-spacing: 1px;
  margin-top: 10px;
}

.section-formulaire-pro label {
  font-size: 15px;
  line-height: 30px;
  text-transform: unset;
}

.section-formulaire-pro form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.section-formulaire-pro .wpcf7-spinner {
  position: absolute;
}

.swiper-reassurance {
  width: 90vw;
}

.reassurance-list {
  padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
            -ms-flex-pack:distribute;
            justify-content:space-around; */
        width: 100%;
}

.reassurance-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
}

.picto-wrapper {
  width: 60px;
  height: 60px;
  filter: invert(1);
}

.picto-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit:contain;
}

.reassurance {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #FBAE25;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.reassurance-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: column;
}

.reassurance-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align:center;
}

.reassurance-list li p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
  max-width:12vw;
}

.reassurance-block {
  width: 100%;
}

.reassurance-pagination {
  position: relative;
  margin-top: 30px;
  bottom: auto;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black;
}

.section-formulaire-pro .wpcf7-list-item-label::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid black;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

.section-formulaire-pro .wpcf7-list-item-label::after {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color:black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  transition: opacity 250ms ease;
  opacity: 0;
}

.logo-mobile-hero {
  display:none;
}

.section-formulaire-pro .wpcf7-list-item input {
  display:none;
}

.section-formulaire-pro  .wpcf7-list-item-label {
  padding-left: 28px;
  position: relative;
}

.section-formulaire-pro input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  font-size: 19px;
  letter-spacing: 1px;
}

.input-100-flex-2 .wpcf7-form-control-wrap input {
  text-align:right;
}


.btn-container-section-pro-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}

.account-wrapper table {
  width: 100%;
}

.account-wrapper > .woocommerce {
  min-width: 48vw;
}

.menu-lang {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
gap: 10px;
}

.menu-lang .lang-item a {
  font-size: 20px;
  position:relative;
}

.menu-lang .lang-item a::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: transparent;
  position: absolute;
  bottom: 0px;
  transition: all 300ms ease;
}

.menu-lang .lang-item a.w--current::before {
  background-color: white;
}

.body[data-menu=black] .menu-lang .lang-item a.w--current::before, 
.menu-lang-mobile .lang-item a.w--current::before{
  background-color: black;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
  display: flex;
}


.swiper-marquee .swiper-slide {
  max-height: 40px;
  max-width: 300px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
min-width: 135px;
}

.swiper-marquee .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.marquee-container {
  margin-top: 80px;
  margin-bottom: 30px;
  width: 100%;
  overflow:hidden;
}

footer .menu-item a {
  color: #F2E4C6;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.pagination1, .pagination2 {
  display:none;
}

.footer-wrapper-top .footer-col {
  width:20vw;
}

.home-coffee-wrapper-1, .coffee-item-content-wrapper {
  display: flex;
  flex-direction: row;
  color: black;
  justify-content: space-between;
  align-items: flex-end;
  width:100%;
  gap: 1vw;
  margin-top: 10px;
}

.home-coffee-price, .coffee-item-price {
  text-align: right;
  line-height: 22px;
  flex-shrink: 0;
}

.home-coffee-price p, .coffee-item-price p {
  font-size: 12px;
  margin-bottom:0px;
}

.home-coffee-price span, .coffee-item-price span {
  display:block;
  font-size:15px;
}

.wrapper-home-coffee {
  padding-top: 6vw;
}

.footer-wrapper-center {
  padding: 0vw 3vw;
  width: 100%;
  margin-bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.footer-center-left .big-address {
  color: #F2E4C6;
  font-size: 6vw;
  line-height: 6vw;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

.footer-wrapper-center {
  width: 100%;
}

.horizontal-title-wrapper-2 .horizontal-title, .horizontal-title-wrapper-3 .horizontal-title {
  width: 50%;
  text-transform: uppercase;
}

.horizontal-title-wrapper-2 .title-explain {
  max-width: 515px; 
}

.horizontal-title-wrapper-3 .title-explain {
  max-width: 700px; 
}

.horizontal-title-wrapper-2 {
  -webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
}

.horizontal-title-wrapper-3 {
      align-items: flex-start;
      flex-direction: column;
    gap: 3vw;
}

.prodcut-short-description h4, .prodcut-short-description h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.swiper-gallery {
  position:absolute;
  /* height: 240px; */
  width:auto;
  max-width: 100%;
  z-index:2;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.thumbs-slider {
  width: 100%;
  height: 80%;
  position:relative;
}

.thumbs-slide {
  display: flex;
    align-items: center;
    justify-content: center;
}

.sticker-mask {
  width: 22vw;
  border-radius: 8px;
  max-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticker-mask img {
  object-fit: contain;
  border-radius: 8px;
  height: 100%;
  max-height: 450px;
}

.gallery-slide {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.swiper-slide-thumb-active {
  border: 1px solid #B27AB3;
}

.gallery-slide.gallery-slide-sticker img {
  max-height: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .nav-list.nav-right.menu-lang-mobile {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
  }

  .menu-lang-mobile .lang-item a {
      font-size: 30px;
  }

  .checkout-page {
    padding-top: 100px;
    padding-bottom: 100px;
  } 

  .page-template-template-page-checkout .container.cc-full-width-form-wrap, 
  .page-template-template-page-checkout .full-width-form,
  .page-template-template-page-checkout .w-commerce-commercecheckoutformcontainer {
    padding-right: 0px; 
    padding-left: 0px;
  }

  .menu-wrapper {
    z-index:100;
    position: absolute;
    left: 30px;
  }

  .btn-menu {
    display: block;
}

  .header-wrapper.mobile-nav {
    position: fixed;
    top: 0px;
    z-index: 0;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #010201;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-color: rgb(177, 136, 102);
  }

  .header-wrapper.mobile-nav.off {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .nav-list.mobile {
    height: 100%;
    max-height: 600px;
  }

  .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  header .nav-link, header .menu-item a {
    color: black;
  }

  .nav-side.side-left {
    display: none;
}

.nav-list.nav-right {
  display: none;
}

.header-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center;
  height:100%;
}

.logo-header-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
}
.nav-side.side-right {
  position: absolute;
  right: 0px;
  background-image: none;
}

.nav-list.right {
  flex-direction: row;
}
.body[data-menu=black] .logo-black.mobile {
  opacity: 1;
}

.body[data-menu=black] .logo-white, .body[data-menu=black] .cart-img-white, .body[data-menu=black] .account-img-white {
  opacity: 0;
}

.logo-wrapper {
  display: none;
}
.logo-wrapper-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  z-index: 102;
  overflow: visible;
  height: 80px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo-white.mobile {
  display: block;
}

.logo-white {
  height:100%;
}


.section-title-about h1 {
  font-size: 80px;
  line-height: 90px;
}

.section-title-about {
  padding: 4vw 3vw;
}

.marquee-section {
  top: 80px;
}

.about-img{
  width: 46%;
}

.section-onparle {
  padding-top:7vw;
}

.horizontal-title {
  font-size: 52px;
  line-height: 52px;
}


.title-cross-product {
  font-size: 58px;
  line-height:60px;
}

.archive-cross-link h3 {
  font-size: 20px;
  line-height:24px;
}

.product-list {
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 6vw;
}

.archive-tea .product-list {
  grid-gap: 4vw;
  row-gap: 2vw;
}

.filter-list {
  gap: 10px;
  flex-wrap: wrap;
  row-gap: 0px;
}

.filter-wrapper {
  top: 130px;
}

.coffee-item-title {
  font-size: 15px;
  line-height: 18px;
}

.coffee-item-pretitle, h2.coffee-item-pretitle {
  font-size: 14px;
  line-height: 18px;
}

.home-coffee-price span, .coffee-item-price span {
  font-size: 16px;
}

.title {
  font-size: 50px;
  line-height: 50px;
}

.home-wrapper.matos {
  padding-right: 0px;
  padding-left: 0px;
  gap: 20px;
}


.section-apropos-home .apropos-img {
  margin-left: -15vw;
}

.logo-mobile-hero {
  display: block;
  width: 40vw;
  transform: translateY(-9vw);
}

.body[data-menu=black] .cart-img-black {
  opacity: 1 !important;
}

.header-wrapper.mobile-nav {
  background-color: #FBAE25 !important;
}

.nav-list.nav-right.menu-lang {
  gap: 20px;
}

.pagination1, .pagination2 {
  display:flex;
}

.cross-pagination {
  display: flex;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.main {
  margin-top: 48px;
}

.link-back-coffee {
  top: 129px;
}

.add-cart-wrapper {
flex-wrap:wrap;
}

.add-cart-wrapper button {
  width: 100%;
  margin-top: 10px;
}

.section-product-top {
  min-height: calc(100vh - 136px);
  height: auto;
}

.product-img-wrapper .coffee-img {
  max-height: unset;
}

.section-more {
  margin-top: 60px;
}

.tags-list-swiper {
  display:none;
}

.thumbs-slide img {
  height:85%;
}

.product-img-wrapper .gallery-slide img {
  max-height: 90%;
}

.swiper-gallery {
  transform: translateX(-50%);
  bottom: 20px;
  height: auto;
  width: 200px;
  left: 50%;
}

.gallery-slide {
  width: auto;
  height: 110px;
  padding: 0px;
}

.sticker-mask {
  width: auto;
  max-height:100%;
}

}

@media screen and (max-width: 991px) {

  .page-template-template-page-checkout .full-width-form .woocommerce, 
  .page-template-template-page-checkout .w-commerce-commercelayoutsidebar {
    width: 100%;
  }

  .page-template-template-page-checkout .div-block-178 {
    width: 100%;
  }

  .page-template-template-page-checkout .div-block-179 {
    gap: 0px;
  }

  .page-template-template-page-checkout .account-connect {
    max-width: 90%;
  }

  .section-page.cc-product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.cc-full-width-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-cart {
    margin-right: 30px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .nav {
    background-color: #fff;
  }

  /* .header {
    padding: 0px 30px;
  } */

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-text {
    width: auto;
  }

  .product-details-wrap {
    width: 100%;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    text-align: center;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .collection-item-2 {
    display: block;
    float: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .login-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .login-item:hover {
    background-color: #f7f8f9;
  }

  .login-item:active {
    background-color: #eef0f3;
  }

  .account-right {
    margin-left: 0px;
    padding-left: 10px;
    background-image: none;
  }

  .account-left {
    margin-bottom: 30px;
  }

  .button-3 {
    font-size: 36px;
    line-height: 42px;
  }

  .nav-side.side-left {
    display: none;
  }

  .nav-side.side-right {
    position: absolute;
    right: 0px;
    background-image: none;
  }

  .logo-header-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }

  .nav-list.right {
    padding-right: 0px;
  }

  .nav-list.nav-right {
    display: none;
  }

  .nav-item, .menu-item {
    margin-bottom: 25px;
  }

  .nav-item.rs-item {
    margin-top: 25px;
  }

  .nav-link, .menu-item a {
    font-size: 32px;
  }

  .footer-bottom-link .menu-item a {
    font-size: inherit;
  }

  .open-info-wrapper {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .info-wrapper {
    padding-right: 100px;
    padding-left: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-title {
    max-width: none;
    margin-bottom: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    background-image: url('../images/dot-h-w.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
  }

  .info-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro_info_text {
    text-align: center;
  }

  .title-divider {
    width: 100px;
    height: 3px;
    margin: 30px 0px 20px;
    background-image: url('../images/dot-h-b_1.svg');
    background-repeat: repeat-x;
  }

  .best-item.off {
    width: 50%;
  }

  .tltle-description {
    text-align: center;
  }

  /* .footer-col {
    display: none;
  } */

  .footer-wrapper-top {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .footer-wrapper-top::after {
    bottom: 300px !important;
  }

  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom-list {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-nav-list-1 {
    height:auto;
  }

  .footer-nav-list-1 .menu-item {
    margin-bottom: 0px;
  }

  .footer-nav {
    /* align-items:center; */
    margin-top:50px;
  }

  .social-link {
    margin-right: 25px;
  }

  .soon-wrapper {
    padding: 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .soon-block {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .soon-block.block-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/dot-h-b_1.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
  }

  .soon-block.block-1.soon-contact-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .soon-text {
    text-align: center;
  }

  .soon-title {
    text-align: center;
  }

  .soon-link {
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .soon-contact {
    min-width: 35%;
  }

  .section-product-top {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: contain;
  }

  .product-right-wrapper {
    margin-left: 0px;
    padding-left: 0px;
  }

  .product-img-wrapper {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 15vw;
  }

  .link-back-coffee {
    top: 130px;
  }

  .product-description-top {
    margin-bottom: 0px;
  }

  .coffee-img {
    position: relative;
    width: 100%;
  }

  .coffee-img.img-tea {
    border-radius: 210px;
  }

  .section-product-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .coffee-bottom-left {
    max-width: none;
    margin-left: 0px;
  }

  .coffee-bottom-right {
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
  }

  .product-item-img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .header-wrapper.sticky {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-wrapper.mobile-nav.off {
    display: none;
  }

  .account-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-stemp {
    top: 570px;
    right: 0px;
    max-height: 180px;
  }

  .apropos-slides-wrapper {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .apropos-slide.horizontal {
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .apropos-slide.horizontal.slide3 {
    margin-bottom: 50px;
  }

  .apropos-slide.slide2 {
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .apropos-slide.small {
    max-width: 440px;
  }

  .apropos-slide.small.sm1 {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .apropos-slide.slide7 {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .apropos-slide.slide1 {
    max-width: 560px;
    margin: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .apropos-slide.slide8 {
    margin-top: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-intro-wrapper {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .contact-intro-left {
    position: static;
    max-width: none;
    padding-top: 0px;
  }

  .contact-intro-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-contact-pro {
    padding-right: 60px;
    padding-left: 60px;
  }

  .contact-pro-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contact-pro-left {
    margin-top: 50px;
  }

  .contact-pro-right {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-pro {
    text-align: center;
  }

  .paragraph-7 {
    text-align: center;
  }

  .contact-shop-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-shop-right {
    position: static;
    padding-bottom: 100px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .btn-cream {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .contact-type-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-type-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-type-item.last {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .big-address-wrapper {
    position: static;
  }

  .main-received {
    padding-top: 120px;
  }

  .text-block-93 {
    text-align: center;
  }

  .text-block-94 {
    text-align: center;
  }

  .menu-wrapper {
    position: absolute;
    left: 30px;
  }

  .div-block-181 {
    width: 100%;
    margin-right: 0px;
  }

  .div-block-182 {
    width: 100%;
  }

  .btn-menu {
    display: block;
  }

  .bird {
    display: block;
    width: 80px;
  }

  .heading-5 {
    font-size: 160px;
    line-height: 160px;
  }

  .home-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-title-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-186 {
    height: 40vh;
  }

  .home-content-img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .product-item.off {
    width: 50%;
  }

  .best-item-img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .filter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-img-wrapper.matos {
    width: 70%;
  }

  .filter-list {
    /* -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-more {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* .title-explain {
    text-align: center;
  } */

  .horizonatal-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .archive-cross-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
/* 
  .archive-cross-item {
    padding-right: 15px;
    padding-left: 15px;
  } */

  .archive-cross-link {
    height: 280px;
  }

  .text-block-97 {
    font-size: 34px;
    line-height: 30px;
    text-align: center;
  }

  .text-block-98 {
    font-size: 42px;
    line-height: 46px;
  }

  .list-item-4 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .btn-prev {
    display: none;
  }

  .btn-next {
    display: none;
  }

  .home-coffee-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-coffee-img {
    width: 280px;
    height: auto;
  }

  .home-tea-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-home {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-news-text {
    text-align: center;
  }

  .center-title-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logos_section_1 {
    justify-content: center;
    margin-top: 30px;
  }

  .section-pro .paragraph-7 {
    text-align:left;
  }

  .section-pro-2 .contact-pro-wrapper {
    flex-direction: column-reverse;
}

  .section-pro .contact-pro-wrapper {
    padding-left:0px;
    padding-right: 0px;
  }

  .section-pro .contact-pro-left {
    max-width: 100%;
  }

  .section-pro .paragraph-7 ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .section-pro .paragraph-7 li {
    text-align:center;
  }

  .section-pro-2 .contact-pro-right {
    margin-right: 0px;
  }

  .section-form-wrapper {
    flex-direction: column-reverse;
    margin-top: 30px;
    width:100%;
  } 

  .section-formulaire-pro {
    padding-top: 20px;
  }

  .section-form-contact {
    width: 100%;
  }

  .section-form-wrapper {
    gap: 50px;
  }

  .section-formulaire-pro .form-block {
    width: 100%;
  }

  .reassurance-list li {
    width: 43%;
  }

  /* .reassurance-list {
    gap: 30px;
    flex-wrap: wrap;
  } */

  .footer-wrapper-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-news {
    height: auto;
    padding-bottom: 50px;
  }

  .wrapper-news .home-title-content {
    padding-top: 40px;
  }

  .wrapper-news .btn-home-cream {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-apropos-home .home-content-wrapper.left {
    padding-right: 0px;
    margin-bottom: 40px;
  }

  .section-apropos-home .title {
    text-align:center;
  }

  .section-apropos-home .btn-home-cream {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-apropos-home .wrapper-home.bottom {
    margin-top: 78px;
  }

  ul.footer-bottom-link {
    padding-left:0px;
  }

  .w-commerce-commercelayoutmain {
    width: 100%;
  }

  .onparle-item {
    width: 300px;
  }

  .about-intro-wrapper {
    width: 100%;
    flex-direction: column-reverse;
    padding-left:0px;
    gap: 7vw;
  }

  .about-img {
      width: 100%;
  }

  .about-intro-wrapper.about-intro-wrapper-reverse {
    flex-direction: column-reverse;
    padding-right: 0px;
  }

  .about-content {
  padding-left:40px;
  padding-right: 40px;
  }

  .section-form-contact {
    position: relative;
    top: auto;
  }

  .product-list {
    grid-gap: 7vw;
  }

  .main-archive-coffee .horizontal-title-wrapper-2, 
  .main-archive-tea .horizontal-title-wrapper-2,
  .main-archive-matos .horizontal-title-wrapper-2  {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 20px;
  }

  .main-archive-coffee, .main-archive-tea, .main-archive-matos {
    padding-top: 100px;
  }

  .section-bestseller {
    margin-bottom:0px;
  }

  .archive-cross-link h3 {
      font-size: 17px;
      line-height: 22px;
  }

  .section-product-top {
    grid-template-columns: 1fr;
  }

  .single-product .main {
    margin-top:35px;
  }

  .product_cat_coffee .coffee-img {
    max-width: 70%;
    object-fit: contain;
    height: 85%;
  }

  .single-product .product-right-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mouture-wrapper {
    justify-content: flex-start;
  }

  .single-product .main {
    overflow: hidden;
  }

  .home-title-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .swiper-container.home-coffee,
  .swiper-container.home-tea {
    margin-left: 3vw;
  }

  .section-tea .tltle-description-center {
    max-width: 300px;
  }

  .apropos-img.img2 {
    position:relative;
  }

  .section-apropos-home .home-wrapper {
    flex-direction: column-reverse;
    gap: 60px;
    align-items: flex-start;
;
  }

  .section-apropos-home .home-content-wrapper {
    width: 100%
  }

  .section-apropos-home .home-content-wrapper.left {
    justify-content: flex-start;
  }

  .home-title-content {
    max-width: 100%;
    align-items:flex-start;

  }

  .section-apropos-home .tltle-description {
    text-align: left;
  }

  .section-apropos-home .home-img-wrapper.center {
    justify-content: flex-start;
  }

  .section-apropos-home .apropos-img {
      margin-left: -19vw;
  }

  .section-apropos-home .wrapper-home.bottom {
    margin-top: 100px;
}

.section-apropos-home .apropos-img {
  margin-left: -11vw;
}

.section-apropos-home .wrapper-home.bottom {
  padding-top: 0px;
  padding-bottom: 0px;
}

.filter-list li {
  margin-bottom: 0px;
}

.reassurance {
  padding-top: 80px;
}

.section-crosssale {
  padding-bottom: 10vw;
}

.filter-list {
  margin-bottom: 20px;
}

.section-product-bottom {
  padding-bottom: 0px;
}

.add-cart-wrapper button {
  margin-top: 20px;
}

.main-archive-coffee .tags-list {
  display: none;
}

.thumbs-slider {
  transform: translateY(-7vw);
}

}

@media screen and (max-width: 767px) {
  .wrapper-home.wrapper-home-coffee {
    padding-top: 60px;
  }

  .menu-lang-mobile {
    margin-top: 8vw;
  }

  .menu-lang .lang-item a {
    font-size: 25px;
}

  .checkout-page {
    padding: 80px 0px;
  }

  .page-template-template-page-checkout .full-width-form {
    max-width: 90%;
  }

  .page-template-template-page-checkout .full-width-form,
  .page-template-template-page-checkout .full-width-form .container.cc-full-width-form-wrap {
    padding:0px;
  }
  .section-page {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .header {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .intro-content {
    width: 80%;
  }

  .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .collection-list-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-2 {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .account-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .table-row-data.product {
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .apropos-slide {
    margin-left: 0px;
  }

  .btn-container-pro-header {
    flex-direction: column;
    gap: 20px;
  }

  .section-pro-top .tltle-description {
    margin-top: 30px;
  }

  .section-apropos.section-pro-top {
    padding-bottom: 0px;
  }

  .section-pro .title-pro {
      margin-bottom: 20px;
      font-size: 42px;
      line-height: 82px;
  }

  .section-pro .paragraph-7 ol {
    padding-left: 20px;
  }

  .section-pro .contact-pro-wrapper {
      padding-right: 20px;
      padding-left: 20px;
  }

  .logos_section_1 li {
    max-width: 150px;
    max-height: 30px;
  }

  .logos-revendeurs {
    margin-top: 0px;
  }

  .input-50 {
    flex-direction: column;
  }

  .input-50 p {
    width: 100%;
  }

  .input-100-flex p {
    flex-direction: column;
    gap: 10px;
  }

  .input-100-flex-2 .wpcf7-form-control-wrap {
    width: 100%;
  }

  .section-formulaire-pro .form-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-form-wrapper {
    margin-top: 20px;
  }

  .about-content {
    padding-left:20px;
    padding-right: 20px;
  }

  .footer-wrapper-top {
    padding-left:20px;
    padding-right: 20px;
  }

  .footer-wrapper-top .footer-col {
    width: 100%;
  }

  .footer-wrapper-center {
    flex-direction: column-reverse;
    margin-top: 22px;
  }

  .big-address-wrapper {
    text-align: right;
    padding-top: 30px;
  }

  .footer-center-left .big-address {
    font-size: 10vw;
    line-height: 11vw;
  }

  .footer-wrapper-bottom {
    align-items:flex-end;
  }

  .text-open {
    margin-right: 0px;
  }

  .marquee-section {
    top: 50px;
  }

  .section-title-about .horizontal-title {
    text-align:left;
    font-size: 52px;
    line-height: 50px;
  }

  .section-onparle {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .onparle-wrapper {
    margin-top: 30px;
  }

  .section-formulaire-pro form {
    align-items:stretch;
  }

  .section-formulaire-pro input[type=submit] {
    width: 100%;
  }

  .archive-cross-list {
    grid-template-columns: 1fr;
  }

  .title-cross-product {
    font-size: 11vw;
    line-height: 11vw;
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
    row-gap: 0vw;
}

.coffee-item-pretitle, h2.coffee-item-pretitle {
  font-size: 14px;
}

.filter-wrapper {
  top: 100px;
}

.filter-list {
  margin-bottom: 20px;
}

.horizontal-title-wrapper-2 .horizontal-title, .horizontal-title-wrapper-3 .horizontal-title {
  width: 100%;
}

.title-cross-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.single-product .product-right-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.reassurance-slide, .swiper-reassurance {
  width: 100%;
}

.reassurance-slide p {
  padding-left: 40px;
  padding-right: 40px;
}

.reassurance-pagination {
  margin-top: 20px;
}


.home-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.section-coffee .title, .section-tea .title {
  text-align: left;
}

.home-title-wrapper .home-title {
  width: 100%;
}

.tltle-description-center {
  text-align: left;
}

.swiper-container.home-coffee {
  margin-top: 10vw;
}

.swiper-container.home-coffee, .swiper-container.home-tea {
  margin-left: 0vw;
}

.section-apropos-home .title {
  text-align: left;
}

.title-last {
  line-height: 50px;
}

.btn-home {
  width: 100%;
    padding-top: 12px;
    padding-bottom: 11px;
}

.home-tea-link {
  max-width: 94%;
}

.section-matos {
  margin-top: 40px;
}

.section-apropos-home .apropos-img {
  transform: translateX(0px) !important;
  margin-left: 0px;
}

.section-apropos-home .home-wrapper {
  gap: 40px;
}


.apropos-img.img2 {
  width: 54vw;
  object-fit: contain;
  max-width: 100%;
  min-height: auto;
}

.logo-mobile-hero {
  width: 80vw;
  transform: translateY(-27vw);
}

.home-title-wrapper {
  gap: 10px;
}

.home-title-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.home-title-content-center, .home-tea, .home-wrapper.matos {
  padding-right: 20px;
  padding-left: 20px;
}

.title-cross-product {
  margin-bottom: 20px;
}

.coffee-item-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  gap:0px;
}

.coffee-item-price {
  color: #6c6c6c;
}

.coffee-item-price p {
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.home-coffee-price span, .coffee-item-price span {
  font-size: 14px;
}

.wrapper-product-bottom  {
  padding-left: 20px;
  padding-right: 20px;
}

.single-product .main {
  margin-top: 50px;
}

.product-img-wrapper {
  padding-bottom: 10vw;
  padding-top: 17vw;
}

.product-detail-main-details {
  align-items: flex-start;
}

.product-subtitle {
  font-size: 22px;
  line-height: 26px;
}

.section-crosssale {
  padding-bottom: 15vw;
  margin-top: 30px;
}

.product_cat_tea_infusions .product-img-wrapper {
  height: 130vw;
}

.link-back-coffee {
  /* position: relative;
  left: auto;
  top: auto;
  margin-bottom: 50px; */
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  top: 99px;
}

.tags-list {
margin-top:0px;
}

.gallery-slide {
  height: 70px;
}

.swiper-gallery {
  width: 140px;
}

.sticker-mask img {
  max-height:280px;
}

}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section-page.cc-product-detail {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container.cc-subscription-form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.cc-cart {
    display: none;
    padding-right: 16px;
    padding-left: 16px;
  }

  .button.cc-cart.cart-link {
    position: relative;
    display: block;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    border: none;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .header {
    z-index: 102;
    overflow: visible;
    height: 50px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .footer {
    z-index: 100;
    padding-top: 0px;
  }

  .product-detail-main-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .product-detail-price {
    margin-right: 5px;
    font-size: 28px;
    line-height: 32px;
  }


  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .order-item-price {
    margin-left: 24px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .table-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table-row-data.quantity {
    width: 100%;
  }

  .table-row-data.price {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-row-data.product {
    background-color: rgba(147, 189, 69, 0.12);
  }

  .table-row-data.product {
    padding-left: 0px;
    background-color: #fff;
  }

  .table-row-data.product {
    background-color: transparent;
  }

  .cart-row---copy-this {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-quantity-2 {
    right: 6px;
  }

  .add-to-cart {
    width: 100%;
  }

  .btn-add {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    padding-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #1f1914;
    color: #fff;
    line-height: 23px;
  }

  .nav-side.side-right {
    position: static;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo-header-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-list.mobile {
    height: 100%;
    max-height: 400px;
  }

  .nav-item, .menu-item {
    margin-bottom: 0px;
  }

  .nav-link.ftr , .menu-item a.ftr {
    margin-bottom: 25px;
  }

  .account-link {
    display: none;
  }

  .swiper-container.home-coffee {
    margin-bottom: 50px;
  }

  .swiper-slide.home-coffee-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .swiper-slide.home-tea-item {
    width: 100%;
  }

  .gradient-top {
    height: 120px;
  }

  .gradient-bottom {
    height: 120px;
  }

  .section-coffee {
    padding-bottom: 30px;
  }

  .hero-content {
    padding-right: 25px;
    padding-left: 25px;
  }

  .logo-intro {
    width: 100%;
    height: 200px;
  }

  .open-info-wrapper {
    position: relative;
    bottom: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title {
    text-align: center;
  }

  .home-content-wrapper.matos .title {
    text-align: left;
  }


  .section-info {
    margin-top: 0px;
  }

  .info-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-cross-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .title-divider {
    margin-top: 20px;
  }

  .best-wrapper {
    /* margin-top: 50px; */
    padding-right: 0px;
  }


  .best-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tltle-description {
    width: 100%;
    text-align: left;
  }

  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
  }

  .footer-bottom-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .soon-wrapper {
    width: 100%;
    padding-bottom: 10px;
  }

  .soon-block.block-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .soon-block.block-1.soon-contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .soon-title {
    line-height: 24px;
    text-align: center;
  }

  .soon-contact-text {
    margin-left: 10px;
  }

  .contact-soon-icon {
    min-width: 20px;
  }

  .soon-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }


  .section-product-top {
    padding-right: 0px;
    padding-left: 0px;
    background-size: contain;
  }

  .product-img-wrapper {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
  }

  .product-img-wrapper.tea-wrapper {
    margin-bottom: 20px;
  }

  .coffee-img.img-tea {
    width: 64vw;
    height: 74vw;
    margin-bottom: 40px;
  }

  .link-back-coffee {
    /* position: relative;
    left: auto;
    top: auto;
    margin-bottom: 50px; */
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    top: 99px;
  }

  .product-description-top {
    margin-top: 10px;
    text-align: left;
  }

  .section-product-bottom {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .product-item-img {
    width: 90%;
    height: auto;
  }

  .product-item-img.off {
    width: 200px;
    height: 250px;
  }

  .coffee-item-title {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
  }

  .coffee-item-text-wrapper {
    margin-top: 10px;
  }

  .coffee-item-text-wrapper.small {
    margin-top: 10px;
  }

  .prodcut-short-description h4 {
    font-size: 16px;
    line-height: 20px;
  }

  /* .coffee-item-pretitle {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
  } */

  .product-item-link {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-item-link.tea {
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-white {
    height: auto;
  }

  .logo-white.mobile {
    display: block;
  }

  .header-wrapper {
    position: relative;
    z-index: 100;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-wrapper.sticky {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cart-img-black {
    top: 0px;
  }

  .main-account {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .text-decoration.photo {
    top: 10px;
    font-size: 140px;
    line-height: 140px;
  }

  .product-stemp {
    display: none;
  }

  .variation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* border-top: 1px solid rgba(0,0,0,0.2); */
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-top: 30px;
    gap: 10px;
  }

  .section-crosssale {
    width: 100%;
  }

  .add-cart-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quantity-product-wrapper {
    width: 100%;
    background-image: none;
  }

  .wrapper-product-bottom {
    margin-top: 50px;
  }

  .apropos-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .apropos-slides-wrapper {
    margin-bottom: 0px;
  }

  .apropos-img.img1 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .apropos-slide.horizontal {
    margin-right: 0px;
  }

  .apropos-slide.horizontal.slide3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .apropos-slide.slide2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .apropos-slide.small {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .apropos-slide.small.sm1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .apropos-slide.small.sm2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .apropos-slide.small.sm3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .apropos-slide.slide7 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .apropos-slide.slide8 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .apropos-text {
    max-width: 320px;
    margin-bottom: 80px;
    padding-top: 20px;
    font-size: 21px;
    line-height: 26px;
  }

  .section-contact-intro {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .title-big {
    font-size: 60px;
    line-height: 40px;
  }

  .title-big-first {
    font-size: 90px;
    line-height: 90px;
  }

  .contact-intro-wrapper {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-intro-right {
    margin-top: 50px;
  }

  .section-contact-pro {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-pro-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-pro {
    margin-bottom: 60px;
    font-size: 160px;
    line-height: 100px;
  }

  .text-span {
    font-size: 100px;
    line-height: 100px;
  }

  .section-contact-shop {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contact-shop-wrapper {
    margin-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-type-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-type-item {
    width: 100%;
    min-height: auto;
    margin-right: 0px;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    background-image: url('../images/dot-h-w.svg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
  }

  .divider-pro-cream {
    margin-top: 30px;
  }

  /* .big-address-wrapper {
    display: none;
  } */

  .text-block-88 {
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-89 {
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-90 {
    font-size: 30px;
    line-height: 34px;
  }

  .checkout-page {
    padding-right: 0px;
  }

  .cart-page {
    padding-right: 0px;
  }

  .cart-img-orange {
    top: 0px;
  }

  .cart-img-fff {
    top: 0px;
  }

  .logo-wrapper {
    display: none;
  }

  .main-received {
    padding-right: 0px;
  }

  .menu-wrapper {
    position: relative;
    left: 0px;
    width: 47px;
    margin-bottom: -10px;
    margin-left: 20px;
  }

  .cart {
    z-index: 1;
  }

  .logo-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-183 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bird {
    width: 80px;
  }

  .main-archive-coffee {
    padding-top: 100px;
    padding-bottom: 8-60px;
  }

  .item-bkg {
    display: none;
    width: auto;
    height: auto;
    -webkit-transform: rotate(0deg) translate(0px, -50px);
    -ms-transform: rotate(0deg) translate(0px, -50px);
    transform: rotate(0deg) translate(0px, -50px);
  }

  .heading-5 {
    font-size: 70px;
    line-height: 50px;
  }

  .home-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-apropos-home .home-wrapper {
    padding-right: 20px;
    padding-left: 20px; 
  }

  .section-apropos-home .home-title-content {
    padding-right: 0px;
    padding-left: 0px; 
  }



  .home-wrapper.matos {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-title-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-title-content.white {
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-news {
    height: auto;
    margin-bottom: 50px;
  }

  .wrapper-news {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-decoration-cream.photo {
    top: 10px;
    font-size: 140px;
    line-height: 140px;
  }

  .section-tea {
    padding-bottom: 0px;
  }

  .section-matos {
    padding-bottom: 0px;
  }

  .text-decoration-big.photo {
    top: 10px;
    font-size: 140px;
    line-height: 140px;
  }

  .div-block-186 {
    height: auto;
    margin-bottom: 0px;
  }

  .home-content-img {
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .product-list-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-list {
    padding-right: 20px;
    padding-left: 20px;
    align-items: flex-start;
  }

  .product-item {
    height: auto;
    /* padding: 2px; */
  }

  .best-item-link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .best-item-img {
    width: auto;
    height: auto;
  }

  .best-item-img.off {
    width: 200px;
    height: 250px;
  }

  .best-item-img.best-tea {
    width: 36vw;
    height: 43vw;
    margin-top: 0px;
    margin-bottom: 10px;
    border-width: 4px;
  }

  .section-all-product {
    margin-top: 50px;
  }

  .section-bestseller {
    padding-right: 15px;
    padding-left: 15px;
  }

  .filter-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-content-wrapper {
    width: 100%;
  }

  .home-content-wrapper.left {
    padding-right: 0px;
  }

  .home-img-wrapper {
    width: 90%;
  }

  .home-img-wrapper.center {
    width: 100%;
  }

  .home-img-wrapper.matos {
    width: 100%;
  }

  .filter-list {
    margin-left: 0px;
  }

  .section-more {
    margin-top: 50px;
  }

  .title-explain {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .horizonatal-title-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .archive-cross-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .archive-cross-item {
    width: 100%;
  }

  .archive-cross-link {
    height: 80vw;
  }

  .section-apropos-home {
    padding-bottom: 50px;
    padding-top: 80px;
  }

  .btn-home-cream {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .list-item-4 {
    width: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-archive-tea {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .main-archive-matos {
    padding-top: 80px;
  }

  .tea-item-img {
    width: 100%;
    height: 100%;
  }

  .tea-item-img.off {
    width: 200px;
    height: 250px;
  }

  .tea-item-text-wrapper {
    margin-bottom: 0px;
  }

  .tea-item-pretitle {
    font-size: 25px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
  }

  .tea-item-title {
    width: 100%;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 2px;
  }

  .btn-prev {
    position: absolute;
    left: 0px;
    display: block;
    width: 12px;
  }

  .btn-next {
    position: absolute;
    right: 0px;
    display: block;
    width: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .list-item-5 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .list-item-6 {
    margin-bottom: 0px;
  }

  .filter-item {
    margin-bottom: 0px;
  }

  .best-item-link-tea {
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .home-coffee-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-coffee-title {
    margin-top: 10px;
  }

  .home-coffee-title.small {
    margin-top: 0px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .home-coffee-img {
    width: 320px;
    height: 320px;
  }

  .home-tea-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper-home {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper-home.bottom {
    margin-bottom: 0px;
  }

  .wrapper-home.bottom2 {
    margin-top: 0px;
  }

  .tltle-description-center {
    width: 100%;
    text-align: left;
  }

  .home-title-content-center {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-title-content-center.white {
    max-width: none;
  }

  .home-title.white {
    max-width: none;
  }

  .swiper-pagination-custom {
    margin-bottom: 15px;
  }

  .bullet {
    border-style: solid;
    border-width: 2px;
    border-color: #1f1917;
    opacity: 0.4;
  }

  .bullet-active {
    border-style: solid;
    border-width: 2px;
    border-color: #1f1917;
    opacity: 1;
  }

  .home-news-text {
    width: 100%;
    text-align: center;
  }

  .best-tea-title {
    font-size: 28px;
    line-height: 25px;
    letter-spacing: 2px;
  }

  .center-title-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#field-3.w-node-d490b34f-1d68-2800-88e2-956a730a27fc-819c65ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d490b34f-1d68-2800-88e2-956a730a27fd-819c65ca {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d490b34f-1d68-2800-88e2-956a730a27fe-819c65ca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .section-apropos-home .wrapper-home.bottom {
    margin-top: 0px;
    padding-bottom: 0px;
}

.footer-nav-list {
  gap:10px;
}

.footer-wrapper-top::after {
  bottom: 240px !important;
}

}

@media screen and (min-width:1025px) {
  .page-template-template-page-checkout .w-commerce-commercelayoutmain {
    min-width: 45vw;
  }

  .menu-lang .lang-item a:hover::before
{
  background-color: #aa886d;
}

.body[data-menu=black] .menu-lang .lang-item a:hover::before
{
  background-color: white;
}

.link-back-coffee:hover {
  background-color: #1f1914;
  color: #fff;
}

.link-back-coffee:hover .color-change {
  fill: white;
}

.product-item-link:hover .product-item-img-image {
  /* -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95); */
  transform: rotate(1deg) scale(.9);
}

.best-item-link:hover .best-item-img,
.home-coffee-link:hover .home-coffee-img,
.home-tea-link:hover .home-tea-img,
.product-item-link.tea:hover .tea-item-img {
    transform: rotate(1deg) scale(.9);
}

.best-item-link:hover .item-bkg,
.best-item-link:hover .item-bkg-cross {
    transform: rotate(2deg) translateY(43px) scale(.95);
}

.product_cat_tea_infusions .best-item-link:hover .best-item-img,
.best-item-link-tea:hover .best-item-img {
    transform: scale(.9);
}

.swiper-container.home-coffee {
  margin-bottom:10px;
}


}

@font-face {
  font-family: 'Awesome birds';
  src: url('../fonts/Awesome-Birds.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}