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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

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

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

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

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

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartoptionpill {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

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

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

.grow { 
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; 
}
.grow:hover { transform: scale(1.02); }

.cms_fake_select {width:410px;}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #fbfbfb;
  font-family: Thicccboi, sans-serif;
  color: #676767;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #0a0a0a;
  font-size: 44px;
  line-height: 56px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #0a0a0a;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #0a0a0a;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0a0a0a;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #0a0a0a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0a0a0a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #0a0a0a;
  text-decoration: underline;
}

a:hover {
  color: #676767;
}

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

ol {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-left: 32px;
}

li {
  margin-bottom: 5px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 10px;
  color: #0a0a0a;
  font-weight: 700;
}

strong {
  color: #0a0a0a;
  font-weight: 700;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 40px;
  padding: 56px 88px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
  color: #0a0a0a;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 8px;
  text-align: center;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-right-24px {
  margin-right: 24px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-left-24px {
  margin-left: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.hidden-desktop {
  display: none;
}

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

.flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.product-card-title-and-price {
  margin-bottom: 14px;
  -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;
}

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

.flex.product-card-price-wrapper {
  margin-bottom: 10px;
}

.flex.client-logos {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.categories {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.categories.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.blog-card-info-details {
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.category-title-center {
  -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;
}

.flex.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.top.showroom-1 {
  margin-bottom: 24px;
}

.flex.product-pricing {
  margin-bottom: 18px;
  -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;
}

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

.flex._2-buttons-center.product {
  margin-top: 20px;
}

.flex.blog-post {
  max-width: 150px;
  -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;
  color: #676767;
  text-decoration: none;
}

.flex.blog-post:hover {
  color: #0a0a0a;
}

.flex.blog-details {
  margin-top: 80px;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.color-neutral-600 {
  color: #676767;
}

.color-neutral-500 {
  color: #959595;
}

.color-white {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.bg-neutral-700 {
  background-color: #2c2c2c;
}

.bg-neutral-600 {
  background-color: #676767;
}

.bg-neutral-500 {
  background-color: #959595;
}

.bg-neutral-400 {
  background-color: #c5c5c5;
}

.bg-neutral-300 {
  background-color: #e1e1e1;
}

.bg-neutral-200 {
  background-color: #fbfbfb;
}

.bg-neutral-100 {
  background-color: #fff;
}

.style-guide-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 14em;
  -ms-flex: 0 14em;
  flex: 0 14em;
}

.container-default {
  max-width: 1172px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.post {
  margin-top: 20px;
}

.style-guide-content {
  max-width: 100%;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 18px 0 rgba(10, 10, 10, 0.06);
}

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

.style-guide-title {
  margin-top: 0px;
  color: #fff;
}

.style-guide-header {
  padding: 100px 68px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #0a0a0a;
}

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

.style-guide-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -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: 4px;
  background-color: #0a0a0a;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #676767;
  text-decoration: none;
}

.style-guide-link:hover {
  background-color: hsla(0, 0%, 88.2%, 0.28);
  color: #0a0a0a;
}

.style-guide-link.w--current {
  background-color: hsla(0, 0%, 88.2%, 0.24);
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #0a0a0a;
  font-weight: 700;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  margin-bottom: 24px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #e1e1e1;
  color: #0a0a0a;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e1e1e1;
}

.color-container {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-block.bg-neutral-800 {
  background-color: #0a0a0a;
}

.color-block.bg-neutral-600 {
  background-color: #676767;
}

.color-block.bg-neutral-200 {
  background-color: #fbfbfb;
}

.color-block.bg-neutral-300 {
  background-color: #e1e1e1;
}

.color-block.bg-neutral-400 {
  background-color: #c5c5c5;
}

.color-block.bg-neutral-500 {
  background-color: #959595;
}

.color-block.bg-neutral-700 {
  background-color: #2c2c2c;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: #0a0a0a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.color-hex {
  color: #676767;
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0px;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 1px solid #e1e1e1;
}

.typography-container.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.container-small-left {
  max-width: 592px;
  padding-right: 24px;
}

.typography-details {
  margin-top: 15px;
  color: #2c2c2c;
  font-weight: 500;
}

.paragraph-large {
  font-size: 20px;
  line-height: 32px;
}

.style-guide-subheader {
  padding: 44px 68px;
  background-color: #fbfbfb;
}

.style-guide-content-wrapper {
  padding: 110px 68px;
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-primary {
  padding: 18px 32px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #48acb9;
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: #0a0a0a;
  -webkit-transform: translate3d(0px, -2px, 0.01px);
  transform: translate3d(0px, -2px, 0.01px);
  color: #fff;
}

.button-primary.small {
  padding: 13px 24px 10px;
  border-radius: 6px;
  background-color: #0a0a0a;
  font-size: 16px;
  line-height: 16px;
}

.button-primary.large {
  padding: 20px 56px 18px;
  border-radius: 6px;
  background-color: #48acb9;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}

.button-primary.large:hover {
  background-color: #0a0a0a;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.button-white {
  background-color: #fff;
  color: #0a0a0a;
}

.button-primary.button-white.full-width-card {
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.button-primary.button-white.full-width-card:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0px;
  width: 100%;
}

.button-primary.newsletter-v1 {
  position: absolute;
  left: auto;
  top: 12px;
  right: 12px;
  bottom: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-primary._2-buttons-left {
  margin-right: 24px;
  padding-top: 16px;
  font-size: 14px;
  line-height: 18px;
}

.button-primary.product-card-50 {
  width: 50%;
  margin-right: 6px;
}

.button-primary.product-card-v7 {
  display: inline-block;
  margin-top: 32px;
}

.button-primary.product-card-v7:hover {
  background-color: #0a0a0a;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-primary.form {
  margin-top: 28px;
}

.button-primary.search-page {
  display: none;
  margin-top: 10px;
}

.button-secondary {
  margin-top: 0px;
  padding: 16px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #c5c5c5;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  background-color: #0a0a0a;
  -webkit-transform: translate3d(0px, -2px, 0.01px);
  transform: translate3d(0px, -2px, 0.01px);
  color: #fff;
}

.button-secondary.small {
  padding: 13px 24px 10px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 20px 56px 18px;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}

.button-secondary.discounts {
  height: auto;
  margin-left: 0px;
  padding-right: 16px;
  padding-bottom: 15px;
  padding-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.button-secondary.product-cart-50 {
  width: 50%;
  margin-left: 6px;
}

.style-guide-button-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 24px;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.header-logo {
  width: 125px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header-logo:hover {
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-left: 0px;
  -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;
  list-style-type: none;
}

.nav-item-wrapper {
  margin-right: 24px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
}

.nav-item-wrapper.search-navbar-mobile {
  display: none;
}

.nav-link {
  display: inline-block;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #0a0a0a;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #676767;
}

.nav-link.dropdown-link.special {
  padding-bottom: 6px;
  border-bottom: 2px solid #0a0a0a;
  -webkit-transition: border-color 300ms ease, color 350ms ease;
  transition: border-color 300ms ease, color 350ms ease;
  color: #0a0a0a;
  font-weight: 600;
}

.nav-link.dropdown-link.special:hover {
  border-bottom-color: #959595;
  color: #959595;
}

.nav-menu.left {
  margin-left: 40px;
}

.footer {
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid #c5c5c5;
  background-color: transparent;
}

.footer-grid {
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 56px;
  -ms-grid-columns: 0.65fr 0.45fr 1fr;
  grid-template-columns: 0.65fr 0.45fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo {
  width: 170px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo:hover {
  -webkit-transform: scale3d(0.92, 0.92, 1.01);
  transform: scale3d(0.92, 0.92, 1.01);
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.utility-page {
  padding-top: 106px;
  padding-bottom: 106px;
  background-color: #0a0a0a;
}

.section.hero-home-v1 {
  padding-top: 40px;
  padding-bottom: 0px;
}

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

.section.pd-top-0px {
  padding-top: 0px;
}

.section.short {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.short.pd-bottom-0 {
  padding-bottom: 0px;
}

.section.short.bg-neutral-800 {
  background-color: #2d757e;
}

.section.cta-newsletter-v1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: hsla(0, 0%, 88.2%, 0.3);
}

.section.cta-newsletter-v1.short {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.hero-home-v2 {
  position: relative;
  overflow: hidden;
  padding-top: 250px;
  padding-bottom: 250px;
}

.section.hero-home-v3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.half-image-section {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}

.section.top {
  padding-top: 56px;
}

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

.section.cta-newsletter-contained-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.category {
  padding-top: 60px;
}

.section.category.blog {
  padding-top: 24px;
}

.section.image-background.collection-v2 {
  padding-top: 151px;
  padding-bottom: 151px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/commercial-example.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/commercial-example.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.about-us {
  padding-top: 66px;
  padding-bottom: 66px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(66%, transparent), color-stop(0, #48acb9), to(#48acb9));
  background-image: linear-gradient(90deg, transparent 66%, #48acb9 0, #48acb9);
}

.section.contact-cards {
  margin-top: -68px;
  padding-top: 0px;
  padding-bottom: 120px;
}

.section._404 {
  padding-top: 92px;
  padding-bottom: 92px;
}

.section.product-information {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.blog-post-featured-image {
  padding-top: 40px;
}

.section.home-sections {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 80vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
}

.section.pull-up {
  padding-top: 60px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 720px;
  padding: 46px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content-password {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 580px;
  padding: 72px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.04);
  text-align: center;
}

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

.input {
  height: 48px;
  margin-bottom: 0px;
  padding: 20px 14px 19px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, border-color 300ms ease;
  transition: border-color 300ms ease, border-color 300ms ease;
}

.input:hover {
  border-color: #959595;
  color: #0a0a0a;
}

.input:focus {
  border-color: #959595;
  color: #0a0a0a;
}

.input.-wfp-focus {
  border-color: #959595;
  color: #0a0a0a;
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  height: 46px;
  margin-bottom: 16px;
}

.input.checkout.mg-bottom-24px {
  margin-bottom: 24px;
}

.input.discounts {
  height: 46px;
  margin-bottom: 16px;
  padding-right: 14px;
  padding-bottom: 20px;
  padding-left: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 1px;
}

.input.search-input {
  width: 280px;
  background-image: url('../images/search-icon.svg');
  background-position: 94% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  font-size: 14px;
  line-height: 18px;
}

.input.search-input.page {
  width: 100%;
  height: 61px;
  background-position: 96% 50%;
  font-size: 16px;
}

.input.newsletter-v1 {
  height: 72px;
  padding-right: 17px;
  padding-bottom: 16px;
  padding-left: 17px;
  border-radius: 6px;
  font-size: 16px;
}

.input.cart {
  height: 43px;
}

._404-title {
  margin-bottom: 8px;
  color: #0a0a0a;
  font-size: 78px;
  line-height: 80px;
  font-weight: 700;
}

.container-medium-761px {
  max-width: 761px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-761px.changelog {
  margin-top: -247px;
}

.container-medium-761px.utility-page {
  text-align: center;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.details {
  width: 28px;
  margin-right: 12px;
  margin-left: 12px;
}

.divider.product {
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-password {
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph.password {
  margin-bottom: 40px;
  color: #676767;
}

.paragraph.utility-page {
  margin-bottom: 0px;
  color: #fff;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.card {
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.04);
  text-decoration: none;
}

.card.changelog {
  margin-bottom: 24px;
  padding: 60px 50px;
}

.card.changelog.last {
  margin-bottom: 0px;
}

.card.checkout {
  margin-bottom: 40px;
  padding: 14px 72px 36px;
}

.card.checkout.order-summary {
  margin-bottom: 0px;
  padding: 24px 34px 40px;
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card.product-card {
  text-decoration: none;
}

.card.product-card:hover {
  color: #0a0a0a;
}

.card.product-card.v2 {
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.card.product-card.v4 {
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.card.product-card.v5 {
  background-color: transparent;
  box-shadow: none;
  text-align: left;
}

.card.product-card.v5:hover {
  color: #676767;
}

.card.product-card.v7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 24px 24px 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.product-card.v9 {
  background-color: transparent;
  box-shadow: none;
}

.card.benefits-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 27px;
  -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;
  text-align: center;
}

.card.testimonials-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 46px 64px 46px 24px;
}

.card.blog-card-link-wrapper {
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.card.blog-card-link-wrapper:hover {
  color: #676767;
}

.card.blog-card-link-wrapper.v2 {
  background-color: transparent;
  box-shadow: none;
}

.card.blog-card-link-wrapper.featured-v2 {
  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;
}

.card.blog-card-featured-v1-details {
  position: absolute;
  left: 0px;
  z-index: 1;
  max-width: 612px;
  padding: 58px 40px 64px;
}

.card.sidebar {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 64px;
  padding: 32px;
}

.card.sidebar.last {
  margin-bottom: 0px;
}

.card.icon-and-text {
  padding: 48px 32px 56px;
}

.card.contact-icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 24px;
  -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-transition: color 300ms ease, -webkit-transform 350ms ease;
  transition: color 300ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, color 300ms ease;
  transition: transform 350ms ease, color 300ms ease, -webkit-transform 350ms ease;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.contact-icon-card:hover {
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.card.contact-form {
  margin-top: 40px;
  padding: 64px 40px;
}

.card.showrooms {
  position: absolute;
  z-index: 1;
  max-width: 420px;
  padding: 64px 70px;
}

.card.search-card {
  height: 100%;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
}

.card.search-card:hover {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.card.tabs-product {
  padding: 32px 72px 81px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
}

.card.home-pages-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 52px;
  -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;
}

.card.pages {
  padding: 30px 30px 18px;
  text-align: center;
}

.checkout-form {
  padding: 60px 0px 150px;
  background-color: transparent;
}

.checkout-block-header {
  padding: 30px 0px 20px;
  border-width: 0px 0px 1px;
  border-bottom-color: #e1e1e1;
}

.checkout-block-content {
  padding: 42px 0px 0px;
  border: 0px solid #000;
}

.checkout-block-content.paypal {
  padding-top: 0px;
}

.title.checkout {
  margin-bottom: 0px;
}

.title.order-item {
  display: inline-block;
  margin-bottom: 4px;
  padding: 0px;
  color: #0a0a0a;
  line-height: 18px;
  font-weight: 700;
  text-decoration: none;
}

.title.utility-page {
  color: #fff;
}

.split-content.checkout-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.checkout-right {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.split-content.header-left {
  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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.checkout-field-label {
  margin-bottom: 10px;
}

.checkout-required-text {
  color: #676767;
  font-size: 14px;
  line-height: 16px;
}

.checkout-billing-address-toggle {
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-checkbox-label {
  margin-bottom: 0px;
}

.checkout-checkbox {
  margin-top: 0px;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  margin-bottom: 16px;
  padding: 14px 24px 14px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fbfbfb;
}

.image-wrapper {
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.order-item-image {
  max-width: 80px;
  margin-right: 20px;
}

.image-wrapper.collection-image-wrapper {
  overflow: hidden;
  max-width: 72px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
}

.image-wrapper.product-card.v2 {
  border-radius: 6px;
}

.image-wrapper.product-card.v7 {
  max-width: 308px;
}

.image-wrapper.product-card.v8 {
  border-radius: 6px;
}

.image-wrapper.br-6px {
  border-radius: 6px;
}

.image-wrapper.testimonial-v1 {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-wrapper.blog-card.v2 {
  border-radius: 6px;
}

.image-wrapper.blog-card.featured-v3 {
  position: relative;
  width: 100%;
  max-width: 610px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-wrapper.blog-card.sidebar {
  width: 80px;
  margin-right: 16px;
  border-radius: 6px;
}

.image-wrapper.blog-card-featured-v1 {
  max-width: 800px;
  border-radius: 6px;
}

.image-wrapper.border-radius-6px {
  border-radius: 6px;
}

.image-wrapper.pages {
  margin-bottom: 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #fbfbfb;
  border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
}

.image.order-item-image {
  width: 80px;
  height: auto;
  border-radius: 10px;
}

.order-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-item-content {
  margin-right: 0px;
  margin-left: 0px;
  max-width: 200px;
}

.order-item-price {
  color: #0a0a0a;
  font-weight: 700;
}

.order-item-quantity-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  margin-top: 2px;
  padding-top: 2px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0a0a0a;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}

.apple-pay {
  height: 48px;
}

.checkout-line-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
}

.order-summary-subtotal {
  color: #0a0a0a;
  font-weight: 500;
}

.order-summary-total {
  color: #0a0a0a;
}

.discounts {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 0px;
}

.paypal {
  margin-bottom: 8px;
}

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

.cart-button {
  position: relative;
  margin-right: 0px;
  padding: 0px;
  border-radius: 80px;
  background-color: transparent;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-size: 16px;
  line-height: 18px;
}

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

.cart-quantity {
  position: absolute;
  left: 7px;
  top: auto;
  right: auto;
  bottom: -21%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  min-width: 20px;
  padding-top: 3px;
  -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: 20px;
  background-color: #0a0a0a;
  color: #fff;
  line-height: 11px;
}

.cart-container {
  max-width: 500px;
  min-height: 100vh;
}

.grid-licenses-images {
  margin-top: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licenses-link-image-container {
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease;
  transition: box-shadow 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
}

.licenses-link-image-container:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.bg-neutral-800 {
  background-color: #0a0a0a;
}

.cart-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;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.cart-close-button:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.icon-font {
  font-family: 'Icon Font', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.icon-font.dropdown-chevron {
  margin-bottom: 2px;
  margin-left: 8px;
  font-size: 6px;
  line-height: 8px;
  font-weight: 400;
}

.icon-font.text-arrow-small {
  margin-bottom: 2px;
  margin-left: 6px;
  font-size: 10px;
  line-height: 24px;
}

.icon-font.text-arrow-small.blog {
  margin-right: 8px;
  margin-left: 0px;
}

.icon-font.facebook {
  font-size: 19px;
}

.icon-font.linkedin {
  font-size: 19px;
}

.icon-font.whatsapp {
  font-size: 20px;
}

.icon-font.arrow.add-to-cart {
  margin-left: 10px;
  font-size: 13px;
  line-height: 14px;
}

.icon-font.arrow.link {
  margin-top: -3px;
  margin-left: 8px;
  font-size: 12px;
  line-height: 20px;
}

.icon-font.external-arrow.blog-card {
  margin-bottom: 2px;
  margin-left: 10px;
  font-size: 10px;
  line-height: 10px;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: #959595;
}

.mg-bottom-0 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}

.dropdown {
  display: block;
  padding-top: 6px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 12px;
  line-height: 14px;
}

.dropdown-toggle:hover {
  color: #676767;
}

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-columns.dropdown-products {
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
}

.grid-2-columns.new-arrivals-home-v1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  -ms-grid-columns: 0.4fr 1fr;
  grid-template-columns: 0.4fr 1fr;
}

.grid-2-columns.cta-v1 {
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
}

.grid-2-columns.cta-newsletter-v1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 90px;
  -ms-grid-columns: 1fr 1.1fr;
  grid-template-columns: 1fr 1.1fr;
}

.grid-2-columns.featured-clients {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.grid-2-columns.blog-v2 {
  margin-top: 56px;
  grid-column-gap: 54px;
  grid-row-gap: 54px;
}

.grid-2-columns.cta-newsletter-contained-v2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
}

.grid-2-columns.blog-v3 {
  grid-column-gap: 58px;
  grid-row-gap: 55px;
}

.grid-2-columns.about-us {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 118px;
  -ms-grid-columns: 0.96fr 1fr;
  grid-template-columns: 0.96fr 1fr;
}

.grid-2-columns.about-image-grid {
  margin-top: -96px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-2-columns.subscribe-card {
  padding: 32px 32px 32px 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
}

.grid-2-columns._404-page {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 76px;
  -ms-grid-columns: 0.85fr 1fr;
  grid-template-columns: 0.85fr 1fr;
}

.grid-2-columns.product-top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 88px;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
}

.grid-2-columns.home-pages {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
}

.grid-2-columns._0-8fr---1fr {
  -ms-grid-columns: 1.05fr 1fr;
  grid-template-columns: 1.05fr 1fr;
}

.dropdown-list {
  top: 28px;
  padding: 44px 42px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.05);
}

.dropdown-list.products {
  min-width: 600px;
}

.dropdown-list.pages {
  left: -30px;
  min-width: 600px;
}

.text-200 {
  font-size: 16px;
  line-height: 16px;
}

.text-200.bold {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.collection-item-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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-50 {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
}

.text-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #676767;
}

.dropdown-menu-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.vertical-menu {
  padding-left: 0px;
  list-style-type: none;
}

.vertical-menu.dropdown-column-1 {
  margin-right: 24px;
}

.vertical-menu-item {
  margin-bottom: 12px;
}

.cart-icon {
  margin-right: 10px;
}

.search-input {
  margin-bottom: 0px;
}

.search-bar-container {
  margin-right: 24px;
  margin-bottom: 0px;
}

.container-inner-590px {
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
}

.section-background-image-v1 {
  padding: 144px 34px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/furniture-design-store-x-webflow-template-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/furniture-design-store-x-webflow-template-1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.slider-mask {
  overflow: visible;
}

.slider-mask.slider-testimonial-v1 {
  width: 100%;
  max-width: 568px;
}

.slider-mask.slider-product-card-home-v2 {
  max-width: 372px;
}

.slider-mask.slider-blog-v1-top {
  width: 100%;
  max-width: 472px;
}

.slider-mask.slider-product-card-collection-1 {
  width: 100%;
  max-width: 800px;
}

.slider-mask.slider-product-collection-1 {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.slide-item {
  margin-right: 24px;
}

.heading-h5-size {
  color: #0a0a0a;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.heading-h5-size.product-title {
  margin-bottom: 4px;
}

.heading-h5-size.product-title.v2 {
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 28px;
}

.heading-h5-size.mg-bottom-8px {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.product-card-image {
  width: 100%;
}

.product-card-image.v4 {
  border-radius: 6px;
}

.product-card-details {
  padding: 25px 19px 16px;
}

.product-card-details.v2 {
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.product-card-details.v3 {
  padding-bottom: 44px;
}

.product-card-details.v3.big {
  padding-top: 38px;
  padding-right: 34px;
  padding-left: 34px;
}

.product-card-details.v4 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.product-card-details.v5 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.product-card-details.v5:hover {
  color: #676767;
}

.product-card-details.v6 {
  padding-bottom: 32px;
}

.product-card-details.v7 {
  padding: 0px 78px 0px 0px;
}

.product-card-details.v8 {
  padding: 38px 48px;
}

.product-card-details.v9 {
  padding-top: 28px;
  padding-right: 0px;
  padding-left: 0px;
}

.product-category {
  margin-bottom: 10px;
  color: #676767;
  font-size: 13px;
  line-height: 16px;
}

.product-subtext {
  color: #676767;
  font-size: 14px;
  line-height: 24px;
}

.product-subtext.v2 {
  color: #959595;
}

.product-subtext.v4 {
  color: #959595;
  font-size: 16px;
}

.product-subtext.v7 {
  margin-bottom: 0px;
}

.empty-state {
  padding: 26px;
  background-color: #0a0a0a;
  color: #fff;
  text-align: center;
}

.grid-3-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3-columns.collections-home-v1 {
  margin-top: 100px;
}

.grid-3-columns.benefits {
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
}

.grid-3-columns.collections-home-v3 {
  margin-top: 40px;
}

.grid-3-columns.products-v5 {
  grid-row-gap: 80px;
}

.grid-3-columns.blog-v3-featured-3-grid {
  margin-top: 28px;
}

.grid-3-columns.about-team-members {
  grid-row-gap: 88px;
}

.grid-3-columns.search-page {
  display: none;
  margin-top: 48px;
}

.grid-3-columns.values {
  margin-top: 40px;
}

.collection-card-details {
  padding: 36px 24px;
}

.collection-card-title {
  margin-bottom: 4px;
}

.top-content-2-columns {
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 2.1fr 1fr;
  grid-template-columns: 2.1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-content-2-columns.mg-bottom-40px {
  margin-bottom: 40px;
}

.top-content-2-columns.blog-page {
  margin-bottom: 48px;
  -ms-grid-columns: 0.35fr 1fr;
  grid-template-columns: 0.35fr 1fr;
}

.top-content-2-columns.blog-top-v2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 150px;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
}

.top-content-2-columns.about-gallery {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 110px;
  -ms-grid-columns: 1fr 0.9fr;
  grid-template-columns: 1fr 0.9fr;
}

.product-card-price {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  padding-top: 10px;
}

.product-card-price.v3 {
  margin-right: 12px;
  font-size: 13px;
  line-height: 15px;
}

.product-card-price.v3.compared-price {
  color: #959595;
  font-weight: 500;
  text-decoration: line-through;
}

.product-card-price.v3.big {
  font-size: 20px;
  line-height: 24px;
}

.product-card-price.v4 {
  margin-bottom: 8px;
  color: #676767;
}

.product-card-price.v5 {
  margin-bottom: 5px;
}

.product-card-price.v6 {
  color: #676767;
}

.product-card-price.v8 {
  margin-right: 15px;
  font-size: 24px;
  line-height: 26px;
}

.product-card-price.v8.compared-price {
  color: #676767;
  font-weight: 500;
  text-decoration: line-through;
}

.product-card-price.v9 {
  margin-right: 16px;
}

.product-card-price.v9.compared-price {
  color: #676767;
  font-weight: 500;
  text-decoration: line-through;
}

.cta-wrapper-v1 {
  padding: 112px 64px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/support-furniture-design-store-x-webflow-template.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/support-furniture-design-store-x-webflow-template.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.grid-4-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4-columns.benefits {
  margin-top: 40px;
}

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

.grid-4-columns.products.home-v2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-columns.more-images {
  margin-top: 6px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.collection-card-v2 {
  text-align: center;
  text-decoration: none;
}

.heading-h4-size {
  color: #0a0a0a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.heading-h4-size.product-title.v5 {
  margin-bottom: 12px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.heading-h4-size.product-title.v5:hover {
  color: #676767;
}

.heading-h4-size.mg-bottom-20px {
  margin-bottom: 20px;
}

.text-300 {
  font-size: 18px;
  line-height: 24px;
}

.text-300.color-neutral-800 {
  color: #0a0a0a;
}

.cta-newsletter-wrapper-v1 {
  position: relative;
}

.cta-newsletter-container {
  margin-bottom: 0px;
}

.social-media-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
  list-style-type: none;
}

.social-media-list.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-media-icon-link {
  text-decoration: none;
}

.social-icon-list-item {
  margin-right: 22px;
  margin-bottom: 0px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.social-icon-list-item:hover {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.footer-nav-list {
  padding-left: 0px;
  list-style-type: none;
}

.footer-nav-list.col-1 {
  margin-right: 48px;
}

.footer-nav-link {
  color: #676767;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #0a0a0a;
}

.footer-nav-link.special {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #0a0a0a;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #0a0a0a;
  line-height: 18px;
  font-weight: 500;
}

.footer-nav-link.special:hover {
  border-bottom-color: #959595;
  color: #959595;
}

.footer-nav-item-link {
  margin-bottom: 12px;
}

.footer-title {
  margin-bottom: 24px;
  color: #0a0a0a;
  font-weight: 700;
}

.footer-copyright {
  padding-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1.4fr 1fr;
  grid-template-columns: 1.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #c5c5c5;
}

.footer-badge {
  margin-left: 10px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-badge:hover {
  -webkit-transform: scale3d(0.92, 0.92, 1.01);
  transform: scale3d(0.92, 0.92, 1.01);
}

.footer-badge-image {
  border-style: solid;
  border-width: 0.6px;
  border-color: #e1e1e1;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
}

.success-message {
  padding: 29px 32px;
  border-radius: 6px;
  background-color: #0a0a0a;
  color: #fff;
}

.error-message {
  margin-top: 16px;
  padding: 15px 28px;
  background-color: #ffe7e7;
  color: #ff4c4c;
  font-size: 14px;
  text-align: center;
}

.error-message.password {
  width: 100%;
}

.cta-wrapper-v2 {
  padding: 112px 64px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/desk-get-in-touch.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/desk-get-in-touch.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-inner-480px {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.avatar {
  border-radius: 50%;
}

.text-bold {
  color: #0a0a0a;
  font-weight: 700;
}

.arrow-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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: 50%;
  background-color: #0a0a0a;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Icon Font', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.arrow-slider:hover {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
}

.arrow-slider.v4.left {
  left: auto;
  top: -75px;
  right: 68px;
  bottom: auto;
  background-color: #2d757e;
}

.arrow-slider.v4.right {
  left: auto;
  top: -75px;
  right: 0%;
  bottom: auto;
  background-color: #2d757e;
}

.arrow-slider.transparent {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
}

.arrow-slider.transparent.right {
  margin-right: 5%;
}

.arrow-slider.transparent.left {
  margin-left: 5%;
}

.arrow-slider.big {
  width: 74px;
  height: 74px;
  font-size: 22px;
  line-height: 24px;
}

.arrow-slider.big.v8 {
  background-color: #48acb9;
}

.arrow-slider-icon.left {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.add-to-cart-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #676767;
}

.add-to-cart-wrapper.v6 {
  margin-top: 6px;
}

.add-to-cart-wrapper.big {
  font-size: 22px;
}

.full-width-bg-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-top: 440px;
  padding-bottom: 100px;
  -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;
  text-decoration: none;
}

.full-width-bg-card.card-1 {
  padding-right: 200px;
  padding-left: 9%;
}

.full-width-bg-card.card-2 {
  padding-right: 12%;
  padding-left: 100px;
}

.slider-item.blog-slider {
  margin-right: 28px;
}

.slider-item.product-slider {
  max-width: 48.5%;
  margin-right: 28px;
}

.badge-position-absolute {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 2;
  padding: 12px 18px 10px;
  border-radius: 4px;
  background-color: #48acb9;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.badge-position-absolute.blog-card {
  font-size: 15px;
}

.badge-position-absolute.white {
  top: 18px;
  right: 18px;
  background-color: #fff;
  color: #0a0a0a;
  font-weight: 700;
}

.client-logo {
  margin-left: 30px;
}

._2-buttons-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.image-full-width-left {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 46%;
}

.image-full-width-left.home-v2-hero {
  background-image: url('../images/office-furniture-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-full-width-left.about-home-v3 {
  background-image: url('../images/office-example.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-full-width-left.home-hero-storage {
  background-image: url('../images/office-storage-slider.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-container-full-width {
  height: 100%;
  background-color: transparent;
}

.slider-full-with-item {
  padding-top: 215px;
  padding-bottom: 215px;
}

.slider-full-with-item.slide-1 {
  height: 100vh;
  padding-top: 325px;
  padding-bottom: 325px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/slider-office.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider-office.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-full-with-item.slide-2 {
  height: 100vh;
  padding-top: 325px;
  padding-bottom: 325px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/slider-commercial.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider-commercial.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-full-with-item.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/modern-furniture-design-store-x-webflow-template.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/modern-furniture-design-store-x-webflow-template.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-inner-540px {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
}

.container-inner-630px {
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
}

.container-inner-630px.mg-top-80px {
  margin-top: 80px;
}

.collection-card-v3 {
  text-align: center;
  text-decoration: none;
}

.link-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-arrow-wrapper.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #676767;
  text-decoration: none;
}

.product-title-link-wrapper {
  text-decoration: none;
}

.product-card-link-wrapper {
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.product-card-link-wrapper:hover {
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.product-card-link-wrapper.sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.grid-instagram {
  margin-top: 40px;
  margin-bottom: 48px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.instagram-link-wrapper {
  overflow: hidden;
  border-radius: 6px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.instagram-image {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.instagram-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-card-image.featured-v2 {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.blog-card-details {
  padding: 32px 26px 40px;
}

.blog-card-details.v2 {
  padding-right: 0px;
  padding-left: 0px;
}

.blog-card-details.featured-v2 {
  padding-right: 73px;
  padding-left: 73px;
}

.blog-card-arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -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;
  color: #0a0a0a;
  font-weight: 700;
}

.blog-card-arrow-link.featured-v1 {
  margin-top: 0px;
}

.blog-card-date {
  margin-bottom: 8px;
  color: #676767;
}

.blog-card-date.featured-v1 {
  margin-bottom: 0px;
}

.blog-card-date.v3 {
  margin-bottom: 0px;
}

.cta-newsletter-contained {
  padding: 87px 38px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 88.2%, 0.3);
}

.cta-newsletter-contained.v2 {
  padding-top: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
}

.badge-category {
  display: inline-block;
  margin-left: 16px;
  padding: 12px 24px 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
}

.badge-category:hover {
  border-color: #0a0a0a;
  background-color: #0a0a0a;
  color: #fff;
}

.badge-category.w--current {
  border-color: #0a0a0a;
  background-color: #0a0a0a;
  color: #fff;
}

.badge-category.w--current:hover {
  border-color: #e1e1e1;
  background-color: #fff;
  color: #0a0a0a;
}

.badge-category.center {
  margin-right: 8px;
  margin-left: 8px;
}

.blog-card-featured-v1-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.blog-card-featured-v1-wrapper:hover {
  color: #676767;
}

.blog-card-info-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e1e1e1;
}

.blog-card-info-details-wrapper.featured-v1 {
  margin-top: 30px;
  padding-top: 30px;
}

.blog-card-excerpt {
  color: #676767;
}

.blog-card-category {
  color: #676767;
}

.section-background-image {
  padding: 144px 34px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/desk-get-in-touch.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/desk-get-in-touch.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-background-image.contact-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/commercial-example.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/commercial-example.jpg');
}

.grid-sidebar {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 72px;
  -ms-grid-columns: 0.55fr 1fr;
  grid-template-columns: 0.55fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.links-list {
  padding-left: 0px;
  list-style-type: none;
}

.sidebar-categories-wrapper {
  margin-top: 18px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #e1e1e1;
}

.sidebar-categories-wrapper.last {
  margin-top: 0px;
  padding-bottom: 0px;
}

.links-list-item {
  margin-bottom: 14px;
}

.heading-h1-size {
  color: #0a0a0a;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

.heading-h1-size.title-category {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.title-category {
  margin: 8px 6px;
  font-size: 40px;
  line-height: 52px;
}

.product-card-excerpt {
  color: #676767;
}

.mg-top-64px {
  margin-top: 64px;
}

.pagination {
  margin-top: 48px;
}

.about-gallery-image-2 {
  max-width: 460px;
}

.about-gallery-image-3 {
  max-width: 400px;
}

.team-member-card-wrapper {
  text-align: center;
}

.container-inner-1100px {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.heading-h2-size {
  font-family: Montserrat, sans-serif;
  color: #0a0a0a;
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.container-inner-880px {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  margin-top: 48px;
}

.tabs.product {
  margin-top: 0px;
}

.tab-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 20px 40px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #fbfbfb;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.tab-link:hover {
  border-color: #0a0a0a;
  background-color: #0a0a0a;
  color: #fff;
}

.tab-link.w--current {
  border-color: #0a0a0a;
  background-color: #0a0a0a;
  color: #fff;
}

.tab-link.w--current:hover {
  border-color: #676767;
  background-color: #676767;
}

.tab-link.medium {
  padding-top: 14px;
  padding-bottom: 12px;
  border-color: #e1e1e1;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.tab-link.medium.w--current {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.tab-link.medium.w--current:hover {
  background-color: #48acb9;
}

.tabs-content {
  padding: 90px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-radius: 6px;
  background-color: #fff;
}

.tabs-content.faq {
  padding-top: 58px;
}

.faq-item-wrapper {
  padding: 40px;
  border-bottom: 1px solid #c5c5c5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.faq-item-wrapper:hover {
  opacity: 0.64;
}

.faq-item-wrapper.last {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

.faq-item-top-content {
  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: 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;
}

.faq-item-bottom-content {
  overflow: hidden;
}

.faq-spacer {
  height: 16px;
}

.faq-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-icon-line.vertical {
  position: absolute;
  width: 2px;
  height: 14px;
  border-radius: 50px;
  background-color: #0a0a0a;
}

.faq-icon-line.horizontal {
  width: 14px;
  height: 2px;
  border-radius: 50px;
  background-color: #0a0a0a;
}

.faq-title {
  margin-right: 40px;
  margin-bottom: 0px;
}

.container-inner-858px {
  max-width: 858px;
  margin-right: auto;
  margin-left: auto;
}

.grid-contact {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.textarea {
  height: 140px;
  min-height: 140px;
  padding: 14px 14px 19px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-radius: 6px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-size: 16px;
}

.textarea:hover {
  border-color: #959595;
}

.textarea:focus {
  border-color: #959595;
}

.showroom-container {
  position: relative;
  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;
}

.showroom-image {
  max-width: 830px;
  margin-left: auto;
  border-radius: 6px;
}

.border-radius-6px {
  border-radius: 6px;
}

.container-inner-1028px {
  max-width: 1028px;
  margin-right: auto;
  margin-left: auto;
}

.search-input-container {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.search-card-details {
  padding: 36px 33px;
}

.search-card-excerpt {
  color: #676767;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.breadcrumb-divider {
  width: 1px;
  height: 22px;
  margin-right: 18px;
  margin-left: 18px;
  background-color: #c5c5c5;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-image {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.product-image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.product-price {
  margin-top: 4px;
  margin-right: 12px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #0a0a0a;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.product-price.compared-price {
  color: #676767;
  font-size: 21px;
  font-weight: 500;
  text-decoration: line-through;
}

.select {
  height: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-radius: 4px;
  background-color: #fff;
}

.select.product-page {
  margin-right: 20px;
  padding: 13px 11px 11px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-size: 16px;
}

.select.product-page:hover {
  border-color: #676767;
}

.select.product-page:focus {
  border-color: #0a0a0a;
}

.list-checkbox {
  padding-left: 0px;
  list-style-type: none;
}

.list-checkbox-icon {
  margin-right: 10px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0a0a0a;
  text-align: left;
}

.container-inner-916px {
  max-width: 916px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text li {
  margin-bottom: 6px;
}

.rich-text h2 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text h6 {
  margin-bottom: 16px;
}

.rich-text ul {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 32px;
}

.rich-text ul li {font-family: Thicccboi, sans-serif;
color: #676767;
font-size: 16px;
line-height: 26px;
font-weight: 500;
}
.rich-text img {
  border-radius: 6px;
}

.rich-text figcaption {
  margin-top: 16px;
}

.rich-text figure {
  margin-top: 48px;
  margin-bottom: 40px;
}

.color-red {
  color: #ff7575;
}

.shipping-method-item {
  padding: 26px 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #e1e1e1;
}

.shipping-method-list {
  border: 0px solid #000;
}

.shipping-item-price {
  font-weight: 700;
}

.shipping-method-description {
  color: #676767;
}

.order-item-option-item {
  color: #0a0a0a;
  font-weight: 700;
}

.order-summary-title {
  margin-bottom: 26px;
}

.order-summary-subtotal-wrapper {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e1e1e1;
}

.container-inner-764px {
  max-width: 764px;
  margin-right: auto;
  margin-left: auto;
}

.divider-details {
  width: 24px;
  height: 1px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #c5c5c5;
}

.container-inner-400px {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.container-inner-400px.left {
  margin-left: 0px;
}

.home-screenshots-container {
  position: absolute;
  top: 0%;
  right: -5%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 53%;
  -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;
}

.screenshots-grid {
  margin-right: 10px;
  margin-left: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.big-number {
  margin-bottom: 10px;
  color: #0a0a0a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.figma-icon {
  width: 76px;
  margin-bottom: 18px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14);
}

.screenshot-image {
  border-radius: 5px;
}

.cart-header {
  padding-top: 28px;
  padding-bottom: 28px;
}

.cart-list {
  padding: 32px 33px;
}

.cart-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-product-title {
  color: #0a0a0a;
}

.cart-product-price {
  color: #0a0a0a;
  font-weight: 700;
}

.cart-product-select {
  color: #0a0a0a;
  font-weight: 500;
}

.cart-footer {
  padding-top: 33px;
  padding-bottom: 33px;
}

.cart-subtotal {
  color: #0a0a0a;
}

.cart-empty-state {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-empty-state-title {
  margin-bottom: 15px;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 700;
}

.bg-image-wrapper-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-image-card {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-h6-size {
  margin-bottom: 10px;
  color: #0a0a0a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.heading-h6-size.mg-bottom-0 {
  padding-top: 6px;
}

.heading-h3-size {
  margin-bottom: 10px;
  color: #0a0a0a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.body {
  background-color: #fbfbfb;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 56px;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-link {
  text-decoration: none;
}

.squeeze {
  padding-right: 0px;
  padding-left: 0px;
  font-weight: 600;
}

.heading-10 {
  font-weight: 600;
}

.subscribe {
  line-height: 40px;
  font-weight: 600;
}

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

.ticked-items {
  margin-bottom: 0px;
}

.home-hero-logo {
  max-width: 72%;
  margin-bottom: 20px;
}

.slider-icon {
  color: rgba(203, 215, 217, 0.4);
}

.brand {
  margin-top: 4px;
}

.brand.w--current {
  margin-top: 4px;
}

.paragraph-feature {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-right: 12%;
  padding-left: 12%;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.heading-feature {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.border-img {
  border-style: solid;
  border-width: 1px;
  border-color: #cbd7d9;
}

.alt-home-hero-logo {
  max-width: 38%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.div-block {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.contact-hero-logo {
  max-width: 60%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

@media screen and (min-width: 1440px) {
  .nav-menu.left {
    margin-left: 40px;
  }

  .footer-grid {
    grid-column-gap: 50px;
    -ms-grid-columns: 0.8fr auto 1.2fr;
    grid-template-columns: 0.8fr auto 1.2fr;
  }

  .footer-logo {
    width: 180px;
  }

  .split-content.checkout-left {
    margin-right: 40px;
  }

  .grid-2-columns.cta-newsletter-v1 {
    -ms-grid-columns: 1.2fr 1fr;
    grid-template-columns: 1.2fr 1fr;
  }

  .product-card-details.v3 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .grid-3-columns.new-arrivals {
    grid-column-gap: 20px;
  }

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

  .arrow-slider.big.v8 {
    right: -30px;
  }

  .arrow-slider.big.v8.left {
    left: -28px;
    right: auto;
  }

  .full-width-bg-card.card-1 {
    padding-left: 10%;
  }

  .client-logo {
    margin-left: 45px;
  }

  .showroom-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .showroom-image {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1920px) {
  .button-primary {
    background-color: #48acb9;
  }

  .button-primary._2-buttons-left {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #48acb9;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }

  .button-primary._2-buttons-left:hover {
    background-color: #0a0a0a;
  }

  .button-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
  }

  .header {
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  }

  .header-navigation {
    margin-top: 6px;
  }

  .nav-item-wrapper {
    font-size: 16px;
    line-height: 14px;
  }

  .nav-link {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
  }

  .nav-link.dropdown-link.special {
    font-weight: 600;
  }

  .nav-menu.left {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
  }

  .footer-logo {
    width: 185px;
  }

  .section.pull-up {
    padding-top: 60px;
  }

  .dropdown-toggle {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
  }

  .grid-2-columns.cta-newsletter-v1 {
    grid-column-gap: 100px;
    -ms-grid-columns: 1fr 1.2fr;
    grid-template-columns: 1fr 1.2fr;
  }

  .text-200.bold {
    font-size: 14px;
    line-height: 14px;
  }

  .text-50 {
    font-size: 11px;
    line-height: 14px;
  }

  .dropdown-menu-title {
    font-size: 16px;
    line-height: 18px;
  }

  .footer-nav-link.special {
    border-bottom-width: 2px;
    font-weight: 500;
  }

  .full-width-bg-card.card-1 {
    padding-left: 20%;
  }

  .full-width-bg-card.card-2 {
    padding-right: 26%;
  }

  .badge-position-absolute {
    background-color: #48acb9;
  }

  .image-full-width-left.home-v2-hero {
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .image-full-width-left.about-home-v3 {
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .image-full-width-left.home-hero-storage {
    background-image: url('../images/office-storage-slider.jpg');
    background-position: 50% 75%;
    background-attachment: scroll;
  }

  .slider-full-with-item.slide-1 {
    padding-top: 375px;
    padding-bottom: 375px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/slider-office.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider-office.jpg');
  }

  .slider-full-with-item.slide-2 {
    height: 100vh;
    padding-top: 375px;
    padding-bottom: 350px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/slider-commercial.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider-commercial.jpg');
  }

  .section-background-image.contact-page {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/commercial-example.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/commercial-example.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .body {
    background-color: #fbfbfb;
  }

  .heading {
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    line-height: 52px;
  }

  .heading-2 {
    font-family: Montserrat, sans-serif;
    font-size: 44px;
    line-height: 56px;
  }

  .heading-3 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 44px;
    font-weight: 400;
  }

  .heading-4 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .heading-5 {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
  }

  .heading-6 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .heading-7 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .link-2 {
    color: #48acb9;
    font-weight: 700;
    text-decoration: none;
  }

  .link-2:hover {
    color: #2d757e;
  }

  .footer-link {
    text-decoration: none;
  }

  .slider-icon {
    color: rgba(203, 215, 217, 0.4);
  }

  .contact-hero-logo {
    max-width: 60%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .flex.product-card-price-wrapper.v3 {
    margin-bottom: 12px;
  }

  .flex.full-width-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex.client-logos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.categories {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    padding-right: 24px;
    padding-left: 24px;
    -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;
  }

  .container-default.hero {
    padding-right: 0px;
    padding-left: 48px;
  }

  .style-guide-content {
    margin-left: 0px;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-logo {
    margin-top: 8px;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }

  .header-logo:hover {
    -webkit-transform: scale3d(0.94, 0.94, 1.01);
    transform: scale3d(0.94, 0.94, 1.01);
  }

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

  .nav-item-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
    text-align: left;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    margin-left: 24px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

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

  .nav-menu {
    padding-top: 36px;
    padding-bottom: 36px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.18);
  }

  .nav-menu.left {
    margin-left: 0px;
    padding: 26px 22px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  }

  .footer-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 0.65fr 0.7fr;
    grid-template-columns: 0.65fr 0.7fr;
  }

  .section {
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .section.hero-home-v2 {
    padding-top: 80px;
    padding-bottom: 484px;
  }

  .section.half-image-section {
    padding-top: 80px;
    padding-bottom: 484px;
  }

  .section.image-background.collection-v2 {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .section.about-us {
    padding-bottom: 93px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(0, #0a0a0a));
    background-image: linear-gradient(180deg, transparent 66%, #0a0a0a 0);
  }

  .container-medium-761px.changelog {
    margin-top: -195px;
  }

  .card.product-card.v7 {
    padding-right: 24px;
    padding-bottom: 53px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.blog-card-link-wrapper {
    height: 100%;
  }

  .card.blog-card-link-wrapper.featured-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.blog-card-featured-v1-details {
    position: static;
    max-width: 100%;
    margin-top: -18px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .card.sidebar {
    margin-bottom: 40px;
  }

  .card.showrooms {
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    max-width: 100%;
  }

  .split-content.checkout-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .image-wrapper.product-card.v7 {
    max-width: 100%;
  }

  .image-wrapper.blog-card.featured-v3 {
    max-width: 100%;
  }

  .dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 3px;
  }

  .grid-2-columns {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 0.25fr;
    grid-template-columns: 1fr 0.25fr;
  }

  .grid-2-columns.dropdown-products {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .grid-2-columns.new-arrivals-home-v1 {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v1 {
    -ms-grid-columns: 1.2fr 0.4fr;
    grid-template-columns: 1.2fr 0.4fr;
  }

  .grid-2-columns.cta-newsletter-v1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-v2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.cta-newsletter-contained-v2 {
    grid-row-gap: 52px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-v3 {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.footer-collection {
    -ms-grid-columns: auto 0.75fr;
    grid-template-columns: auto 0.75fr;
  }

  .grid-2-columns.about-us {
    grid-row-gap: 60px;
    -ms-grid-columns: 0.96fr;
    grid-template-columns: 0.96fr;
  }

  .grid-2-columns.about-image-grid {
    margin-top: 40px;
  }

  .grid-2-columns.subscribe-card {
    padding: 56px 40px 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._404-page {
    justify-items: start;
    grid-row-gap: 59px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-top {
    grid-row-gap: 40px;
    -ms-grid-columns: 1.1fr;
    grid-template-columns: 1.1fr;
  }

  .grid-2-columns._0-8fr---1fr {
    -ms-grid-columns: 0.8fr;
    grid-template-columns: 0.8fr;
  }

  .dropdown-list {
    padding: 30px 0px;
    box-shadow: none;
  }

  .dropdown-list.products.w--open {
    width: 100%;
    min-width: 100%;
  }

  .dropdown-list.pages.w--open {
    left: auto;
    width: 100%;
    min-width: 100%;
  }

  .dropdown-menu-title {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .hamburger-menu-icon {
    margin-top: 9px;
  }

  .slider-mask.slider-blog-v1-top {
    max-width: 380px;
  }

  .slider-mask.slider-product-card-collection-1 {
    max-width: 420px;
  }

  .product-card-details.v3.big {
    padding: 30px 19px;
  }

  .product-card-details.v7 {
    padding-top: 28px;
    padding-right: 0px;
  }

  .product-card-details.v8 {
    padding: 26px 24px;
  }

  .grid-3-columns {
    justify-items: stretch;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.benefits {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.blog-v3-featured-3-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-cards-contact {
    padding-right: 24px;
    padding-left: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-content-2-columns.blog-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-content-2-columns.blog-top-v2 {
    grid-column-gap: 50px;
  }

  .top-content-2-columns.about-gallery {
    grid-column-gap: 40px;
  }

  .product-card-price.v3.big {
    font-size: 14px;
    line-height: 16px;
  }

  .product-card-price.v8 {
    font-size: 18px;
  }

  .cta-wrapper-v1 {
    padding: 92px 36px;
  }

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

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

  .grid-4-columns.more-images {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-h4-size.product-title.v8 {
    font-size: 22px;
  }

  .cta-wrapper-v2 {
    padding: 92px 36px;
  }

  .arrow-slider.v4.left {
    top: -88px;
  }

  .arrow-slider.v4.right {
    top: -88px;
  }

  .arrow-slider.transparent.right {
    margin-top: 430px;
    margin-right: 24px;
  }

  .arrow-slider.transparent.left {
    margin-top: 430px;
    margin-left: 24px;
  }

  .add-to-cart-wrapper.big {
    font-size: 16px;
    line-height: 18px;
  }

  .full-width-bg-card {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 64px;
  }

  .full-width-bg-card.card-1 {
    padding-right: 40%;
    padding-left: 24px;
  }

  .full-width-bg-card.card-2 {
    padding-right: 30%;
    padding-left: 24px;
  }

  .client-logo {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .image-full-width-left.home-v2-hero {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 400px;
  }

  .image-full-width-left.about-home-v3 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 400px;
  }

  .image-full-width-left.home-hero-storage {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 400px;
  }

  .slider-full-with-item {
    padding-top: 136px;
    padding-bottom: 136px;
  }

  .container-inner-540px.left {
    margin-left: 0px;
  }

  .grid-instagram {
    margin-top: 20px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-card-details.featured-v2 {
    padding-right: 66px;
    padding-left: 66px;
  }

  .cta-newsletter-contained.v2 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .badge-category {
    margin-right: 16px;
    margin-left: 0px;
  }

  .blog-card-featured-v1-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .grid-sidebar {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-h1-size {
    font-size: 40px;
    line-height: 46px;
  }

  .product-title.v8 {
    font-size: 24px;
    line-height: 30px;
  }

  .product-title.v3 {
    font-size: 22px;
    line-height: 24px;
  }

  .about-gallery-image-2 {
    max-width: 100%;
  }

  .about-gallery-image-3 {
    max-width: 100%;
  }

  .tabs-content {
    padding: 56px 40px;
  }

  .faq-item-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .showroom-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .showroom-image {
    max-width: 100%;
    margin-top: 195px;
  }

  .heading {
    font-size: 42px;
    line-height: 52px;
  }

  .slider-icon {
    margin-top: 650px;
  }

  .brand.w--current {
    margin-top: 0px;
  }

  .alt-home-hero-logo {
    max-width: 50%;
  }

  .contact-hero-logo {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 26px;
    line-height: 33px;
  }

  .mg-left-24px.mg-top-24-mb {
    margin-top: 24px;
    margin-left: 0px;
  }

  .flex.product-card-title-and-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex.detail-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .flex.client-logos {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex.product-card-add-to-cart-wrapper {
    -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;
  }

  .flex.categories {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex._2-buttons-center.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-default {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container-default.hero {
    padding-right: 24px;
    padding-left: 24px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-right: 32px;
    padding-left: 32px;
  }

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

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-subheader {
    padding-right: 32px;
    padding-left: 32px;
  }

  .style-guide-content-wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }

  .button-primary {
    padding-top: 16px;
    padding-bottom: 12px;
  }

  .button-primary._2-buttons-left {
    padding-bottom: 16px;
  }

  .button-primary.product-card-50 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .button-primary.product-card-v7 {
    margin-top: 10px;
  }

  .button-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-secondary.product-cart-50 {
    width: 100%;
    margin-left: 0px;
  }

  .header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header-logo {
    margin-top: 8px;
  }

  .nav-item-wrapper.search-navbar-mobile {
    display: block;
    margin-bottom: 23px;
  }

  .footer-grid {
    justify-items: start;
    grid-row-gap: 52px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .section.short {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.cta-newsletter-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-home-v2 {
    padding-top: 40px;
  }

  .section.hero-home-v3 {
    overflow: hidden;
  }

  .section.half-image-section {
    padding-top: 40px;
  }

  .section.top {
    padding-top: 40px;
  }

  .utility-page-content-password {
    padding-right: 32px;
    padding-left: 32px;
  }

  .input.search-input {
    width: 100%;
  }

  .container-medium-761px.changelog {
    margin-top: -110px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.checkout {
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .card.product-card.v7 {
    padding-bottom: 34px;
  }

  .card.testimonials-v1 {
    padding: 34px 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.blog-card-featured-v1-details {
    padding: 31px 27px;
  }

  .card.icon-and-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card.contact-form {
    padding: 48px 32px;
  }

  .card.showrooms {
    padding: 50px 45px;
  }

  .card.tabs-product {
    padding: 18px 50px 48px;
  }

  .checkout-block-header {
    padding-top: 23px;
  }

  .checkout-block-content {
    padding-top: 21px;
    padding-bottom: 15px;
  }

  .checkout-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-wrapper.testimonial-v1 {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .grid-2-columns {
    grid-row-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-2-columns.cta-v1 {
    -ms-grid-columns: 1.2fr;
    grid-template-columns: 1.2fr;
  }

  .grid-2-columns.cta-newsletter-v1 {
    grid-row-gap: 10px;
  }

  .grid-2-columns.featured-clients {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-v2 {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-v3 {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-collection {
    -ms-grid-columns: auto 1.25fr;
    grid-template-columns: auto 1.25fr;
  }

  .grid-2-columns.products-sidebar {
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.home-pages {
    grid-row-gap: 60px;
    -ms-grid-columns: 1.1fr;
    grid-template-columns: 1.1fr;
  }

  .grid-2-columns._0-8fr---1fr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .search-bar-container {
    margin-right: 0px;
  }

  .search-bar-container.header-search {
    display: none;
  }

  .slider-mask.slider-testimonial-v1 {
    max-width: 360px;
  }

  .slider-mask.slider-product-card-home-v2 {
    max-width: 310px;
  }

  .slider-mask.slider-blog-v1-top {
    max-width: 340px;
  }

  .slider-mask.slider-product-card-collection-1 {
    max-width: 330px;
  }

  .slider-mask.slider-product-collection-1 {
    overflow: visible;
    max-width: 330px;
  }

  .heading-h5-size.product-title.v2 {
    margin-top: 6px;
    font-size: 16px;
    line-height: 22px;
  }

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

  .grid-3-columns.collections-home-v1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.benefits {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.collections-home-v3 {
    grid-row-gap: 72px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.products-v5 {
    grid-row-gap: 60px;
  }

  .grid-3-columns.about-team-members {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.blog-post-articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.new-arrivals {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.blog-v1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .grid-3-columns._1-columns-mobile {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-content-2-columns {
    margin-bottom: 36px;
    grid-row-gap: 14px;
    -ms-grid-columns: 1.8fr;
    grid-template-columns: 1.8fr;
  }

  .top-content-2-columns.blog-top-v2 {
    grid-row-gap: 10px;
    -ms-grid-columns: 1.1fr;
    grid-template-columns: 1.1fr;
  }

  .top-content-2-columns.about-gallery {
    grid-row-gap: 23px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-card-price {
    color: #676767;
    font-weight: 500;
  }

  .product-card-price.v3.compared-price.big {
    color: #676767;
    font-weight: 500;
  }

  .product-card-price.v3.big {
    color: #0a0a0a;
    font-weight: 700;
  }

  .product-card-price.v8 {
    color: #0a0a0a;
    font-weight: 700;
  }

  .product-card-price.v9 {
    color: #0a0a0a;
    font-weight: 700;
  }

  .cta-wrapper-v1 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-4-columns.products.home-v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4-columns._1-column-mobile {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-h4-size.product-title.v8 {
    font-size: 22px;
  }

  .footer-copyright {
    -ms-grid-columns: 1.4fr;
    grid-template-columns: 1.4fr;
  }

  .footer-badge {
    margin-right: 10px;
    margin-left: 0px;
  }

  .cta-wrapper-v2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .arrow-slider.v4.left {
    top: -84px;
  }

  .arrow-slider.v4.right {
    top: -84px;
  }

  .arrow-slider.transparent.right {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 50%;
    margin-top: 200px;
  }

  .arrow-slider.transparent.left {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 50%;
    margin-top: 200px;
  }

  .arrow-slider.big {
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 20px;
  }

  .full-width-bg-card.card-1 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .full-width-bg-card.card-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .slider-item.blog-slider {
    max-width: 100%;
  }

  .slider-item.product-slider {
    max-width: 100%;
  }

  .client-logo {
    width: 107px;
    margin-right: 30px;
    margin-left: 0px;
  }

  .slider-full-with-item.slide-1 {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .slider-full-with-item.slide-2 {
    padding-top: 100px;
    padding-bottom: 0px;
  }

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

  .blog-card-details.featured-v2 {
    padding-right: 26px;
    padding-left: 26px;
  }

  .blog-card-title.featured-v1 {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-card-title.featured-v3 {
    font-size: 20px;
    line-height: 26px;
  }

  .cta-newsletter-contained {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-newsletter-contained.v2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .badge-category {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .blog-card-info-details-wrapper {
    margin-top: 20px;
    padding-top: 20px;
  }

  .grid-sidebar {
    grid-row-gap: 32px;
  }

  .heading-h1-size {
    font-size: 36px;
    line-height: 44px;
  }

  .about-gallery-image-4 {
    display: none;
  }

  .heading-h2-size {
    font-size: 26px;
    line-height: 33px;
    font-weight: 700;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-link {
    margin: 9px 10px;
    padding: 18px 40px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .tab-link.medium {
    padding-right: 24px;
    padding-left: 24px;
  }

  .tabs-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabs-content.faq {
    padding-top: 15px;
  }

  .faq-item-wrapper {
    padding: 32px 0px;
  }

  .faq-title {
    margin-right: 30px;
  }

  .textarea {
    min-height: 110px;
  }

  .showroom-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .showroom-image {
    margin-top: 240px;
  }

  .product-price {
    font-size: 20px;
    line-height: 22px;
  }

  .rich-text blockquote {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
    line-height: 30px;
  }

  .home-screenshots-container {
    position: static;
    max-width: 100%;
  }

  .screenshots-grid.col-1 {
    margin-left: 0px;
  }

  .screenshots-grid.col-2 {
    margin-right: 0px;
  }

  .big-number {
    font-size: 36px;
    line-height: 38px;
  }

  .screenshot-image.col-1-image-1 {
    display: none;
  }

  .screenshot-image.col-1-image-2 {
    display: none;
  }

  .screenshot-image.col-1-image-5 {
    display: none;
  }

  .screenshot-image.col-2-image-1 {
    display: none;
  }

  .screenshot-image.col-2-image-4 {
    display: none;
  }

  .screenshot-image.col-2-image-5 {
    display: none;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .home-hero-logo {
    display: none;
  }

  .slider-icon {
    margin-top: 600px;
  }

  .paragraph-feature {
    font-size: 20px;
    line-height: 32px;
  }

  .alt-home-hero-logo {
    display: none;
  }

  .contact-hero-logo {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .mg-right-24px.mb-bottom-24px {
    margin-right: 0px;
    margin-bottom: 22px;
  }

  .flex.blog-card-info-details {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex.top.showroom-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex.top.showroom-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-default.hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .style-guide-subheader {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .button-primary.newsletter-v1 {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .button-primary._2-buttons-left {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-logo {
    width: 125px;
    margin-top: 6px;
  }

  .menu-button {
    width: 40px;
    padding: 10px 0px 10px 4px;
    font-size: 26px;
  }

  .footer-grid {
    justify-items: start;
  }

  .section.cta-newsletter-v1 {
    text-align: center;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-content-password {
    padding: 56px 20px;
  }

  .input.newsletter-v1 {
    height: 54px;
  }

  .container-medium-761px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .icon-password {
    width: 130px;
    height: 130px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .card.product-card {
    width: 100%;
  }

  .card.sidebar {
    display: none;
  }

  .card.showrooms {
    position: static;
    padding-right: 20px;
    padding-left: 20px;
  }

  .title.checkout {
    font-size: 17px;
  }

  .order-item {
    padding: 24px;
    -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;
  }

  .image-wrapper.order-item-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

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

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

  .icon-font.text-arrow-small {
    margin-left: 8px;
  }

  .mg-bottom-0 {
    font-size: 26px;
    line-height: 32px;
  }

  .grid-2-columns.dropdown-products {
    grid-row-gap: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-2-columns.footer-collection {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-2-columns.products-sidebar {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.subscribe-card {
    padding: 40px 24px 24px;
  }

  .section-background-image-v1 {
    padding-right: 26px;
    padding-left: 26px;
  }

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

  .grid-3-columns.products-v5 {
    grid-row-gap: 50px;
  }

  .collection-card-details {
    padding-top: 26px;
    padding-bottom: 26px;
  }

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

  .grid-4-columns.benefits {
    grid-row-gap: 17px;
  }

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

  .footer-copyright {
    justify-items: center;
  }

  .arrow-slider.v4.left {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .arrow-slider.v4.right {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .arrow-slider.transparent.right {
    bottom: 30%;
  }

  .arrow-slider.transparent.left {
    bottom: 30%;
  }

  .arrow-slider.big {
    width: 52px;
    height: 52px;
    font-size: 16px;
    line-height: 18px;
  }

  ._2-buttons-left {
    -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;
  }

  .slider-container-full-width {
    height: 100%;
  }

  .slider-full-with-item {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .slider-full-with-item.slide-1 {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .slider-full-with-item.slide-2 {
    padding-top: 60px;
  }

  .cta-newsletter-contained {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-background-image {
    padding-right: 26px;
    padding-left: 26px;
  }

  .tabs-menu {
    margin-bottom: 26px;
    -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;
  }

  .tab-link {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .tabs-content {
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

  .showroom-image {
    margin-top: 40px;
  }

  .breadcrumb-wrapper {
    font-size: 14px;
    line-height: 22px;
  }

  .breadcrumb-divider {
    margin-right: 10px;
    margin-left: 10px;
  }

  .product-price {
    font-size: 18px;
  }

  .rich-text blockquote {
    padding: 34px 22px;
    font-size: 16px;
    line-height: 28px;
  }

  .detail-icon-wrapper {
    width: 54px;
  }

  .heading-h6-size.mg-bottom-0 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-h3-size {
    font-size: 18px;
    line-height: 24px;
  }

  .heading {
    font-size: 30px;
    line-height: 36px;
  }

  .squeeze {
    padding-right: 12px;
    padding-left: 12px;
  }

  .subscribe {
    line-height: 32px;
  }

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

  .slider-icon {
    display: none;
    margin-top: 700px;
  }
}

#w-node-_348be436-b172-215f-76de-c79d89d10d6c-ae2f46c5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_07c01285-4440-977d-c05d-dabd3fc1c542-3fc1c493 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-caeae4e2-120b-f6fe-66e8-7b72adf3ddf0-1897baec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-caeae4e2-120b-f6fe-66e8-7b72adf3ddf6-1897baec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-caeae4e2-120b-f6fe-66e8-7b72adf3ddfc-1897baec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-caeae4e2-120b-f6fe-66e8-7b72adf3de02-1897baec {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_51ec764d-718b-7efe-390f-9899d5cb9ca2-d497baf0 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e25ee1f5-a558-36bb-4af5-5621db18abe4-d497baf0 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ba77eb6f-0355-3642-12d5-02f740f916d4-d497baf0 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0f151f7e-95dd-9184-3aff-d0666e9a0e63-d497baf0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_72d04732-d8c9-e23e-fea1-cea3b41d9d9e-8f97bafd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_28696d83-8e09-2958-9663-72bbad8c090b-d697baff {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2454f4ff-4224-d990-cabd-fb95c76edcaa-3197bb01 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2454f4ff-4224-d990-cabd-fb95c76edcb0-3197bb01 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2454f4ff-4224-d990-cabd-fb95c76edcb6-3197bb01 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2454f4ff-4224-d990-cabd-fb95c76edcbc-3197bb01 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f5438a74-c20c-dec6-9cac-fb668c2483fd-b997bb02 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ffec6c4a-1fa6-34d6-6a8a-50a2914ef4e2-c797bb07 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_813a2b10-90b5-9e69-e26e-e4b9252be30f-c797bb07 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e75ad715-f9be-01da-2299-c48aa982add9-c797bb07 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f58f33f7-4bb7-282a-e877-1eb999929963-c797bb07 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_882e983c-2900-18ad-6a2d-1fdecc4dbe58-c797bb07 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d5f98dd3-cc5c-25ff-9beb-3515ee10f399-c797bb07 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9c52db7b-7665-5354-6d21-229d59158939-c797bb07 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e3afb520-ebaa-5db8-fa2d-32840cd5d873-c797bb07 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51aa4f41-e2e6-786e-c602-0750c2ac5161-4997bb08 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49b80d66-8d08-584a-16f9-770aa3b2ee4b-4997bb08 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0a55d6c7-57b6-dec6-3e35-f71e3b37de65-4a97bb09 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_37d8d807-4cba-ef0c-444e-943249e711c8-4a97bb09 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_660b2876-57c7-195f-7779-f7e564cbb90c-4a97bb09 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4b92e1ec-48e8-e37d-5c73-8bc68cd7f6f9-4a97bb09 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f44b6ff0-bee2-368b-ce65-d9c45cb4daea-5cb4dadf {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-5697bb41 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-5697bb41 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-5697bb41 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-5697bb41 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-5697bb41 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-5697bb41 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_51aa4f41-e2e6-786e-c602-0750c2ac5161-8dca46b3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49b80d66-8d08-584a-16f9-770aa3b2ee4b-8dca46b3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_51ec764d-718b-7efe-390f-9899d5cb9ca2-541562e8 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-e25ee1f5-a558-36bb-4af5-5621db18abe4-541562e8 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ba77eb6f-0355-3642-12d5-02f740f916d4-541562e8 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0f151f7e-95dd-9184-3aff-d0666e9a0e63-541562e8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_72d04732-d8c9-e23e-fea1-cea3b41d9d9e-bbff0724 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_34f135fd-56c7-acb4-f076-34b39fa97d41-bfb02630 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_34f135fd-56c7-acb4-f076-34b39fa97d47-bfb02630 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_34f135fd-56c7-acb4-f076-34b39fa97d4d-bfb02630 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_34f135fd-56c7-acb4-f076-34b39fa97d53-bfb02630 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4b92e1ec-48e8-e37d-5c73-8bc68cd7f6f9-523dd4b6 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_3bc2e4b6-df42-1c53-f08b-c8c802d0e3ff-ae2f46c5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_07c01285-4440-977d-c05d-dabd3fc1c4f4-3fc1c493 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a469b900-97f6-05eb-5562-094f9bad4eb8-4497baef {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_0f151f7e-95dd-9184-3aff-d0666e9a0e63-d497baf0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ff81ee9c-b9c3-93af-510e-8c0dba7a0bc5-3197bb01 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ed53650b-2da1-29a1-fdce-9aca45b85f8f-b997bb02 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_9c52db7b-7665-5354-6d21-229d59158939-c797bb07 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e3afb520-ebaa-5db8-fa2d-32840cd5d873-c797bb07 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_0f151f7e-95dd-9184-3aff-d0666e9a0e63-541562e8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_92dc7d1c-d9f8-41ba-6add-6dfb92446cd5-ae2f46c5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_912d017d-9200-84b3-1bac-f409f4774dec-ae2f46c5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_3bc2e4b6-df42-1c53-f08b-c8c802d0e3ff-ae2f46c5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_348be436-b172-215f-76de-c79d89d10d6c-ae2f46c5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_07c01285-4440-977d-c05d-dabd3fc1c496-3fc1c493 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_07c01285-4440-977d-c05d-dabd3fc1c4b5-3fc1c493 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_07c01285-4440-977d-c05d-dabd3fc1c4f4-3fc1c493 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_07c01285-4440-977d-c05d-dabd3fc1c542-3fc1c493 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_0f151f7e-95dd-9184-3aff-d0666e9a0e63-d497baf0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_28696d83-8e09-2958-9663-72bbad8c090b-d697baff {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f5438a74-c20c-dec6-9cac-fb668c2483fd-b997bb02 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ffec6c4a-1fa6-34d6-6a8a-50a2914ef4e2-c797bb07 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-d5f98dd3-cc5c-25ff-9beb-3515ee10f399-c797bb07 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9c52db7b-7665-5354-6d21-229d59158939-c797bb07 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e3afb520-ebaa-5db8-fa2d-32840cd5d873-c797bb07 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_49b80d66-8d08-584a-16f9-770aa3b2ee4b-4997bb08 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4b92e1ec-48e8-e37d-5c73-8bc68cd7f6f9-4a97bb09 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f44b6ff0-bee2-368b-ce65-d9c45cb4daea-5cb4dadf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_49b80d66-8d08-584a-16f9-770aa3b2ee4b-8dca46b3 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_0f151f7e-95dd-9184-3aff-d0666e9a0e63-541562e8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4b92e1ec-48e8-e37d-5c73-8bc68cd7f6f9-523dd4b6 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_07c01285-4440-977d-c05d-dabd3fc1c542-3fc1c493 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0f151f7e-95dd-9184-3aff-d0666e9a0e63-d497baf0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_72d04732-d8c9-e23e-fea1-cea3b41d9d9e-8f97bafd {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0f151f7e-95dd-9184-3aff-d0666e9a0e63-541562e8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_72d04732-d8c9-e23e-fea1-cea3b41d9d9e-bbff0724 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/thicccboi-medium-webfont.woff2') format('woff2'), url('../fonts/thicccboi-medium-webfont.eot') format('embedded-opentype'), url('../fonts/thicccboi-medium-webfont.svg') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/thicccboi-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icon Font';
  src: url('../fonts/fontello.woff2') format('woff2'), url('../fonts/fontello.eot') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/thicccboi-extrabold-webfont.woff2') format('woff2'), url('../fonts/thicccboi-extrabold-webfont.woff') format('woff'), url('../fonts/thicccboi-extrabold-webfont.svg') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi webfont';
  src: url('../fonts/thicccboi-extrabold-webfont.eot') format('embedded-opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.checkout select{
    height: 48px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
       margin-bottom: 24px;
}