.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.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: 1001;
  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);
}

.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-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;
}

.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-commercecartapplepaybutton {
  background-color: #000;
  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: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  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;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  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: 0px;
  padding-bottom: 0px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.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-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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

.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-commercelayoutcontainer {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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-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-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-commercecheckoutlabel {
  margin-bottom: 8px;
}

.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-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  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: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -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%;
  min-width: 0px;
}

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

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

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  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: -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;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

.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-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-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  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: inline-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-top: 10px;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: 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;
}

.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-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  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;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -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;
  }

  .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;
  }
}

@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-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 65px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

a {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  background-image: url('../images/2500.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-hover {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -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;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.section-hover:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.heading-section-hover {
  position: static;
  z-index: -999;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  -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;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #fff;
  font-size: 40px;
}

.heading-section-hover:hover {
  color: #ccbba6;
}

.wrapper-options {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.option {
  margin-right: 10px;
  margin-left: 10px;
  padding: 3px 5px;
  border-top: 1px solid #fff;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  text-decoration: none;
}

.option:hover {
  color: #ccbba6;
}

.name-options {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
  font-weight: 400;
}

.name-options:hover {
  color: #ccbba6;
}

.navbar-black {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -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-color: transparent;
}

.navbar-black.black {
  margin-top: 0px;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.container {
  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;
}

.wrapper-burger-menu {
  display: block;
  overflow: hidden;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  cursor: pointer;
}

.menu {
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
  background-color: #fff;
}

.menu.black {
  background-color: #333;
}

.wrapper-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: block;
}

.wrapper-men {
  display: block;
  padding: 40px 60px 100px;
}

.grid-menu-open {
  width: 100%;
  justify-items: stretch;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-menu {
  position: static;
  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;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-menu._4 {
  margin-top: 0px;
}

.heading-menu {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: transparent;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #fff;
  cursor: pointer;
}

.heading-menu:hover {
  color: #ccbba6;
}

.heading-menu.black {
  color: #333;
}

.heading-menu.black:hover {
  color: #ccbba6;
}

.wrapper-link-menu {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
}

.link-menu {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  text-align: left;
  text-decoration: none;
}

.link-menu:hover {
  color: #ccbba6;
}

.link-menu.black {
  color: #333;
}

.link-menu.black:hover {
  color: #ccbba6;
}

.div-block-2 {
  position: relative;
  left: 0%;
  top: -100%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: none;
  margin-top: 0%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding: 100px 15px 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;
}

.card-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-image: url('../images/171808171_l.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-attachment: scroll;
  -webkit-transition: box-shadow 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out;
}

.card-product:hover {
  box-shadow: 1px 1px 20px 9px rgba(0, 0, 0, 0.09);
}

.grid-collection-list-product {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-products {
  height: 70%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-card-product {
  position: relative;
  z-index: 1;
  color: #606060;
  text-align: center;
}

.section-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding: 100px 0px 160px;
  -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 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.wrappe-color-card {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 55%;
  background-color: hsla(0, 0%, 100%, 0.57);
}

.collection-items-products {
  height: 100%;
}

.logo {
  display: block;
}

.text-block {
  display: none;
}

.cart-button {
  padding: 0px;
  background-color: transparent;
}

.cart-quantity {
  display: none;
}

.icon {
  overflow: visible;
  width: 30px;
  font-size: 30px;
}

.icon.black {
  color: #333;
}

.cart-container {
  border-radius: 5px;
  background-color: #000;
}

.cart-item {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.cart-list {
  padding: 0px;
  border: 1px none #000;
}

.cart-header {
  padding: 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;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #c7c7c7;
  background-color: #fff;
  color: #fff;
}

.cart-footer {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #bababa #000 #000;
  background-color: #fff;
}

.heading {
  background-color: transparent;
  color: #333;
}

.icon-2 {
  background-color: transparent;
  color: #fff;
}

.text-block-2 {
  background-color: transparent;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
}

.text-block-3 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
}

.checkout-button {
  border-style: solid;
  border-width: 1px;
  border-color: #c8c8c8;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease-in-out, color 400ms ease-in-out, background-color 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: border-color 400ms ease-in-out, color 400ms ease-in-out, background-color 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: border-color 400ms ease-in-out, transform 400ms ease-in-out, color 400ms ease-in-out, background-color 400ms ease-in-out;
  transition: border-color 400ms ease-in-out, transform 400ms ease-in-out, color 400ms ease-in-out, background-color 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  color: #000;
  font-size: 18px;
}

.checkout-button:hover {
  border-style: none;
  background-color: #ccbba6;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.text-block-4 {
  font-size: 14px;
  text-decoration: none;
}

.remove-button {
  color: #9b9b9b;
  text-decoration: none;
}

.wrapper-text-about {
  position: relative;
  left: 19%;
  top: 0px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 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;
  background-color: transparent;
  cursor: default;
}

.heading-about {
  width: 95%;
  margin-top: 10px;
  padding-right: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #606060 #606060 #000;
  color: #000;
  font-size: 55px;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}

.paragraph-about {
  margin-top: 10px;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}

.link {
  margin-top: 0px;
  padding: 0px;
  border: 2px none #000;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #966321;
  font-size: 20px;
  text-decoration: none;
}

.link:hover {
  color: #b37728;
}

.section-brand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 60px 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;
  background-color: transparent;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: transparent;
}

.grid-collection-list-brands {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  max-width: 1400px;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1.5px none #000;
}

.collection-list-brands {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper-logo {
  width: 100%;
  height: 300px;
  border: 0.3px none #000;
  background-image: url('../images/Cartier.png');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.wrapper-logo:hover {
  background-color: rgba(51, 51, 51, 0.69);
  background-image: none;
}

.wrapper-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #833636;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.link-client {
  width: 100%;
}

.collection-brand {
  width: 100%;
  height: 300px;
}

.body {
  background-color: #f5f5f5;
}

.section-style-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
  -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;
}

.container-style-guide {
  display: block;
  width: 60%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 60px 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-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 1px 1px 20px -8px #b8abab;
}

.title-style-guide {
  font-weight: 400;
}

.empty-state {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.wrapper-text-wedding {
  position: relative;
  left: -14%;
  top: auto;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  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: 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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
  cursor: default;
}

.heading-wedding {
  width: 90%;
  margin-top: 10px;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 55px;
  line-height: 1.3;
  text-transform: none;
}

.paragraph-wedding {
  margin-top: 10px;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}

.section-wedding {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding: 160px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-link-hero {
  margin-top: 60px;
  margin-bottom: 10px;
}

.section-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  padding-right: 0px;
  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;
  background-color: #fafafa;
}

.newsletter-form {
  width: 30%;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -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;
  border-bottom: 2px solid #606060;
}

.text-field {
  height: auto;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  border: 1px none #000;
  background-color: transparent;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.submit-button {
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  border-bottom: 1px none #000;
  background-color: transparent;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #000;
}

.submit-button:hover {
  background-color: transparent;
  color: #000;
}

.heading-news-letter {
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #606060;
  font-size: 35px;
  font-style: normal;
  letter-spacing: 0px;
}

.heading-news-letter._2 {
  font-style: italic;
}

.sub-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #949494;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0px;
}

.section-insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 230px;
  padding-bottom: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-instagram {
  margin-top: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.content-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  -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: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.wrapper-content-wedding {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  max-width: 1200px;
  clear: none;
  -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;
}

.content-instagram {
  position: relative;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 100%;
}

.img-instagram {
  position: static;
  z-index: -1;
}

.background-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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: rgba(11, 3, 3, 0.57);
  cursor: pointer;
}

.footer {
  position: static;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container-brand {
  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;
}

.content-voci-menu-footer {
  width: 65%;
  margin-top: 40px;
}

.grid-menu-footer {
  width: 100%;
  justify-items: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 0.75fr 0.75fr;
  grid-template-columns: 1fr 1fr 1fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-link-footer {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.link-footer {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 200;
  text-decoration: none;
}

.link-footer:hover {
  color: #b37728;
}

.heading-footer {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #000;
  font-size: 21px;
}

.copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #696969;
  font-size: 11px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #f4f2f4;
}

.bg._2 {
  position: absolute;
  z-index: -1;
  background-color: #333;
}

.list-footer {
  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;
}

.section-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
}

.grid-info {
  width: 100%;
  max-width: 1500px;
  padding-right: 100px;
  padding-left: 100px;
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 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;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
}

.text-info {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #606060;
  line-height: 1;
}

.text-info._4 {
  position: relative;
  top: -12px;
}

.wrapper-background-about {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-image: url('../images/background.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper-background-wedding {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-image: url('../images/wedding.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.about-image {
  position: absolute;
  left: 22%;
  z-index: -2;
}

.mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.wedding-image {
  position: absolute;
  left: auto;
  right: 15%;
  z-index: -2;
}

.section-phrases {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700vh;
  -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;
}

.phrase {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #d1d1d1;
  font-size: 50px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.signature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 20px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: 'Playfair Display', sans-serif;
  color: #ccbba6;
  font-size: 34px;
  line-height: 1;
  font-style: italic;
  text-align: right;
}

.orizzontal-wrap {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0px 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;
  background-color: transparent;
}

.wrapper-heading-insta {
  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;
}

.scrollable {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 600vw;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.orizzontal-content {
  position: relative;
  left: -52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.wrapper-content {
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60%;
  max-width: 1400px;
  margin-right: 300px;
  margin-left: 300px;
  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: 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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
  box-shadow: none;
}

.wrapper-logo-cart {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  color: #000;
}

.cart-logo {
  margin-bottom: 0px;
}

.image-11 {
  position: absolute;
  left: -12%;
  top: 10%;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.image-12 {
  position: absolute;
  top: auto;
  right: -10%;
  bottom: 10%;
  z-index: -1;
}

.image-13 {
  position: absolute;
  left: 30%;
  top: 8%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.card-intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 60%;
  max-width: 15%;
  margin-right: 300px;
  margin-left: 0px;
  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: 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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
  box-shadow: none;
}

.image-14 {
  position: absolute;
  left: -5%;
  bottom: -10%;
  z-index: -1;
}

.image-15 {
  position: absolute;
  top: 2%;
  right: 10%;
  bottom: auto;
  z-index: -1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-information {
  overflow: hidden;
  height: 100vh;
  min-height: auto;
  background-image: url('../images/homme_1920.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.section-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/171808171_l.jpg');
  background-position: 220% 50%;
  background-size: cover;
}

.menu-button {
  z-index: 999;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}

.menu-button.w--open {
  background-color: transparent;
}

.div-block-15 {
  display: block;
  padding-top: 0px;
  background-color: transparent;
  color: transparent;
}

.nav-menu {
  background-color: transparent;
}

.wrapper-search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 15px;
  -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;
  border-bottom: 2px solid #7c1322;
}

.input-search {
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #fff;
}

.input-search.nav {
  margin-right: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
}

.input-search.nav.black {
  border-bottom-color: #000;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #000;
}

.search-button-3 {
  display: none;
  background-color: transparent;
}

.icon-search {
  overflow: hidden;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  color: #7c1322;
  cursor: pointer;
}

.wrapper-text-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: hsla(0, 0%, 100%, 0.18);
}

.heading-description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 54px;
  line-height: 1.5;
}

.paragraph-info {
  width: 90%;
  margin-top: 10px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.body-clients {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrap-color-menu {
  position: absolute;
  left: 0%;
  top: -22%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: none;
  height: 350px;
  background-color: rgba(0, 0, 0, 0.49);
}

.wrap-color-menu.black {
  display: none;
  height: 350px;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.stiky-section {
  position: relative;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.stiky-wrapper-text {
  position: fixed;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100vh;
  padding-top: 0px;
  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: 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: #181818;
}

.wrapper-move-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 55%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #131313;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.grid-move-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 270vh;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.shadow-image {
  position: relative;
  top: -45px;
  z-index: 0;
  background-color: rgba(17, 17, 17, 0.7);
  color: #111;
}

.wrap-move-image-first {
  position: relative;
  left: 30%;
  top: -20%;
  z-index: 1;
  margin-left: 0px;
  background-image: url('../images/slider2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.wrapper-move-image-client {
  position: relative;
  left: 35%;
  top: 40%;
  z-index: 1;
  background-image: url('../images/slider1-1.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.shadow-second-image {
  position: relative;
  left: 10%;
  z-index: 0;
  background-color: rgba(17, 17, 17, 0.7);
  color: #111;
}

.wrapp-third-image {
  position: relative;
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.shadow-third-image {
  background-color: rgba(17, 17, 17, 0.7);
  color: #111;
}

.heading-client {
  position: static;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 45px;
}

.pharagraph-client {
  width: 70%;
  color: #fff;
  font-size: 18px;
}

.sub-pharagraph--client {
  width: 70%;
  margin-top: 140px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
  font-size: 17px;
  font-style: italic;
}

.shadow-fourth-image {
  position: relative;
  left: -20%;
  background-color: rgba(17, 17, 17, 0.7);
  color: rgba(17, 17, 17, 0.7);
}

.wrapper-image-fifth-client {
  position: relative;
  left: 5%;
  z-index: 2;
  background-image: url('../images/card3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.wrapper-image-forth-client {
  position: relative;
  left: -24%;
  z-index: 1;
  background-image: url('../images/zelle-duda-lT2c4pxkP78-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.s-imagehadow-fifth {
  position: relative;
  left: 0%;
  z-index: 1;
  background-color: rgba(17, 17, 17, 0.7);
  color: rgba(17, 17, 17, 0.7);
}

.shadow-sixth-image {
  position: relative;
  left: -15%;
  background-color: rgba(17, 17, 17, 0.7);
  color: rgba(17, 17, 17, 0.7);
}

.wrapper-sixth-image {
  position: relative;
  left: 0%;
  z-index: 1;
  background-color: transparent;
  background-image: url('../images/jackie-tsang-3_YP8_mh-Kg-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #111;
}

.wrap-image-clients {
  display: none;
}

.wrapper-text-clients {
  position: -webkit-sticky;
  position: sticky;
}

.logo-clinents-page {
  display: none;
}

.wrapper-image-section-description {
  display: none;
}

.wrapper-text-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: hsla(0, 0%, 100%, 0.43);
}

.section-hero-products {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.wrapper-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-hero-product {
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  margin-top: 0px;
}

.wrapper-text-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #333;
}

.about-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 270vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-black {
  position: relative;
  bottom: 0px;
  padding: 20px 100px 25px;
  background-color: #181818;
  color: #181818;
}

.wrapper-footer-black {
  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;
}

.copyright-footer-black {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 11px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.wrapper-link-social-black {
  margin-left: 15px;
}

.navbar--black {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 20px 40px;
  -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-color: transparent;
}

.wrap-color-menu-black {
  position: absolute;
  left: 0%;
  top: -22%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: none;
  height: 350px;
  background-color: #333;
}

.wrapp-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-product-page {
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
}

.hero-shop-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  margin-top: 75px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(202, 171, 171, 0.41)), to(rgba(202, 171, 171, 0.41))), url('../images/shop.jpg');
  background-image: linear-gradient(180deg, rgba(202, 171, 171, 0.41), rgba(202, 171, 171, 0.41)), url('../images/shop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-card-shop-page {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.collection-list-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-collection-list-all-products {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1500px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-image-collection-shop {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 500px;
  border: 1px solid #333;
  background-color: #fff;
  cursor: pointer;
}

.slider-shop {
  height: 100%;
  background-color: transparent;
}

.slide-nav-3 {
  display: none;
}

.first-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 15%;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.icon-7 {
  margin-right: auto;
  color: #333;
  font-size: 25px;
}

.icon-8 {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  height: auto;
  -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;
  color: #333;
  font-size: 25px;
}

.heading-card-shop {
  width: 80%;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 22px;
  text-align: left;
}

.wrapper-text-card-shop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.price {
  width: auto;
  padding: 0px;
  border: 1px none #333;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 16px;
}

.wrapper-button-shop {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 15px 20px;
  -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;
  border: 1px solid #333;
}

.link-card-shop {
  font-size: 17px;
}

.wrapper-image-card-shop {
  width: auto;
  height: 368px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.collection-items-shop {
  position: relative;
}

.mask-2 {
  position: relative;
}

.left-arrow-3 {
  left: -5%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  -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;
}

.right-arrow-3 {
  left: auto;
  top: 0%;
  right: -5%;
  bottom: auto;
  z-index: 999;
  height: 380px;
}

.paragraph-product {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

.quantity {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  border-top-color: #333;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  text-align: right;
}

.default-state {
  width: 100%;
}

.add-to-cart {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.quantity-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #333;
}

.add-to-cart-button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #333;
  background-color: transparent;
  -webkit-transition: border-color 400ms ease-in-out, background-color 400ms ease-in-out, color 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: border-color 400ms ease-in-out, background-color 400ms ease-in-out, color 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: border-color 400ms ease-in-out, background-color 400ms ease-in-out, transform 400ms ease-in-out, color 400ms ease-in-out;
  transition: border-color 400ms ease-in-out, background-color 400ms ease-in-out, transform 400ms ease-in-out, color 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  font-family: 'Yeseva One', sans-serif;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.add-to-cart-button:hover {
  border-style: none;
  background-color: #ccbba6;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.second-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 15%;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 15%;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.empty-state-2 {
  background-color: #333;
  color: #fff;
}

.search-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 15px;
  -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;
  border-bottom: 2px solid #fff;
}

.search-menu.nav {
  position: absolute;
  left: auto;
  top: auto;
  right: 83px;
  bottom: auto;
  width: 15%;
  height: 30px;
  margin-top: 14px;
  border-bottom-style: none;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
}

.search-menu.nav:active {
  color: #fff;
}

.search-menu.nav:focus {
  color: #fff;
}

.search-menu.nav.black {
  right: 83px;
}

.category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-all-products {
  height: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.next-2 {
  display: none;
}

.grid-collection-list-shop {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1500px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-product {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #ccbba6;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}

.paragraph-description-product {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}

.heading-description-product {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #ccbba6;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.section-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 200px;
  padding-bottom: 250px;
  -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;
}

.wrapper-text-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 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;
}

.content-blog {
  width: auto;
  max-width: 70%;
}

.wrapper-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  max-height: none;
  max-width: 350px;
  min-height: 300px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.collection-item-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wrapper-image-blog-post {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 60%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.wrapper-image-blog-post:hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  height: 60%;
}

.wrapper-yexy-card-blog {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 30px 20px 30px 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;
  background-color: transparent;
  color: transparent;
}

.heading-card-blog {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 20px;
  line-height: 1.5;
}

.date-blog-post {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333;
  font-size: 15px;
}

.wraooer-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
  color: rgba(51, 51, 51, 0.65);
}

.heading-blog {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1;
}

.text-blog {
  margin-bottom: 60px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 17px;
}

.section-hero-blog-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-image-post {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100vh;
  max-height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-informations {
  height: 80vh;
  min-height: auto;
  background-image: url('../images/bunner1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.heading-all-product {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}

.secion-form-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  padding-left: 250px;
  background-color: rgba(0, 0, 0, 0.79);
}

.wrapper-form-contact {
  position: relative;
  z-index: 1;
  width: 40%;
  padding: 30px;
}

.wrapper-text-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.wrapper-address {
  width: 50%;
}

.heading-contact {
  position: static;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-address {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.test-phone {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.text-mail {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.tex-field-name {
  margin-right: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
}

.text-field-email {
  margin-left: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
}

.textarea {
  min-height: 100px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
}

.wrapper-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-form-contact {
  padding: 9px 25px 9px 24px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #333;
}

.button-form-contact:hover {
  background-color: #ccbba6;
  color: #fff;
}

.section-hero-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 100px;
  -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;
}

.wrapper-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 270px;
  max-width: 100%;
  padding-right: 65px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/backgroundaboutus2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.heading-about-page {
  position: relative;
  left: 24%;
  top: -7%;
  right: 0px;
  bottom: auto;
  margin-top: 0px;
  font-size: 55px;
  line-height: 2;
}

.map {
  width: 40%;
  height: 50%;
}

.grid-about {
  margin-top: 60px;
  margin-bottom: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.wrapper-text-about-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  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;
  background-color: #f5f5f5;
}

.wrapper-text-about-page._1 {
  position: relative;
  background-color: transparent;
}

.wrapper-text-about-page._2 {
  background-color: #8cbaba;
}

.wrapper-text-about-page._3 {
  background-color: #f5f5f5;
}

.wrapper-text-about-page._4 {
  position: relative;
  background-color: transparent;
}

.wrapper-text-about-page._5 {
  background-color: #564744;
}

.wrapper-text-about-page._6 {
  background-color: #f2ede9;
}

.wrapper-text-about-page._7 {
  position: relative;
  background-color: transparent;
}

.wrapper-text-about-page._10 {
  background-color: transparent;
}

.wrapper-image-about-page {
  width: 450px;
  height: 450px;
  background-image: url('../images/1A.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.wrapper-image-about-page._1 {
  background-image: url('../images/1.jpg');
}

.wrapper-image-about-page._2 {
  background-image: url('../images/2.jpg');
}

.wrapper-image-about-page._3 {
  background-image: url('../images/1B.jpg');
}

.wrapper-image-about-page._4 {
  background-image: url('../images/4.jpg');
}

.wrapper-image-about-page._5 {
  background-image: url('../images/5.jpg');
}

.wrapper-image-about-page._6 {
  background-image: url('../images/6.jpg');
}

.wrapper-image-about-page._7 {
  background-image: url('../images/7.jpg');
}

.wrapper-image-about-page._8 {
  background-image: url('../images/8.jpg');
}

.wrapper-image-about-page._10 {
  background-image: url('../images/10.jpg');
}

.wrapper-content-about {
  width: 37%;
  margin-top: 60px;
}

.paragraph-about-page {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.paragraph-grid {
  font-size: 17px;
  text-align: center;
}

.paragraph-grid.white {
  color: #fff;
}

.submit-button-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ccbba6;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

.submit-button-4:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.checkout-form {
  margin-top: 0px;
  padding-top: 10px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.container-2 {
  margin-top: 110px;
}

.div-block-33 {
  top: 90px;
}

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

.order-item-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-white {
  color: #fff;
}

.white {
  color: #fff;
}

.wrapper-br-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 900px;
  height: 100%;
  background-color: #f5f5f5;
}

.wrapper-bg-color {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 200%;
  height: 100%;
  background-color: #f5f5f5;
}

.wrapper-bg-color-about {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 200%;
  height: 100%;
  background-color: #d1c8c1;
}

.wrapper-bg-grid {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 200%;
  height: 100%;
  background-color: #f5f5f5;
}

.hero-blog-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/or1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/or1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: 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;
}

.heading-blog-page {
  font-size: 50px;
  line-height: 1;
}

.text-blog-page {
  margin-bottom: 40px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.content-sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e2ddd7;
}

.logo-footer {
  position: relative;
  left: -13px;
}

.newsletter-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  -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;
  border-bottom: 2px solid #e2ddd7;
}

.newsletter-form-footer {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.paragraph-newsletter-footer {
  width: 100%;
  font-size: 16px;
}

.heading-newsletter-footer {
  margin-top: 10px;
  font-size: 21px;
}

.image-social {
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  cursor: pointer;
}

.image-social:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.licensing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 100px;
  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;
  background-color: #fafafa;
}

.terms-container {
  padding: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: #fff;
}

.terms-head {
  margin-bottom: 40px;
  font-size: 55px;
}

.body-404 {
  display: block;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.text-field-4 {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.submit-button-5 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #7c1322;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.button-2 {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #7c1322;
}

.text-fax {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.heading-blog-post {
  font-size: 36px;
}

.rich-text-blog {
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.hero-category-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 70vh;
  -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-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.next-4 {
  display: none;
}

.collection-item-5 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.section-product-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-product-category._2 {
  height: 75vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-product-category._3 {
  overflow: hidden;
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-product-category._4 {
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrapper-image-category {
  display: none;
  width: 30%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.wrapper-overflow {
  overflow: hidden;
}

.heading-categorypage {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 55px;
  line-height: 1;
}

.paragraph-category-page {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.wrapper-text-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 20px;
  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: 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;
}

.wrapper-text-category._2 {
  position: relative;
  left: -146px;
}

.wrapper-text-category._5 {
  position: relative;
  left: -284px;
}

.paragraph-category {
  width: auto;
  margin-top: 20px;
  font-size: 17px;
}

.heading-category {
  margin-top: 15px;
  font-size: 55px;
  line-height: 1;
}

.sub-heading-category {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #a5a5a5;
  font-size: 16px;
}

.pop-up {
  position: static;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 4%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 40px 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;
  background-color: #fff;
  box-shadow: 0 0 14px -7px #ccbba6;
}

.wrapper-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-6 {
  width: 21px;
  height: 21px;
  padding: 0px 7px 5px;
  border-radius: 20px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.wrapper-text-pop-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.pop-up-paragraph {
  max-width: 300px;
  font-size: 15px;
  text-align: center;
}

.pop-up-image {
  max-width: 300px;
}

.pop-up-button {
  margin-top: 20px;
  padding: 20px 40px;
  background-color: #ccbba6;
  font-size: 18px;
}

.pop-up-heading {
  font-size: 38px;
}

.wrapper-pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 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;
  background-color: rgba(0, 0, 0, 0.53);
}

.wrapper-content-category {
  width: 50%;
  max-width: 90%;
}

.lottie-animation {
  width: 56px;
}

.lottie-animation-3 {
  width: 56px;
}

.lottie-animation-4 {
  position: relative;
  width: 85px;
}

.lottie-animation-5 {
  width: 56px;
}

.link-category-menu {
  left: -6px;
  padding-left: 0px;
  color: #ccbba6;
  font-size: 12px;
}

.link-category-menu.w--current {
  color: #ccbba6;
}

.search-menu-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 15px;
  -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;
  border-bottom: 2px solid #fff;
}

.licensing {
  margin-bottom: 40px;
}

.licensing-container {
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}

.licensing-text-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.licensing-link-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;
}

.source-link {
  margin-right: 20px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.license-link {
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.container-3 {
  padding-top: 100px;
}

.div-block-39 {
  top: 100px;
}

.input-search-red {
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #7c1322;
}

.button-4 {
  border-radius: 3px;
  background-color: #ccbba6;
}

.text-block-11 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.button-5 {
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 15px;
  border-radius: 3px;
  background-color: #ccbba6;
}

.text-block-12 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 22px;
}

.button-6 {
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 15px;
  border-radius: 3px;
  background-color: #ccbba6;
}

.text-block-13 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  text-align: center;
}

.error-message {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  text-align: center;
}

.wrap-color-menu-mobile {
  position: absolute;
  left: 0%;
  top: -22%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: none;
  height: 350px;
  background-color: rgba(0, 0, 0, 0.49);
}

.block-link {
  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;
}

.text-block-14 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.success-message {
  background-color: #ccbba6;
  color: #fff;
  font-size: 16px;
}

.text-block-15 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 16px;
}

.success-message-2 {
  background-color: #ccbba6;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
  font-size: 16px;
}

.text-block-16 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 16px;
}

.error-message-2 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.text-block-17 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.text-block-18 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.cart-quantity-2 {
  border-color: #333;
  background-color: #fff;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.cart-line-item {
  padding: 17px 24px;
  background-color: #ccbba6;
}

.checkout-actions {
  padding-right: 24px;
  padding-left: 24px;
}

.checkout-actions-2 {
  padding-right: 24px;
  padding-left: 24px;
}

.cart-line-item-2 {
  padding: 16px 24px;
  background-color: #ccbba6;
  color: #000;
}

.cart-line-item-3 {
  padding: 16px 24px;
  background-color: #ccbba6;
}

.checkout-actions-3 {
  padding-right: 24px;
  padding-left: 24px;
}

.error-message-3 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #fff;
}

.error-state {
  background-color: #f98787;
}

.cart-form-wrapper {
  background-color: #fff;
}

.text-block-19 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.cart-quantity-3 {
  border-color: #333;
  background-color: #fff;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.text-date {
  margin-bottom: 40px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 18px;
}

.cart-form-wrapper-2 {
  background-color: #fff;
}

.error-state-2 {
  background-color: #ffa8a8;
  color: #fff;
}

.cart-form-wrapper-3 {
  background-color: #fff;
}

.error-state-3 {
  background-color: #ffa8a8;
  color: #fff;
}

.search-result-item {
  margin-bottom: 20px;
  padding: 30px 20px;
  background-color: #fff;
}

.body-search {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.heading-14 {
  font-size: 40px;
  line-height: 1;
  text-align: center;
}

.search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #333;
  background-color: transparent;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  text-align: center;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -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;
}

.search-button-4 {
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #ccbba6;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 16px;
  white-space: normal;
}

.search-button-4:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.order-confirmation {
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.body-home {
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.field-label {
  position: static;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  color: #ccbba6;
  font-weight: 400;
}

.search-container {
  margin-bottom: 40px;
}

.next-5 {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.empty-state-3 {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ccbba6;
}

.text-block-20 {
  color: #fff;
  font-size: 16px;
}

.empty-state-4 {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ccbba6;
  color: #fff;
  font-size: 16px;
}

.price-home {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.text-block-21 {
  color: #ccbba6;
}

.image-24 {
  margin-bottom: 20px;
}

.search-result-wrapper {
  margin-bottom: 0px;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-collection {
  width: 100%;
}

.category-link {
  width: 100%;
  padding: 20px;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.category-link:hover {
  background-color: rgba(204, 187, 166, 0.49);
}

.category-label {
  text-align: center;
}

.collection-item-7 {
  padding: 0px;
  background-color: #fbfbfb;
}

.shop-heading {
  color: #fff;
}

.shop-hero-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;
  -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;
}

.paragraph {
  color: #fff;
  text-align: center;
}

.home-links {
  margin-top: 0px;
  padding: 0px;
  border: 2px none #000;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #966321;
  font-size: 20px;
  text-decoration: none;
}

.home-links:hover {
  color: #b37728;
}

.grid-collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-wrapper-blog {
  width: 100%;
  max-width: 1200px;
}

.next-7 {
  display: none;
}

.paypal {
  margin-bottom: 8px;
}

.paypal-2 {
  margin-bottom: 8px;
}

.submit-button-6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ccbba6;
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

.submit-button-6:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

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

.div-block-40 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.block-content {
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.changelog-container {
  padding: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  background-color: #fff;
}

.changelog-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 100px;
  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;
  background-color: #fafafa;
}

.container-4 {
  margin-top: 69px;
}

.div-block-41 {
  top: 87px;
}

.discounts {
  margin-bottom: 20px;
  border-style: solid;
  background-color: #fff;
  color: #000;
}

.field-label-8 {
  color: #000;
}

.submit-button-2 {
  padding: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease-in-out, color 400ms ease-in-out, background-color 200ms ease-in-out;
  transition: border-color 400ms ease-in-out, color 400ms ease-in-out, background-color 200ms ease-in-out;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button-2:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}

.heading-15 {
  color: #fff;
  font-size: 40px;
}

.heading-16 {
  color: #fff;
  font-size: 40px;
}

.card-product3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-image: url('../images/171808171_l.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-attachment: scroll;
  -webkit-transition: box-shadow 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out;
}

.card-product3:hover {
  box-shadow: 1px 1px 20px 9px rgba(0, 0, 0, 0.09);
}

.wrappe-color-card-3 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 55%;
  background-color: hsla(0, 0%, 100%, 0.57);
}

.heading-card-product3 {
  position: relative;
  z-index: 1;
  color: #606060;
  text-align: center;
}

.price-home3 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.wrapper-background-image1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #833636;
  background-image: url('../images/homme_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.wrapper-logo2 {
  width: 100%;
  height: 300px;
  border: 0.3px none #000;
  background-image: url('../images/Omega.png');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.wrapper-logo2:hover {
  background-color: rgba(51, 51, 51, 0.69);
  background-image: none;
}

.wrapper-background-image2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #833636;
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.wrapper-logo1 {
  width: 100%;
  height: 300px;
  border: 0.3px none #000;
  background-image: url('../images/Cartier.png');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.wrapper-logo1:hover {
  background-color: rgba(51, 51, 51, 0.69);
  background-image: none;
}

.wrapper-logo3 {
  width: 100%;
  height: 300px;
  border: 0.3px none #000;
  background-image: url('../images/Omega.png');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.wrapper-logo3:hover {
  background-color: rgba(51, 51, 51, 0.69);
  background-image: none;
}

.wrapper-background-image3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #833636;
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.cart-form-wrapper-4 {
  background-color: #fff;
}

.wrapper-logo4 {
  width: 100%;
  height: 300px;
  border: 0.3px none #000;
  background-image: url('../images/Omega.png');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.wrapper-logo4:hover {
  background-color: rgba(51, 51, 51, 0.69);
  background-image: none;
}

.wrapper-background-image4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #833636;
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.wrapper-logo5 {
  width: 100%;
  height: 300px;
  border: 0.3px none #000;
  background-image: url('../images/Omega.png');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.wrapper-logo5:hover {
  background-color: rgba(51, 51, 51, 0.69);
  background-image: none;
}

.wrapper-background-image5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #833636;
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.wrapper-logo6 {
  width: 100%;
  height: 300px;
  border: 0.3px none #000;
  background-image: url('../images/Omega.png');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.wrapper-logo6:hover {
  background-color: rgba(51, 51, 51, 0.69);
  background-image: none;
}

.wrapper-logo7 {
  width: 100%;
  height: 300px;
  border: 0.3px none #000;
  background-image: url('../images/Omega.png');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.wrapper-logo7:hover {
  background-color: rgba(51, 51, 51, 0.69);
  background-image: none;
}

.wrapper-background-image6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #833636;
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.wrapper-background-image7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #833636;
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.wrapper-logo8 {
  width: 100%;
  height: 300px;
  border: 0.3px none #000;
  background-image: url('../images/Omega.png');
  background-position: 50% 50%;
  background-size: 220px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.wrapper-logo8:hover {
  background-color: rgba(51, 51, 51, 0.69);
  background-image: none;
}

.heading-card-product4 {
  position: relative;
  z-index: 1;
  color: #606060;
  text-align: center;
}

.price-home4 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.wrappe-color-card3 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 55%;
  background-color: hsla(0, 0%, 100%, 0.57);
}

.card-product4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-image: url('../images/171808171_l.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-attachment: scroll;
  -webkit-transition: box-shadow 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out;
}

.card-product4:hover {
  box-shadow: 1px 1px 20px 9px rgba(0, 0, 0, 0.09);
}

.wrappe-color-card4 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 55%;
  background-color: hsla(0, 0%, 100%, 0.57);
}

.card-product5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-image: url('../images/171808171_l.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-attachment: scroll;
  -webkit-transition: box-shadow 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out;
}

.card-product5:hover {
  box-shadow: 1px 1px 20px 9px rgba(0, 0, 0, 0.09);
}

.heading-card-product5 {
  position: relative;
  z-index: 1;
  color: #606060;
  text-align: center;
}

.price-home5 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.wrappe-color-card5 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 55%;
  background-color: hsla(0, 0%, 100%, 0.57);
}

.card-product6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-image: url('../images/171808171_l.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-attachment: scroll;
  -webkit-transition: box-shadow 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out;
}

.card-product6:hover {
  box-shadow: 1px 1px 20px 9px rgba(0, 0, 0, 0.09);
}

.heading-card-product6 {
  position: relative;
  z-index: 1;
  color: #606060;
  text-align: center;
}

.price-home6 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.wrappe-color-card6 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 55%;
  background-color: hsla(0, 0%, 100%, 0.57);
}

.card-product7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-image: url('../images/171808171_l.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-attachment: scroll;
  -webkit-transition: box-shadow 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out;
}

.card-product7:hover {
  box-shadow: 1px 1px 20px 9px rgba(0, 0, 0, 0.09);
}

.heading-card-product7 {
  position: relative;
  z-index: 1;
  color: #606060;
  text-align: center;
}

.price-home7 {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
}

.wrappe-color-card7 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 55%;
  background-color: hsla(0, 0%, 100%, 0.57);
}

@media screen and (min-width: 1280px) {
  h2 {
    opacity: 1;
    color: #fff;
    text-align: center;
  }

  .card-product {
    background-image: url('../images/171808171_l.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-attachment: scroll;
    -webkit-transition: box-shadow 400ms ease-in-out;
    transition: box-shadow 400ms ease-in-out;
  }

  .grid-collection-list-product {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .wrappe-color-card {
    opacity: 1;
  }

  .paragraph-about {
    margin-top: 10px;
    margin-bottom: 123px;
  }

  .section-brand {
    background-color: transparent;
  }

  .wrapper-logo {
    background-color: transparent;
    background-image: url('../images/Cartier.png');
    background-position: 50% 50%;
    background-size: 100px;
    -webkit-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
  }

  .wrapper-background-image {
    background-image: url('../images/homme_1920.jpg');
    opacity: 0;
  }

  .heading-wedding {
    margin-top: 10px;
    margin-left: 141px;
  }

  .heading-description {
    color: #4b4a3e;
    font-size: 50px;
    line-height: 1.8;
    text-align: right;
  }

  .paragraph-description {
    line-height: 1.7;
    text-align: right;
  }

  .cart-form-wrapper-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .heading-15 {
    color: #fff;
    font-size: 40px;
  }

  .heading-16 {
    color: #fff;
    font-size: 40px;
  }

  .grid {
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-areas: "Area Area-2 Area-3";
    -ms-grid-columns: minmax(200px, 1fr) 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr 1fr;
  }

  .div-block-42 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .heading-17 {
    font-size: 0px;
    text-align: center;
  }

  .heading-18 {
    margin-top: 0px;
    margin-bottom: 106px;
    font-size: 40px;
    text-align: center;
  }

  .image-25 {
    background-image: url('../images/171808171_l.jpg');
    background-position: 0px 0px;
    background-size: auto;
    opacity: 1;
  }

  .container-7 {
    background-image: url('../images/171808171_l.jpg');
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
  }

  .image-26 {
    opacity: 0.41;
    -webkit-transition: box-shadow 200ms cubic-bezier(.25, .46, .45, .94);
    transition: box-shadow 200ms cubic-bezier(.25, .46, .45, .94);
  }

  .heading-19 {
    color: #000;
    text-align: center;
  }

  .container-6 {
    padding-right: 0px;
    background-image: url('../images/or1.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .image-27 {
    display: inline-block;
  }

  .image-28 {
    opacity: 0.4;
  }

  .container-8 {
    background-image: url('../images/7.jpg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .container-9 {
    padding-right: 377px;
    padding-bottom: 0px;
    background-image: url('../images/171808171_l.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .text-block-22 {
    display: block;
    width: auto;
    margin: 210px 0px 0px;
    padding-right: 0px;
    float: none;
    clear: none;
    border-radius: 0px;
    box-shadow: 4px 4px 3px 0 #5e5555;
    opacity: 0.51;
    font-family: 'Playfair Display', sans-serif;
    font-size: 20px;
    text-align: center;
    mix-blend-mode: darken;
  }

  .text-block-23 {
    display: block;
    overflow: visible;
    width: auto;
    margin-right: -269px;
    padding-right: 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;
    opacity: 0;
    text-align: center;
    text-decoration: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .link-block {
    width: 100%;
    height: 0%;
    margin-bottom: 0px;
  }

  .heading-20 {
    margin-top: 0px;
    margin-bottom: 166px;
    font-size: 50px;
    text-align: center;
  }

  .text-block-24 {
    text-align: center;
  }

  .heading-21 {
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .heading-22 {
    position: static;
    right: 472px;
    display: inline-block;
    margin-right: -158px;
    margin-left: 121px;
    padding-right: 0px;
    float: none;
    -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;
    text-align: center;
  }

  .container-10 {
    height: 100%;
    padding-right: 0px;
    padding-left: 100%;
    background-image: url('../images/171808171_l.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .heading-23 {
    margin-right: auto;
    margin-left: -358px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .text-block-25 {
    display: block;
    width: 500%;
    height: 65%;
    margin-left: -390px;
    padding-right: 254px;
    padding-left: 87px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-24 {
    display: block;
    width: 100.0002%;
    height: 20%;
    color: #000;
    text-decoration: none;
  }

  .heading-25 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-26 {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .marque {
    position: relative;
    display: block;
    color: #000;
  }

  .text-block-26 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin: 328px 0px 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .text-block-26.price-home {
    opacity: 0;
  }

  .link-2 {
    width: 100%;
  }

  .card-product3 {
    height: 100%;
    min-height: 400px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/171808171_l.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    -webkit-transition: box-shadow 400ms ease-in-out;
    transition: box-shadow 400ms ease-in-out;
  }

  .wrappe-color-card-3 {
    opacity: 1;
  }

  .price-home3 {
    margin-bottom: -62px;
  }

  .grid-2 {
    height: auto;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .container-11 {
    height: 100%;
    background-image: url('../images/171808171_l.jpg');
    background-position: 50% 50%;
    background-size: contain;
  }

  .wrapper-background-image1 {
    background-image: url('../images/2500.jpg');
    opacity: 0;
  }

  .wrapper-logo2 {
    background-color: transparent;
    background-image: url('../images/rolex-seeklogo.com.png');
    background-size: 100px;
    background-attachment: scroll;
    opacity: 1;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }

  .wrapper-logo2:hover {
    background-image: url('../images/rolex-seeklogo.com.png');
    background-position: 50% 50%;
    background-size: 100px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .wrapper-background-image2 {
    background-image: url('../images/homme_1920.jpg');
    opacity: 0;
  }

  .wrapper-logo1 {
    background-image: url('../images/patek-philippe-afdesign.png');
    background-position: 50% 50%;
    background-size: 150px;
    background-attachment: scroll;
  }

  .wrapper-logo1:hover {
    background-image: url('../images/patek-philippe-afdesign.png');
    background-position: 50% 50%;
    background-size: 150px;
  }

  .wrapper-logo3 {
    background-color: transparent;
    background-image: url('../images/Cartier.png');
    background-size: 120px;
    background-attachment: scroll;
    opacity: 1;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }

  .wrapper-logo3:hover {
    background-image: url('../images/Cartier.png');
    background-position: 50% 50%;
    background-size: 120px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .wrapper-background-image3 {
    background-image: url('../images/homme_1920.jpg');
    opacity: 0;
  }

  .cart-form-wrapper-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .wrapper-logo4 {
    background-color: transparent;
    background-image: url('../images/Breguet.png');
    background-size: 150px;
    background-attachment: scroll;
    opacity: 1;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }

  .wrapper-logo4:hover {
    background-image: url('../images/Breguet.png');
    background-position: 50% 50%;
    background-size: 150px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .wrapper-background-image4 {
    background-image: url('../images/homme_1920.jpg');
    opacity: 0;
  }

  .wrapper-logo5 {
    background-color: transparent;
    background-image: url('../images/iwc-schaffhausen-seeklogo.com.png');
    background-size: 150px;
    background-attachment: scroll;
    opacity: 1;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }

  .wrapper-logo5:hover {
    background-image: url('../images/iwc-schaffhausen-seeklogo.com.png');
    background-position: 50% 50%;
    background-size: 150px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .wrapper-background-image5 {
    background-image: url('../images/homme_1920.jpg');
    opacity: 0;
  }

  .wrapper-logo6 {
    background-color: transparent;
    background-image: url('../images/Jaeger_le_Coultre.png');
    background-size: 150px;
    background-attachment: scroll;
    opacity: 1;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }

  .wrapper-logo6:hover {
    background-image: url('../images/Jaeger_le_Coultre.png');
    background-position: 50% 50%;
    background-size: 150px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .wrapper-logo7 {
    background-color: transparent;
    background-image: url('../images/Audemars_Piguet.png');
    background-size: 150px;
    background-attachment: scroll;
    opacity: 1;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }

  .wrapper-logo7:hover {
    background-image: url('../images/Audemars_Piguet.png');
    background-position: 50% 50%;
    background-size: 150px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .wrapper-background-image6 {
    background-image: url('../images/homme_1920.jpg');
    opacity: 0;
  }

  .wrapper-background-image7 {
    background-image: url('../images/homme_1920.jpg');
    opacity: 0;
  }

  .wrapper-logo8 {
    background-color: transparent;
    background-image: url('../images/Omega.png');
    background-size: 100px;
    background-attachment: scroll;
    opacity: 1;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }

  .wrapper-logo8:hover {
    background-image: url('../images/Omega.png');
    background-position: 50% 50%;
    background-size: 100px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .price-home4 {
    margin-bottom: -62px;
  }

  .wrappe-color-card3 {
    opacity: 1;
  }

  .card-product4 {
    height: 100%;
    min-height: 400px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/171808171_l.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    -webkit-transition: box-shadow 400ms ease-in-out;
    transition: box-shadow 400ms ease-in-out;
  }

  .wrappe-color-card4 {
    opacity: 1;
  }

  .card-product5 {
    height: 100%;
    min-height: 400px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/171808171_l.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    -webkit-transition: box-shadow 400ms ease-in-out;
    transition: box-shadow 400ms ease-in-out;
  }

  .price-home5 {
    margin-bottom: -62px;
  }

  .wrappe-color-card5 {
    opacity: 1;
  }

  .card-product6 {
    height: 100%;
    min-height: 400px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/171808171_l.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    -webkit-transition: box-shadow 400ms ease-in-out;
    transition: box-shadow 400ms ease-in-out;
  }

  .price-home6 {
    margin-bottom: -62px;
  }

  .wrappe-color-card6 {
    opacity: 1;
  }

  .card-product7 {
    height: 100%;
    min-height: 400px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url('../images/171808171_l.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    -webkit-transition: box-shadow 400ms ease-in-out;
    transition: box-shadow 400ms ease-in-out;
  }

  .price-home7 {
    margin-bottom: -62px;
  }

  .wrappe-color-card7 {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-hover {
    width: 100%;
    height: 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;
  }

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

  .navbar-black {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333;
  }

  .grid-menu-open {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-product {
    overflow: hidden;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-product {
    width: auto;
    height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-collection-list-product {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .collection-list-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-about {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .wrappe-color-card {
    bottom: 0px;
  }

  .collection-items-products {
    width: auto;
  }

  .logo {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .wrapper-text-about {
    position: relative;
    left: 0%;
    top: 36px;
    bottom: 0px;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-about {
    text-align: center;
  }

  .paragraph-about {
    height: 100%;
    text-align: center;
  }

  .link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 400;
    text-align: center;
  }

  .section-brand {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-collection-list-brands {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .wrapper-text-wedding {
    left: 0%;
    top: 28px;
    width: 50%;
    clear: none;
    -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-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-wedding {
    width: 90%;
    text-align: center;
  }

  .paragraph-wedding {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .section-wedding {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
    float: none;
    clear: none;
  }

  .sub-heading {
    line-height: 0.5;
  }

  .section-insta {
    overflow: hidden;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-instagram {
    justify-items: center;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-about {
    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;
  }

  .wrapper-content-wedding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    float: none;
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-instagram {
    position: relative;
    display: block;
  }

  .content-voci-menu-footer {
    width: 90%;
  }

  .grid-menu-footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-info {
    grid-column-gap: 116px;
    grid-row-gap: 102px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-grid {
    border-top-style: none;
    border-bottom-style: none;
  }

  .wrapper-background-about {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper-background-wedding {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 300px;
  }

  .about-image {
    display: none;
  }

  .wedding-image {
    display: none;
  }

  .section-phrases {
    display: none;
    height: 300vh;
  }

  .phrase {
    font-size: 20px;
    text-align: center;
  }

  .signature {
    font-size: 20px;
  }

  .card {
    width: auto;
    margin-right: 100px;
    margin-left: 100px;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    display: none;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    display: none;
  }

  .image-15 {
    display: none;
  }

  .section-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    background-size: auto;
  }

  .section-description {
    position: relative;
    z-index: 999;
    height: auto;
    min-height: 70vh;
    -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-image: none;
    background-size: auto;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .wrapper-search {
    height: 200px;
  }

  .wrapper-text-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding: 60px 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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    background-color: transparent;
    text-align: center;
  }

  .heading-description {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .paragraph-info {
    width: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-style: normal;
    text-align: center;
    text-decoration: none;
  }

  .wrap-color-menu {
    z-index: 0;
    display: none;
    height: 110vh;
    background-color: #000;
    opacity: 1;
  }

  .stiky-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stiky-wrapper-text {
    position: static;
    width: 100%;
    height: auto;
    padding: 100px 30px;
  }

  .wrapper-move-image {
    display: none;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .grid-move-image {
    display: none;
  }

  .heading-client {
    width: auto;
    text-align: center;
  }

  .pharagraph-client {
    width: auto;
    text-align: center;
  }

  .sub-pharagraph--client {
    width: auto;
    margin-top: 60px;
    text-align: center;
  }

  .wrap-image-clients {
    display: block;
    height: 65vh;
    margin-top: -79px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .wrapper-text-clients {
    position: static;
  }

  .logo-clinents-page {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph-description {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .wrapper-image-section-description {
    display: block;
    height: 600px;
    background-image: url('../images/backgroundsquare.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .wrapper-text-description {
    width: 90%;
    min-width: 50px;
    margin-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
    -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;
    text-align: center;
  }

  .section-hero-products {
    padding-top: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-hero-product {
    height: auto;
  }

  .about-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright-footer-black {
    font-family: 'ZCOOL XiaoWei', sans-serif;
  }

  .wrap-color-menu-black {
    z-index: 0;
    display: none;
    height: 110vh;
    background-color: #000;
    opacity: 1;
  }

  .wrapp-text {
    width: 80%;
  }

  .hero-shop-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-collection-list-all-products {
    width: 90%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .search-menu.nav {
    display: none;
  }

  .grid-collection-list-shop {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-blog {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-text-blog {
    min-width: 90%;
  }

  .content-blog {
    width: 90%;
  }

  .wrapper-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
  }

  .collection-item-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -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;
  }

  .section-hero-blog-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-image-post {
    position: static;
    width: 100%;
    max-height: 60vh;
  }

  .section-informations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 70vh;
    padding-top: 20px;
    padding-bottom: 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;
  }

  .secion-form-contact {
    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;
  }

  .wrapper-form-contact {
    top: 20px;
    width: 70%;
    margin-bottom: 60px;
  }

  .heading-contact {
    margin-top: 0px;
  }

  .wrapper-bg {
    width: 100%;
  }

  .map {
    width: 70%;
  }

  .grid-about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-br-color {
    max-width: 100%;
  }

  .wrapper-bg-color {
    max-width: 100%;
  }

  .wrapper-bg-color-about {
    max-width: 100%;
    min-width: auto;
  }

  .wrapper-bg-grid {
    max-width: 100%;
  }

  .section-blog-card {
    margin-right: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .content-sub-menu {
    width: 90%;
  }

  .section-product-category {
    display: none;
    height: 20vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    background-size: auto;
  }

  .section-product-category._3 {
    display: block;
    height: 30vh;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 100% 0%;
    background-size: cover;
  }

  .wrapper-image-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding-bottom: 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;
    background-image: none;
  }

  .body-client {
    height: 50vh;
  }

  .wrapper-text-category {
    width: auto;
    height: auto;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-text-category._2 {
    display: none;
  }

  .paragraph-category {
    text-align: center;
  }

  .heading-category {
    line-height: 1.3;
    text-align: center;
  }

  .sub-heading-category {
    text-align: center;
  }

  .licensing-container {
    width: 80%;
  }

  .wrap-color-menu-mobile {
    z-index: 0;
    display: none;
    height: 110vh;
    background-color: #000;
    opacity: 1;
  }

  .home-links {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 400;
    text-align: center;
  }

  .next-6 {
    display: none;
  }

  .grid-collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .field-label-2 {
    font-size: 12px;
  }

  .field-label-3 {
    font-size: 12px;
  }

  .field-label-4 {
    font-size: 12px;
  }

  .field-label-5 {
    font-size: 12px;
  }

  .field-label-6 {
    font-size: 12px;
  }

  .field-label-7 {
    font-size: 12px;
  }

  .card-product3 {
    width: auto;
    height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrappe-color-card-3 {
    bottom: 0px;
  }

  .wrappe-color-card3 {
    bottom: 0px;
  }

  .card-product4 {
    width: auto;
    height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrappe-color-card4 {
    bottom: 0px;
  }

  .card-product5 {
    width: auto;
    height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrappe-color-card5 {
    bottom: 0px;
  }

  .card-product6 {
    width: auto;
    height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrappe-color-card6 {
    bottom: 0px;
  }

  .card-product7 {
    width: auto;
    height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrappe-color-card7 {
    bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 85vh;
  }

  .section-hover {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.68);
  }

  .section-hover:hover {
    background-color: rgba(0, 0, 0, 0.68);
  }

  .wrapper-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .option {
    border: 1px none #000;
  }

  .navbar-black {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #333;
  }

  .grid-menu-open {
    grid-column-gap: 27px;
  }

  .div-block-2 {
    top: -114%;
    z-index: 0;
    margin-top: -14%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: transparent;
  }

  .div-block-2.about {
    margin-top: 0%;
    background-color: #fff;
  }

  .section-product {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-collection-list-product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .wrapper-text-about {
    width: 80%;
    margin-bottom: 40px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .heading-about {
    text-align: center;
  }

  .paragraph-about {
    text-align: center;
  }

  .link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-collection-list-brands {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-text-wedding {
    width: 80%;
    margin-top: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-wedding {
    text-align: center;
  }

  .paragraph-wedding {
    text-align: center;
  }

  .section-wedding {
    height: auto;
  }

  .newsletter-form {
    width: 50%;
  }

  .grid-instagram {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .wrapper-content-wedding {
    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;
  }

  .content-instagram.no {
    display: none;
  }

  .background-hover.no {
    display: none;
  }

  .content-voci-menu-footer {
    width: 80%;
  }

  .grid-menu-footer {
    width: auto;
    grid-auto-flow: row;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .copyright {
    text-align: center;
  }

  .wrapper-grid {
    border: 1px none #000;
  }

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

  .text-info._4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .section-phrases {
    overflow: hidden;
  }

  .section-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -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-image: none;
    background-size: auto;
    opacity: 1;
  }

  .section-description {
    z-index: 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    background-size: auto;
  }

  .menu-button.w--open {
    z-index: 999;
  }

  .wrapper-search {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-text-section {
    width: 100%;
    height: auto;
    padding: 40px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-description {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 40px;
  }

  .paragraph-info {
    width: 80%;
    font-size: 18px;
    text-align: center;
  }

  .wrap-color-menu.black {
    top: 0%;
    height: 100vh;
  }

  .stiky-wrapper-text {
    height: auto;
  }

  .logo-clinents-page {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph-description {
    width: 80%;
    text-align: center;
  }

  .wrapper-image-section-description {
    display: block;
    width: 100%;
    height: 400px;
    background-image: url('../images/backgroundsquare.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .wrapper-text-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: 100%;
    margin-right: 0px;
    padding: 40px 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-hero-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-product {
    width: auto;
    height: 50%;
  }

  .image-hero-product {
    width: 100%;
    height: auto;
  }

  .wrapper-text-product {
    width: 100%;
  }

  .copyright-footer-black {
    text-align: center;
  }

  .navbar--black {
    padding: 10px;
    background-color: #333;
  }

  .wrap-color-menu-black {
    top: 0%;
    display: none;
    background-color: #333;
  }

  .wrapp-text {
    width: 80%;
  }

  .heading-product-page {
    text-align: center;
  }

  .hero-shop-page {
    height: 50vh;
    margin-top: 78px;
  }

  .section-card-shop-page {
    padding-top: 30px;
  }

  .grid-collection-list-all-products {
    width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-image-collection-shop {
    position: static;
    display: block;
  }

  .wrapper-image-card-shop {
    display: none;
  }

  .search-menu.nav {
    display: none;
  }

  .grid-collection-list-shop {
    width: 80%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-blog {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper-text-blog {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper-card {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .collection-item-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-card-blog {
    font-size: 17px;
  }

  .heading-blog {
    line-height: 1.3;
    text-align: center;
  }

  .section-hero-blog-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-image-post {
    position: static;
    width: 100%;
    height: 600px;
    margin-top: 0px;
  }

  .section-informations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    padding-top: 50px;
    padding-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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-size: auto;
    opacity: 1;
  }

  .secion-form-contact {
    height: auto;
    padding: 60px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .filter {
    padding-left: 0px;
  }

  .wrapper-form-contact {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-mail {
    margin-top: 10px;
  }

  .section-hero-about {
    overflow: hidden;
  }

  .wrapper-bg {
    width: 100%;
    height: 150px;
    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;
  }

  .heading-about-page {
    left: auto;
    right: auto;
    text-align: center;
  }

  .map {
    width: 100%;
    height: 400px;
  }

  .grid-about {
    overflow: hidden;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .wrapper-content-about {
    width: 80%;
  }

  .wrapper-br-color {
    width: 100%;
  }

  .wrapper-bg-color {
    width: 100%;
  }

  .wrapper-bg-color-about {
    width: 100%;
  }

  .wrapper-bg-grid {
    width: 100%;
  }

  .content-sub-menu {
    width: 80%;
  }

  .newsletter-form-footer {
    width: 100%;
  }

  .terms-head {
    line-height: 1;
  }

  .section-product-category._3 {
    height: 20vh;
  }

  .wrapper-image-category._5 {
    display: none;
  }

  .image-22 {
    display: none;
  }

  .licensing-container {
    width: 80%;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .home-links {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    padding-bottom: 0px;
  }

  .section-hover {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .section-hover._1 {
    padding-top: 65px;
    padding-bottom: 0px;
  }

  .wrapper-options {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .option {
    padding-bottom: 20px;
    text-align: center;
  }

  .grid-menu-open {
    margin-top: auto;
    margin-bottom: auto;
  }

  .link-menu {
    display: block;
    text-align: left;
  }

  .div-block-2 {
    position: static;
    top: 0%;
    margin-top: -21%;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .div-block-2.about {
    top: auto;
    margin-top: -23%;
  }

  .card-product {
    width: 100%;
    height: 500px;
  }

  .grid-collection-list-product {
    width: 100%;
  }

  .section-about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .collection-items-products {
    height: auto;
  }

  .cart-button {
    padding-left: 10px;
  }

  .cart-list {
    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: #fff;
  }

  .wrapper-text-about {
    width: 100%;
  }

  .paragraph-about {
    font-size: 18px;
  }

  .section-brand {
    padding-right: 0px;
    padding-left: 0px;
  }

  .empty-state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-text-wedding {
    width: 100%;
  }

  .heading-wedding {
    margin-top: 0px;
  }

  .paragraph-wedding {
    font-size: 18px;
  }

  .section-wedding {
    padding: 100px 20px;
  }

  .newsletter-form {
    width: 80%;
  }

  .section-insta {
    padding-top: 100px;
  }

  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-voci-menu-footer {
    width: 95%;
  }

  .grid-menu-footer {
    width: 100%;
  }

  .wrapper-link-footer {
    text-align: left;
  }

  .link-footer {
    text-align: left;
  }

  .list-footer {
    margin-right: 9px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .wrapper-grid {
    -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-info {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .wrapper-background-wedding {
    top: auto;
  }

  .section-information {
    padding-top: 0px;
  }

  .section-description {
    background-position: 20% 50%;
  }

  .menu-button.w--open {
    padding-right: 10px;
    padding-left: 10px;
  }

  .wrapper-text-section {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-description {
    line-height: 1.3;
  }

  .wrap-color-menu {
    top: 0%;
    z-index: -1;
    display: none;
    height: 100vh;
    background-color: #333;
  }

  .stiky-wrapper-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-client {
    width: 100%;
  }

  .pharagraph-client {
    width: 100%;
  }

  .sub-pharagraph--client {
    width: 100%;
  }

  .paragraph-description {
    font-size: 18px;
  }

  .wrapper-text-description {
    width: 100%;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .wrapper-footer-black {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .copyright-footer-black {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar--black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrap-color-menu-black {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: none;
    height: 110vh;
    background-color: #333;
  }

  .heading-product-page {
    font-size: 40px;
    text-align: left;
  }

  .section-card-shop-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper-text-card-shop {
    width: 100%;
  }

  .grid-collection-list-shop {
    width: 90%;
  }

  .wrapper-text-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-blog {
    max-width: 100%;
  }

  .wrapper-card {
    width: 100%;
  }

  .collection-item-blog {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper-yexy-card-blog {
    height: 40%;
  }

  .heading-card-blog {
    font-size: 17px;
  }

  .heading-blog {
    text-align: center;
  }

  .wrapper-image-post {
    height: 60vh;
    background-position: 100% 50%;
  }

  .heading-all-product {
    font-size: 40px;
  }

  .secion-form-contact {
    padding-right: 40px;
    padding-left: 40px;
  }

  .wrapper-form-contact {
    width: 100%;
  }

  .wrapper-text-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-email {
    margin-left: 0px;
  }

  .wrapper-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-bg {
    width: 100%;
    height: 120px;
  }

  .heading-about-page {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .wrapper-text-about-page {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-text-about-page._1 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-text-about-page._2 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-text-about-page._3 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-text-about-page._4 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-text-about-page._5 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-text-about-page._6 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-text-about-page._7 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-image-about-page {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-image-about-page._1 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-image-about-page._2 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-image-about-page._3 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-image-about-page._4 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-image-about-page._5 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-image-about-page._6 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-image-about-page._7 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-image-about-page._8 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-content-about {
    width: 85%;
  }

  .section-blog-card {
    padding: 60px 25px;
  }

  .heading-blog-page {
    text-align: center;
  }

  .content-sub-menu {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .newsletter-form-footer {
    width: 80%;
  }

  .licensing-section {
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'ZCOOL XiaoWei', sans-serif;
  }

  .terms-container {
    padding: 25px;
  }

  .terms-head {
    font-size: 35px;
  }

  .heading-categorypage {
    text-align: center;
  }

  .heading-category {
    font-size: 30px;
  }

  .image-22 {
    display: none;
  }

  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .source-link {
    font-family: 'ZCOOL XiaoWei', sans-serif;
    font-size: 16px;
  }

  .license-link {
    font-family: 'ZCOOL XiaoWei', sans-serif;
    font-size: 16px;
  }

  .button-4 {
    margin-top: 10px;
    padding-bottom: 15px;
    border-radius: 3px;
    background-color: #ccbba6;
  }

  .text-block-10 {
    font-family: 'ZCOOL XiaoWei', sans-serif;
    font-size: 22px;
  }

  .collection-item-6 {
    line-height: 0;
  }

  .text-block-11 {
    font-family: 'ZCOOL XiaoWei', sans-serif;
    font-size: 22px;
  }

  .button-5 {
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 15px;
    border-radius: 3px;
    background-color: #ccbba6;
  }

  .text-block-12 {
    font-family: 'ZCOOL XiaoWei', sans-serif;
    font-size: 22px;
  }

  .button-6 {
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 15px;
    border-radius: 3px;
    background-color: #ccbba6;
  }

  .text-block-13 {
    text-align: center;
  }

  .error-message {
    font-family: 'ZCOOL XiaoWei', sans-serif;
    text-align: center;
  }

  .default-state-2 {
    background-color: #fff;
  }

  .wrap-color-menu-mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    display: block;
    height: 100%;
    background-color: #333;
  }

  .search-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .shop-heading {
    font-size: 50px;
    text-align: center;
  }

  .changelog-container {
    padding: 25px;
  }

  .changelog-section {
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'ZCOOL XiaoWei', sans-serif;
  }

  .card-product3 {
    width: 100%;
    height: 500px;
  }

  .card-product4 {
    width: 100%;
    height: 500px;
  }

  .card-product5 {
    width: 100%;
    height: 500px;
  }

  .card-product6 {
    width: 100%;
    height: 500px;
  }

  .card-product7 {
    width: 100%;
    height: 500px;
  }
}

#w-node-f75ece1b-d180-02a0-edf9-82796dab31e3-78dfeacc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f75ece1b-d180-02a0-edf9-82796dab31f6-78dfeacc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f75ece1b-d180-02a0-edf9-82796dab3209-78dfeacc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f75ece1b-d180-02a0-edf9-82796dab321e-78dfeacc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f75ece1b-d180-02a0-edf9-82796dab322d-78dfeacc {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_801a2402-2613-57cd-696d-c5991b488318-78dfeacc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc3e016f-f15c-e6d3-f656-7be800908436-78dfeacc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_10f069f0-edb6-d311-a05e-5f6a54904fb8-54904f62 {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: 1.9895833730697632;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_33c64d7a-a5f8-9fa6-e4dd-dd023e0813e9-3e0813df {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_33c64d7a-a5f8-9fa6-e4dd-dd023e0813f5-3e0813df {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_33c64d7a-a5f8-9fa6-e4dd-dd023e08140d-3e0813df {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_33c64d7a-a5f8-9fa6-e4dd-dd023e081425-3e0813df {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_33c64d7a-a5f8-9fa6-e4dd-dd023e081434-3e0813df {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-aee946d4-8e68-7764-65bf-de663db144bb-3db144b1 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-aee946d4-8e68-7764-65bf-de663db144c7-3db144b1 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-aee946d4-8e68-7764-65bf-de663db144df-3db144b1 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-aee946d4-8e68-7764-65bf-de663db144f7-3db144b1 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-aee946d4-8e68-7764-65bf-de663db14506-3db144b1 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_521e951f-15af-8e93-579e-a73cdff4423c-ffdfead6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-ee47b67c-36fe-3e2c-a722-7588839ff18f-ffdfead6 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b7b99981-f163-fc9d-f124-0b8f539e62c8-ffdfead6 {
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 5;
  grid-row-end: 7;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_532c55f7-de8e-61fc-75b5-db6929776097-ffdfead6 {
  -ms-grid-column-span: 6;
  grid-column-end: 9;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 5;
  grid-row-end: 10;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_65546a10-9f85-903e-852a-44ac25ea81c4-ffdfead6 {
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 5;
  grid-row-end: 13;
  -ms-grid-row: 8;
  grid-row-start: 8;
}

#w-node-_77384c4c-761b-dbf9-c762-98d5589ee500-ffdfead6 {
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 16;
  -ms-grid-row: 12;
  grid-row-start: 12;
}

#w-node-a1c6f6fb-9ad0-6f85-1fe5-40da85c16fee-ffdfead6 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 23;
  -ms-grid-row: 18;
  grid-row-start: 18;
}

#w-node-_4e415a35-8c69-4086-be1b-4293e21d8ecf-ffdfead6 {
  -ms-grid-column-span: 5;
  grid-column-end: 7;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 28;
  -ms-grid-row: 24;
  grid-row-start: 24;
}

#w-node-_88e62933-a621-2df1-485e-2e66b2da9004-ffdfead6 {
  -ms-grid-column-span: 5;
  grid-column-end: 7;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 29;
  -ms-grid-row: 25;
  grid-row-start: 25;
}

#w-node-_639b1748-4ecd-9a78-0d6f-8701b9974447-ffdfead6 {
  -ms-grid-column-span: 3;
  grid-column-end: 6;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 5;
  grid-row-end: 22;
  -ms-grid-row: 17;
  grid-row-start: 17;
}

#w-node-_951b818a-5c26-c13c-333a-0e92c1f9b182-ffdfead6 {
  -ms-grid-column-span: 2;
  grid-column-end: 8;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 8;
  grid-row-end: 24;
  -ms-grid-row: 16;
  grid-row-start: 16;
}

#w-node-c74412bc-ab5f-8931-4d41-cd636bf7624e-ffdfead6 {
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 8;
  grid-row-end: 25;
  -ms-grid-row: 17;
  grid-row-start: 17;
}

#w-node-_83bf320d-266f-b791-a1ba-d388be0dfe1a-be0dfddc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_83bf320d-266f-b791-a1ba-d388be0dfe32-be0dfddc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_83bf320d-266f-b791-a1ba-d388be0dfe4a-be0dfddc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_83bf320d-266f-b791-a1ba-d388be0dfe62-be0dfddc {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_080f97a7-4d09-bdec-dc09-d09599bbfc5e-be0dfddc {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (min-width: 1280px) {
  #w-node-f0e25c42-3237-552a-0ce4-f9f29bbe6b8d-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8a22b6df-36a8-1269-ff79-cb716d1beb36-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9ed6a673-a9b2-e0a5-fe8e-81424bb37465-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9d68d6af-072d-9098-d085-213cb55e399a-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_17c7bb3c-5cc3-0b68-49c3-095a78e82505-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a489b072-a5b2-5645-9b86-dc0848833bad-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_801a2402-2613-57cd-696d-c5991b488318-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b69f48c7-d4fa-6899-1951-bdcf027f0f70-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-cc0509e5-7edc-d205-0626-5f2f1a410ce0-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1b362082-cf13-c6a3-f312-d5f8230505c8-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_213db77b-af93-33fc-62da-d8b2b8a6d86c-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7abfca03-8ad9-55e5-950e-9ec5e2cf424c-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_42d72c3c-8a97-e3fd-11bb-ee4bcc098a85-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_00b1dfdb-7b17-fad7-b939-f73bda1a09a7-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_44b0126d-8a7a-1657-e535-0afca737009c-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5d6e22fc-3ad8-5bc0-c679-b6e1260df3b3-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_80572fb1-7761-44de-fefe-f80adfb37260-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_600bbb98-b8ab-c709-8296-8eb45d126061-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_281b8f18-188a-5d82-072b-473ad881779e-78dfeacc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b2762125-1967-7020-dd67-bf984887855e-54904f62 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f75ece1b-d180-02a0-edf9-82796dab322d-78dfeacc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0.9895833730697632;
    grid-row-end: 3.9687501192092896;
    -ms-grid-row: 2.9791667461395264;
    grid-row-start: 2.9791667461395264;
  }

  #w-node-_10f069f0-edb6-d311-a05e-5f6a54904fa3-54904f62 {
    -ms-grid-column-span: 0.9895833730697632;
    grid-column-end: 3.9687501192092896;
    -ms-grid-column: 2.9791667461395264;
    grid-column-start: 2.9791667461395264;
    -ms-grid-row-span: -0.010416626930236816;
    grid-row-end: 1.9895833730697632;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_10f069f0-edb6-d311-a05e-5f6a54904fb8-54904f62 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_33c64d7a-a5f8-9fa6-e4dd-dd023e081434-3e0813df {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0.9895833730697632;
    grid-row-end: 3.9687501192092896;
    -ms-grid-row: 2.9791667461395264;
    grid-row-start: 2.9791667461395264;
  }

  #w-node-_080f97a7-4d09-bdec-dc09-d09599bbfc5e-be0dfddc {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0.9895833730697632;
    grid-row-end: 3.9687501192092896;
    -ms-grid-row: 2.9791667461395264;
    grid-row-start: 2.9791667461395264;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_10f069f0-edb6-d311-a05e-5f6a54904f79-54904f62 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_10f069f0-edb6-d311-a05e-5f6a54904f8e-54904f62 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_10f069f0-edb6-d311-a05e-5f6a54904fa3-54904f62 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_10f069f0-edb6-d311-a05e-5f6a54904fb8-54904f62 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-aee946d4-8e68-7764-65bf-de663db14506-3db144b1 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0.9895833730697632;
    grid-row-end: 3.9687501192092896;
    -ms-grid-row: 2.9791667461395264;
    grid-row-start: 2.9791667461395264;
  }
}

