/**
 * Custom
 *
 * @format
 */

.center-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.bg-gray-100,
.section-10,
.section-11 {
  background-color: #eaeaea;
  padding-top: 30px;
}

.image-18 {
  width: 170px;
  margin-bottom: 10px;
}
.built-container {
  margin-left: 160px;
  margin-top: 40px;
  grid-column-gap: 40px;
}
.built-container h1 {
  font-weight: 700;
}
.div-block-19 {
  display: flex;
  justify-items: center;
  align-items: center;
}

.text-block-19 {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.about-container {
  margin: 60px 0;
}

*,
a {
  text-decoration: none !important;
}

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

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

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

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

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem,
.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

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

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

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

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

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

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    margin: 0 20px;
  }
  .text-block-19 {
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }
  .heading-16 {
    font-size: 30px;
  }
  .login-container {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown,
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity 0.2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.divider {
  height: 1px;
  background-color: #eee;
}

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

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

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

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

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

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

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

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

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

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

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.4s, opacity 0.4s, color 0.4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

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

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

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

.cart-footer {
  padding-top: 20px;
}

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

.status-message.cc-error-message {
  background-color: #db4b68;
}

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

.status-message.cc-success-message {
  background-color: #12b878;
}

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

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

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

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #fff;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color 0.4s;
}

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

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

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

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

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

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

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  width: 80px;
  height: auto;
  background-color: #fff;
  border-color: #e6e6e6;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

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

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

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

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

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

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

.icon,
.logo-image {
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

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

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

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

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

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

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: '. .';
  margin-top: 60px;
  margin-bottom: 150px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template:
    '. . . . .'
    '. . . . .'
    / 2fr 1fr 1fr 1.25fr 1fr;
  align-items: start;
  justify-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
}

.footer-link {
  opacity: 0.6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
}

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

.made-with-webflow {
  opacity: 0.5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity 0.4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: 0.8;
}

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

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  width: 100%;
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.6s;
  display: block;
  position: relative;
}

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

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

.product-description {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
}

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

