:root {
  --black: black;
  --white: white;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  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-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

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

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

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

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

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

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

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

.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, .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, .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-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-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-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-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

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

.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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

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

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

.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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.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: .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-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    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, .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-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  color: #121217;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

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

p {
  color: #717177;
  margin-bottom: 10px;
  line-height: 24px;
}

blockquote {
  border-left: 2px solid #000;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 30px;
  margin-bottom: 20px;
}

.banner {
  min-height: 850px;
  background-color: #212127;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.banner.sub {
  min-height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/sub-banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.banner.sub.in-categories {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.sub.blog {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/sub-banner-2.jpg');
  background-position: 0 0, 0 0;
}

.banner.sub.blog.single {
  background-image: url('../images/sub-banner-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.sub.contact {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/sub-banner-3.jpg');
}

.banner.sub.about {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/sub-banner-4.jpg');
  background-position: 0 0, 50%;
}

.container {
  max-width: 1200px;
  flex: 1;
}

.container.center {
  top: 50%;
}

.container.center.in-sub {
  z-index: 10;
  margin-top: 75px;
  transform: none;
}

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

.container.add-margin {
  margin-top: 50px;
}

.section {
  padding: 140px 30px;
  position: relative;
}

.section.with-photo {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/banner-small-2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 270px;
  padding-bottom: 270px;
}

.section.gray {
  background-color: #f5f5f7;
}

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

.section.gray.checkout {
  padding-top: 200px;
}

.section.gray.in-blog-page {
  padding-top: 0;
  padding-bottom: 0;
}

.navigation {
  height: 80px;
  background-color: #fff;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.brand-logo {
  order: -1;
  align-items: center;
  display: flex;
}

.nav-link {
  padding-left: 17px;
  padding-right: 17px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #121217;
}

.nav-link.drop {
  padding-left: 0;
  padding-right: 0;
}

.logo-text {
  color: #121216;
  margin-right: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 30px;
}

.sub-logo-text {
  color: #919197;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 500;
  position: relative;
  top: 3px;
}

.social-left {
  order: 1;
  display: flex;
}

.cart-button {
  color: #616167;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #e1e1e1;
  margin-left: 15px;
}

.icon {
  margin-right: 0;
}

.cart-quantity {
  width: 20px;
  height: 20px;
  color: #212127;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.top-bar {
  height: 40px;
  background-color: #ff6462;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.remove-button {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.top-bar-text {
  color: #fff;
  font-weight: 500;
}

.search-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-wrapper {
  border: 1px solid #e1e1e1;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 10px;
  display: flex;
}

.features-content {
  width: 25%;
  border-right: 1px solid #e1e1e1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.features-content.no-line {
  border-right-style: none;
}

.features-icon {
  margin-right: 20px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  width: 1200px;
  height: auto;
  max-width: 1200px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 30px 50px 35px;
  display: flex;
  left: -539px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, .05);
}

.columns-dropdown {
  flex: 1;
}

.dropdown-toggle {
  padding-left: 17px;
  padding-right: 17px;
}

.dropdown-space {
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}

.dropdown-top-arrow {
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -7px;
  left: 47%;
}

.top-margin {
  margin-top: 30px;
}

.top-margin.less {
  margin-top: 15px;
}

.top-margin.more {
  margin-top: 60px;
}

.dropdown-text {
  color: #919197;
  margin-bottom: 7px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.dropdown-text:hover {
  color: #515157;
}

.heading-title {
  text-align: center;
  margin-bottom: 120px;
}

.categories-wrapper {
  width: 100%;
  min-height: 650px;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.categories-wrapper.second {
  min-height: 500px;
  margin-bottom: 15px;
}

.categories-wrapper.third {
  min-height: 350px;
}

.categories-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.categories-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.categories-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

.shop-text {
  color: #fff;
  font-weight: 500;
}

.shop-text.dark {
  color: #121217;
  margin-bottom: 2px;
}

.shop-text.dark.whiter {
  color: #fff;
}

.shop-text.dark.no-margin {
  margin-bottom: 0;
}

.shop-button {
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.shop-button.w--current {
  color: #919197;
}

.shop-button.with-margin {
  margin-top: 5px;
}

.shop-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.shop-line.black {
  background-color: #121217;
}

.shop-line.black.white {
  background-color: #fff;
}

.margin-page {
  margin-top: 140px;
}

.product-wrapper {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.product-wrapper.full {
  width: 90%;
  margin-top: 20px;
  margin-left: 0;
}

.product-wrapper.add-margin {
  width: 95%;
  margin-bottom: 40px;
}

.product-photo {
  position: relative;
}

.collection-list {
  align-items: center;
  display: flex;
}

.collection-list.make-block {
  display: block;
}

.product-content {
  text-align: center;
  padding: 20px 20px 0;
  display: block;
}

.product-title {
  color: #121217;
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 500;
  text-decoration: none;
}

.product-title.smaller {
  margin-bottom: 2px;
  font-size: 15px;
}

.product-title.in-page {
  margin-top: 15px;
}

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

.compare-price.left {
  justify-content: flex-start;
}

.price {
  color: #919197;
  margin-right: 10px;
  font-size: 17px;
  text-decoration: none;
}

.price.compare {
  color: #c4c4c9;
  text-decoration: line-through;
}

.price.compare.in-page {
  font-size: 24px;
  line-height: 30px;
}

.price.small {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.price.smaller {
  margin-right: 0;
  font-size: 14px;
}

.price.total {
  color: #515157;
  margin-right: 0;
  font-weight: 500;
}

.price.in-page {
  font-size: 24px;
  line-height: 30px;
}

.product-image {
  width: 100%;
}

.sale-badge {
  color: #fff;
  background-color: #ff6462;
  border-radius: 4px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 10px;
}

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

.product-cart-title {
  font-size: 16px;
  font-weight: 500;
}

.remove-button-cart {
  margin-top: 3px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.remove-button-cart.in-cart-page {
  align-self: flex-start;
}

.cart-quantity-2 {
  color: #121217;
  background-color: rgba(0, 0, 0, 0);
}

.cart-quantity-2.float {
  height: 47px;
  float: left;
  margin-right: 10px;
}

.subtotal-text {
  font-weight: 500;
}

.cart-item {
  margin-top: 10px;
}

.checkout-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #090e1d;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
}

.checkout-button:hover {
  background-color: rgba(45, 48, 58, .92);
}

.checkout-button.with-height {
  height: 47px;
}

.checkout-button.full-button {
  width: 100%;
}

.product-percent {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.best-text {
  color: #fff;
  font-family: Indie Flower, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.client-logo {
  opacity: .6;
  cursor: default;
  border-bottom: 1px solid #e1e1e1;
  align-self: center;
  padding: 35px 41px;
}

.client-logo.end {
  border-right: 1px solid #e1e1e1;
}

.client-logo.first {
  border-left: 1px solid #e1e1e1;
}

.top-title-text {
  width: 600px;
  color: #aeb6b8;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transform: rotate(-90deg);
}

.top-title-text.no-rotate {
  width: auto;
  color: #121217;
  justify-content: center;
  align-items: center;
  display: inline-block;
  transform: none;
}

.line-title {
  width: 1px;
  height: 100%;
  background-color: #d6dfe1;
  position: absolute;
}

.line-title.second {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  top: 50%;
}

.top-title {
  width: 30px;
  height: 50%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.top-title.horizontal {
  width: 25%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
}

.top-title.horizontal.full {
  width: 100%;
}

.logo-wrapper {
  justify-content: space-between;
  margin-top: -15px;
  display: flex;
}

.navigation-wrapper {
  z-index: 998;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.product-top-title {
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.product-top-title.less-margin {
  margin-bottom: 5px;
}

.footer {
  padding: 80px 50px 25px;
}

.instagram-wrapper {
  position: relative;
  overflow: hidden;
}

.instagram-photo {
  width: 16.666%;
  float: left;
}

.follow-button {
  background-color: #fff;
  align-items: center;
  padding: 15px 26px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.instagram-logo {
  margin-right: 15px;
}

.div-block {
  position: relative;
}

.footer-title {
  margin-top: 0;
  font-size: 16px;
}

.flex-row {
  align-items: center;
  display: flex;
}

.copyright {
  color: #919197;
  margin-bottom: 0;
}

.link-2 {
  color: #515157;
  text-decoration: none;
}

.stripe-image {
  width: 70px;
  height: 30px;
  opacity: .6;
  background-color: #7a7a7a;
  background-image: url('../images/white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 10px;
  display: inline-block;
}

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

.secure-text {
  color: #919197;
  margin-bottom: 0;
  margin-right: 7px;
  font-size: 13px;
}

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

.form-block {
  flex: 1;
  margin-bottom: 0;
}

.subscribe-field {
  width: 80%;
  height: 50px;
  float: left;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #121217;
  margin-bottom: 0;
}

.subscribe-field:active, .subscribe-field:focus {
  border-bottom-color: #121217;
}

.subscribe-field::-ms-input-placeholder {
  color: #919197;
}

.subscribe-field::placeholder {
  color: #919197;
}

.subscribe-field.full {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.submit-button {
  width: 18%;
  height: 50px;
  float: left;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-pointing-to-right-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom: 2px solid #121217;
  font-weight: 500;
}

.success-message {
  color: #fff;
  background-color: #44be6b;
}

.success-message.other-color {
  background-color: #4483be;
}

.error-state {
  color: #fff;
  text-align: center;
  background-color: #ff5b5b;
  font-size: 13px;
}

.error-state.in-search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block {
  color: #919197;
  font-weight: 500;
}

.blog-wrapper {
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-wrapper.in-blog-page {
  width: 99%;
}

.blog-wrapper.in-blog-page.in-category {
  margin-bottom: 50px;
}

.blog-content {
  width: 50%;
  min-height: 600px;
  color: #121217;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.blog-content.second {
  width: 50%;
  flex: 0 auto;
  position: relative;
}

.blog-content.normal {
  min-height: 385px;
  padding-left: 35px;
  padding-right: 35px;
}

.blog-photo {
  width: 50%;
  min-height: 385px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.blog-photo.in-category {
  height: auto;
  min-height: 600px;
}

.blog-big-photo {
  width: 98%;
  height: 800px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
}

.margin-blog {
  margin-top: 30px;
}

.margin-blog.more {
  margin-top: 60px;
}

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

.category-text {
  color: #919197;
  font-weight: 500;
}

.sub-heading-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 66px;
  font-weight: 400;
  line-height: 70px;
}

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

.breadcrumb-content {
  background-color: #fff;
  border-radius: 7px;
  padding: 10px;
}

.bread-link {
  color: #121216;
  margin-left: 9px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

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

.bread-link.gray-color {
  color: #919197;
}

.bread-link.gray-color:hover {
  text-decoration: none;
}

.pagination {
  margin-top: 32px;
}

.featured-badge {
  color: #fff;
  background-color: #5ccc87;
  border-radius: 4px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
}

.pagination-arrow {
  margin-top: -2px;
  margin-left: 8px;
}

.pagination-arrow.second {
  margin-left: 0;
  margin-right: 8px;
}

.next {
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 4px;
  font-weight: 500;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.social-wrapper {
  align-items: center;
  margin-top: 15px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  margin-right: 12px;
}

.flex-store {
  align-items: flex-start;
  display: flex;
}

.product-flex {
  margin-left: 140px;
}

.quick-view-wrapper {
  z-index: 1;
  width: 50px;
  height: 50px;
  text-align: right;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 30px;
}

.quick-text {
  width: 95px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: -32px;
  left: -28px;
  right: 0;
}

.quick-view-product {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.quick-view-content {
  z-index: 1;
  max-width: 1050px;
  background-color: #fff;
  padding: 25px;
  position: relative;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, .05);
}

.left-quick-content {
  margin-left: 50px;
}

.quick-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 28px;
}

.line-divider {
  width: 50px;
  height: 2px;
  background-color: #111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.line-divider.center {
  margin-left: auto;
  margin-right: auto;
}

.line-divider.center.make-white {
  background-color: #fff;
}

.field-label {
  margin-bottom: 10px;
  font-weight: 500;
}

.remove-button-3 {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -24px;
  right: -20px;
}

.quick-button {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.quick-line {
  width: 100%;
  height: 2px;
  background-color: #111;
}

.cart-wrapper {
  background-color: rgba(0, 0, 0, .4);
}

.line-cart {
  width: 100%;
  height: 2px;
  background-color: #000;
}

.smoothly-entry {
  z-index: 999;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subscribe-field-2 {
  width: 80%;
  height: 50px;
  float: left;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ededed;
  margin-bottom: 0;
}

.subscribe-field-2::-ms-input-placeholder {
  color: #818187;
}

.subscribe-field-2::placeholder {
  color: #818187;
}

.subscribe-field-2.full {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}

.subscribe-field-2.full.area {
  height: auto;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.margin-sub-page {
  margin-top: 50px;
}

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

.top-margin-2.big {
  margin-top: 80px;
}

.top-margin-2.medium {
  margin-top: 30px;
}

.form-margin {
  margin-right: 20px;
}

.map {
  min-height: 500px;
  filter: grayscale();
  margin-bottom: 100px;
  box-shadow: 8px 0 21px rgba(0, 0, 0, .1);
}

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

.top-title-wrapper {
  text-align: center;
  margin-bottom: 100px;
}

.top-title-wrapper.left {
  text-align: left;
  margin-bottom: 40px;
}

.about-content {
  text-align: center;
  background-color: #fff;
  padding: 76px;
  position: absolute;
}

.right-padding {
  padding-left: 0;
  padding-right: 50px;
}

.number-text {
  color: #121217;
  font-size: 140px;
  font-weight: 400;
  line-height: 150px;
}

.button-other {
  z-index: 5;
  color: #818187;
  background-color: rgba(0, 0, 0, 0);
  padding: 17px 26px;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0 1px #dfdfdf;
}

.years-text {
  color: #818187;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 320px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.search-wrapper {
  height: 0;
  background-color: #fff;
  border-top: 1px solid #ededed;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.search-image {
  z-index: 2;
  position: relative;
}

.remove-image {
  z-index: 1;
  position: absolute;
}

.search-content {
  margin-bottom: 5px;
  display: block;
  position: relative;
  top: 50%;
}

.search-input {
  width: 90%;
  height: 80px;
  float: left;
  color: #212121;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #333;
  padding-left: 0;
  font-size: 40px;
  line-height: 50px;
}

.search-input:focus {
  border-bottom-color: #000;
}

.search-input::-ms-input-placeholder {
  color: #212121;
  font-weight: 500;
}

.search-input::placeholder {
  color: #212121;
  font-weight: 500;
}

.search-input.more {
  width: 93%;
}

.search-button {
  width: 80px;
  height: 80px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/magnifying-glass-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px #000;
  border-bottom: 2px solid #000;
}

.search-button:active {
  border-left-color: #000;
}

.pages-wrapper {
  min-height: 100vh;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-404 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pages-icon {
  margin-left: auto;
  margin-right: auto;
}

.search-result-wrapper {
  margin-top: 30px;
}

.search-result-item {
  border: 1px solid #ededed;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 37px 37px 27px;
}

.search-link {
  color: #121215;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.url-text {
  color: #919197;
  margin-bottom: 10px;
  font-size: 13px;
}

.required-text {
  color: #ff1e1e;
  font-size: 13px;
  font-style: italic;
  position: relative;
  top: -2px;
}

.customer-info {
  border-radius: 3px;
}

.block-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  margin-bottom: 5px;
  font-weight: 500;
}

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

.block-header-2 {
  border-color: #ededed;
}

.field-label-2 {
  color: #919197;
}

.sticky-sidebar {
  top: 120px;
}

.line-item {
  margin-bottom: 0;
}

.blog-overlay {
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-post-wrapper {
  width: 75%;
  background-color: #fff;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
}

.meta-info {
  color: #ababb1;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
}

.meta-info.darker {
  color: #717177;
}

.meta-info.darker:hover {
  text-decoration: underline;
}

.sku-wrapper {
  color: #919197;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.sku-wrapper.in-quick {
  margin-top: 0;
  margin-bottom: 15px;
}

.sku-text {
  margin-right: 5px;
}

.left-sku-wrapper {
  margin-left: 50px;
}

.select-field {
  height: 50px;
  border: 2px solid #000;
  font-weight: 500;
}

.option {
  width: 50%;
  float: left;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 20px;
}

.tabs-menu {
  text-align: center;
  margin-top: 5px;
  padding-left: 33px;
  padding-right: 33px;
  overflow: hidden;
}

.tab-photo {
  width: 29.05%;
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 9.7px;
  margin-right: 9.7px;
  padding: 0;
  transition: opacity .3s;
}

.tab-photo:hover {
  opacity: 1;
}

.tab-photo.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.image-wrapper-line {
  border: 1px solid #e1e1e1;
  overflow: hidden;
}

.tabs-menu-2 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}

.tab-link-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}

.tab-link-tab-3.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
}

.image-insta {
  width: 100%;
  height: 100%;
}

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

.banner-title {
  color: #fff;
  margin-top: 0;
  font-size: 60px;
  line-height: 70px;
}

.white-top-text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

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

.top-margin-4 {
  margin-top: 50px;
}

.top-margin-4.half {
  margin-top: 25px;
}

.algin-center {
  text-align: center;
  position: relative;
}

.button-wrapper {
  text-align: center;
  padding: 20px;
}

.button-wrapper.with-color {
  background-color: #111;
}

.margin-page-2 {
  margin-top: 200px;
}

.margin-page-2.half {
  margin-top: 100px;
}

.title-wrapper {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-wrapper.with-margin {
  margin-bottom: 80px;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 15%;
  margin-bottom: 10px;
  margin-right: 15px;
}

.link {
  color: #515157;
  text-decoration: underline;
  display: inline-block;
}

.paypal {
  margin-bottom: 5px;
}

.center {
  text-align: center;
}

.big {
  color: var(--black);
  font-size: 26px;
  font-weight: 500;
}

.discounts {
  margin-bottom: 20px;
}

.delete-me {
  z-index: 9999;
  width: 140px;
  height: 30px;
  background-color: #fff;
  background-image: url('../images/button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

@media screen and (max-width: 991px) {
  .banner {
    min-height: 600px;
  }

  .banner.sub {
    min-height: 300px;
  }

  .container.center.in-sub, .container.add-margin {
    margin-top: 0;
  }

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

  .section.with-photo {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .section.gray.checkout {
    padding-top: 100px;
  }

  .navigation {
    padding-left: 10px;
  }

  .nav-menu {
    background-color: #f5f5f7;
  }

  .features-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0 33px;
  }

  .features-content {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    border-right-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .features-content.no-line {
    border-bottom-style: none;
  }

  .dropdown-list.w--open {
    width: auto;
    max-width: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 20px;
  }

  .columns-dropdown {
    flex: 0 auto;
  }

  .product-wrapper, .product-wrapper.full {
    width: 100%;
  }

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

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

  .best-text {
    font-size: 70px;
    line-height: 60px;
  }

  .client-logo {
    width: 33.333%;
    border-right: 1px solid #e1e1e1;
    padding: 30px 60px;
  }

  .client-logo.first-mobile {
    border-left: 1px solid #dcdcdc;
  }

  .top-title.horizontal {
    width: 40%;
  }

  .logo-wrapper {
    display: block;
  }

  .navigation-wrapper {
    position: relative;
  }

  .flex-row, .flex-row.make-vertical {
    flex-direction: column;
  }

  .copyright {
    margin-bottom: 30px;
  }

  .stripe-flex.make-right {
    justify-content: flex-start;
  }

  .blog-wrapper.in-blog-page {
    margin-bottom: 50px;
  }

  .blog-content {
    min-height: 385px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-photo.in-category {
    min-height: 385px;
  }

  .blog-big-photo {
    width: 100%;
    height: auto;
    min-height: 500px;
    margin-bottom: 30px;
  }

  .sub-heading-title {
    font-size: 40px;
    line-height: 50px;
  }

  .quick-view-wrapper {
    display: none;
  }

  .map {
    min-height: 350px;
  }

  .about-wrapper {
    margin-bottom: 30px;
  }

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

  .utility-page-wrap {
    height: 800px;
    min-height: 800px;
  }

  .utility-page-content {
    width: 260px;
  }

  .search-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-content {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .search-input {
    width: 80%;
    height: 60px;
    font-size: 30px;
  }

  .search-input.more {
    width: 76%;
  }

  .search-button {
    width: 20%;
    height: 60px;
  }

  .pages-wrapper {
    min-height: 800px;
  }

  .blog-post-wrapper {
    width: 100%;
    padding: 35px;
  }

  .left-sku-wrapper {
    margin-top: 50px;
    margin-left: 0;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #e1e1e1;
    order: 1;
    padding: 10px;
  }

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

  .collection-item {
    width: 70%;
    margin-bottom: 60px;
  }

  .margin-top-device {
    margin-top: 50px;
  }

  .banner-title {
    font-size: 40px;
    line-height: 50px;
  }

  .licens-image {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .banner {
    min-height: 500px;
  }

  .categories-wrapper {
    min-height: 450px;
  }

  .product-wrapper.add-margin {
    width: 100%;
  }

  .client-logo {
    width: 33.333%;
    padding: 20px 30px;
  }

  .top-title.horizontal {
    width: 60%;
  }

  .instagram-photo {
    width: 33.333%;
  }

  .subscribe-field {
    width: 74%;
  }

  .submit-button {
    width: 26%;
  }

  .blog-wrapper {
    flex-direction: column;
  }

  .blog-wrapper.in-blog-page, .blog-wrapper.reverse, .blog-wrapper.reverse-mobile {
    flex-direction: column-reverse;
  }

  .blog-content {
    width: 100%;
  }

  .blog-content.second.normal {
    width: 89%;
    min-height: 285px;
  }

  .blog-content.normal, .blog-photo {
    width: 100%;
  }

  .sidebar {
    width: 100%;
    position: relative;
    top: 0;
    bottom: 50px;
  }

  .flex-store {
    flex-direction: column-reverse;
  }

  .product-flex {
    margin-top: 50px;
    margin-left: 0;
  }

  .form-margin {
    margin-right: 0;
  }

  .about-content {
    padding: 50px;
  }

  .number-text {
    font-size: 110px;
    line-height: 130px;
  }

  .search-input.more {
    font-size: 20px;
    line-height: 30px;
  }

  .tabs-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-2 {
    margin-top: 15px;
  }

  .banner-title {
    font-size: 30px;
    line-height: 40px;
  }

  .margin-page-2 {
    margin-top: 100px;
  }

  .title-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    font-size: 15px;
  }

  .banner {
    min-height: 400px;
    background-image: linear-gradient(to bottom, null, null), url('../images/banner.jpg');
    background-attachment: scroll, scroll;
  }

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

  .section.gray.checkout {
    padding-top: 60px;
  }

  .sub-logo-text {
    display: none;
  }

  .top-bar-text {
    font-size: 9px;
  }

  .features-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-content {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-title {
    margin-bottom: 60px;
  }

  .categories-wrapper, .categories-wrapper.second, .categories-wrapper.third {
    min-height: 250px;
  }

  .product-title.in-page {
    font-size: 28px;
    line-height: 32px;
  }

  .best-text {
    font-size: 35px;
    line-height: 50px;
  }

  .client-logo {
    width: 50%;
    border-left: 1px solid #e1e1e1;
    padding: 20px;
  }

  .client-logo.first-mobile-second {
    border-left: 1px solid #dcdcdc;
    border-right-style: none;
  }

  .client-logo.first-mobile-second.right, .client-logo.first-mobile.second {
    border-left-style: none;
    border-right: 1px solid #dcdcdc;
  }

  .top-title {
    height: 80%;
  }

  .top-title.horizontal {
    width: 100%;
  }

  .footer {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .follow-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .subscribe-field {
    width: 60%;
  }

  .submit-button {
    width: 40%;
  }

  .blog-wrapper.in-blog-page.in-category {
    margin-bottom: 20px;
  }

  .blog-content {
    min-height: 180px;
  }

  .blog-content.second.normal, .blog-content.normal {
    min-height: 180px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-photo, .blog-photo.in-category {
    min-height: 180px;
  }

  .blog-big-photo {
    min-height: 280px;
  }

  .blog-title {
    font-size: 18px;
    line-height: 24px;
  }

  .sub-heading-title {
    font-size: 30px;
    line-height: 40px;
  }

  .bread-link, .bread-link.gray-color {
    font-size: 11px;
  }

  .product-flex {
    margin-top: 0;
  }

  .subscribe-field-2.full.area {
    margin-top: 5px;
  }

  .margin-sub-page {
    margin-top: 10px;
  }

  .form-margin {
    margin-right: 0;
  }

  .map {
    height: 200px;
    min-height: 200px;
    margin-bottom: 50px;
  }

  .about-wrapper {
    position: relative;
  }

  .about-content {
    margin: 10px;
    padding: 25px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .number-text {
    font-size: 50px;
    line-height: 50px;
  }

  .years-text {
    font-size: 11px;
  }

  .utility-page-wrap {
    height: auto;
    min-height: 600px;
  }

  .search-input {
    height: 50px;
    font-size: 20px;
    line-height: 40px;
  }

  .search-button {
    height: 50px;
    background-size: 20px;
  }

  .pages-wrapper {
    min-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-result-item {
    padding: 20px;
  }

  .search-link {
    font-size: 14px;
  }

  .url-text, .required-text {
    font-size: 11px;
  }

  .blog-post-wrapper {
    padding: 20px 12px;
  }

  .option {
    width: 100%;
    padding-right: 0;
  }

  .tab-photo {
    width: 25.05%;
    float: left;
  }

  .collection-item {
    width: 100%;
  }

  .image-insta {
    width: 100%;
    float: left;
  }

  .banner-title {
    font-size: 20px;
    line-height: 30px;
  }

  .white-top-text {
    font-size: 15px;
    line-height: 23px;
  }

  .top-margin-4 {
    margin-top: 30px;
  }

  .button-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-page-2.half {
    margin-top: 50px;
  }

  .title-wrapper {
    width: 95%;
  }

  .title-wrapper.with-margin, .rich-text-wrapper, .paragraph-wrapper {
    width: 100%;
  }
}


