.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: 2;
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

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

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

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

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

.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-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

.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-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-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-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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-commercecheckoutbillingcountryselector {
  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-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Mabry pro', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins;
  color: #333;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  color: #333;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  opacity: 0.7;
  font-family: 'Mabry pro', sans-serif;
  color: #6e7985;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

a {
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: underline;
  text-transform: uppercase;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #333;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Poppins;
  color: #333;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: 'Mabry pro', sans-serif;
  font-weight: 300;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Poppins;
  color: #6e7985;
  font-size: 18px;
  line-height: 22px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: #b22222;
}

.logo-preloader {
  margin-bottom: -30px;
}

.lottie-animation-2 {
  width: 60px;
  height: 60px;
}

.right-block-sticky {
  max-width: 600px;
  margin-bottom: 50vh;
  margin-left: 0px;
  padding: 20vh 0px 0px;
  float: right;
  border: 2px none #000;
}

.cart-item {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.second-slide__bg-two {
  width: 100%;
  height: 100%;
  background-image: url('../images/blogimage5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-button {
  margin-left: 24px;
  padding: 0px;
}

.menu-button:hover {
  opacity: 0.7;
}

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

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  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 auto;
  grid-template-rows: auto auto;
}

.number-2-wrapper {
  position: relative;
  left: 176px;
  top: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 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;
  border-radius: 0%;
  background-color: transparent;
  color: #d8ebe6;
  font-size: 400px;
}

.cart-product-name {
  margin-top: 0px;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.sticky-head {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Poppins;
  color: #333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 500;
}

.menu-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
}

.wrap__slider {
  height: 50vh;
}

.cart-close-icon {
  opacity: 0.5;
}

.wrap__paragraph {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 300;
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #6d6d6e;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.cart-product-price {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.cart-heading {
  display: block;
  padding-left: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  -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: 2px none #333;
  background-color: #cc6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Mabry pro', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.main-button:hover {
  color: #fff;
  text-decoration: underline;
}

.main-button:active {
  background-color: transparent;
  color: #BBBD5A;
}

.main-button:focus {
  background-color: transparent;
  color: #BBBD5A;
  text-decoration: underline;
}

.main-button.search-box {
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.main-button.search-box:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.main-button.signin {
  min-height: 30px;
}

.main-button.signin.white {
  border-color: #fff;
  color: #fff;
}

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

.cart-item-info {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px 32px;
  border-top-style: none;
  border-top-color: #2c2c33;
}

.cart {
  width: 20px;
}

.image {
  width: 95px;
}

.mask__first-slide {
  bottom: auto;
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

.navbar1 {
  z-index: auto;
  width: 100%;
  padding: 22px 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #ebedee;
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar1.active-nav1 {
  position: fixed;
  top: 0px;
  z-index: 100;
  font-family: Poppins;
}

.navbar1.active-nav1.transparent {
  left: auto;
  top: 0px;
  right: auto;
  z-index: 99999;
  display: none;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: none;
  background-color: transparent;
}

.navbar1.active-nav1.white {
  height: 400px;
}

.empty-state {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 3px solid #eee;
  background-color: #eee;
  color: #18181d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.empty-state.dark-cart-empty-state {
  border-bottom-style: none;
  background-color: #2a2a31;
  color: #fff;
}

.blue-link-3 {
  font-family: Poppins;
  color: #c9002b;
  font-size: 22px;
  text-decoration: none;
}

.description__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  max-width: 1060px;
  margin-bottom: 0px;
  padding: 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;
  background-color: transparent;
  box-shadow: none;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.sticky-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  min-height: 100vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-text-2 {
  margin-bottom: 10px;
  font-family: Poppins;
  text-decoration: none;
  text-transform: uppercase;
}

.mask__right-arrow {
  right: 3%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 20px;
}

.cart-line-item {
  background-color: transparent;
  text-transform: none;
}

.images-content-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-image-mobile {
  display: none;
}

.mask__left-arrow {
  left: 3%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 20px;
}

.container-box__box {
  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;
  background-color: #e2e2e2;
}

.text-field {
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: none;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #18181d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  background-color: #ececec;
  color: #18181d;
}

.text-field.cart-input {
  width: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #2c2c33;
  border-radius: 0px;
  background-color: transparent;
  color: #333;
  text-align: center;
}

.option-list {
  margin-bottom: 5px;
}

.error-message {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px;
  border-bottom: 3px solid #db4b68;
  background-color: rgba(219, 75, 104, 0.05);
  color: #db4b68;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.paypal {
  display: none;
  margin-bottom: 15px;
}

.thirs-slide__bg-two {
  width: 100%;
  height: 100%;
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cart-header {
  position: relative;
  width: 100%;
  padding: 25px 32px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  border-bottom-color: #2c2c33;
}

.web-payment-button {
  height: 48px;
  margin-bottom: 15px;
  border-radius: 0px;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.mask__second-slide {
  width: 100%;
  margin-right: 20px;
}

.navlink1 {
  z-index: 999;
  display: block;
  width: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px;
  -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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Mabry pro', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.4px;
  text-transform: none;
}

.navlink1:hover {
  bottom: 0px;
  opacity: 1;
  color: #BBBD5A;
  font-size: 14px;
}

.navlink1.w--current {
  opacity: 0.3;
  color: #18181d;
}

.navlink1.white {
  color: #fff;
}

.navlink1.white:hover {
  color: #c9002b;
}

.navlink1.white.hover-black:hover {
  color: #6e7985;
}

.navlink1.over {
  color: #706f6f;
}

.navlink1.over:hover {
  color: #BBBD5A;
}

.navlink1.avo-pad {
  margin-right: 25px;
}

.nav1-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97%;
  -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;
}

.slider {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 44vw;
  height: 50vh;
  margin-bottom: 100px;
  background-color: transparent;
}

.cart-option-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.cart-list {
  display: none;
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
}

.section-program {
  position: relative;
  z-index: 1;
  display: none;
  overflow: visible;
  width: 100%;
  height: auto;
  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: #fff;
}

.cart-wrap {
  background-color: rgba(24, 24, 29, 0.3);
  color: #fff;
}

.stiky-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 100vh;
  margin-top: 100px;
  margin-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  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;
}

.loop-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 800px;
  background-color: #e4e4e4;
  background-image: url('../images/klokshome4.jpg');
  background-position: 100% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loop-image:hover {
  -webkit-transform: translate(0px, 0px) translate(-50%, -50%);
  -ms-transform: translate(0px, 0px) translate(-50%, -50%);
  transform: translate(0px, 0px) translate(-50%, -50%);
}

.loop-image.w--current {
  height: 700px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  background-image: url('../images/b10.jpg');
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.loop-image.fifth-image {
  background-image: url('../images/b8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.loop-image.second-image {
  background-image: url('../images/b4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.loop-image.third-image-loop {
  background-image: url('../images/b1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.loop-image.fourth-image {
  background-image: url('../images/b7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.first-slide__bg-two {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container__title {
  padding-left: 0px;
  font-size: 115px;
}

.container__title.mobile {
  font-size: 125px;
  line-height: 1.2;
}

.no-click-wrapper {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100vh;
}

.sticky-section {
  display: none;
  min-height: 100vh;
  -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: #fff;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.section-20 {
  display: none;
  width: 100%;
  padding: 150px 20px 110px;
  -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: #f0f0f0;
}

.section-20.display {
  display: block;
}

.section-20.display.header {
  padding-top: 500px;
}

.cart-remove-link {
  color: #c9002b;
}

.cart-button {
  position: relative;
  left: -9px;
  width: 20px;
  height: 30px;
  padding: 0px;
  background-color: transparent;
}

.cart-button:hover {
  opacity: 1;
}

.container-box {
  width: 80%;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.brand:hover {
  opacity: 0.7;
}

.menu-icon {
  position: relative;
  display: inline-block;
}

.reg-section {
  width: 100%;
  padding: 175px 36px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Mabry pro', sans-serif;
}

.reg-section.header {
  padding-top: 500px;
}

.reg-section.subscription-steps {
  padding-top: 112px;
}

.reg-section.footer1 {
  padding-top: 100px;
}

.collection-list-wrapper-2 {
  width: 100%;
  max-width: 1400px;
}

.cart-quantity {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  min-width: auto;
  margin-left: 5px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: transparent;
  color: #BBBD5A;
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
}

.cart-quantity.white {
  color: #fff;
}

.reg-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.slide__mask {
  overflow: visible;
  width: 93%;
}

.cart-product-image {
  width: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
}

.container_subtitle {
  margin-right: auto;
  padding-left: 10px;
  font-size: 16px;
}

.cart-container {
  min-width: 440px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(24, 24, 29, 0.1);
}

.remove-button {
  margin-top: 5px;
  opacity: 0.5;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu.open {
  height: 400px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.mask__third-slide {
  width: 100%;
  margin-right: 30px;
}

.container__grid-2 {
  width: 65vw;
  max-width: 800px;
  margin-top: 60px;
  grid-column-gap: 65px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-guide-hero-wrapper {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 0vh;
  padding-top: 25vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
}

.style-guide-text-container {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: 44.1vh;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.style-guide-heading {
  font-family: Poppins;
  color: #333;
  font-size: 13vw;
  line-height: 20vh;
}

.section-stylguide {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  color: #f4f4f4;
}

.style-guide-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 20%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.section-styleguide__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 900px;
  margin: 10px 0px;
  padding: 60px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0 #ccc;
  color: #fff;
}

.section-styleguide__container.flrx {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.section-styleguide__container.flrx.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading-6 {
  margin-top: 60px;
  color: #333;
  font-size: 26px;
}

.card__button {
  overflow: hidden;
  padding: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease-in;
  transition: border-color 200ms ease-in;
  color: #000;
}

.card__button:hover {
  border-color: #fff;
}

.card__button.m-s {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  height: 47px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #333;
  background-color: #333;
  color: #888;
}

.slide__link {
  position: static;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-first__link-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-first__link-menu.m-s {
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block--secondary__line {
  width: 30px;
  height: 2px;
  margin-right: 0px;
  background-color: #000;
  color: #000;
}

.link-menu__title {
  margin-left: 0px;
  font-family: 'Mabry pro', sans-serif;
  color: #000;
  font-size: 2.5vw;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-37 {
  margin-top: 20px;
}

.blog__collection-item-copy {
  width: 370px;
  height: auto;
}

.blog__collection-list-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  max-width: 1200px;
  min-height: auto;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-item {
  width: 370px;
  height: auto;
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 20%;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.blog__collection-list-wrapper-copy {
  margin-right: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.wrapper-text__line {
  width: 70px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #b22222;
}

.card-blog__wrapper-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #706f6f;
}

.link__text-2 {
  font-family: Poppins;
  color: #c9002b;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link__text-2.blog {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.link__text-2.blog.price {
  margin-bottom: 20px;
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  font-size: 20px;
  font-weight: 500;
}

.link__text-2.blog {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Poppins;
  color: #b22222;
}

.wrapper--text__title {
  color: #BBBD5A;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
}

.card-product_wrapper-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.collection-item__card-product {
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #fff;
  box-shadow: 11px 7px 10px -7px #ccc;
  -webkit-transition: box-shadow 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out;
  text-decoration: none;
}

.collection-item__card-product:hover {
  box-shadow: 11px 7px 15px -1px #ccc;
}

.wrapper-image__img {
  width: 100%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  width: 100%;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px none #333;
  background-color: #cc6;
  font-family: 'Mabry pro', sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.submit-button:hover {
  border-style: none;
  color: #fff;
  text-decoration: underline;
}

.collection-item__card-blog {
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #fff;
  box-shadow: 11px 7px 10px -7px #ccc;
  -webkit-transition: box-shadow 400ms ease-in-out;
  transition: box-shadow 400ms ease-in-out;
  color: #b22222;
  text-decoration: none;
}

.collection-item__card-blog:hover {
  box-shadow: 11px 7px 15px -1px #ccc;
}

.card-blog__wrapper-image {
  overflow: hidden;
  height: auto;
}

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

.banner-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.product-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -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;
}

.banner-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.banner-close-card:hover {
  opacity: 1;
}

.con-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #b22222;
}

.banner-title-2 {
  margin-bottom: 4px;
  color: #333;
  font-size: 17px;
  font-weight: 700;
}

.banner-author {
  display: inline-block;
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.flowbase-underline {
  text-decoration: underline;
}

.left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.banner-clone-button-2 {
  margin-right: 25px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 50px;
  background-color: #b22222;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.banner-clone-button-2:hover {
  background-color: #333;
}

.tag {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 540px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
  font-family: Poppins;
}

.grid {
  width: 100%;
  max-width: 1300px;
  margin-top: 160px;
  grid-auto-flow: row dense;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.75fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2.75fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  font-family: Poppins;
}

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

.footer-heading {
  font-size: 18px;
  text-align: center;
}

.footer-link {
  max-height: none;
  -webkit-transition: color 300ms ease-in-out, -webkit-transform 300ms ease;
  transition: color 300ms ease-in-out, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease-in-out;
  transition: transform 300ms ease, color 300ms ease-in-out, -webkit-transform 300ms ease;
  color: #646464;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
  color: #c9002b;
}

.footer-link:focus {
  color: #b22222;
}

.footer-link:visited {
  color: #646464;
}

.footer-link.w--current {
  font-size: 16px;
}

.copyright {
  font-size: 14px;
  line-height: 1.5;
}

.copyright-link-small {
  font-size: 14px;
}

.on-sale-badge {
  display: inline-block;
  padding: 9px 15px 9px 0px;
  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;
  border: 2px none #b22222;
  border-radius: 3px;
  background-color: transparent;
  text-decoration: none;
}

.on-sale-wrapper {
  display: inline-block;
  width: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 15px 25px;
  -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-style: none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 3px;
  background-color: rgba(51, 51, 51, 0.11);
}

.text-block-118 {
  font-family: Poppins;
  color: #c9002b;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: line-through;
}

.single-product-info {
  margin-bottom: 6px;
}

.on-sale-label {
  padding: 7px;
  background-color: #BBBD5A;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.section-more-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 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;
}

.heading-76 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.collection-pruduct-home {
  width: 100%;
  max-width: 1400px;
}

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

.on-sale-badge-card {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #BBBD5A;
}

.text-block-122 {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.container__description {
  position: absolute;
  left: 0%;
  top: -9%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text__paragraph {
  font-size: 22px;
  font-weight: 400;
}

.text__paragraph.m-t {
  letter-spacing: 1.2px;
}

.text__paragraph.m-t.m-b {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 24px;
}

.post-date {
  margin-bottom: 0px;
  font-family: Poppins;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container__image {
  position: relative;
  width: 95%;
  height: auto;
  max-width: none;
}

.section-description__container-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hero-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 109px 80px;
  -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: #f0f0f0;
}

.image-19 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.author-label {
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Poppins;
  color: #6e7985;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container__text-blog {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: auto;
  max-width: 60%;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 39px;
  -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;
  box-shadow: 0 20px 20px 20px hsla(0, 0%, 80%, 0.38);
}

.vertical-post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-100px, 0px) rotate(-90deg);
  -ms-transform: translate(-100px, 0px) rotate(-90deg);
  transform: translate(-100px, 0px) rotate(-90deg);
}

.container-text-blog {
  width: 800px;
  max-width: 60%;
}

.blog__rich-text {
  font-size: 16px;
}

.blog__collection-list-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.blog__collection-list {
  display: -ms-grid;
  display: grid;
  width: auto;
  height: auto;
  max-width: 1400px;
  min-height: auto;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog__collection-item {
  width: auto;
  height: auto;
}

.post-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 96px;
  -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;
}

.related-posts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding: 30px 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-color: #f0f0f0;
}

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

.abouttext__wrapper {
  width: 660px;
  max-width: 60%;
}

.newsletter__line {
  width: 40px;
  height: 2px;
  margin-right: 0px;
  margin-bottom: 20px;
  background-color: #b22222;
}

.wrapper__title {
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}

.wrapper__paragraph {
  width: auto;
  max-width: none;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

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

.team-image {
  position: relative;
  width: 73%;
  max-width: none;
}

.team-image__img {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}

.image__filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  background-color: #ccc;
}

.slide-image {
  width: 100%;
}

.section-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 92px 80px 140px;
  -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;
}

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

.mask__slide-third {
  height: 100%;
}

.container__info-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image__slider {
  height: 100%;
}

.section-description__container {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1680px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 0px;
  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;
}

.left-arrow-round {
  right: -100px;
  bottom: -68px;
  width: 50px;
  height: 50px;
  margin-right: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 50%;
  -webkit-transition: border-color 400ms ease-in-out, color 400ms ease-in-out, background-color 400ms ease-in-out;
  transition: border-color 400ms ease-in-out, color 400ms ease-in-out, background-color 400ms ease-in-out;
  color: #000;
  font-size: 15px;
}

.left-arrow-round:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.span {
  color: #c9002b;
}

.icon-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
  font-size: 15px;
}

.right-arrow-round {
  top: -68px;
  right: -100px;
  bottom: 0px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: border-color 400ms ease-in-out, color 400ms ease, background-color 400ms ease-in-out;
  transition: border-color 400ms ease-in-out, color 400ms ease, background-color 400ms ease-in-out;
  color: #000;
  font-size: 15px;
}

.right-arrow-round:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.mask__slide-second {
  height: 100%;
}

.description__paragraph-2 {
  -webkit-transform: translate(-128px, 0px) rotate(-90deg);
  -ms-transform: translate(-128px, 0px) rotate(-90deg);
  transform: translate(-128px, 0px) rotate(-90deg);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-wrapper__filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  background-color: #ccc;
}

.text-wrapper__description {
  margin-top: 7px;
  margin-bottom: 0px;
  color: #888;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.image-team-third {
  position: relative;
  z-index: 1;
}

.image-team-second {
  position: relative;
  z-index: 1;
}

.grid__image-wrapper {
  position: relative;
}

.text-wrapper__name {
  font-size: 12px;
  line-height: 1;
}

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

.image-tem {
  position: relative;
}

.team-section__grid {
  width: 85%;
  grid-column-gap: 38px;
  grid-template-areas: "Area . Area-2" "Area-4 Area-3 Area-5" ". Area-6 .";
  -ms-grid-columns: 1fr 38px 1fr 38px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.wprapper-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: 1200px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.social-icon-2 {
  margin-top: 0px;
  margin-right: 10px;
}

.form-contact {
  display: block;
  margin-top: 80px;
  -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-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 10px;
}

.error {
  padding: 20px;
  background-color: #f85151;
}

.textarea-contact {
  height: auto;
  margin-bottom: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
}

.success {
  background-color: #318570;
}

.text-field-contact {
  border-style: none none solid;
  border-width: 1px;
  border-color: #8b6d4b #8b6d4b #fff;
  background-color: transparent;
}

.text-field-contact:focus {
  color: #fff;
}

.heading-contact {
  color: #fff;
  font-size: 65px;
  line-height: 1;
}

.location {
  margin-bottom: 40px;
  color: #fff;
  line-height: 2;
  font-weight: 200;
}

.contact-paragraph-2 {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 200;
}

.wrapper-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Poppins;
}

.empty-text {
  color: #fff;
  line-height: 1.2;
}

.right-button {
  margin-right: 10px;
  padding: 20px 45px 20px 22px;
  border-radius: 0px;
  background-color: #333;
  background-image: url('../images/next-1.svg');
  background-position: 86% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.right-button:hover {
  background-color: #6e7985;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  color: #fff;
}

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blogimage4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.logo-contact {
  margin-bottom: 20px;
}

.wrapper-location {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

.form-contact-us {
  width: 500px;
  max-width: 600px;
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.dropdown-icon--faq {
  margin-right: 10px;
  color: #d0c65f;
}

.dropdown-icon--faq.faq {
  color: #000;
}

.faq-dropdown-list {
  position: static;
}

.faq-dropdown-list.w--open {
  padding-top: 20px;
  padding-left: 10px;
  background-color: transparent;
}

.list-dropdown-faq {
  position: static;
}

.list-dropdown-faq.w--open {
  padding-top: 20px;
  padding-left: 9px;
  background-color: transparent;
}

.faqs-sections {
  width: 55%;
}

.faqs-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-dropdown {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-paragraph {
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.main-paragraph.grid {
  width: 70%;
  margin-top: 0px;
  margin-left: 0px;
  font-size: 20px;
  font-weight: 300;
}

.main-heading {
  width: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #000;
  font-size: 70px;
  line-height: 1;
}

.main-heading.intro {
  position: relative;
  z-index: 1;
  width: 65%;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 10px;
  border-left: 5px solid #d0c65f;
  font-size: 30px;
}

.main-heading.intro.courses {
  left: 0px;
  width: auto;
  margin-right: auto;
  margin-bottom: 25px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 45px;
  line-height: 1;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  max-width: 1300px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.container-4.faq-page {
  padding-top: 150px;
  font-family: Poppins;
}

.faq-container-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-text {
  margin-bottom: 3px;
  font-family: Poppins;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.dropdown-list-faq {
  background-color: transparent;
}

.dropdown-list-faq.w--open {
  position: static;
  padding-top: 20px;
  padding-left: 10px;
}

.dropdown-toggle-faq {
  width: 100%;
  padding: 0px 10px 2px;
  border-bottom: 1px solid #d0c65f;
}

.dropdown-toggle-faq.faq {
  border-bottom-width: 1px;
  border-bottom-color: #dbdbdb;
}

.faq-link-text {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.faq-div {
  width: 69%;
  margin-right: auto;
  margin-left: 0px;
}

.faq-div.page {
  width: auto;
  margin-top: 100px;
}

.empty-state-5 {
  padding: 20px;
  font-family: Poppins;
}

.wrapper-text__line-2 {
  width: 70px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #b22222;
}

.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-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: #f7f7f7;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-bottom: 0px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 2px 2px 6px 2px #e4e4e4;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -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;
  background-color: #fff;
}

.text-field-2 {
  height: 50px;
  font-family: Poppins;
}

.div-block-302 {
  margin-bottom: 20px;
  opacity: 0.7;
  font-family: Poppins;
}

.search-result-wrapper {
  display: none;
}

.container-5 {
  display: none;
}

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

.search-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 400px;
}

.search-input {
  min-height: 60px;
  margin-bottom: 0px;
  border: 2px none #000;
  font-family: Poppins;
}

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

.search-query {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5px;
  color: #b22222;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

.search-results-label {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

.checkout-form {
  padding-top: 500px;
  padding-bottom: 120px;
  font-family: 'Mabry pro', sans-serif;
}

.paypal-checkout-form {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Poppins;
}

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

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

.order-confirmation {
  padding-top: 500px;
  padding-bottom: 120px;
  font-family: Poppins;
}

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

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

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

.text-block-81 {
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Mabry pro', sans-serif;
  font-size: 24px;
  text-align: right;
}

.empty-state-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  margin-bottom: 220px;
  padding: 0px;
  background-color: transparent;
  font-size: 0px;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: #fff;
}

.button-6 {
  padding: 15px 20px;
  background-color: #212127;
  color: #212127;
  font-weight: 500;
}

.button-6:hover {
  background-color: #3e3e49;
}

.button-6.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b22222;
  background-color: transparent;
  font-family: Poppins;
  color: #6e7985;
  font-weight: 400;
}

.button-6.white:hover {
  background-color: #6e7985;
  color: #fff;
}

.button-6.white.checkout {
  display: block;
  margin-top: 20px;
  border-color: #b22222;
  background-color: #b22222;
  color: #fff;
}

.button-6.white.checkout:hover {
  background-color: #b22222;
  opacity: 0.7;
}

.button-6.white.update-cart {
  min-height: auto;
  color: #6e7985;
}

.button-6.white.update-cart:hover {
  color: #fff;
}

.button-6.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b22222;
  background-color: transparent;
  font-family: Poppins;
  color: #b22222;
  font-weight: 400;
}

.button-6.white:hover {
  background-color: #b22222;
  color: #fff;
}

.button-6.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #b22222;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-family: Poppins;
  color: #b22222;
  font-weight: 400;
}

.button-6.white:hover {
  background-color: #b22222;
  color: #fff;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  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;
  font-family: Poppins;
}

.cart-totals---copy-this {
  display: block;
  margin-top: 10px;
  -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;
}

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

.div-block-176 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}

.table-header-label {
  margin-bottom: 0px;
  opacity: 1;
  font-family: 'Mabry pro', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 15px;
  -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;
  font-family: Lato, sans-serif;
}

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

.heading-16 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 300;
}

.text-field-3 {
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #e6e6e6;
}

.text-field-3.coupon {
  height: 50px;
  font-family: 'Mabry pro', sans-serif;
}

.text-block-82 {
  padding: 0px;
  background-color: transparent;
  color: #6e7985;
  font-size: 22px;
  line-height: 1;
  text-align: right;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

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

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

.cartmain {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.button-2 {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #d7b56d;
  font-family: Poppins;
}

.text-block-98 {
  font-family: 'Mabry pro', sans-serif;
  font-size: 14px;
}

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

.link-7 {
  color: #706f6f;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
}

.price-3 {
  font-family: 'Mabry pro', sans-serif;
  color: #6e7985;
  font-size: 18px;
  line-height: 30px;
}

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

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

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

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

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

.link-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #706f6f;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  text-decoration: none;
}

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

.text-field-4 {
  width: 70px;
}

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

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

.text-block-80 {
  margin-left: 10px;
  font-family: 'Mabry pro', sans-serif;
  color: #6e7985;
}

.text-block-96 {
  position: relative;
  right: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Mabry pro', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 15px;
  -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;
  font-family: Lato, sans-serif;
}

.my-account-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  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;
  grid-template-rows: auto;
  border: 1px none #e6e6e6;
}

.list-2 {
  width: 30%;
}

.list-item-3 {
  width: 100%;
}

.my-account-content-wrapper {
  width: 70%;
  margin-left: 30px;
  padding: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.field-label-24 {
  font-family: 'Mabry pro', sans-serif;
  font-weight: 400;
}

.create-an-account-link {
  font-family: Poppins;
  color: #BBBD5A;
}

.error-message-4 {
  background-color: #eb3c5c;
  font-size: 18px;
}

.forgot-password-link {
  font-family: Poppins;
  color: #BBBD5A;
  font-size: 14px;
}

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

.sign-in-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 400px;
  -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;
  font-family: Lato, sans-serif;
}

.checkbox-label-2 {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 14px;
}

.signin-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins;
}

.success-message-2 {
  padding: 10px;
  background-color: #2ad283;
  color: #fff;
  font-size: 18px;
}

.signin-form-block {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}

.sign-in-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 50vh;
  -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-right: 1px none #e6e6e6;
  background-color: transparent;
  font-family: Lato, sans-serif;
}

.separator-2 {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #fff;
}

.separator-2.big {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
  background-color: #e6e6e6;
  color: #424242;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  margin-top: 0px;
  border-radius: 0px;
}

.sign-in-logo {
  margin-bottom: 0px;
  margin-left: -5px;
}

.button-8 {
  margin-right: 10px;
  padding: 15px 22px;
  border-radius: 0px;
  background-color: #8351ff;
  -webkit-transition: background-color 400ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: background-color 400ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, background-color 400ms ease-in-out;
  transition: transform 200ms ease-in-out, background-color 400ms ease-in-out, -webkit-transform 200ms ease-in-out;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.button-8:hover {
  background-color: #6f39f7;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
}

.button-8.form-submit {
  width: 100%;
  background-color: #b22222;
  font-weight: 500;
}

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

.button-8.form-submit {
  width: 100%;
  font-weight: 300;
}

.create-account-label {
  margin-right: 5px;
  font-family: 'Mabry pro', sans-serif;
  color: #3c3c3b;
  font-size: 14px;
  line-height: 1.5;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.notification-text {
  margin-right: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.sign-in-main-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
  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;
  background-color: transparent;
}

.text-field-5 {
  min-height: 50px;
  border: 1px solid #ececec;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  font-family: 'Mabry pro', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}

.text-field-5:hover {
  background-color: #fafafa;
}

.text-field-5:focus {
  border-style: solid;
  border-color: #BBBD5A;
  background-color: #fafafa;
  color: #3c3c3b;
}

.forgot-password-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.checkbox-2 {
  margin-top: 0px;
  margin-right: 5px;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
}

.link-8 {
  font-family: 'Mabry pro', sans-serif;
  color: #BBBD5A;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 33px;
}

.sign-in-left-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e6e6e6;
  background-color: transparent;
}

.login-here-link {
  font-family: Poppins;
  color: #b22222;
}

.checkbox-label-3 {
  margin-bottom: 0px;
  font-size: 12px;
}

.text-block-83 {
  font-size: 18px;
}

.reset-password-form-container {
  display: block;
  margin-right: auto;
  margin-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.signin-form-block-2 {
  width: 100%;
  max-width: 400px;
  font-size: 22px;
}

.error-message-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.text-field-6 {
  min-height: 50px;
  border: 1px solid #ececec;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  font-family: 'Mabry pro', sans-serif;
  font-size: 16px;
  line-height: 1;
}

.text-field-6:hover {
  background-color: #fafafa;
}

.text-field-6:focus {
  border-style: solid;
  border-color: #BBBD5A;
  background-color: #fafafa;
  color: #3c3c3b;
}

.login-head {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 26px;
  font-weight: 300;
}

.password-head-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 15px;
  -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;
}

.password-reset-paragraph {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 2px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}

.minicart-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-cart-list {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
  border: 1px none #000;
}

.image-36 {
  width: 80px;
  height: 80px;
  box-shadow: 1px 1px 3px 0 #d6d6d6;
}

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

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

.text-block-38 {
  margin-bottom: 6px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.mini-cart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -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;
  background-color: #fff;
}

.text-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: Lato, sans-serif;
  color: #BBBD5A;
  font-size: 13px;
  line-height: 1;
}

.cart-quantity-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 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-radius: 100%;
  background-color: #eee;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

.default-state {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-9 {
  color: #6e7985;
  font-size: 11px;
  text-decoration: none;
}

.web-payments {
  display: none;
}

.default-state-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.web-payments-2 {
  display: none;
}

.wrapper-text__line-3 {
  width: 70px;
  height: 2px;
  margin-bottom: 20px;
  background-color: #c9002b;
}

.link__text-3 {
  color: #c9002b;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link__text-3.blog {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Poppins;
  color: #c9002b;
  line-height: 1.2;
}

.heading-78 {
  font-size: 26px;
}

.link-guide {
  color: #b22222;
}

.guide-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.background-video {
  z-index: 1;
  display: block;
  width: 700px;
  height: 400px;
}

.container-list {
  display: block;
  width: 450px;
  height: auto;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.slider-2 {
  width: 80%;
  height: 650px;
  max-width: 100%;
  border: 1px solid #e6e6e6;
  background-color: transparent;
}

.product-image-wrapper {
  position: static;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.variation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 3px;
  border-color: #b22222;
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.product-content-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: auto;
  margin-top: 100px;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px none #f0f0f0;
}

.product-content-wrapper.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-left: 36px;
  border: 1px none #000;
}

.product-content-wrapper.margin-left {
  padding-left: 37px;
}

.out-of-stock-state-2 {
  display: inline-block;
  padding: 19px;
  background-color: #f8f8f8;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.variations-label {
  margin-right: 10px;
  font-family: 'Mabry pro', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.product-content-block {
  width: 90%;
  min-height: auto;
}

.product-content-block.sticky {
  position: static;
  top: 0px;
  margin-top: 100px;
}

.error-message-6 {
  font-family: Lato, sans-serif;
  color: #9e0000;
  text-align: center;
}

.icon-14 {
  color: #000;
  font-size: 18px;
}

.product-title-head {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #BBBD5A;
  font-size: 42px;
  font-weight: 500;
}

.single-product-banner-wrapper {
  display: inline-block;
  border-radius: 3px;
  background-color: rgba(178, 34, 34, 0.1);
}

.separator {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: #e6e6e6;
}

.quantity-3 {
  height: 50px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: none;
  border-width: 2px;
  border-color: #b22222;
  border-radius: 0px;
  background-color: transparent;
  color: #706f6f;
}

.slide-3 {
  background-image: url('../images/pack1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.variations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -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;
}

.text-block-105 {
  display: inline-block;
  padding: 25px;
  font-family: 'Mabry pro', sans-serif;
  color: #b22222;
}

.product-hero {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #f0f0f0;
}

.price-2 {
  margin-bottom: 10px;
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
}

.image-38 {
  width: 120px;
  height: 120px;
  max-width: none;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  opacity: 0.7;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-179 {
  display: block;
  width: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lightbox-link {
  position: absolute;
  left: 50%;
  top: 20px;
  display: none;
  padding: 10px;
  border-radius: 100%;
  background-color: #eee;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  cursor: pointer;
}

.italic-text {
  text-decoration: underline;
}

.category-name {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

.notices---copy-this {
  position: fixed;
  left: auto;
  top: auto;
  right: 12%;
  bottom: 10px;
  width: auto;
  height: auto;
  max-width: none;
  font-family: 'Mabry pro', sans-serif;
  font-size: 17px;
}

.notice {
  border-top: 1px none #3898ec;
  background-color: #3898ec;
  font-family: 'Mabry pro', sans-serif;
}

.notice-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-width: auto;
  padding: 10px 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-color: #6e7985;
  color: #fff;
  font-size: 14px;
  line-height: 1.6rem;
  text-align: center;
}

.notice-success {
  border-top: 1px none #0f0;
  background-color: #2ad283;
  text-align: center;
}

.notice-success-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  padding: 10px 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;
  color: #fff;
  font-size: 14px;
  line-height: 1.6rem;
}

.notice-error {
  border-top: 1px none red;
  background-color: #eb3c5c;
  text-align: center;
}

.notice-error-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  padding: 10px 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;
  color: #fff;
  font-size: 14px;
  line-height: 1.6rem;
}

.body {
  font-family: 'Mabry pro', sans-serif;
}

.heading-79 {
  font-family: 'Mabry pro', sans-serif;
  font-weight: 500;
}

.heading-80 {
  font-family: 'Mabry pro', sans-serif;
  font-weight: 500;
}

.heading-81 {
  font-family: 'Mabry pro', sans-serif;
  font-weight: 500;
}

.heading-82 {
  font-family: 'Mabry pro', sans-serif;
  font-weight: 500;
}

.heading-83 {
  font-family: 'Mabry pro', sans-serif;
  font-weight: 500;
}

.hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-image: url('../images/avo-subscriptions.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cart-white {
  position: absolute;
  top: -1px;
  display: block;
  width: 20px;
}

.cart-white.dsn {
  display: none;
}

.hero-heading {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 56px;
  text-align: center;
}

.italics-featured {
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
  font-size: 50px;
}

.italics-featured.h2 {
  font-size: 28px;
}

.hero-bottom-items {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-bottom: 50px;
  padding-left: 36px;
  -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;
}

.image-44 {
  height: 87px;
  max-width: none;
}

.reg-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reg-container.philosophy {
  height: 450px;
  margin-right: auto;
  margin-left: auto;
}

.reg-container.footer1 {
  position: relative;
  height: 450px;
  margin-right: auto;
  margin-left: 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;
}

.reg-container.max-width {
  max-width: 1400px;
}

.reg-container.product {
  height: 1961px;
  max-width: 1400px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reg-container.blog {
  height: auto;
  max-width: 1400px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reg-container.product-main {
  max-width: 1200px;
  margin-top: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-text {
  position: relative;
  z-index: 2;
  color: #BBBD5A;
  font-size: 30px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.feature-text.left-align {
  position: relative;
  bottom: -7px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #BBBD5A;
  line-height: 120%;
  text-align: left;
}

.feature-text.grey {
  margin-top: 66px;
  color: #6d6d6e;
}

.feature-text.left {
  text-align: left;
}

.feature-text.desktop {
  display: block;
}

.feature-text.mobile {
  display: none;
}

.visual-menu-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 100%;
  height: 300px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.visual-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 53px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.menu-block-item {
  width: 25%;
}

.left-image-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  height: 440px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.general-text {
  padding-top: 18px;
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.general-text.philosophyspace {
  width: 227px;
  height: 400px;
}

.general-text.centre {
  width: 600px;
  font-size: 19px;
  line-height: 150%;
  text-align: center;
}

.body-2 {
  background-color: #f2f6f9;
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  font-size: 16px;
  font-weight: 300;
}

.heading-85 {
  color: #706f6f;
}

.image-47 {
  position: absolute;
  z-index: 1;
  height: 450px;
}

.footer-text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reg-links {
  margin-top: 41px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 17px;
  letter-spacing: 1px;
}

.reg-links:hover {
  color: #BBBD5A;
}

.footer-proper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 441px;
  margin-top: 117px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -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: #bfbfc2;
}

.footer-proper.mobile {
  display: none;
}

.footer-grid {
  width: 100%;
  max-width: 1400px;
  -ms-grid-columns: 1fr 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr 1fr;
  -ms-grid-rows: 189px auto;
  grid-template-rows: 189px auto;
}

.image-48 {
  height: 90px;
}

.subscribe-block {
  position: relative;
  bottom: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-proper-text {
  padding-right: 14px;
  padding-left: 18px;
  color: #fff;
  font-size: 15px;
  line-height: 163%;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.footer-proper-text.left {
  position: relative;
  top: 1px;
  width: 217px;
  padding-right: 0px;
  padding-left: 0px;
}

.footer-proper-bold {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.footer-proper-bold.left {
  width: 217px;
  text-align: left;
}

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

.text-field-7 {
  width: 250px;
  margin-left: 12px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
}

.submit-button-2 {
  padding-top: 7px;
  background-color: transparent;
  font-size: 14px;
}

.subscribe {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-block {
  margin-bottom: 0px;
}

.credits-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.quote {
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.6px;
}

.quote-ref {
  position: relative;
  bottom: -5px;
  font-family: 'Mabry pro', sans-serif;
  font-size: 17px;
  line-height: 150%;
}

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 77px;
  -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;
}

.instagram-data {
  min-height: 140px;
  padding-top: 29px;
  padding-bottom: 10px;
}

.instagram-link {
  display: block;
  color: #706f6f;
  text-decoration: none;
}

.feed-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider-3 {
  width: 100%;
  height: 250px;
}

.instagram-image {
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.post-video {
  position: relative;
  width: 100%;
  border-style: none;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 0px;
  background-color: #fff;
}

.post-link-block {
  display: block;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.play-pause-button {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(50, 144, 226, 0.52);
  background-image: url('../images/pause.svg');
  background-position: 50% 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  opacity: 0.4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-pause-button.paused {
  background-image: url('../images/play.svg');
  opacity: 0.4;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.instagram-feed-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: auto;
  margin-right: auto;
  margin-left: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Mabry pro', sans-serif;
  color: #6d6d6e;
  font-weight: 500;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-title {
  overflow: hidden;
  height: 45px;
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  line-height: 150%;
  font-weight: 300;
  text-transform: capitalize;
}

.date-2 {
  margin-bottom: 0px;
  color: #706f6f;
  font-size: 15px;
  font-weight: 500;
}

.instagram-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.reg-text {
  position: relative;
  top: auto;
  margin-left: 0px;
  font-family: 'Mabry pro', sans-serif;
  font-size: 15px;
  line-height: 150%;
  text-transform: none;
}

.reg-text.instagram {
  top: -3px;
  margin-left: 20px;
}

.reg-title {
  font-family: 'Mabry pro', sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.move-container {
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 20%;
}

.movement-across {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2500px;
}

.column {
  margin-right: 150px;
}

.scroll-image {
  width: 500px;
  height: 500px;
  margin-bottom: 20px;
  background-image: url('../images/subscription-box-avos1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.scroll-image.recipes {
  background-image: url('../images/avocado-recipe.png');
}

.scroll-image-small {
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
  background-image: url('../images/nightcream.png');
  background-position: 50% 50%;
  background-size: cover;
}

.reg-section-sticky {
  overflow: visible;
  width: 100%;
  height: 300vh;
  padding-top: 175px;
  padding-right: 0px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins;
}

.dropdown-list {
  left: -25px;
  top: 40px;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 1250px;
  background-color: transparent;
  text-align: center;
}

.dropdown-list.banner-title-2 {
  left: -130px;
}

.dropdown-list._3 {
  left: -210px;
}

.dropdown-list._4 {
  left: -290px;
}

.dropdown-list._5 {
  left: -365px;
}

.dropdown-description-wrapper {
  width: 100%;
  padding-right: 24px;
  padding-bottom: 48px;
  padding-left: 24px;
}

.nav-point-wrapper {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 18px;
  padding-left: 18px;
}

.nav-point-wrapper.dropdown {
  position: relative;
  z-index: 99999;
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.nav-point-wrapper.dropdown:hover {
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
}

.nav-point-wrapper.dropdown:active {
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
}

.nav-point-wrapper.dropdown:focus {
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
}

.dropdown-toggle {
  z-index: 100;
  padding: 0px;
  font-family: 'Mabry pro', sans-serif;
}

.dropdown-toggle:hover {
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
  color: #BBBD5A;
}

.dropdown-toggle:active {
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
}

.dropdown-toggle:focus {
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
}

.dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none #ddd;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
  text-decoration: none;
}

.dropdown-item:hover {
  background-color: #eff1f5;
}

.dropdown-item-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  opacity: 0;
}

.dropdown-icon-wrapper {
  width: 100%;
}

.div-block-307 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-top: 52px;
}

.div-block-309 {
  width: 45%;
}

.selected-nav {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  padding: 0px 10px;
  -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;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
  color: #BBBD5A;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.4px;
  text-transform: none;
}

.selected-nav:hover {
  bottom: -1px;
  opacity: 1;
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
  color: #BBBD5A;
  font-size: 14px;
}

.selected-nav.w--current {
  opacity: 0.3;
  color: #18181d;
}

.selected-nav.avo-pad {
  margin-right: 25px;
}

.menuwrapper {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.menuwrapper.open {
  height: 300px;
  background-color: #fff;
  opacity: 1;
}

.menu-wraper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
}

.cart-green {
  position: absolute;
  top: -1px;
  display: none;
  width: 20px;
}

.cart-green.display {
  z-index: 1;
  display: block;
}

.hero {
  height: 400px;
}

.heroimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 400px;
  background-image: url('../images/avobanner.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heroimage.subscriptions {
  background-image: url('../images/subscriptionbanner.png');
}

.greenlinks {
  font-family: 'Mabry pro', sans-serif;
  color: #BBBD5A;
}

.text-block-123 {
  margin-right: 25px;
  font-family: 'Mabry pro', sans-serif;
}

.checkbox-label-4 {
  padding-left: 13px;
  font-weight: 300;
}

.whitemenubg {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}

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

.featured-image {
  display: block;
  width: 100%;
  height: 600px;
/*  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');*/
  background-position: 50% 50%;
  background-size: cover;
}

.featured-image.oneoff {
  margin-bottom: 20px;
/*  background-image: url('../images/box-of-avos2.png');*/
  background-position: 50% 50%;
  background-size: cover;
}

.featured-image.blogimage {
  height: auto;
  margin-bottom: 0px;
/*  background-image: url('../images/box-of-avos2.png');*/
  background-position: 50% 50%;
  background-size: cover;
}

.custom-images {
  width: 100%;
}

.dropboxtest:hover {
  color: #BBBD5A;
}

.dropboxtest.w--open {
  color: #BBBD5A;
}

.dropdown {
  display: none;
}

.dropdown:hover {
  color: #BBBD5A;
}

.image-49 {
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hide-edge {
  overflow: hidden;
  width: 100%;
  padding-left: 20%;
}

.spacer-block {
  width: 60%;
}

.paragraph {
  font-size: 17px;
  line-height: 22px;
}

.paragraph.top-pad {
  margin-top: 81px;
  color: #706f6f;
  font-size: 18px;
}

.image-50 {
  opacity: 0.37;
}

.image-51 {
  opacity: 0.5;
}

.more-information {
  padding-top: 111px;
  padding-right: 36px;
  padding-left: 36px;
}

.tab-link-tab-1 {
  background-color: transparent;
}

.tab-link-tab-3 {
  background-color: transparent;
}

.tab-link {
  background-color: transparent;
  color: #BBBD5A;
}

.tab-link:hover {
  text-decoration: underline;
}

.tab-link.w--current {
  padding-left: 0px;
  background-color: transparent;
  color: #BBBD5A;
  text-decoration: underline;
}

.square-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.square1 {
  width: 100%;
  height: 400px;
  background-image: url('../images/subscription-box-avos1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.square2 {
  width: 50%;
  height: 400px;
  margin-top: 20px;
  background-image: url('../images/delicious-avocados.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-314 {
  width: 100%;
  height: 300px;
  margin-top: 20px;
/*  background-image: url('../images/avocado-fill-boxes.png');*/
  background-position: 50% 50%;
  background-size: cover;
}

.avo-addtocart {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(109, 109, 110, 0.28);
  background-color: transparent;
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.div-block-315 {
  height: 600px;
  margin-top: 20px;
  background-image: url('../images/avocado-boxes.png');
  background-position: 50% 50%;
  background-size: cover;
}

.line-item {
  font-family: 'Mabry pro', sans-serif;
}

.extra-item {
  font-family: 'Mabry pro', sans-serif;
}

.line-item-2 {
  font-family: 'Mabry pro', sans-serif;
}

.text-block-124 {
  font-family: 'Mabry pro', sans-serif;
}

.blog-heading {
  color: #BBBD5A;
  font-size: 40px;
}

.blogcontent {
  padding-right: 31px;
}

.blogcontent h2 {
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.blogcontent h4 {
  font-family: 'Publicoheadline web', 'Palatino Linotype', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}

.blogcontent p {
  color: #6d6d6e;
}

.collection-item-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.collection-list-10 {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blogitems {
  width: 100%;
  height: 350px;
  margin-top: 0px;
  padding-right: 30px;
}

.image-52 {
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-316 {
  width: 100%;
  height: 200px;
}

.square1-b {
  width: 50%;
  height: 400px;
  margin-right: 10px;
/*  background-image: url('../images/subscription-box-avos1.png');*/
  background-position: 50% 50%;
  background-size: cover;
}

.square2-b {
  width: 50%;
  height: 400px;
  margin-left: 10px;
/*  background-image: url('../images/delicious-avocados.png');*/
  background-position: 0px 0px;
  background-size: cover;
}

.link-dd {
  z-index: 999;
  display: block;
  width: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px;
  -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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Mabry pro', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.4px;
  text-transform: none;
}

.link-dd:hover {
  bottom: 0px;
  opacity: 1;
  color: #BBBD5A;
  font-size: 14px;
}

.link-dd.w--current {
  opacity: 0.3;
  color: #18181d;
}

.link-dd.white {
  color: #fff;
}

.link-dd.white:hover {
  color: #c9002b;
}

.link-dd.white.hover-black:hover {
  color: #6e7985;
}

.link-dd.over {
  color: #706f6f;
}

.link-dd.over:hover {
  color: #BBBD5A;
}

.link-dd.avo-pad {
  margin-right: 25px;
}

.link-dd._1 {
  width: 110px;
}

.link-dd._2 {
  text-align: left;
}

.link-dd._2.second {
  color: #706f6f;
}

.link-dd._3 {
  width: 70px;
}

.duplicatedd {
  z-index: 999;
  display: block;
  width: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px;
  -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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Mabry pro', sans-serif;
  color: #706f6f;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.4px;
  text-transform: none;
}

.duplicatedd:hover {
  bottom: 0px;
  opacity: 1;
  color: #BBBD5A;
  font-size: 14px;
}

.duplicatedd.w--current {
  opacity: 0.3;
  color: #18181d;
}

.duplicatedd.white {
  color: #fff;
}

.duplicatedd.white:hover {
  color: #c9002b;
}

.duplicatedd.white.hover-black:hover {
  color: #6e7985;
}

.duplicatedd.over {
  color: #706f6f;
}

.duplicatedd.over:hover {
  color: #BBBD5A;
}

.duplicatedd.avo-pad {
  margin-right: 25px;
}

.duplicatedd._1 {
  width: 110px;
}

.duplicatedd._2 {
  text-align: left;
}

.duplicatedd._2.second {
  color: #706f6f;
}

.duplicatedd._3 {
  width: 70px;
}

.nav-open {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
}

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

.div-block-317 {
  height: 100px;
}

.content-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hide {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .preloader {
    z-index: 9999999999999;
  }
  .right-block-sticky {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20vh 20px 0px;
    float: none;
    -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;
  }
  .second-slide__bg-two {
    display: block;
  }
  .menu-button {
    margin-left: 24px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .collection-list-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sticky-head {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    text-align: left;
  }
  .wrap__slider {
    height: auto;
  }
  .main-button.signin {
    padding: 14px 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: none;
    color: #fff;
  }
  .main-button.signin.w--current {
    min-height: auto;
    padding: 15px 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: none;
  }
  .mask__first-slide {
    width: 100%;
    margin-right: 0px;
  }
  .navbar1 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .empty-state {
    max-width: 738px;
  }
  .description__container {
    width: 90%;
    max-width: none;
  }
  .sticky-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sticky-image-mobile {
    display: none;
  }
  .error-message {
    max-width: 738px;
  }
  .footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mask__second-slide {
    width: 100%;
    margin-right: 0px;
  }
  .navlink1 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 14px 24px;
    color: #fff;
  }
  .navlink1:hover {
    display: block;
    color: #000;
  }
  .navlink1.w--current {
    color: #fff;
  }
  .navlink1.white.hover-black {
    color: #fff;
  }
  .navlink1.white.hover-black:hover {
    width: 100%;
    color: #b22222;
  }
  .nav1-menu {
    z-index: 15;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebedee;
    background-color: #000;
  }
  .slider {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 0px;
  }
  .loop-image {
    background-size: contain;
  }
  .loop-image.fifth-image {
    background-position: 50% 50%;
  }
  .loop-image.second-image {
    background-position: 50% 100%;
    background-size: cover;
  }
  .loop-image.fourth-image {
    background-position: 50% 100%;
    background-size: contain;
  }
  .container__title {
    font-size: 9vw;
  }
  .container__title.mobile {
    font-size: 75px;
  }
  .sticky-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-20 {
    padding-top: 115px;
    padding-bottom: 50px;
  }
  .container-box {
    width: 90%;
  }
  .reg-section {
    padding-right: 24px;
    padding-left: 24px;
  }
  .reg-hero {
/*    height: auto;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slide__mask {
    width: 100%;
  }
  .container_subtitle {
    font-size: 2vw;
  }
  .nav-menu {
    display: -ms-grid;
    display: grid;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .container__grid-2 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .style-guide-hero-wrapper {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .style-guide-text-container {
    position: static;
  }
  .style-guide-heading {
    font-size: 26vw;
    line-height: 1;
  }
  .section-stylguide {
    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;
  }
  .style-guide-wrapper {
    position: static;
    width: auto;
  }
  .section-styleguide__container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-styleguide__container.flrx.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-block--secondary__line {
    display: none;
  }
  .link-menu__title {
    font-size: 4vw;
  }
  .blog__collection-list-copy {
    height: auto;
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .div-block-4 {
    position: static;
    width: auto;
  }
  .card-blog__wrapper-image {
    height: auto;
  }
  .collection-list-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .banner-title-2 {
    font-size: 16px;
  }
  .banner-clone-button-2 {
    font-size: 12px;
  }
  .tag {
    display: block;
    max-width: 700px;
    min-width: auto;
    margin-right: 15px;
  }
  .grid {
    -ms-grid-columns: 1.5fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  }
  .footer-link {
    max-height: 20px;
    font-size: 15px;
    text-align: left;
  }
  .copyright {
    font-size: 12px;
    line-height: 1.5;
  }
  .copyright-link-small {
    font-size: 12px;
  }
  .collection-list-home {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .container__description {
    position: static;
    margin-bottom: 40px;
  }
  .text__paragraph.m-t.m-b {
    text-align: center;
  }
  .post-date {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .section-description__container-copy {
    width: 100%;
    margin-top: 91px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-hero-blog {
    padding: 80px 40px 0px;
  }
  .image-19 {
    bottom: 0px;
  }
  .author-label {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .container__text-blog {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vertical-post-info {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .container-text-blog {
    max-width: 100%;
  }
  .blog__collection-list {
    height: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .related-posts {
    padding: 140px 40px 60px;
  }
  .section-about {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container__info-2 {
    left: 0%;
    top: -11%;
    right: 0%;
    bottom: auto;
  }
  .section-description__container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .description__paragraph-2 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image-team-third {
    width: 100%;
  }
  .image-team-second {
    width: 100%;
  }
  .image-tem {
    width: 100%;
  }
  .team-section__grid {
    grid-template-areas: "Area" "Area-4" "Area-2" "Area-5" "Area-3" "Area-6";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .heading-contact {
    font-size: 65px;
  }
  .wrapper-contact {
    width: auto;
    -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;
  }
  .right-button {
    display: inline-block;
    width: auto;
    max-width: none;
  }
  .contact-us {
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .wrapper-location {
    margin-top: 60px;
  }
  .faq-dropdown {
    width: 100%;
  }
  .main-paragraph {
    width: 70%;
  }
  .container-4 {
    width: auto;
    padding-right: 55px;
    padding-left: 40px;
  }
  .field-label {
    font-size: 11px;
  }
  .field-label-2 {
    font-size: 11px;
  }
  .field-label-3 {
    font-size: 11px;
  }
  .button-6.white {
    text-align: center;
  }
  .button-6.white {
    text-align: center;
  }
  .button-6.white {
    text-align: center;
  }
  .div-block-7 {
    justify-items: start;
  }
  .collection-list-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .collection-item-2 {
    display: block;
    float: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .section-22 {
    padding-top: 130px;
  }
  .text-field-3 {
    height: 50px;
  }
  .my-account-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
  }
  .list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-item-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .my-account-content-wrapper {
    padding-left: 0px;
    border-style: none;
    border-color: #000;
  }
  .sign-in-main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .reset-password-form-container {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .login-head {
    font-size: 26px;
    line-height: 35px;
  }
  .password-head-text-wrapper {
    padding-top: 20px;
  }
  .password-reset-paragraph {
    font-size: 18px;
  }
  .reset-password {
    width: 100%;
  }
  .background-video {
    width: 100%;
  }
  .slider-2 {
    width: 100%;
  }
  .product-image-wrapper {
    position: static;
    width: 90%;
    margin-top: 70px;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .product-content-wrapper {
    width: 100%;
    border-left-style: none;
  }
  .product-content-block {
    width: 90%;
    margin-top: 50px;
  }
  .product-title-head {
    text-align: left;
  }
  .variations-wrapper {
    margin-bottom: 20px;
  }
  .product-hero {
    padding-top: 50px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price-2 {
    margin-top: 0px;
  }
  .add-to-cart-2 {
    width: 100%;
  }
  .reg-section-sticky {
    padding-right: 24px;
    padding-left: 24px;
  }
  .selected-nav {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 14px 24px;
    color: #fff;
  }
  .selected-nav:hover {
    display: block;
    color: #000;
  }
  .selected-nav.w--current {
    color: #fff;
  }
  .link-dd {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 14px 24px;
    color: #fff;
  }
  .link-dd:hover {
    display: block;
    color: #000;
  }
  .link-dd.w--current {
    color: #fff;
  }
  .link-dd.white.hover-black {
    color: #fff;
  }
  .link-dd.white.hover-black:hover {
    width: 100%;
    color: #b22222;
  }
  .duplicatedd {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 14px 24px;
    color: #fff;
  }
  .duplicatedd:hover {
    display: block;
    color: #000;
  }
  .duplicatedd.w--current {
    color: #fff;
  }
  .duplicatedd.white.hover-black {
    color: #fff;
  }
  .duplicatedd.white.hover-black:hover {
    width: 100%;
    color: #b22222;
  }
}

@media screen and (max-width: 767px) {
  .right-block-sticky {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 0vh;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    margin-left: 20px;
  }
  .collection-list-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .cart-product-name {
    font-size: 16px;
    line-height: 26px;
  }
  .sticky-head {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }
  .wrap__slider {
    position: relative;
  }
  .main-button.signin {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cart-item-info {
    padding-right: 8px;
    padding-left: 8px;
  }
  .grid-paragraph {
    text-align: left;
  }
  .mask__first-slide {
    width: 100%;
  }
  .navbar1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .empty-state {
    width: 100%;
    max-width: none;
  }
  .description__container {
    position: relative;
    overflow: visible;
    width: 100%;
  }
  .sticky-wrapper {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-text-2 {
    text-align: center;
  }
  .mask__right-arrow {
    left: auto;
    top: 0%;
    right: 3%;
    bottom: 0%;
  }
  .images-content-wrapper {
    position: static;
    display: none;
  }
  .sticky-image-mobile {
    display: block;
    margin-bottom: 30px;
  }
  .container-box__box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .error-message {
    width: 100%;
    max-width: none;
  }
  .footer-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 20px;
  }
  .mask__second-slide {
    width: 100%;
  }
  .navlink1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    height: 300px;
  }
  .stiky-text-wrapper {
    width: 100%;
    margin-left: 0px;
  }
  .container__title {
    font-size: 65px;
  }
  .container__title.mobile {
    font-size: 65px;
  }
  .section-20 {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .container-box {
    width: 95%;
  }
  .reg-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart-product-image {
    width: 56px;
  }
  .container_subtitle {
    padding-left: 0px;
    font-size: 2.5vw;
  }
  .cart-container {
    max-width: 420px;
    min-width: 360px;
  }
  .nav-menu {
    grid-column-gap: 20px;
  }
  .mask__third-slide {
    width: 100%;
  }
  .container__grid-2 {
    max-width: none;
  }
  .style-guide-hero-wrapper {
    height: auto;
    margin-top: 0px;
    padding: 70px 0px;
  }
  .style-guide-text-container {
    position: static;
  }
  .style-guide-heading {
    font-size: 25vw;
    line-height: 1;
  }
  .slide__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .link-menu__title {
    font-size: 5vw;
  }
  .blog__collection-item-copy {
    height: 500px;
  }
  .blog__collection-list-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .collection-list-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .product-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-title-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner-close-card {
    margin-right: 0px;
  }
  .con-wrap-2 {
    display: none;
  }
  .banner-title-2 {
    font-size: 13px;
  }
  .banner-clone-button-2 {
    margin-top: 10px;
    margin-right: 15px;
  }
  .tag {
    max-width: 100%;
    min-width: auto;
    margin-left: 15px;
  }
  .grid {
    margin-top: 60px;
    grid-auto-flow: row;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: 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;
  }
  .copyright-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .copyright {
    width: 100%;
  }
  .text-block-118 {
    font-size: 18px;
  }
  .collection-list-home {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .text__paragraph.m-t.m-b {
    font-size: 18px;
  }
  .container__image {
    width: 100%;
  }
  .section-hero-blog {
    bottom: 0px;
    padding: 35px 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container__text-blog {
    position: absolute;
    bottom: 0%;
    max-width: 90%;
  }
  .container-text-blog {
    max-width: 100%;
  }
  .blog__collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .blog__collection-item {
    height: 500px;
  }
  .post-summary {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-abouttext {
    padding-right: 40px;
    padding-left: 40px;
  }
  .abouttext__wrapper {
    max-width: 100%;
  }
  .team-image {
    width: 100%;
  }
  .section-about {
    padding-right: 0px;
    padding-bottom: 203px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-contact {
    font-size: 45px;
  }
  .faqs-sections {
    width: auto;
  }
  .main-paragraph {
    width: auto;
  }
  .main-paragraph.grid {
    width: auto;
  }
  .container-4 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-4.faq-page {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .faq-container-2 {
    position: static;
  }
  .faq-div {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .terms-head {
    line-height: 1;
  }
  .button-6.white {
    margin-bottom: 10px;
  }
  .button-6.white {
    margin-bottom: 10px;
  }
  .button-6.white {
    margin-bottom: 10px;
  }
  .div-block-7 {
    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;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .collection-list-9 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection-item-2 {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-field-3 {
    height: 50px;
    margin-bottom: 10px;
  }
  .my-account-page {
    border-style: none;
  }
  .reset-password-form-container {
    display: block;
  }
  .login-head {
    margin-bottom: 0px;
    font-size: 26px;
  }
  .password-head-text-wrapper {
    padding-top: 20px;
  }
  .password-reset-paragraph {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .slider-2 {
    width: 100%;
  }
  .product-image-wrapper {
    width: 90%;
  }
  .product-content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-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;
  }
  .product-title-head {
    margin-bottom: 0px;
    text-align: center;
  }
  .product-head-wrapper {
    -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;
  }
  .price-2 {
    font-size: 22px;
  }
  .italics-featured.h2 {
    font-size: 21px;
  }
  .feature-text {
    font-size: 23px;
  }
  .reg-section-sticky {
    padding-right: 20px;
    padding-left: 20px;
  }
  .selected-nav {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link-dd {
    padding-right: 20px;
    padding-left: 20px;
  }
  .duplicatedd {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .right-block-sticky {
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    margin-left: 16px;
  }
  .collection-list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .sticky-head {
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
  }
  .wrap__slider {
    position: relative;
    height: auto;
  }
  .wrap__paragraph {
    font-size: 20px;
  }
  .main-button.signin {
    padding-right: 16px;
    padding-left: 16px;
  }
  .mask__first-slide {
    width: 100%;
  }
  .navbar1 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .description__container {
    overflow: visible;
    width: 100%;
    max-width: 100%;
  }
  .top-text-2 {
    line-height: 22px;
  }
  .text-field.cart-input {
    color: #fff;
  }
  .footer-wrap {
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .navlink1 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navlink1.white.hover-black {
    width: 100%;
  }
  .slider {
    position: relative;
    bottom: 0px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 0px;
    clear: none;
  }
  .section-program {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .stiky-text-wrapper {
    margin-left: 0px;
  }
  .container__title {
    font-size: 12vw;
  }
  .container__title.mobile {
    font-size: 12vw;
  }
  .section-20 {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .container-box {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .reg-section {
    height: auto;
    padding-top: 90px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .reg-section.header {
    padding-top: 334px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .reg-section.mobile {
    padding-top: 50px;
  }
  .reg-hero {
    height: 90vh;
  }
  .cart-product-image {
    width: 56px;
  }
  .container_subtitle {
    padding-left: 0px;
    font-size: 4vw;
  }
  .cart-container {
    max-width: 320px;
    min-width: 240px;
  }
  .nav-menu {
    grid-column-gap: 16px;
  }
  .container__grid-2 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .style-guide-hero-wrapper {
    height: auto;
    padding: 50px 0px;
  }
  .style-guide-text-container {
    position: static;
  }
  .style-guide-heading {
    font-size: 28vw;
  }
  .link-menu__title {
    font-size: 8vw;
  }
  .blog__collection-item-copy {
    width: 100%;
    height: auto;
  }
  .blog__collection-list-copy {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .collection-item {
    width: auto;
  }
  .wrapper--text__title {
    font-size: 18px;
  }
  .card-blog__wrapper-image {
    height: auto;
  }
  .collection-list-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .product-wrap {
    padding: 20px;
    -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;
  }
  .banner-title-wrap {
    width: 100%;
    padding-left: 4px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .banner-close-card {
    top: 0px;
    right: 0px;
    bottom: auto;
  }
  .con-wrap-2 {
    min-width: 60px;
    margin-bottom: 20px;
  }
  .banner-title-2 {
    display: block;
    font-size: 14px;
  }
  .banner-author {
    font-size: 14px;
  }
  .left-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-clone-button-2 {
    display: block;
    margin-top: 19px;
  }
  .tag {
    min-width: auto;
    margin-right: 5px;
    margin-left: 5px;
  }
  .grid {
    -ms-grid-rows: 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;
  }
  .footer-link {
    font-size: 14px;
  }
  .copyright-wrap {
    margin-top: 20px;
  }
  .copyright {
    margin-top: 0px;
    font-size: 11px;
  }
  .copyright-link-small {
    font-size: 11px;
  }
  .collection-list-home {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container__description {
    display: block;
    margin-top: 40px;
  }
  .text__paragraph.m-t.m-b {
    text-align: left;
  }
  .section-description__container-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-hero-blog {
    padding-top: 0px;
  }
  .image-19 {
    bottom: 0px;
    z-index: 2;
  }
  .container__text-blog {
    position: static;
    top: auto;
    bottom: -40px;
    z-index: 9;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    text-align: left;
  }
  .post-summary {
    padding-right: 20px;
    padding-left: 20px;
  }
  .related-posts {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-abouttext {
    padding-right: 20px;
    padding-left: 20px;
  }
  .team-image {
    width: 100%;
  }
  .section-about {
    padding-bottom: 0px;
  }
  .section-description__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wprapper-contact {
    width: 90%;
  }
  .form-contact {
    width: 100%;
  }
  .heading-contact {
    font-size: 32px;
  }
  .wrapper-contact {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .right-button {
    display: inline-block;
  }
  .contact-us {
    height: auto;
  }
  .wrapper-location {
    width: 90%;
  }
  .form-contact-us {
    width: 100%;
  }
  .faq-dropdown {
    width: 100%;
  }
  .main-heading {
    font-size: 50px;
  }
  .main-heading.intro {
    width: 100%;
  }
  .main-heading.intro.courses {
    font-size: 35px;
  }
  .container-4.faq-page {
    padding-right: 10px;
    padding-left: 10px;
  }
  .faq-text {
    font-size: 3.7vw;
  }
  .faq-div {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .utility-page-content {
    width: 90%;
  }
  .utility-page-form {
    padding: 30px;
  }
  .heading-77 {
    font-size: 32px;
  }
  .search-products {
    width: 90%;
    min-width: auto;
  }
  .search-query {
    font-size: 38px;
  }
  .search-results-label {
    font-size: 38px;
  }
  .field-label {
    font-size: 14px;
  }
  .field-label-2 {
    font-size: 14px;
  }
  .field-label-3 {
    font-size: 14px;
  }
  .terms-container {
    padding: 25px;
  }
  .terms-head {
    font-size: 35px;
  }
  .div-block-7 {
    justify-items: stretch;
  }
  .cart-totals---copy-this {
    height: auto;
    -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;
  }
  .section-22 {
    padding: 90px 10px 60px;
  }
  .table-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field-3 {
    height: 50px;
  }
  .div-block-9 {
    margin-bottom: 20px;
  }
  .table-row-data.price {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .table-row-data.product {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }
  .cart-row---copy-this {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-4 {
    padding: 60px 10px;
  }
  .my-account-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-left-style: none;
  }
  .list-item-3 {
    width: 100%;
    margin-right: 0px;
  }
  .create-an-account-link {
    font-size: 14px;
  }
  .login-info-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sign-in-left-wrapper {
    width: 85%;
  }
  .create-account-label {
    font-size: 14px;
  }
  .sign-in-main-wrapper {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .sign-in-left-wrapper-2 {
    width: 85%;
  }
  .login-here-link {
    font-size: 14px;
  }
  .reset-password-form-container {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .login-head {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 35px;
  }
  .password-head-text-wrapper {
    padding-top: 0px;
  }
  .password-reset-paragraph {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 17px;
  }
  .mini-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;
  }
  .background-video {
    height: 250px;
  }
  .container-list {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-2 {
    width: 90%;
    height: 450px;
    background-color: transparent;
  }
  .product-image-wrapper {
    width: 100%;
    height: 600px;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .product-content-wrapper.sticky {
    margin-top: 0px;
  }
  .product-content-block {
    width: 90%;
  }
  .product-content-block.sticky {
    margin-top: 50px;
  }
  .product-title-head {
    margin-bottom: 0px;
    font-size: 34px;
    text-align: center;
  }
  .slide-3 {
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .product-head-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-hero {
    padding-top: 0px;
  }
  .price-2 {
    margin-top: 10px;
  }
  .category-name {
    font-size: 38px;
  }
  .notices---copy-this {
    right: 10px;
  }
  .hero-heading {
    font-size: 31px;
    line-height: 1.2;
  }
  .italics-featured {
    font-size: 30px;
  }
  .italics-featured.h2 {
    font-size: 18px;
  }
  .hero-bottom-items {
    padding-right: 20px;
    padding-bottom: 27px;
    padding-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .image-44 {
    height: 67px;
  }
  .reg-container.philosophy {
    -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;
  }
  .reg-container.product {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .feature-text {
    font-size: 19px;
  }
  .feature-text.desktop {
    display: none;
  }
  .feature-text.mobile {
    display: block;
    font-size: 20px;
  }
  .left-image-home {
    width: 100%;
  }
  .content-section {
    width: 100%;
    padding-left: 0%;
  }
  .general-text.philosophyspace {
    height: auto;
  }
  .general-text.centre {
    width: auto;
    font-size: 16px;
  }
  .reg-links {
    font-size: 16px;
  }

  .footer-proper.mobile {
    display: block;
    height: auto;
    margin-top: 74px;
    padding: 50px 20px 37px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-grid {
    justify-items: stretch;
  }
  .subscribe-block {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-proper-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-proper-text.left {
    width: auto;
  }
  .footer-proper-bold {
    font-size: 15px;
    text-align: left;
  }
  .footer-proper-bold.left {
    width: auto;
  }
  .form-4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-field-7 {
    width: 75%;
  }
  .submit-button-2 {
    padding-right: 0px;
  }
  .subscribe {
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-block {
    width: 100%;
  }
  .credits-block {
    width: 100%;
    margin-top: 61px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .quote {
    font-size: 19px;
  }
  .quote-ref {
    font-size: 16px;
  }
  .social-block {
    width: 50%;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .move-container {
    top: 28%;
    overflow: hidden;
  }
/*  .movement-across {
    width: 1200px;
  }*/
  .scroll-image {
    width: 300px;
    height: 300px;
  }
  .reg-section-sticky {
    height: 200vh;
    padding-right: 16px;
    padding-left: 16px;
  }
  .selected-nav {
    padding-right: 16px;
    padding-left: 16px;
  }
  .heroimage.subscriptions {
    height: 300px;
  }
  .greenlinks {
    font-size: 14px;
  }
  .featured-image.oneoff {
    margin-bottom: 0px;
  }
  .image-49 {
    width: 100%;
    height: 200px;
  }
  .square-holder {
    display: none;
  }
  .div-block-314 {
    display: none;
    margin-top: 0px;
  }
  .div-block-315 {
    display: none;
  }
  .square1-b {
    margin-right: 5px;
  }
  .square2-b {
    margin-left: 5px;
  }
  .link-dd {
    padding-right: 16px;
    padding-left: 16px;
  }
  .link-dd.white.hover-black {
    width: 100%;
  }
  .duplicatedd {
    padding-right: 16px;
    padding-left: 16px;
  }
  .duplicatedd.white.hover-black {
    width: 100%;
  }
  .bottomfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
    -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;
  }
  .div-block-318 {
    width: 100%;
  }
  .logo-footer {
    width: 50%;
  }
}

#field-3.w-node-333e2f7ccae5-37e2cfd6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-333e2f7ccae7-37e2cfd6 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column-align: end;
  justify-self: end;
}

@font-face {
  font-family: "Mabry pro-light";
  src: url("../fonts/mabry_pro_light-webfont.woff2") format("woff2"),
    url("../fonts/mabry_pro_light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Publicoheadline web';
  src: url('../fonts/PublicoHeadline-Italic-Web.woff2') format('woff2'), url('../fonts/PublicoHeadline-Italic-Web.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Mabry pro';
  src: url('../fonts/mabry-light-pro.woff2') format('woff2'), url('../fonts/mabry-light-pro.eot') format('embedded-opentype'), url('../fonts/mabry-light-pro.woff') format('woff'), url('../fonts/mabry-light-pro.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Mabry pro';
  src: url('../fonts/mabry-medium-pro.woff2') format('woff2'), url('../fonts/mabry-medium-pro.eot') format('embedded-opentype'), url('../fonts/mabry-medium-pro.woff') format('woff'), url('../fonts/mabry-medium-pro.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Mabry pro';
  src: url('../fonts/mabry-regular-pro.woff2') format('woff2'), url('../fonts/mabry-regular-pro.eot') format('embedded-opentype'), url('../fonts/mabry-regular-pro.woff') format('woff'), url('../fonts/mabry-regular-pro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}