.about-quote {
  width: 70%;
  text-align: center;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  height: 460px;
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1_1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.picture-placeholder.cc-about-2 {
  height: 620px;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    '. . .'
    '. . .';
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  width: 70%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template:
    '. . . .'
    / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: 0.7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity 0.2s;
}

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

.support-link:active {
  opacity: 0.8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: 0.6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: 0.8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: 0.8;
}

.products-category-link.w--current:active {
  opacity: 0.7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.blog-preview-image:hover {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

.protected-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product-detail-measurement {
  align-items: center;
  display: flex;
}

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

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

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  width: 50%;
  height: 700px;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: 0.6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

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

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

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

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.order-item-description-wrap {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

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

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

.select {
  height: 42px;
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay,
.pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.navbar {
  /* max-width: 1280px; */
  color: #fff;
  background-color: #fff;
  border: 0 solid #a8a8a8;
  border-bottom: 1px solid #8f8f8f;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  text-transform: capitalize;
  background-color: #ff6e41;
  border-radius: 25px;
  margin-top: 20px;
  padding: 15px 34px;
  font-weight: 700;
  transition: background-color 0.4s;
}

.button-2:hover {
  color: #fff;
  background-color: #ff6e41;
}

.social-link {
  margin-right: 10px;
  transition: transform 0.4s, opacity 0.4s, color 0.4s;
  transform: translate(0);
}

.social-link:hover {
  opacity: 0.8;
  transform: translate(0, -1px);
}

.top-nav-container {
  z-index: 5;
  height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;

  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.contact-link {
  color: #000;
  flex: 0 auto;
  margin-right: 10px;
  padding-top: 8px;
  font-weight: 400;
  transition: opacity 0.2s;
}

.contact-link:hover {
  opacity: 0.8;
  color: #000;
}

.bottom-nav-container {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-2 {
  z-index: 2;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.dropdown-icon {
  width: 9px;
  margin-left: 5px;
}

.social-icon {
  width: 16px;
  height: 16px;
  object-fit: cover;
}

.nav-link {
  color: #000;
  text-transform: capitalize;
  align-items: center;
  white-space: nowrap;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.nav-link:hover,
.nav-link.w--current {
  color: #ff6e41;
}

.dropdown {
  color: #000;
  margin-left: 0.075px;
  margin-right: 0;
}

.dropdown:hover {
  color: #ff6e41;
}

.hero-section {
  z-index: 0;
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  background-image: url('../images/hero.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 75px;
  position: relative;
}

.title {
  text-transform: capitalize;
  font-size: 70px;
  font-weight: 900;
  line-height: 84px;
}

.title.white {
  color: #fff;
  color: #fff;
  color: #fff;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-list {
  background-color: #1e1e1e;
}

.dropdown-list.w--open {
  max-width: 240px;
  color: #fff;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.logo {
  width: 100px;
  height: 70px;
  color: #ff6e41;
  margin-bottom: 0;
  margin-left: 19px;
  padding-left: 0;
  transition: opacity 0.2s;
}

.logo:hover {
  opacity: 0.8;
}

.contact-info-container {
  display: block;
}

.contact-info-container.mobile {
  display: none;
}

.hero-content-wrapper {
  max-width: 800px;
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  display: flex;
}

.nav-menu {
  /* width: 627px; */
  align-items: stretch;
  display: flex;
}

.dropdown-link {
  color: #000;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.dropdown-link:hover,
.dropdown-link.w--current {
  color: #ff6e41;
}

.section-2 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.section-2.green-overlay {
  background-color: #e7e7e7;
  margin-bottom: -60px;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: hidden;
}

.section-2.relative {
  display: none;
  position: relative;
}

.section-2.wholesale-section {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.grid-4-column {
  grid-template-rows: 171px;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.content-block.width-65 {
  max-width: 65px;
  padding-top: 0;
  padding-bottom: 0;
}

.circle-img-container {
  background-color: rgb(220, 217, 217);
  border-radius: 10px;
  padding-top: 20px;
}
.circle-image {
  width: 100px;
  height: 100px;
  background-position: 50%;
  border-radius: 8px;
}
.circle-img-detail {
  padding: 0 40px;
}

.full-image-container {
  max-height: 680px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subtitle {
  color: #f4b141;
  text-transform: capitalize;
  font-size: 36px;
  line-height: 36px;
  max-width: 60%;
  margin: 0 auto;
}

.card-heading {
  line-height: 58px;
}

.grid-2-column {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.text-card {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-left: 100px;
  padding-right: 100px;
}

.full-image {
  width: 100%;
  height: 100%;
  max-height: 680px;
  object-fit: cover;
}

.white-text {
  color: #fff;
}

.olive-label {
  color: #8d8a3b;
  margin-top: 5px;
}

.grid-1-third {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stats-wrapper {
  height: 300px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offset-section {
  padding-bottom: 55px;
  display: none;
  position: relative;
}

.statistic {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.accent {
  background-color: #c1c033;
}

.callout-block {
  z-index: 99;
  width: 150px;
  height: 150px;
  background-color: #c1c033;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.small-circle-image {
  min-height: 65px;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
}

.quality-control-grid {
  max-width: 240px;
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.product-grid {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
}

.product-subtitle {
  color: #c1c033;
  margin-top: 0;
}

.drawing-left {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.square-image {
  min-height: 95px;
  min-width: 95px;
  object-fit: cover;
}

.product-title {
  margin-top: 0;
  margin-bottom: 0;
}

.product-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px dashed #dcdcdc;
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-wrapper:active {
  background-color: #f1eee7;
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.product-description-2 {
  color: #5a5a5a;
  margin-top: 10px;
  font-weight: 400;
}

.drawing-right {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(-86deg);
}

.sale-content-wrapper {
  min-height: 490px;
  text-align: center;
  background-color: #f1eee7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.footer-bottom-container {
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer-links-wrapper {
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.footer-bottom-content {
  color: #fff;
  background-color: #ff6e41;
  padding: 15px 20px;
}

.white-link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.white-link:hover {
  color: #1e1e1e;
  text-decoration: none;
}

.white-link.inline {
  margin-right: 10px;
  display: inline-block;
}

.inline-link-wrapper {
  display: flex;
}

.footer-content-wrapper {
  background-image: linear-gradient(#ff6e41, #ff6e41),
    url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.whatapp-img {
  width: 2.8rem;
}

.nav-link-2 {
  color: #fff;
  text-transform: capitalize;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.nav-link-2:hover,
.nav-link-2.w--current {
  color: #c1c033;
}

.text-block {
  color: #000;
}

.div-block {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.36);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subpage-hero-section {
  min-height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

.subpage-hero-section.about-us-page {
  min-height: 300px;
  background-image: url('../images/about.jpg');
  background-position: 0 -150px;
  background-size: cover;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-3 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-heading-left {
  opacity: 1;
  color: #fff;
  background-color: #e7e7e7;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left.bg {
  background-color: #fff;
}

.container-4 {
  width: 100%;
  max-width: 1050px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  max-width: 80%;
  box-shadow: 0 4px 24px rgba(150, 163, 181, 0.08);
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  color: #1e1e1e;
  margin-bottom: 24px;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: end;
  padding-top: 36px;
  padding-bottom: 55px;
  display: grid;
  position: relative;
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin-top: 30px;
  margin-bottom: 30px;
}

.grid-4-column-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.circle-image-2 {
  width: 140px;
  height: 140px;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
}

.by-person {
  line-height: 5px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-1 {
  color: #000;
  font-weight: 600;
  margin-top: 60px;
}

.div-block-3 {
  max-width: 1280px;
}

.main-container {
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 28px auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.heading-h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.card-container {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.product-card {
  width: 250px;
  height: 330px;
  color: #000;
  text-align: center;
  column-count: auto;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.21);
  border-radius: 4px;
  order: -1;
  align-self: auto;
  margin: 20px 15px;
  padding: 20px 12px;
  position: relative;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.image {
  border-radius: 0;
}

.product-info {
  background-color: rgba(0, 0, 0, 0);
}

.product-name {
  width: 200px;
  height: 60px;
  min-height: 30px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 600;
  position: static;
}

.image-2 {
  border-bottom: 1px solid #ff6e41;
}

.product-img {
  width: auto;
  height: 200px;
  object-fit: contain;
  border: 0 solid #ff6e41;
  border-bottom-width: 1px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper {
  padding-right: 0;
  display: none;
}

.collection-list-2 {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-h5.alignment {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 18px;
}

.dealer-img {
  margin-top: 1rem;
}

.heading-2 {
  text-align: center;
  font-size: 27px;
}

.dealer-info-box {
  text-align: left;
  margin-bottom: 0.3rem;
}

.heading-3 {
  font-size: 29px;
  line-height: 40px;
}

.dealer-info {
  text-align: left;
  position: relative;
}

.points-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  margin-top: 7px;
  display: flex;
}

.dot {
  width: 5px;
  height: 5px;
  min-width: 5px;
  background-color: #000;
  border-radius: 50px;
  margin-top: 0.5rem;
}

.point-info {
  font-size: 14px;
  line-height: 21px;
}

.text-block-2 {
  margin-bottom: 30px;
  line-height: 18px;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 15px;
}

.memberstack-form {
  padding-top: 10px;
  position: relative;
}

.login-button {
  width: 100%;
  background-color: #ff6e41;
  border-radius: 4px;
  margin-top: 20px;
  padding: 13px 18px 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  transition: background-color 0.2s;
  display: block;
}

.login-button:hover {
  background-color: #ff6e41;
}

.field-row {
  display: flex;
}

.login-head {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
}

.signup-field {
  height: 30px;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  font-size: 16px;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

.signup-field:focus {
  border: 1px solid #1875f0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 4px #1875f0;
}

.signup-field::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.signup-field::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.login-page-link {
  color: #000;
  font-weight: 600;
}

.gdpr-checkbox {
  text-align: left;
  margin-top: -5px;
}

.signup-label {
  z-index: -1;
  width: 100%;
  opacity: 0.6;
  color: #000;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 15px;
  font-weight: 400;
}

.terms-text {
  color: rgba(51, 51, 51, 0.6);
  padding-left: 5px;
  font-size: 13px;
  position: relative;
  top: -2px;
}

.login-container {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  padding-bottom: 40px;
}

.login-page-wrapper {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.error-message {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-nav-container-2 {
  height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.contact-link-2 {
  color: #f1eee7;
  margin-right: 10px;
  font-weight: 400;
  transition: opacity 0.2s;
}

.contact-link-2:hover {
  opacity: 0.8;
  color: #f1eee7;
}

.subpage-hero-section-2 {
  min-height: 30vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.subpage-hero-section-2.contact-page {
  background-image: url('../images/11.png');
  background-position: 100%;
  background-size: cover;
}

.container-6 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-3 {
  color: #fff;
  text-transform: capitalize;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.nav-link-3:hover,
.nav-link-3.w--current {
  color: #c1c033;
}

.contact-info-container-2.mobile {
  display: none;
}

.nav-menu-2 {
  display: flex;
}

.dropdown-link-2 {
  color: #fefcfc;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.dropdown-link-2:hover,
.dropdown-link-2.w--current {
  color: #c1c033;
}

.button-3 {
  text-transform: capitalize;
  background-color: #ff6e41;
  border-radius: 25px;
  margin-top: 20px;
  padding: 10px 34px;
  font-weight: 700;
  transition: background-color 0.4s;
}

.button-3:hover {
  color: #fff;
  background-color: #ff6e41;
}

.radio-button-label {
  color: #1e1e1e;
  font-weight: 500;
}

.container-7 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.radio-button-field {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.flush-with-top {
  margin-top: 0;
  padding-top: 0;
}

.radio-button {
  width: 15px;
  height: 15px;
  border-width: 2px;
  margin-top: 0;
  margin-right: 5px;
  padding: 10px;
}

.radio-button.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 2px;
  border-color: #c1c033;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.select-wrapper {
  height: 30px;
  background-color: #f1eee7;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 20px;
}

.select-wrapper:hover {
  background-color: #f7f5f0;
}

.select-wrapper:focus {
  background-color: #fff;
  border-color: #8d8a3b;
}

.select-2 {
  height: auto;
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 0;
}

.select-2:hover {
  background-color: #f7f5f0;
}

.select-2:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #8d8a3b;
}

.input {
  height: 30px;
  background-color: #f1eee7;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
}

.input:hover {
  background-color: #f7f5f0;
}

.input:focus {
  background-color: #fff;
  border-color: #8d8a3b;
}

.input.text-area {
  min-height: 200px;
}

.error-message-2 {
  min-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #f41a1a;
  border-radius: 15px;
  padding-top: 12px;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #ff6e41;
  border-radius: 15px;
}

.form-grid-2-column {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  margin-bottom: 10px;
}

.checkbox-3 {
  width: 15px;
  height: 15px;
  border-width: 2px;
  margin-top: 0;
  margin-right: 5px;
  padding: 10px;
}

.checkbox-3.w--redirected-checked {
  background-color: #c1c033;
  background-size: 12px 12px;
  border-color: #c1c033;
}

.checkbox-label-3 {
  font-weight: 500;
}

.field-label {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 4px;
}

.field-label-2,
.field-label-3,
.field-label-4,
.field-label-5 {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.navbar-container {
  outline-offset: 0px;
  outline: 3px #1a1b1f;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: end;
  padding-top: 55px;
  padding-bottom: 55px;
  display: grid;
  position: relative;
}

.button-4 {
  text-transform: capitalize;
  background-color: #ff6e41;
  border-radius: 25px;
  margin-top: 20px;
  padding: 15px 34px;
  font-weight: 700;
}

.button-4:hover {
  color: #fff;
  background-color: #ff6e41;
}

.container-8 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-1-third-2 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: start;
  display: grid;
}

.input-2 {
  height: 50px;
  background-color: #f1eee7;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.input-2:hover {
  background-color: #f7f5f0;
}

.input-2:focus {
  background-color: #fff;
  border-color: #8d8a3b;
}

.input-2.text-area {
  min-height: 200px;
}

.dropdown-3 {
  color: #000;
}

.nav-link-4 {
  color: #fff;
  text-transform: capitalize;
  align-items: center;
  margin-left: 15px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.nav-link-4:hover,
.nav-link-4.w--current {
  color: #c1c033;
}

.dropdown-link-3 {
  color: #fefcfc;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.dropdown-link-3:hover,
.dropdown-link-3.w--current {
  color: #c1c033;
}

.text-block-3 {
  color: #000;
}

.dropdown-link-4 {
  color: #fff;
}

.dropdown-link-5 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.dropdown-link-7:hover,
.dropdown-link-7.w--current {
  color: #ff6e41;
}

.select-field {
  background-color: #fff;
  border-radius: 5px;
}

.success-message-2 {
  background-color: #ff6e41;
  border-radius: 5px;
}

.text-block-4 {
  color: #fff;
}

.collection-list-wrapper-2 {
  padding-right: 0;
}

.footer-logo {
  width: 150px;
  height: 100px;
}

.list {
  margin-top: 8px;
  padding-top: 0;
  padding-left: 0;
}

.text-block-5,
.text-block-6 {
  width: 100px;
  color: #f8f8f8;
  border-bottom: 1px solid #fff;
}

.list-item-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link-5:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-7 {
  margin-top: 26px;
  margin-left: 32px;
}

.text-block-8 {
  margin-top: 32px;
  margin-left: 34px;
  font-size: 28px;
}

.paragraph {
  margin: 32px 61px 18px 38px;
}

.bold-text {
  font-size: 32px;
}

.collection-list-wrapper-3 {
  text-align: center;
}

.collection-item-2 {
  display: block;
}

.collection-item-3 {
  width: 300px;
  height: 310px;
  border: 1px solid #f3f3f3;
  margin-bottom: 56px;
  margin-left: 74px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.rich-text-block {
  width: auto;
  margin-left: 56px;
  margin-right: 0;
}

.collection-list-wrapper-4 {
  margin-bottom: 20px;
}

.image-3 {
  border-bottom: 1px solid #ff6e41;
  margin-bottom: 14px;
  margin-left: 26px;
}

.image-4 {
  margin-top: 43px;
  margin-left: 32px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.heading-4 {
  width: 550px;
  color: #ff6e41;
  text-align: right;
  margin-top: 41px;
  margin-left: 501px;
  margin-right: 26px;
}

.image-5 {
  object-fit: cover;
  order: -1;
  align-self: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 59px;
}

.heading-5 {
  color: #ff6e41;
  font-weight: 400;
}

.column {
  margin-top: 18px;
  left: auto;
}

.button-5 {
  background-color: green;
  border-radius: 10px;
  margin-top: 11px;
  margin-left: 21px;
}

.button-6 {
  background-color: #ff6e41;
  border-radius: 11px;
  margin-left: 18px;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 18px;
  padding-bottom: 0;
  padding-right: 49px;
  display: block;
}

.image-6 {
  object-fit: contain;
  margin-top: 102px;
  margin-left: 257px;
  position: fixed;
}

.image-7 {
  margin-left: 176px;
}

.heading-6 {
  text-align: center;
  margin-top: 76px;
}

.section-5 {
  margin-top: 30px;
  padding-top: 0;
}

.heading-7 {
  text-align: center;
  margin-top: 68px;
  font-weight: 500;
}

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

.collection-list-3 {
  margin-bottom: 45px;
}

.collection-list-4 {
  margin-top: 46px;
}

.section-6 {
  width: 80%;
  height: 100vh;
  margin-top: 65px;
  margin-left: 127px;
  display: flex;
}

.div-block-4 {
  width: 40%;
  flex-direction: column;
  align-items: center;
  display: block;
}

.div-block-5 {
  width: 60%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.div-block-6 {
  height: 400px;
  display: flex;
}

.section-7 {
  width: 80%;
  height: auto;
  flex-direction: row;
  margin-top: 61px;
  margin-left: 127px;
  margin-right: 80px;
  display: flex;
}

.div-block-7 {
  width: 45%;
  height: 450px;
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  width: 55%;
  height: 600px;
  margin-top: 14px;
  margin-left: 27px;
}

.image-8 {
  object-fit: cover;
  position: static;
  box-shadow: 0 0 rgba(0, 0, 0, 0.2);
}

.heading-8 {
  color: #ff6e41;
  font-size: 40px;
  font-weight: 500;
}

.div-block-9 {
  display: block;
}

.container-10 {
  margin-top: -5px;
}

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

.collection-list-wrapper-5 {
  margin-top: 66px;
}

.section-8 {
  width: 80%;
  height: 100vh;
  margin-left: 112px;
  margin-right: 0;
  display: flex;
}

.flex-block {
  flex-direction: row;
  align-items: center;
  margin-left: 78px;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  padding-right: 17px;
  text-decoration: none;
  display: flex;
}

.team-member-image-two {
  border-bottom: 1px solid #ff6e41;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  margin-left: 50px;
  font-size: 24px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.collection-list-wrapper-6 {
  margin-top: 73px;
  margin-bottom: 44px;
}

.team-member-image-two-2 {
  border-bottom: 1px solid #ff6e41;
  margin-bottom: 18px;
  margin-right: 0;
  padding-right: 0;
}

.team-member-name-two-2 {
  text-align: center;
  flex-direction: row;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 14px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

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

.text-block-9 {
  font-size: 4px;
}

.heading-10 {
  text-align: center;
  margin-top: 65px;
}

.collection-list-wrapper-7 {
  margin-top: 58px;
}

.div-block-11 {
  padding-left: 0;
  padding-right: 0;
}

.link-block {
  text-decoration: none;
}

.bold-text-3 {
  font-weight: 400;
}

.address-span {
  font-weight: 600;
}

.container-12 {
  width: 100%;
  height: auto;
  max-width: 1058px;
}

.paragraph-2 {
  display: none;
}

.address-box {
  max-width: 350px;
}

.number {
  color: #000;
}

.number-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  margin-bottom: 7px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-15 {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.image-9 {
  width: 752px;
  height: 190px;
  border-bottom: 1px solid #ff6e41;
}

.collection-item-4 {
  mix-blend-mode: normal;
  border: 1px #000;
  margin-bottom: 45px;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.link-block-2 {
  text-decoration: none;
}

.collection-list-wrapper-8 .w-col-3 {
  width: 30%;
  margin: 20px;
}

.collection-list-wrapper-8 .w-col-3 img {
  object-fit: contain;
}
.w-webflow-badge {
  display: none !important;
}
.heading-12 {
  color: #ff6e41;
  font-size: 40px;
  font-weight: 500;
}

.div-block-16 {
  margin-left: -67px;
  padding-left: 0;
  padding-right: 0;
}

.button-7 {
  background-color: green;
  border-radius: 10px;
  margin-top: 11px;
  margin-left: 21px;
}

.div-block-17 {
  width: 55%;
  height: 600px;
  margin-top: 14px;
  margin-left: 27px;
}

.image-10 {
  object-fit: cover;
  position: static;
  box-shadow: 0 0 rgba(0, 0, 0, 0.2);
}

.section-9 {
  width: 80%;
  height: auto;
  flex-direction: row;
  margin-top: 61px;
  margin-left: 127px;
  margin-right: 80px;
  display: flex;
}

.button-8 {
  background-color: #ff6e41;
  border-radius: 11px;
  margin-left: 18px;
}

.container-13 {
  width: 100%;
  height: auto;
  max-width: 1058px;
}

.text-block-17 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.div-block-18 {
  margin-bottom: 24px;
}

.collection-item-5 {
  margin-bottom: 47px;
  margin-left: 0;
  margin-right: 0;
}

.image-11 {
  border-bottom: 1px solid #ff6e41;
}

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

.collection-list-wrapper-9 {
  margin-top: 20px;
}

.heading-14 {
  text-align: center;
  margin-top: 99px;
}

.text-block-18 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.collection-item-6 {
  margin-bottom: 87px;
}

.collection-list-5 {
  font-size: 18px;
}

.image-12 {
  border-bottom: 1px solid #ff6e41;
  margin-bottom: 28px;
}

.container-14 {
  margin-top: 105px;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

  .button {
    justify-content: center;
  }

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

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

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

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color 0.4s, opacity 0.4s, color 0.4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template:
      '.'
      '.'
      '.'
      '.'
      / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .top-nav-container {
    height: 80px;
  }

  .contact-link:hover {
    color: #c1c033;
  }

  .nav-link {
    margin-bottom: 10px;
  }

  .menu-button-2 {
    padding-bottom: 14px;
  }

  .menu-button-2.w--open {
    background-color: rgba(30, 30, 30, 0.4);
    border-radius: 15px;
  }

  .hero-section {
    min-height: 80vh;
  }

  .title {
    font-size: 35px;
    line-height: 78px;
  }

  .title.white {
    margin-top: 10px;
  }

  .dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 10px;
  }

  .contact-info-container {
    display: none;
  }

  .contact-info-container.mobile {
    border-top: 1px solid #5a5a5a;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
  }

  .dropdown-link {
    color: #d2d2d2;
    padding-left: 25px;
  }

  .dropdown-link.w--current,
  .dropdown-link.w--current:active {
    color: #ff6e41;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-2.green-overlay {
    padding-top: 75px;
  }

  .grid-2-column {
    grid-column-gap: 15px;
  }

  .text-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-1-third {
    grid-template-columns: 1fr;
  }

  .stats-wrapper {
    height: 250px;
  }

  .no-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .sale-content-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link-2 {
    margin-bottom: 10px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .login-head {
    margin-bottom: 4%;
    font-size: 16px !important;
  }

  .top-nav-container-2 {
    height: 80px;
  }

  .contact-link-2:hover {
    color: #c1c033;
  }

  .nav-link-3 {
    margin-bottom: 10px;
  }

  .contact-info-container-2 {
    display: none;
  }

  .contact-info-container-2.mobile {
    border-top: 1px solid #5a5a5a;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    display: flex;
  }

  .nav-menu-2 {
    background-color: rgba(30, 30, 30, 0.95);
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
  }

  .dropdown-link-2 {
    color: #d2d2d2;
    padding-left: 25px;
  }

  .select-wrapper,
  .input {
    margin-bottom: 15px;
  }

  .input.text-area {
    min-height: 200px;
    padding-top: 14px;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-4 {
    color: #ff6e41;
    background-color: #ff6e41;
    border: 1px solid #ff6e41;
  }

  .grid-1-third-2 {
    grid-template-columns: 1fr;
  }

  .input-2 {
    margin-bottom: 15px;
  }

  .input-2.text-area {
    min-height: 200px;
    padding-top: 14px;
  }

  .nav-link-4 {
    margin-bottom: 10px;
  }

  .dropdown-link-3 {
    color: #d2d2d2;
    padding-left: 25px;
  }

  .dropdown-link-6,
  .dropdown-link-6.w--current,
  .dropdown-link-7 {
    color: #ff6e41;
  }

  .dropdown-link-7.w--current {
    color: #ff3c00;
  }

  .container-9 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-11 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .circle-img-detail {
    padding: 0px;
  }

  .about-us-heading {
    font-size: 34px !important;
    font-weight: 600;
  }
  .about-us-para {
    font-size: 16px !important;
    line-height: 32px;
  }
  .padding-margin {
    margin-top: 0px !important;
    padding: 40px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .section,
  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger,
  .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

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

  .text-field.cc-contact-field,
  .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template:
      '.'
      '.'
      / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

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

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

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

  .title {
    font-size: 45px;
    line-height: 50px;
  }

  .hero-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .section-2.green-overlay {
    padding-top: 40px;
    padding-bottom: 65px;
  }

  .section-2.relative {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-4-column {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .circle-image {
    width: 200px;
    height: 200px;
  }

  .grid-2-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .drawing-left {
    width: 150px;
  }

  .title-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drawing-right {
    width: 150px;
  }

  .sale-content-wrapper {
    min-height: 380px;
  }

  .footer-bottom-container {
    flex-wrap: wrap;
  }

  .inline-link-wrapper {
    margin-bottom: 5px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .grid-4-column-2 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .circle-image-2 {
    width: 110px;
    height: 110px;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .login-button {
    margin-top: 15px;
  }

  .signup-label {
    margin-bottom: 2px;
  }

  .login-page-wrapper {
    padding-top: 0;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .team-slider {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button,
  .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block,
  .about-quote,
  .get-in-touch-form-wrap,
  .blog-item,
  .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .top-nav-container {
    height: 80px;
    grid-column-gap: 5px;
    grid-template-columns: 0.75fr 1fr 0.75fr;
  }

  .container-2 {
    margin-top: -24px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2 {
    margin-top: 15px;
    overflow: visible;
  }

  .menu-button-2:active {
    overflow: visible;
  }

  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .title.white {
    font-size: 24px;
  }

  .hero-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-2.relative {
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .circle-image {
    width: 100px;
    height: 100px;
  }

  .subtitle {
    font-size: 28px;
  }

  .card-heading {
    margin-top: 21px;
    font-size: 24px;
    line-height: 25px;
  }

  .text-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-wrapper {
    height: 180px;
  }

  .offset-section {
    padding-bottom: 36px;
  }

  .callout-block {
    width: 100px;
    height: 100px;
  }

  .drawing-left {
    width: 60px;
  }

  .square-image {
    min-height: 80px;
    min-width: 80px;
  }

  .title-wrapper {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .drawing-right {
    width: 60px;
  }

  .sale-content-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-container {
    padding-left: 0;
    padding-right: 0;
  }

  .white-link.inline {
    margin-bottom: 5px;
  }

  .inline-link-wrapper {
    flex-wrap: wrap;
  }

  .subpage-hero-section {
    min-height: 30vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    max-width: none;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-4-column-2 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
  }

  .circle-image-2 {
    width: 100px;
    height: 100px;
  }

  .container-5 {
    max-width: none;
  }

  .heading-1 {
    font-size: 24px;
  }

  .login-head {
    font-size: 22px;
  }

  .top-nav-container-2 {
    height: 80px;
    grid-column-gap: 5px;
    grid-template-columns: 0.75fr 1fr 0.75fr;
  }

  .subpage-hero-section-2 {
    min-height: 30vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-6,
  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button-6 {
    width: 141px;
    align-items: center;
    display: flex;
  }

  .section-7 {
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8 {
    width: auto;
    height: auto;
    flex: 0 auto;
    align-self: center;
    margin-left: 0;
  }

  .heading-8 {
    text-align: center;
    font-size: 24px;
  }

  .container-10 {
    margin-top: 22px;
  }

  .container-11 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-name-two-2 {
    flex-direction: column;
    margin-left: 23px;
  }

  .div-block-11 {
    flex-direction: row;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding-bottom: 0;
    display: flex;
  }

  .list-2 {
    border: 0 solid #000;
    border-width: 0 0 1px 1px;
    margin-left: 104px;
    padding-left: 0;
    display: block;
  }

  .list-item-3 {
    height: 50px;
    margin-bottom: 0;
    display: flex;
  }

  .list-item-4,
  .list-item-5 {
    height: 50px;
    margin-bottom: 0;
  }

  .text-block-10 {
    width: 220px;
    text-align: center;
    margin-top: 10px;
  }

  .body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-3 {
    width: 200px;
    border: 0 solid #000;
    border-width: 0 0 1px 1px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 117px;
  }

  .list-item-6,
  .list-item-7,
  .list-item-8 {
    height: 32px;
    margin-bottom: 0;
  }

  .div-block-13 {
    width: 100%;
    flex-direction: row;
    display: flex;
  }

  .list-item-9 {
    width: 320px;
    height: 50px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
  }

  .list-item-10,
  .list-item-11 {
    height: 50px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
  }

  .list-4 {
    border-top: 0 solid #000;
    border-bottom: 0 solid #000;
    border-radius: 1px;
    margin-top: 0;
  }

  .text-block-11 {
    margin-top: 0;
    padding-top: 12px;
    padding-left: 22px;
  }

  .text-block-12,
  .text-block-13,
  .text-block-14,
  .text-block-15,
  .text-block-16 {
    padding-top: 12px;
    padding-left: 22px;
  }

  .heading-12 {
    text-align: center;
    font-size: 24px;
  }

  .div-block-16 {
    flex-direction: row;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-17 {
    width: auto;
    height: auto;
    flex: 0 auto;
    align-self: center;
    margin-left: 0;
  }

  .section-9 {
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .button-8 {
    width: 141px;
    align-items: center;
    display: flex;
  }
}

#w-node-_08dcca5c-c6ac-21d9-e9ab-ee2687c85963-aa3d72f4 {
  align-self: center;
}

#w-node-_698c5942-ed52-68c5-deb2-9d3a202d354d-aa3d72f4 {
  align-self: end;
}

#w-node-_904126f2-eda2-57b1-af47-9f58e498f425-aa3d72f4,
#w-node-_904126f2-eda2-57b1-af47-9f58e498f42e-aa3d72f4,
#w-node-_904126f2-eda2-57b1-af47-9f58e498f437-aa3d72f4,
#w-node-_904126f2-eda2-57b1-af47-9f58e498f440-aa3d72f4 {
  align-self: start;
  justify-self: center;
}

#w-node-bd7d8677-130d-9c59-4a1c-6c6b919e6c80-919e6c7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd7d8677-130d-9c59-4a1c-6c6b919e6c9a-919e6c7f {
  align-self: center;
  justify-self: end;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718,
#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718,
#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718,
#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718,
#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_42130961-3dcf-d935-38bd-87c86ea1e63d-aa3d72fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_698c5942-ed52-68c5-deb2-9d3a202d354d-aa3d72f4 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fcd334f0-0f19-d531-690a-cf0997761234-aa3d72f4 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}

@media screen and (max-width: 500px) {
  .built-container {
    margin: 0px;
  }
  .subtitle {
    max-width: 100%;
  }
  .div-block-19 {
    flex-direction: column;
    text-align: center;
  }

  .collection-list-wrapper-8 .w-col-3 {
    width: 90%;
    margin: 5%;
  }

  .hero-section {
    min-height: 50vh !important;
  }
  .product-card {
    width: 100%;
  }
  .div-block-16 {
    margin-left: unset;
  }

  .about-us-heading {
    font-size: 50px;
    font-weight: 600;
  }
  .about-us-para {
    font-size: 18px;
    line-height: 36px;
  }
}

.white-heading {
  color: white;
}

/* custom css */
.nav-container {
  max-width: 1280px;
  margin: 0 auto;
}

.padding-margin {
  padding: 100px 0;
}
.our-network {
  margin-top: 70px;
  font-size: 20px;
}
.margin-top {
  margin-top: 22px;
}
.about-us-section {
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.about-us-heading {
  font-size: 50px;
  font-weight: 600;
}
.about-us-para {
  font-size: 18px;
  line-height: 36px;
}

.info {
  padding: 22px 0;
  margin: 20px 0;
  border-top: 1px solid rgb(191, 190, 190);
  border-bottom: 1px solid rgb(191, 190, 190);
}

.info-container {
  display: flex;
  gap: 10px;
  padding: 4px 0;
}
.info-icons {
  height: 20px;
  width: 20px;
  margin-top: 3px;
}
.info-text {
  font-weight: 600;
}

.about-us-link {
  color: rgb(70, 70, 203);
  display: flex;
  gap: 5px;
  border-bottom: 1px solid rgb(70, 70, 203);
  width: fit-content;
}

.about-us-link:hover {
  color: rgb(14, 14, 189);
}
