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

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../images/custom-checkbox-check.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  font-family: Quicksand, sans-serif;
  color: rgba(12, 21, 47, 0.6);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

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

p {
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #6c6c6c;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.item-tittle {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #6c6c6c;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

.item-tittle:hover {
  color: #ac1313;
}

.hero-section {
  height: 100vh;
  padding-top: 13%;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: url('../images/DSC_4327.jpg');
  background-position: 50% 30%;
  background-size: cover;
  color: transparent;
}

.hero-section.about-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 226px;
  padding-bottom: 171px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/DSC_1025.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-section.about-us.shop {
  background-image: url('../images/DSC_1009.jpg');
  background-position: 0px 30px;
  background-size: cover;
}

.hero-section.about-us.contact {
  background-image: url('../images/contact-1.jpg');
  background-position: 50% 96%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.about-us.licensing {
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
}

.hero-section.licensing {
  height: 500px;
  padding-top: 10%;
  padding-bottom: 8%;
  background-image: url('../images/shutterstock_258281537-1.jpg');
  background-position: 50% 54%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link {
  margin-top: 0px;
  margin-right: 0px;
  padding: 21px 20px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Quicksand, sans-serif;
  color: #f7931d;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  color: #4cb2ff;
}

.nav-link.w--current {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Quicksand, sans-serif;
  color: #f7931d;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

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

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.heading.left {
  color: #ffaf50;
  text-align: left;
}

.items-content {
  position: relative;
  z-index: 200;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0px none transparent;
  background-color: #fff;
  text-align: left;
}

.left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 1px solid #ebebeb;
  font-weight: 500;
}

.section.collections {
  position: relative;
  padding: 87px 20px 70px;
  border-top-style: none;
  background-color: #fff;
}

.section.footer-section {
  position: relative;
  padding-bottom: 0px;
  background-color: #1a1a1a;
  color: transparent;
  line-height: 24px;
}

.section.newslatter {
  position: relative;
  border-top-style: solid;
}

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

.section.gray.testimonials {
  position: relative;
}

.section.cta {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, hsla(0, 0%, 100%, 0.89)), to(hsla(0, 0%, 100%, 0))), url('../images/DSC_1011.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.89) 20%, hsla(0, 0%, 100%, 0)), url('../images/DSC_1011.jpg');
  background-position: 0px 0px, 50% 15%;
  background-size: auto, cover;
}

.section.sale-section {
  position: relative;
  padding-top: 220px;
  padding-bottom: 164px;
  background-color: #3fa9f5;
  color: transparent;
}

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

.section.collection {
  position: relative;
}

.brand {
  display: block;
  margin-top: -4px;
  float: none;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.brand.w--current {
  margin-top: -4px;
  float: left;
}

.brand.footer {
  margin-bottom: 20px;
}

.items-price {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.items-price.cart {
  color: #4d4d4d;
  font-weight: 500;
}

.nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(22, 76, 231, 0.6);
}

.section-content-tittle {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #000;
}

.section-content-tittle.no-bottom-padding {
  margin-bottom: 0px;
}

.nav-menu {
  z-index: 3;
  display: block;
  opacity: 1;
}

.vertical-category {
  position: absolute;
  left: 0%;
  top: 50%;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg) translate(0px, -50%);
  -ms-transform: rotate(-90deg) translate(0px, -50%);
  transform: rotate(-90deg) translate(0px, -50%);
  font-family: Poppins, sans-serif;
  color: #dbdbdb;
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vertical-category.right {
  left: auto;
  top: 50%;
  right: 0%;
}

.subscribe-form-block {
  margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
  display: block;
  width: 500px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.search-link {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-style: none;
  border-color: transparent;
  border-radius: 0px;
  background-image: url('../images/icons8-search-filled-100-2_1icons8-search-filled-100 (2).png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease, all 400ms ease;
  transition: opacity 400ms ease, all 400ms ease;
}

.search-link:hover {
  border-style: none;
  opacity: 1;
}

.search-link.shopping-cart {
  border-left: 1px solid #ebebeb;
  background-image: url('../images/shoping-cart.svg');
  background-size: 20px;
}

.search-link.shopping-cart:hover {
  border-style: none none none solid;
  border-color: transparent transparent transparent #ebebeb;
}

.top-text {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #d77474;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.top-text.cta {
  text-align: left;
}

.top-text.hero {
  margin-bottom: -20px;
}

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

.container {
  position: relative;
  z-index: 1;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-top: -61px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-bottom: 0px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.container.about-section {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-subscribe {
  display: inline-block;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  float: left;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #6c6c6c;
  font-size: 13px;
  line-height: 23px;
}

.footer-subscribe.email {
  width: 94%;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
}

.subscribe-button {
  width: 35%;
  height: 45px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}

.subscribe-button:hover {
  background-color: #ac1313;
}

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

.footer-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content-block.padding {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-image-newsletter {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 100%;
  background-color: #ebb96a;
  background-image: url('../images/icons8-paper-plane-64_1icons8-paper-plane-64.png');
  background-position: 50% 50%;
  background-size: 38px;
  background-repeat: no-repeat;
}

.form {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.links-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #999;
  font-size: 16px;
  text-decoration: none;
}

.links-category:hover {
  color: #000;
  text-decoration: none;
}

.links-category.w--current {
  margin-right: 20px;
  margin-left: 20px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.newsletter-block {
  width: 100%;
  margin-top: 40px;
}

.button {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.button.dark {
  margin-top: 34px;
  margin-right: 0px;
  padding: 28px 121px;
  border-style: none;
  border-color: #000;
  border-radius: 100px;
  background-color: #f7931d;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

.button.dark:hover {
  border-style: none;
  border-color: #53d7db;
  background-color: #3fa9f5;
  -webkit-transform: translate(0px, 7px);
  -ms-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
  color: #fff;
}

.button.dark.center {
  display: block;
  text-align: center;
}

.product-page-image {
  display: block;
  width: 100%;
  height: 700px;
  margin-right: 0px;
  margin-left: auto;
  background-image: url('../images/oriento-663905-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-content {
  margin-top: 20px;
}

.link-category {
  margin-left: 5px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: rgba(12, 21, 47, 0.6);
  font-size: 15px;
  text-decoration: none;
}

.link-category:hover {
  color: #000;
}

.price-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.category-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.product-info {
  padding: 0px 40px;
  color: #000;
  text-align: left;
}

.tittle-plock {
  margin-bottom: 20px;
}

.tittle {
  margin-top: 20px;
  color: rgba(12, 21, 47, 0.6);
  font-size: 21px;
  line-height: 38px;
  font-weight: 400;
}

.tittle.tab-tittle {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
}

.tittle.tab-tittle-copy {
  margin-top: -46px;
  margin-bottom: 30px;
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: capitalize;
}

.page-title {
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  color: #f7931d;
  font-size: 80px;
  line-height: 54px;
  font-weight: 600;
}

.page-title.big {
  width: 50%;
  margin-top: 92px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 58px;
  font-weight: 700;
}

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

.paragraph.main {
  width: 30%;
  margin-top: 18px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Quicksand, sans-serif;
  color: #f7931d;
  font-size: 25px;
}

.tab-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 300px;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 30px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 240px;
  background-color: #ffa10e;
  opacity: 1;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  text-decoration: none;
}

.tab-block:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.section-tittle {
  font-family: Quicksand, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

.section-tittle.cta {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #000;
  font-size: 36px;
  line-height: 46px;
}

.history-tittle {
  margin-top: -51px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.history-paragraph {
  margin-top: 20px;
  color: #6c6c6c;
  line-height: 24px;
  text-align: left;
}

.about-column {
  padding-right: 0px;
  padding-left: 0px;
}

.link-2 {
  margin-right: 2px;
  margin-left: 2px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  opacity: 1;
  color: #ac1313;
  text-decoration: underline;
}

.link-2._2 {
  margin-right: 2px;
  color: #000;
  text-decoration: none;
}

.sub-footer {
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px none #ebebeb;
  background-color: #1a1a1a;
}

.sub-footer.no-padding {
  margin-top: 0px;
}

.right-footertext {
  display: inline-block;
  padding-left: 1px;
  color: #d0d0d0;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
}

.right-footertext.center {
  display: inline-block;
  text-align: center;
}

.container-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.social-icon-div {
  padding-top: 20px;
  text-align: center;
}

.social-icon-div.no-padding {
  padding-top: 0px;
}

.social-icon-div.no-padding.more-left {
  margin-left: 5px;
}

.social-wrapper-div {
  width: 32px;
  height: 32px;
  margin-right: 3px;
  margin-left: 3px;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-wrapper-div:hover {
  border-color: #ebb96a;
  background-color: transparent;
  opacity: 1;
}

.social-wrapper-div.twitter {
  background-image: url('../images/twitter-logo-silhouette-black.svg');
  background-size: 16px;
}

.social-wrapper-div.twitter:hover {
  border-color: #ff5f0f;
}

.social-wrapper-div.google {
  background-image: url('../images/glyph-logo_May2016.png');
  background-size: 16px;
  opacity: 0.52;
}

.social-wrapper-div.google:hover {
  border-color: #ac1313;
  opacity: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000400;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.related-block {
  margin-top: 0px;
  color: #000;
}

.body {
  font-family: 'Libre Franklin', sans-serif;
}

.cta-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.different-font {
  position: relative;
  font-family: 'Playfair Display', sans-serif;
  color: #ac1313;
  font-size: 68px;
  line-height: 68px;
  font-weight: 400;
}

.sale-block {
  margin-bottom: -492px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.color-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 220px;
  margin-top: 23px;
  margin-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7931d;
  color: #332727;
}

.info-sale-block {
  width: 70%;
  font-family: Quicksand, sans-serif;
  text-align: left;
}

.sale-tittle {
  margin-bottom: 20px;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
}

.sale-tittle.contact {
  margin-top: 0px;
}

.sale-tittle.related {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.sale-tittle.product {
  font-size: 30px;
  line-height: 40px;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  margin-bottom: 0px;
  color: #fcfcfc;
  line-height: 24px;
  font-weight: 500;
}

.button-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

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

.button-link.product {
  display: inline-block;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
}

.row-padding {
  margin-bottom: 220px;
}

.footer-title {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #ffaf51;
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-pompeo-text {
  width: 75%;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 24px;
}

.about-pompeo-text.center {
  font-family: Quicksand, sans-serif;
  color: #c2c2c2;
  text-align: center;
}

.checkbox {
  display: block;
  margin-top: 40px;
  margin-bottom: 28px;
  float: none;
}

.checkbox-2 {
  margin-top: 2px;
  margin-right: 10px;
  float: none;
  background-color: #8534ff;
  color: #fff;
  font-size: 16px;
}

.subscribe-text-field {
  font-family: Lato, sans-serif;
  color: #a1a1a1;
}

.div-info-wrapper {
  margin-top: 90px;
}

.div-column-left {
  width: 90%;
  float: left;
}

.div-column-right {
  width: 90%;
  float: right;
}

.image-2 {
  position: relative;
  left: 53px;
  top: 9px;
  margin-right: 60px;
}

.image-3 {
  position: relative;
  top: 21px;
  right: 119px;
}

.team-wrapper {
  display: block;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border: 1px none #eaf0fd;
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
}

.image-team-div {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-radius: 100px;
  background-image: url('../images/IMG_20190726_175925.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: auto 120%, 125px;
  background-repeat: no-repeat, repeat;
}

.image-team-div._2 {
  background-image: url('../images/00100sPORTRAIT_00100_BURST20190412181119129_COVER.jpg');
  background-position: 50% 50%;
  background-size: auto 120%;
}

.image-team-div._3 {
  background-image: url('../images/00100lPORTRAIT_00100_BURST20190517183819730_COVER.jpg');
  background-position: 50% 10%;
  background-size: auto 130%;
}

.icon-tittle {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #1f2532;
  font-weight: 600;
  text-align: center;
}

.icon-tittle.color {
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  color: #1f2532;
  font-weight: 500;
}

.icon-tittle.position {
  display: block;
  width: 120px;
  margin: 0px auto 20px;
  border-radius: 5px;
  background-color: transparent;
  font-family: Quicksand, sans-serif;
  color: #a1a1a1;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-div-wrapper {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.contact-info {
  display: block;
  margin-top: 10px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.form-block-2 {
  height: 560px;
  padding: 60px;
  background-color: #fff;
}

.button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 185px;
  padding: 12px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #0675ec;
  border-radius: 0px;
  background-color: #da0000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.button-2:hover {
  border-width: 0px;
  border-color: #000;
  background-color: #da0000;
  color: #fff;
}

.button-2.contact {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 40px;
  border-color: transparent;
  background-color: #ac1313;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2.contact:hover {
  background-color: #ff5f0f;
}

.center-button-block {
  text-align: left;
}

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

.text-field-3 {
  display: inline-block;
  height: 42px;
  margin-bottom: 12px;
  float: none;
  border-radius: 3px;
}

.text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3.contact-form.gray {
  width: 94%;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 40px;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 23px;
  font-weight: 400;
}

.error-message-2 {
  padding: 20px;
  border-radius: 0px;
  background-color: red;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.contact-form.message.gray {
  width: 98%;
  min-height: 170px;
  margin-bottom: 24px;
  padding-left: 40px;
  border: 1px solid #ebebeb;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-size: 23px;
  background-repeat: no-repeat;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

.field-label-2 {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.field-label-2.contact-us-field {
  margin-bottom: 8px;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2.contact-us-field.gray {
  color: #3f3f3f;
  font-weight: 700;
}

.success-message {
  border-radius: 0px;
  background-color: #34cf2c;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.map {
  height: 440px;
}

.map-wrapper {
  height: auto;
  padding: 60px;
  border-right: 1px solid #ebebeb;
  background-color: #fff;
}

.info-contact-row {
  display: inline-block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.image-div {
  display: block;
  width: auto;
  height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/alisher-sharip-117976-unsplash-p-3200.jpeg');
  background-position: 0px 51%;
  background-size: cover;
}

.columns-2 {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #dcdcdc;
}

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

.category-list-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.licence-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licence-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 66.66%;
  margin-bottom: 24px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
}

.image-div-2 {
  width: 100px;
  height: 100px;
  background-image: url('../images/36245.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-div-2.third {
  background-image: url('../images/shutterstock_547703413987.png');
}

.image-div-2.second {
  background-image: url('../images/524.jpg');
}

.image-div-2.fourth {
  background-image: url('../images/shutterstock_258281537-1.jpg');
  background-position: 100% 50%;
}

.image-div-2.fifth {
  background-image: url('../images/contact-1.jpg');
  background-position: 100% 50%;
}

.image-div-2.sixth {
  background-image: url('../images/About.jpg');
  background-position: 100% 50%;
}

.image-div-2.seventh {
  background-image: url('../images/Shop.jpg');
}

.licence-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #717177;
}

.licence-link {
  color: #7c8499;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.licence-link:hover {
  color: #ac1313;
  text-decoration: underline;
}

.cta-text {
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
}

.text-span {
  color: #ac1313;
  font-weight: 600;
  text-decoration: underline;
}

.sticky-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
  color: #225bff;
}

.container-3 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.success-message-2 {
  background-color: #1cd814;
  color: #fff;
  font-weight: 500;
}

.error-message {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ac1313;
  color: #fff;
}

.items-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.items-wrapper:hover {
  border-bottom-color: #ac1313;
}

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

.project-image {
  width: 100%;
}

.item-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/DSC_4327.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.quantity {
  float: none;
  font-family: 'Libre Franklin', sans-serif;
  color: #858585;
  font-weight: 400;
}

.list-item-2 {
  border-bottom: 1px solid hsla(0, 0%, 86.3%, 0.25);
}

.list-item-3 {
  border-bottom: 1px solid hsla(0, 0%, 86.3%, 0.25);
}

.error-state {
  font-family: 'Libre Franklin', sans-serif;
  color: #ac1313;
  line-height: 24px;
  font-weight: 400;
}

.out-of-stock-state {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
}

.center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.checkout-form-container {
  display: block;
  width: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.about-hero-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: auto;
  margin-right: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 30px;
  text-align: left;
}

.center {
  text-align: center;
}

.order-item {
  padding-top: 0px;
  padding-bottom: 16px;
  border-top: 1px none #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.order-confirmation-container {
  display: block;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 1px none #e6e6e6;
  background-color: transparent;
}

.image-4 {
  margin-right: 5px;
  opacity: 1;
}

.image-4:hover {
  opacity: 1;
}

.cart-text {
  color: #000;
}

.cart-button {
  border-left: 1px solid #ebebeb;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

.cart-quantity {
  border-radius: 20px;
  background-color: #ac1313;
  color: #fff;
  font-weight: 400;
}

.text-block {
  font-family: 'Libre Franklin', sans-serif;
  color: #858585;
  font-weight: 400;
}

.text-block:hover {
  color: #ac1313;
}

.tittle-product {
  font-family: Poppins, sans-serif;
  color: #4d4d4d;
  font-weight: 600;
  text-align: left;
}

.remove-button {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #858585;
}

.remove-button:hover {
  color: #ac1313;
}

.quantity-cart {
  font-family: 'Libre Franklin', sans-serif;
  color: #4d4d4d;
}

.cart-line-item {
  font-family: 'Libre Franklin', sans-serif;
  color: #4d4d4d;
}

.required {
  font-family: 'Libre Franklin', sans-serif;
  color: #858585;
  font-weight: 400;
}

.field-label {
  font-family: 'Libre Franklin', sans-serif;
  color: #4d4d4d;
  font-weight: 600;
}

.country {
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
}

.shipping-tittle {
  font-family: 'Libre Franklin', sans-serif;
  color: #4d4d4d;
  font-weight: 600;
}

.error {
  font-family: 'Libre Franklin', sans-serif;
  color: #ac1313;
  text-align: center;
}

.total {
  font-family: Poppins, sans-serif;
  color: #000;
}

.billing {
  font-family: 'Libre Franklin', sans-serif;
  color: #4d4d4d;
}

.line-item {
  font-family: 'Libre Franklin', sans-serif;
  color: #6c6c6c;
  font-weight: 400;
}

.div-block {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
}

.container-checkout {
  max-width: 1200px;
}

.block-header {
  background-color: hsla(0, 0%, 85.9%, 0.1);
}

.text-block-2 {
  color: #4d4d4d;
}

.collection-item {
  padding-top: 43px;
  padding-bottom: 43px;
}

.image-icon2 {
  margin-bottom: 26px;
}

.collection-item-copy {
  padding-top: 43px;
  padding-bottom: 43px;
}

.image-5 {
  position: relative;
  top: -349px;
  z-index: 1;
}

.image-6 {
  position: relative;
  top: -318px;
  max-width: 70%;
  padding-top: 78px;
}

.grid {
  grid-auto-flow: row;
  grid-template-areas: "Area";
}

.div-block-2 {
  margin-bottom: 64px;
  padding-bottom: 0px;
  color: #2b2b2b;
  font-size: 50px;
  font-weight: 600;
}

.div-block-3 {
  margin: 53px 10%;
}

.image-7 {
  position: relative;
  display: block;
  text-align: left;
}

.column-2 {
  padding: 34px 5%;
}

.link-block {
  position: relative;
  top: 73px;
}

.image-8 {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  color: #f7931d;
  text-align: center;
}

.link-block-2 {
  position: absolute;
  z-index: 1;
  margin-left: 99px;
}

.link-block-3 {
  position: relative;
}

.image-9 {
  position: relative;
  max-width: 80%;
  margin-bottom: 27px;
  margin-left: 10%;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}

.columns-4 {
  margin-right: 280px;
  margin-bottom: 83px;
  margin-left: 280px;
}

.column-3 {
  padding: 34px 5%;
}

.image-10 {
  max-width: 80%;
  margin-top: 0%;
  margin-bottom: 27px;
  margin-left: 10%;
  padding-top: 0px;
}

.column-4 {
  padding: 34px 5%;
}

.column-5 {
  padding: 34px 5%;
}

.column-6 {
  padding: 26px 18px;
}

.column-7 {
  padding: 26px 18px;
}

.section-2 {
  padding-top: 1px;
  padding-bottom: 9px;
  background-color: #f0f0f0;
}

.link-block-4 {
  padding-top: 10%;
}

.left-block-copy {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.commonrepairs {
  margin-bottom: 40px;
}

.colume-2 {
  display: none;
}

.heading-3 {
  font-family: Quicksand, sans-serif;
  color: #fff;
}

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

.paragraph-2 {
  font-family: Quicksand, sans-serif;
  color: #fff;
}

.column-8 {
  padding-right: 34px;
  padding-left: 34px;
}

.column-9 {
  padding-right: 24px;
  padding-left: 24px;
}

.column-10 {
  margin-bottom: 16px;
  padding-right: 24px;
  padding-left: 24px;
}

.heading-4 {
  color: #101010;
  text-decoration: underline;
  text-transform: capitalize;
}

.image-15 {
  padding-right: 10px;
  padding-left: 10px;
}

.image-16 {
  padding-right: 10px;
  padding-left: 10px;
}

.text-field-4 {
  margin-bottom: 0px;
  border-radius: 20px;
}

.submit-button {
  overflow: visible;
  max-width: 10%;
  min-height: 10%;
  min-width: 30%;
  border-radius: 20px;
  -webkit-transition: background-color 200ms ease, -webkit-transform 400ms ease;
  transition: background-color 200ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 200ms ease;
  transition: transform 400ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
}

.submit-button:hover {
  background-color: #f6941f;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.section-3 {
  padding: 76px 5px;
}

.field-label-3 {
  padding-bottom: 17px;
  font-size: 30px;
}

.field-label-4 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 30px;
}

.field-label-5 {
  margin-top: 21px;
  margin-bottom: 21px;
  font-size: 30px;
}

.field-label-6 {
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 30px;
}

.field-label-7 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 30px;
}

.text-field-5 {
  border-radius: 20px;
  font-size: 14px;
}

.text-field-6 {
  border-radius: 20px;
}

.text-field-7 {
  border-radius: 20px;
}

.text-field-8 {
  border-radius: 20px;
}

.section-4 {
  padding-top: 436px;
  padding-bottom: 436px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/DSC_4327.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/DSC_4327.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.heading-5 {
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
}

.container-4 {
  margin-bottom: 33px;
}

.checkbox-field {
  padding-top: 20px;
  padding-bottom: 18px;
}

.checkbox-3 {
  width: 3%;
  height: 20px;
}

.checkbox-label {
  color: #000;
}

.link-3 {
  color: #f7f7f7;
  font-size: 30px;
  line-height: 30px;
}

.link-block-6 {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  background-image: url('../images/Twitter_Social_Icon_Circle_Color.png');
  background-position: 50% 50%;
  background-size: 90% 90%;
  background-repeat: no-repeat;
}

.link-block-7 {
  width: 100%;
  height: 94%;
  padding-top: 100%;
  background-image: url('../images/f_logo_RGB-Blue_1024.png');
  background-position: 50% 50%;
  background-size: 90% 90%;
  background-repeat: no-repeat;
}

.link-block-8 {
  width: 135%;
  height: 94%;
  padding-top: 100%;
  background-image: url('../images/IG_Glyph_Fill.png');
  background-position: 50% 50%;
  background-size: 90% 90%;
  background-repeat: no-repeat;
}

.link-block-9 {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  background-image: url('../images/yt_icon_rgb.png');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.image-5-mobile {
  position: relative;
  top: -349px;
  z-index: 1;
  display: none;
}

.image-6-mobile {
  position: relative;
  top: -318px;
  display: none;
}

.left-block-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.button-bottom {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-bottom:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.button-bottom.dark {
  margin-top: 34px;
  margin-right: 0px;
  padding: 20px 40px;
  border-style: none;
  border-color: #000;
  border-radius: 100px;
  background-color: #f7931d;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

.button-bottom.dark:hover {
  border-style: none;
  border-color: #53d7db;
  background-color: #3fa9f5;
  -webkit-transform: translate(0px, 7px);
  -ms-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
  color: #fff;
}

.button-bottom.dark.center {
  display: block;
  text-align: center;
}

.container-6 {
  height: 700px;
  margin-top: 72px;
  margin-bottom: 138px;
}

.slide-2 {
  height: auto;
  background-image: url('../images/DSC_1011.jpg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

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

.slider-2 {
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.mask {
  padding-bottom: 0px;
}

.slide-4 {
  height: auto;
  background-image: url('../images/DSC_1025.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-5 {
  background-image: url('../images/DSC_1016.jpg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.heading-6 {
  font-family: Quicksand, sans-serif;
}

.paragraph-3 {
  font-family: Quicksand, sans-serif;
}

.paragraph-4 {
  font-family: Quicksand, sans-serif;
}

.paragraph-5 {
  font-family: Quicksand, sans-serif;
}

.container-7 {
  margin-top: 57px;
  padding: 20px;
}

.slide-6 {
  background-image: url('../images/DSC_1025.jpg');
  background-position: 50% 50%;
  background-size: 125% 100%;
  background-repeat: no-repeat;
}

.heading-8 {
  color: #fff;
}

.paragraph-6 {
  color: #fff;
}

.paragraph-7 {
  color: #fff;
}

.color-block-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 220px;
  margin-top: 23px;
  margin-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7931d;
  color: #332727;
}

@media (max-width: 991px) {
  .hero-section {
    height: autopx;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: hsla(0, 0%, 85.9%, 0);
    background-image: url('../images/DSC_4327.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-section.about-us {
    height: auto;
    padding: 110px 8px;
    background-color: rgba(12, 21, 47, 0.6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/DSC_1025.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/DSC_1025.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
  .hero-section.about-us.shop {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/DSC_1009.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/DSC_1009.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }
  .hero-section.about-us.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/contact-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/contact-1.jpg');
    background-position: 0px 0px, 50% 96%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-section.about-us.licensing {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .hero-section.licensing {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/shutterstock_258281537-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/shutterstock_258281537-1.jpg');
    background-position: 0px 0px, 50% 54%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .nav-link {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px none #dcdcdc;
  }
  .left-block {
    display: block;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.collections {
    border-top-width: 0px;
  }
  .section.cta {
    padding-right: 20px;
    padding-left: 20px;
  }
  .brand {
    padding-left: 14px;
  }
  .brand.w--current {
    margin-top: 0px;
  }
  .brand.footer {
    padding-left: 0px;
  }
  .nav-menu {
    top: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .vertical-category {
    left: -60px;
    top: 30%;
    display: none;
  }
  .vertical-category.right {
    top: 30%;
    right: -10%;
  }
  .icon-2 {
    color: #1f2532;
  }
  .search-link {
    display: none;
  }
  .top-text.hero {
    margin-bottom: -10px;
    text-align: left;
  }
  .link-block-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-content-block {
    margin-bottom: 0px;
    text-align: left;
  }
  .footer-content-block.padding {
    margin-bottom: 100px;
  }
  .product-info {
    margin-top: 80px;
    padding-left: 0px;
  }
  .page-title {
    margin-top: 0px;
    color: #f7931d;
  }
  .page-title.big {
    width: 70%;
    color: #fff;
  }
  .paragraph.main {
    width: 45%;
  }
  .tab-block {
    width: 200px;
    height: 200px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .sub-footer {
    margin-top: 0px;
  }
  .right-footertext {
    text-align: right;
  }
  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .columns {
    display: block;
  }
  .color-block {
    width: auto;
  }
  .info-sale-block {
    width: 90%;
    margin-left: 20px;
  }
  .info-sale-block.padding {
    margin-left: 0px;
  }
  .detail-paragraph.subpage {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .team-wrapper {
    width: 96%;
  }
  .button-2:hover {
    background-color: #fc6f00;
  }
  .info-contact-row {
    width: 100%;
  }
  .category-list-wrapper {
    width: 100%;
  }
  .licence-item-1 {
    width: 80%;
  }
  .sticky-navbar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0px;
  }
  .container-3 {
    position: relative;
  }
  .menu-button {
    background-color: #fff;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .about-hero-block {
    display: block;
    width: 66.66%;
    margin-right: 33.33%;
    margin-bottom: 0px;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .left-block-copy {
    display: none;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .submit-button {
    max-height: 4%;
    max-width: 30%;
    min-height: 20%;
    min-width: 30%;
    padding-right: 15px;
    text-align: center;
  }
  .left-block-bottom {
    display: block;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .color-block-copy {
    width: auto;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 650px;
    padding-top: 6%;
    background-image: url('../images/DSC_4327.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-section.about-us {
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/DSC_1025.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/DSC_1025.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }
  .hero-section.about-us.shop {
    height: auto;
    padding-top: 110px;
  }
  .hero-section.about-us.contact {
    height: auto;
  }
  .hero-section.licensing {
    height: 100%;
    padding-top: 10%;
    padding-bottom: 5%;
  }
  .left-block {
    margin-bottom: 60px;
  }
  .section.cta {
    background-image: url('../images/DSC_1011.jpg'), -webkit-gradient(linear, left top, right top, color-stop(44%, #dbdbdb), to(hsla(0, 0%, 100%, 0)));
    background-image: url('../images/DSC_1011.jpg'), linear-gradient(90deg, #dbdbdb 44%, hsla(0, 0%, 100%, 0));
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }
  .section.sale-section {
    padding-top: 50%;
    padding-bottom: 20%;
  }
  .vertical-category {
    display: none;
  }
  .container {
    height: auto;
  }
  .footer-content-block {
    margin-bottom: 60px;
  }
  .footer-content-block.padding {
    margin-bottom: 0px;
  }
  .button {
    text-align: center;
  }
  .page-title.big {
    width: 80%;
    color: #fcfcfc;
    font-size: 38px;
    line-height: 48px;
  }
  .paragraph.main {
    width: 45%;
  }
  .tab-block {
    margin-bottom: 30px;
  }
  .section-tittle.cta {
    color: #fff;
  }
  .sub-footer {
    margin-top: 120px;
  }
  .right-footertext {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .container-2 {
    height: auto;
  }
  .cta-button-block {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta-row {
    display: block;
  }
  .sale-block.padding {
    margin-top: 120px;
  }
  .info-sale-block {
    margin-top: 0px;
    margin-left: 0px;
  }
  .info-sale-block.padding {
    margin-top: 120px;
    margin-left: 0px;
  }
  .row-padding {
    margin-bottom: 90px;
  }
  .div-info-wrapper {
    margin-top: 60px;
  }
  .div-column-left {
    margin-bottom: 40px;
  }
  .div-column-right {
    margin-top: 30px;
    float: none;
  }
  .team-wrapper {
    margin-bottom: 20px;
  }
  .form-block-2 {
    height: auto;
  }
  .column {
    margin-top: 150px;
    margin-bottom: 0px;
  }
  .licence-item-1 {
    width: 100%;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .menu-button {
    font-size: 30px;
  }
  .about-hero-block {
    width: 75%;
    margin-right: 25%;
    margin-bottom: 0px;
  }
  .column-2 {
    padding: 20px;
  }
  .columns-4 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-3 {
    padding: 20px;
  }
  .column-4 {
    padding: 20px;
  }
  .column-5 {
    padding: 20px;
  }
  .left-block-copy {
    margin-bottom: 60px;
  }
  .submit-button {
    padding-right: 15px;
  }
  .section-3 {
    padding-right: 59px;
    padding-left: 59px;
  }
  .left-block-bottom {
    margin-bottom: 60px;
  }
  .button-bottom {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .hero-section {
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
    background-image: url('../images/DSC_4327.jpg'), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 50% 50%, 50% 50%;
    background-size: cover, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-section.about-us {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/DSC_1025.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/DSC_1025.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }
  .hero-section.about-us.shop {
    height: auto;
    padding-top: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/DSC_1009.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/DSC_1009.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .hero-section.about-us.contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-section.about-us.licensing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hero-section.licensing {
    height: 100%;
    padding-top: 20%;
  }
  .left-block {
    display: none;
    overflow: visible;
  }
  .section.collections {
    padding-bottom: 53px;
  }
  .section.cta {
    margin-top: -34px;
    padding-bottom: 11px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/DSC_1011.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/DSC_1011.jpg');
    background-position: 0px 0px, 45% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }
  .section.sale-section {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  .section.sale-section.about {
    padding-top: 10%;
    padding-bottom: 0px;
  }
  .section.checkout {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.order {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-flex {
    height: 80px;
  }
  .subscribe-form-block.section-newsletter {
    width: auto;
  }
  .container {
    height: auto;
  }
  .footer-subscribe {
    width: 100%;
    float: none;
  }
  .subscribe-button {
    width: 100%;
  }
  .button {
    margin-bottom: 10px;
  }
  .button.dark {
    width: 100%;
    height: 100%;
    padding: 10px 30%;
    border-radius: 60px;
    font-size: 20px;
    line-height: 30px;
  }
  .page-title {
    margin-top: 77px;
    margin-bottom: 25px;
    font-size: 70px;
    line-height: 40px;
  }
  .page-title.big {
    width: 100%;
    color: #fff;
    font-size: 50px;
  }
  .paragraph.main {
    width: 100%;
    color: #fff;
  }
  .tab-block {
    margin-right: 0px;
    margin-bottom: -17px;
    margin-left: 0px;
  }
  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }
  .section-tittle.cta {
    color: #fff;
    font-size: 30px;
  }
  .container-2 {
    height: auto;
  }
  .cta-button-block {
    margin-right: 8px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cta-row {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .different-font {
    font-size: 48px;
    line-height: 58px;
  }
  .sale-block {
    margin-top: 66px;
    margin-bottom: -155px;
  }
  .sale-block.padding {
    margin-top: 23px;
    margin-bottom: -452px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .color-block {
    display: none;
    height: 75px;
    margin-top: 122px;
    margin-left: 66px;
    padding-bottom: 0px;
    background-color: #f7931d;
  }
  .info-sale-block {
    width: 100%;
    margin-left: 0px;
  }
  .info-sale-block.padding {
    margin-top: 80px;
  }
  .row-padding {
    margin-top: -52px;
    margin-bottom: 23px;
    padding-top: 0px;
  }
  .about-pompeo-text.center {
    width: 80%;
  }
  .image-2 {
    left: 83px;
    display: none;
    width: 70%;
    margin-right: 39px;
  }
  .image-3 {
    right: 89px;
  }
  .team-wrapper {
    text-align: center;
  }
  .contact-div-wrapper {
    width: 100%;
  }
  .form-block-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-2 {
    width: 100%;
  }
  .map-wrapper {
    padding: 29px;
  }
  .column {
    margin-top: 169px;
    margin-bottom: 30px;
  }
  .licence-item-1 {
    padding: 15px 15px 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .image-div-2 {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .licence-links-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .licence-link {
    margin-right: 10px;
  }
  .checkout-form-container {
    padding: 0px;
    background-color: transparent;
  }
  .about-hero-block {
    width: 100%;
    margin-right: 0%;
  }
  .order-confirmation-container {
    padding: 0px;
    border-style: none;
    background-color: transparent;
    color: transparent;
  }
  .cart-container {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection-item-copy {
    margin-bottom: -32px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image-5 {
    display: none;
  }
  .image-6 {
    top: -390px;
    display: none;
    max-width: 120%;
    margin-left: -26px;
  }
  .grid {
    display: none;
  }
  .column-2 {
    padding-right: 0px;
    padding-bottom: 26px;
    padding-left: 0px;
  }
  .columns-4 {
    margin-right: -5%;
    margin-bottom: 22px;
    margin-left: -5%;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-block-4 {
    padding-top: 10%;
  }
  .left-block-copy {
    display: inline-block;
    overflow: visible;
  }
  .commonrepairs {
    margin-bottom: 21px;
  }
  .image-11 {
    max-width: 120%;
    margin-left: -42px;
  }
  .slide {
    padding-bottom: 65px;
  }
  .slider {
    padding-bottom: 64px;
  }
  .image-12 {
    position: relative;
    top: -23px;
    right: 12px;
    display: inline-block;
    max-height: 140%;
    max-width: 140%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-13 {
    margin-top: 25px;
    margin-bottom: -74px;
  }
  .image-14 {
    margin-bottom: 25px;
  }
  .colume-2 {
    display: inline-block;
  }
  .link-block-5 {
    padding-bottom: 0px;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-4 {
    font-size: 100%;
    line-height: 120%;
  }
  .image-15 {
    width: 100%;
    height: 100%;
    max-width: none;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-16 {
    width: 100%;
    height: 100%;
    max-width: none;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .submit-button {
    min-width: 60%;
    padding-right: 15px;
  }
  .section-3 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-4 {
    padding-top: 0px;
    padding-bottom: 385px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/DSC_4327.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/DSC_4327.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .heading-5 {
    padding-top: 350px;
    font-size: 30px;
  }
  .checkbox-3 {
    width: auto;
    height: 80%;
    margin-right: 6px;
    margin-left: -12px;
  }
  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .link-block-6 {
    width: 100%;
    height: 100%;
    padding-top: 100%;
    background-image: url('../images/Twitter_Social_Icon_Circle_Color.svg');
    background-position: 50% 50%;
    background-size: 70% 70%;
    background-repeat: no-repeat;
  }
  .link-block-7 {
    width: 100%;
    padding-top: 100%;
    background-image: url('../images/f_logo_RGB-Blue_1024.png');
    background-position: 50% 50%;
    background-size: 70% 70%;
    background-repeat: no-repeat;
  }
  .link-block-8 {
    width: 100%;
    height: 100%;
    margin-bottom: 0%;
    padding-bottom: 0%;
    background-image: url('../images/IG_Glyph_Fill.png');
    background-position: 50% 50%;
    background-size: 70% 70%;
    background-repeat: no-repeat;
  }
  .link-block-9 {
    width: 90%;
    height: 90%;
    padding-bottom: 0%;
    background-image: url('../images/yt_icon_rgb.png');
    background-position: 50% 50%;
    background-size: 80%;
    background-repeat: no-repeat;
  }
  .image-5-mobile {
    top: 0px;
    display: block;
  }
  .image-6-mobile {
    top: -211px;
    display: block;
    max-width: 120%;
    margin-left: -26px;
    padding: 18px;
  }
  .link-block-10 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-17 {
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .left-block-bottom {
    display: block;
    overflow: visible;
  }
  .button-bottom {
    margin-bottom: 10px;
  }
  .button-bottom.dark {
    width: 120%;
    height: 100%;
    padding: 10px 30%;
    border-radius: 60px;
    line-height: 30px;
  }
  .container-6 {
    height: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .slider-2 {
    height: 90%;
  }
  .heading-6 {
    margin-bottom: 15px;
    margin-left: 31px;
    font-size: 25px;
  }
  .slide-6 {
    background-size: auto 100%;
  }
  .heading-7 {
    margin-bottom: 31px;
  }
  .paragraph-6 {
    margin-bottom: 48px;
  }
  .column-11 {
    margin-top: 97px;
  }
  .color-block-copy {
    display: block;
    height: 20px;
    margin-top: 173px;
    margin-left: 66px;
    padding-bottom: 0px;
    background-color: #f7931d;
  }
  .column-12 {
    margin-top: 46px;
  }
}

#w-node-26217018f6fa-1a43d0e8 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

