.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 {
  font-weight: 400;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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,
.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;
  color: #333;
  display: block;
  font-size: 14px;
  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,
.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.w-commerce-commercecheckoutcardnumber:focus,
.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,
.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;
  color: #333;
  display: block;
  font-size: 14px;
  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,
.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus,
.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,
.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;
  color: #333;
  display: block;
  font-size: 14px;
  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,
.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus,
.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;
}

.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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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;
  color: #333;
  display: block;
  font-size: 14px;
  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-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 {
  color: #999;
  font-size: 15px;
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

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

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

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

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

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

.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-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.nav-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  padding-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #77787d;
  border-bottom: 1px solid rgba(180, 198, 218, .4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#48688a), color-stop(37%, #406083), to(#325377));
  background-image: linear-gradient(180deg, #48688a, #406083 37%, #325377);
}

.nav-bg-bar {
  position: relative;
  top: 0px;
  z-index: 2;
  margin-top: 12px;
  margin-bottom: 32px;
  padding: 20px 0px;
  background-color: hsla(0, 0%, 100%, .21);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .05), inset 0 -2px 8px 0 hsla(0, 0%, 91%, .25);
  opacity: 1;
}

.section {
  margin-top: -20px;
  padding-top: 6px;
  padding-bottom: 39px;
  background-image: url('../images/flooring-image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-h2 {
  margin-top: 85px;
  font-family: interstate, sans-serif;
  color: #fff;
  font-size: 78px;
  font-weight: 800;
  text-align: center;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 84%, .21)), to(hsla(0, 0%, 84%, .21)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 84%, .21), hsla(0, 0%, 84%, .21));
  font-family: interstate, sans-serif;
  text-shadow: 4px 4px 139px rgba(0, 0, 0, .94), 0 0 10px rgba(0, 0, 0, .44);
}

.image {
  position: relative;
  top: 11px;
  opacity: 0.94;
}

.heading {
  margin-top: 15px;
  margin-bottom: 37px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-shadow: 4px 4px 139px rgba(0, 0, 0, .88), 0 0 10px #000;
}

.nav-link-wrap {
  position: relative;
  left: 18px;
  top: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-transform: uppercase;
}

.nav-link {
  margin-right: 24px;
  margin-left: 0px;
  color: #a3a3a3;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.active {
  color: #fff;
  font-weight: 400;
}

.nav-link.servicemen-link {
  top: 27px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 10px;
  text-align: right;
  letter-spacing: 2px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 60px;
  margin: 50px auto 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: hsla(0, 0%, 100%, .19);
  box-shadow: 1px 1px 3px 0 #000;
  font-size: 18px;
  text-align: center;
}

.wood-selection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 471px;
  height: 325.0625px;
  margin-top: 19px;
  margin-right: auto;
  margin-left: 16px;
  padding: 6px 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 84%, .18)), to(hsla(0, 0%, 84%, .18)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 84%, .18), hsla(0, 0%, 84%, .18));
}

.wood-pic {
  display: inline;
}

.columns {
  height: 364.0625px;
}

.h-wide-selection {
  margin-top: 41px;
  color: #313232;
  font-weight: 800;
  text-align: center;
  letter-spacing: 3px;
  text-shadow: 0 0 35px hsla(0, 0%, 100%, .5), 0 -1px 0 hsla(0, 0%, 100%, .25), 0 1px 0 #6a6a6a;
}

.link-wide-selection {
  margin-bottom: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #bcbcbc;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-shadow: none;
}

.link-wide-selection.active-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 3px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8e8a8a), to(#8e8a8a));
  background-image: linear-gradient(180deg, #8e8a8a, #8e8a8a);
  color: #fff;
}

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

.section-2 {
  position: relative;
  margin-top: 16px;
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, .01);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .02)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .02), #fff), linear-gradient(180deg, #f5f5f5, #f5f5f5);
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .04)), to(#fff));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .04), #fff);
  color: #535050;
  font-weight: 500;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-shadow: none;
}

.section-3 {
  height: 300px;
  margin-bottom: 70px;
  background-color: #f9f9f9;
}

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

.link {
  text-align: center;
  text-shadow: none;
}

.footer-link {
  padding-right: 29px;
  padding-left: 29px;
  color: #9f9f9f;
  font-size: 13px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.container {
  border: 1px solid #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
}

.nav-wrap-bg {
  position: absolute;
  left: 0px;
  top: 19px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 62px;
  padding-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #77787d;
  border-bottom: 1px solid #b4c6da;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#48688a), color-stop(37%, #406083), to(#325377));
  background-image: linear-gradient(180deg, #48688a, #406083 37%, #325377);
}

.navbar {
  display: none;
}

.heading-mobile {
  display: none;
  margin-top: 15px;
  margin-bottom: 37px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-shadow: 4px 4px 139px rgba(0, 0, 0, .88), 0 0 10px #000;
}

.floor-section-wrrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.floor-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin: 10px 8px 6px 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .11);
  background-image: url('../images/floor-1.png');
  background-position: 0px 50%;
  background-size: auto 316px;
  box-shadow: 0 0 6px 0 #bcb9b9;
}

.floor-section.floor-section-open {
  width: 430px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-size: 105% 316px;
  background-repeat: no-repeat;
}

.floor-section.floor-1 {
  background-image: url('../images/floor_1.png');
  background-position: 0px 100%;
  background-size: 100%;
}

.floor-section.floor-2 {
  background-image: url('../images/floor_2.png');
  background-position: 0px 50%;
  background-size: auto 316px;
}

.floor-section.floor-3 {
  background-image: url('../images/floor_3.png');
  background-size: auto 316px;
}

.floor-section.floor-4 {
  background-image: url('../images/floor_4.png');
  background-size: 250px;
}

.floor-section.floor-5 {
  background-image: url('../images/floor_5.png');
  background-position: 0px 50%;
  background-size: auto 316px;
}

.floor-section.floor-6 {
  background-image: url('../images/floor_6.png');
  background-position: 0px 50%;
  background-size: auto 316px;
}

.floor-section.floor-6.floor-section-open {
  position: relative;
  width: 40%;
}

.floor-section.floor-7 {
  background-image: url('../images/floor_7.png');
  background-size: auto;
}

.floor-section.floor-8 {
  background-image: url('../images/floor_8.png');
  background-position: -45px 0px;
  background-size: auto 316px;
}

.floor-section.floor-9 {
  background-image: url('../images/floor_9.png');
  background-position: 0px 50%;
  background-size: auto;
}

.floor-section.floor-10 {
  margin-right: -1px;
  background-image: url('../images/floor_1.png');
  background-size: auto 316px;
}

.section-floor {
  margin-top: -2px;
  padding-bottom: 5px;
  background-color: #e4e4e4;
  text-shadow: none;
}

.floor-price-box-1 {
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: 1px;
  display: block;
  margin: 16px 19px;
  padding: 0px 7px 0px 11px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .81)), to(hsla(0, 0%, 100%, .81)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .81), hsla(0, 0%, 100%, .81));
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, .14);
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: none;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 59px;
  padding-top: 9px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-title-1 {
  color: #888;
  text-shadow: none;
}

.product-title-1 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.button-2 {
  margin-top: 2px;
  border-radius: 9px;
  background-color: #6882aa;
  font-size: 29px;
}

.wood-pic-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floor-price-box-2 {
  position: absolute;
  left: -4px;
  top: 33px;
  display: block;
  margin: 16px 19px 12px;
  padding: 10px 29px;
  border-radius: 28px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .81)), to(hsla(0, 0%, 100%, .81)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .81), hsla(0, 0%, 100%, .81));
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, .14);
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: none;
}

.price-title-2 {
  color: #888;
  font-size: 15px;
  text-align: left;
  letter-spacing: 0.5px;
  text-shadow: none;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 19px;
  -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;
}

.calculator-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 300px;
  margin-top: 74px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 81px;
  padding-left: 81px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .93)), to(hsla(0, 0%, 100%, .93)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .93), hsla(0, 0%, 100%, .93));
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
}

.heading-2 {
  margin-top: 44px;
  color: #3c5b7c;
  font-size: 24px;
  text-align: center;
  text-shadow: 4px 4px 139px rgba(0, 0, 0, .5);
}

.form-wrap {
  margin-bottom: 52px;
  padding-top: 20px;
}

.question-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -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;
}

.question-row.question-row-upload {
  display: none;
}

.question-row.question-row-step-2 {
  margin-bottom: -1px;
  -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;
}

.question-row.question-row-step-2.question-row-step-2-first {
  width: 100%;
  max-width: 360px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
}

.question-title {
  height: 20px;
  margin-right: 9px;
  margin-bottom: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-shadow: none;
}

.question-input {
  width: 140px;
  height: 60px;
  margin-left: 8px;
  background-color: #e9e9e9;
  color: #282828;
  font-size: 30px;
  text-align: right;
  letter-spacing: 5px;
}

.question-input::-webkit-input-placeholder {
  color: #f5f3f3;
}

.question-input:-ms-input-placeholder {
  color: #f5f3f3;
}

.question-input::-ms-input-placeholder {
  color: #f5f3f3;
}

.question-input::placeholder {
  color: #f5f3f3;
}

.question-input.question-input-step2 {
  width: 100%;
  height: 36px;
  max-width: 360px;
  margin-left: -1px;
  border-style: none none solid solid;
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  border-left-width: 1px;
  border-left-color: #dcdcdc;
  background-color: #ededed;
  font-size: 15px;
  text-align: left;
  letter-spacing: 1px;
}

.question-input.question-input-step2::-webkit-input-placeholder {
  color: #9b9595;
}

.question-input.question-input-step2:-ms-input-placeholder {
  color: #9b9595;
}

.question-input.question-input-step2::-ms-input-placeholder {
  color: #9b9595;
}

.question-input.question-input-step2::placeholder {
  color: #9b9595;
}

.form {
  margin-top: 48px;
}

.div-block-2 {
  height: 20px;
  min-width: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/dots.png');
  background-position: 0px 50%;
  background-size: auto 4px;
  background-repeat: no-repeat;
}

.calculator-btn-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140.28125px;
  height: 60px;
  -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: #adadad;
  font-size: 18px;
  letter-spacing: 2px;
  text-shadow: none;
}

.total-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  margin-bottom: 21px;
  -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;
}

.total-question-title {
  height: 20px;
  margin-right: 9px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-shadow: none;
}

.total-row-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.total-question-subtitle {
  height: 20px;
  margin-top: -4px;
  margin-right: 9px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #b5b1b1;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-shadow: none;
}

.total-question-subtitle.subtitle-dark {
  color: #393838;
}

.text-block-2 {
  margin-right: 34px;
  color: #0513ce;
  font-size: 30px;
  font-weight: 500;
  text-shadow: none;
}

.pick-a-floor-link {
  display: block;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8493ff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-shadow: none;
}

.link-2 {
  text-shadow: none;
}

.section-calculator {
  margin-top: -20px;
  padding-top: 6px;
  padding-bottom: 39px;
  background-image: url('../images/oak_panels.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-4 {
  margin-left: 28px;
  padding: 33px;
  background-image: linear-gradient(141deg, #000, #fff, #fff 48%, hsla(0, 0%, 100%, .69));
  opacity: 1;
}

.product-details-container-open {
  position: relative;
  left: 31px;
  display: block;
  width: 64%;
  height: 292px;
  max-width: 100%;
  min-height: 300px;
  margin-top: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .24);
  background-image: url('../images/tribeca-oak-floor2x.png');
  background-position: 0px 0px;
  background-size: 723px 100%;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .81), 7px 7px 23px -1px rgba(0, 0, 0, .25);
  text-shadow: none;
}

.product-details {
  position: relative;
  left: 10px;
  top: 9px;
  width: 97%;
  margin-left: 2px;
  padding-top: 1px;
  padding-left: 20px;
}

.product-get-estimate-btn {
  position: absolute;
  right: 9px;
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 43px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .34);
  background-color: hsla(0, 0%, 100%, .2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .48);
  font-size: 16px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 6px #000;
}

.product-get-estimate-btn:hover {
  background-color: hsla(0, 0%, 100%, .34);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .76);
}

.div-block-7 {
  min-height: 800px;
}

.section-product {
  margin-top: -20px;
  padding-top: 6px;
  padding-bottom: 39px;
  background-image: url('../images/oak_panels.png');
  background-position: 50% 100%;
  background-size: 100% 100%;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.heading-3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 49px;
  font-weight: 800;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .63);
}

.product-details-wrap {
  padding-left: 8px;
}

.product-detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-detail-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125.828125px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.product-detail-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prod-detail-title {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  text-shadow: 1px 1px 2px #000;
}

.prod-detail-detail {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  text-shadow: 1px 1px 2px #000;
}

.product-detail-row-bottom-open {
  position: absolute;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.prod-detail-detail-price {
  margin-right: 13px;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  text-shadow: 1px 1px 2px #000;
}

.product-details-container {
  position: static;
  left: 31px;
  display: block;
  width: 93%;
  height: 142px;
  max-width: 100%;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .42);
  background-image: url('../images/tribeca-oak-floor2x.png');
  background-position: 0px 100%;
  background-size: 723px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .81), 7px 7px 23px -1px rgba(0, 0, 0, .25);
  text-shadow: none;
}

.product-opem-details-btn {
  position: absolute;
  top: 74px;
  right: 150px;
  bottom: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 43px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .34);
  background-color: hsla(0, 0%, 100%, .2);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .48);
  font-size: 16px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 6px #000;
}

.product-opem-details-btn:hover {
  background-color: hsla(0, 0%, 100%, .34);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .76);
}

.product-detail-row-bottom {
  position: relative;
  bottom: -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.products-container {
  margin-top: 61px;
  margin-bottom: 73px;
}

.products-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 66px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 38px;
  padding-left: 38px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .9)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
}

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

.product-nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-spacer {
  margin-right: 21px;
  margin-left: 21px;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, .44);
}

.product-nav-link {
  color: #000;
  font-size: 17px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, .44);
}

.product-nav-link.product-nav-link-active {
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .44);
}

.product-details-open {
  position: relative;
  left: 10px;
  top: 9px;
  width: 97%;
  height: 279px;
  margin-left: 2px;
  padding-top: 1px;
  padding-left: 20px;
  background-image: url('../images/product-detail-underlay.png');
  background-position: 0px 100%;
  background-size: 418px 100%;
  background-repeat: no-repeat;
}

.div-block-8 {
  position: relative;
  top: -61px;
  right: -3px;
}

.image-4 {
  position: absolute;
  top: -56px;
  right: 3px;
  border-left: 1px solid hsla(0, 0%, 100%, .71);
}

.flooring-options {
  margin-top: 0px;
  background-image: linear-gradient(324deg, rgba(0, 0, 0, .47), hsla(0, 0%, 100%, .25)), url('../images/tribeca-oak-floor2x.png');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, cover;
}

.heading-4 {
  width: 215%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 28px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
  text-shadow: 4px 4px 139px rgba(0, 0, 0, .94), 0 0 10px rgba(0, 0, 0, .44), 0 1px 0 hsla(0, 0%, 100%, .42);
}

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

.columns-3 {
  width: 100%;
}

.floor-subsection {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.floor-section-h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .56);
}

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

.question-title-wrap {
  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: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.pick-a-floor-link-in-q {
  display: block;
  height: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8493ff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-shadow: none;
}

.select-field {
  width: 140px;
  height: 58px;
  padding-left: 9px;
  border-radius: 0px;
  background-color: #fefefe;
  font-size: 24px;
}

.text-span-2 {
  color: #bbc5d1;
  font-weight: 300;
}

.select-field-2 {
  width: 140px;
  height: 61px;
  margin-left: 5px;
  font-size: 16px;
  letter-spacing: 1px;
}

.div-block-9 {
  margin: 48px 37px 37px;
  clear: none;
}

.heading-5 {
  padding-left: 11px;
  color: hsla(0, 0%, 100%, .87);
  font-size: 27px;
}

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

.related-products-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 7px;
  padding-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .16);
}

.heading-6 {
  text-shadow: none;
}

.text-block-3 {
  margin-bottom: 1px;
}

.text-block-3-copy {
  margin-bottom: 5px;
  text-shadow: none;
}

.calc-submit {
  width: 100%;
  height: 40px;
  max-width: 358px;
  margin-top: 0px;
  background-color: #3c5b7c;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

.select-field-2-copy {
  width: 100%;
  height: 39px;
  max-width: 360px;
  font-size: 16px;
  letter-spacing: 1px;
}

.question-input-total {
  width: 140px;
  height: 60px;
  margin-left: 8px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, .02);
  color: #0024c8;
  font-size: 30px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0px;
}

.question-input-total::-webkit-input-placeholder {
  color: #003edd;
}

.question-input-total:-ms-input-placeholder {
  color: #003edd;
}

.question-input-total::-ms-input-placeholder {
  color: #003edd;
}

.question-input-total::placeholder {
  color: #003edd;
}

.question-input-total.question-input-step2 {
  width: 100%;
  height: 36px;
  max-width: 360px;
  margin-left: -1px;
  border-style: none none solid solid;
  border-bottom-width: 1px;
  border-bottom-color: #e1e1e1;
  border-left-width: 1px;
  border-left-color: #dcdcdc;
  background-color: #ededed;
  font-size: 15px;
  text-align: left;
  letter-spacing: 1px;
}

.question-input-total.question-input-step2::-webkit-input-placeholder {
  color: #9b9595;
}

.question-input-total.question-input-step2:-ms-input-placeholder {
  color: #9b9595;
}

.question-input-total.question-input-step2::-ms-input-placeholder {
  color: #9b9595;
}

.question-input-total.question-input-step2::placeholder {
  color: #9b9595;
}

.success-message {
  margin-top: 21px;
}

.related-product {
  min-width: 360px;
  margin-right: 28px;
  margin-left: 9px;
}

.grid {
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-7 {
  color: #e4e4e4;
  font-weight: 500;
}

.heading-8 {
  position: static;
  color: #fcfcfc;
  font-size: 19px;
}

.heading-9 {
  color: #fff;
  font-weight: 400;
}

.columns-4 {
  margin-left: -10px;
  background-color: rgba(0, 0, 0, .45);
}

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

.column-6 {
  padding-left: 8px;
}

.top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.nav-link-adtive {
  margin-right: 28px;
  margin-left: 11px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-adtive.active {
  color: #fff;
  font-weight: 400;
}

.nav-link-adtive.servicemen-link {
  top: 27px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 10px;
  text-align: right;
  letter-spacing: 2px;
}

.body-2 {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.hero {
  position: relative;
  height: 470px;
}

.slide {
  background-image: url('../images/hero1.png');
  background-position: 50% 100%;
  background-size: 1084px;
}

.slider {
  height: 470px;
}

.logo-large {
  position: absolute;
  left: 25px;
  top: 23px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b02a3), to(#05016a));
  background-image: linear-gradient(180deg, #0b02a3, #05016a);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .51);
}

.logo-ric {
  margin-top: 3px;
  color: #fff;
  font-size: 74px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.logo-flooring {
  margin-left: 4px;
  color: #fff;
  font-size: 23px;
  line-height: 0.1;
  font-weight: 300;
}

.text-block-4 {
  position: absolute;
  left: 10px;
  right: -32px;
  bottom: 19px;
  margin-top: 14px;
  margin-left: 11px;
  padding: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ce0000), to(#f80000));
  background-image: linear-gradient(180deg, #ce0000, #f80000);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 13px;
}

.hero-title {
  position: absolute;
  top: 51px;
  right: 88px;
  width: 510px;
}

.text-block-5 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 490px;
  height: 63px;
  -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: 5px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .79)), to(hsla(0, 0%, 100%, .79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .79), hsla(0, 0%, 100%, .79));
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 3px;
}

.text-block-6 {
  position: relative;
  top: -8px;
  right: -81px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 59px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 235, 0, .84)), to(rgba(255, 235, 0, .84)));
  background-image: linear-gradient(180deg, rgba(255, 235, 0, .84), rgba(255, 235, 0, .84));
  font-size: 22px;
  letter-spacing: 1px;
}

.text-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 22px 23px 34px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .89);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .84)), to(rgba(0, 0, 0, .84)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, .84));
  color: #d1d1d1;
}

.image-6 {
  position: relative;
  top: 0px;
  overflow: visible;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d4d4d4;
  letter-spacing: 2px;
}

.quote-tool-button {
  position: absolute;
  top: 288px;
  right: -29px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 60px;
  padding-right: 27px;
  padding-left: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .82);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .84)), to(rgba(0, 0, 0, .84)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, .84));
}

.slider-items-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 80px;
  margin: 0px 1% 2%;
  background-color: #f4f6ff;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  padding: 0px 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #dcdcdc;
}

.slider-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-nav {
  border-bottom: 2px solid #000;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 19px;
  font-weight: 400;
  text-transform: none;
}

.sliider-item-cost {
  text-transform: none;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-item-markup {
  margin-left: 24px;
  color: red;
  text-decoration: line-through;
  text-transform: none;
}

.bold-text-3 {
  font-size: 18px;
}

.bold-text-4 {
  font-size: 18px;
}

.popular {
  margin-bottom: 35px;
}

.heading-11 {
  margin-top: 20px;
  margin-bottom: 21px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 17px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffe7e7), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #ffe7e7, hsla(0, 0%, 100%, 0));
  font-size: 30px;
}

.popular-items-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.popular-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 91%, .5)), to(hsla(0, 0%, 91%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 91%, .5), hsla(0, 0%, 91%, .5));
}

.div-block-13 {
  width: 100%;
  height: 93px;
  background-image: url('../images/floor_5.png');
  background-position: 50% 100%;
}

.popular-item-title {
  padding: 9px 4px 9px 18px;
  text-transform: none;
}

@media (max-width: 991px) {
  .section {
    height: 482px;
    background-size: cover;
  }
  .hero-h2 {
    font-size: 67px;
  }
  .heading {
    font-size: 18px;
  }
  .nav-link.servicemen-link {
    position: absolute;
    top: 39px;
    right: 0px;
    color: #000;
    text-shadow: 4px 4px 139px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .44), 0 -2px 0 hsla(0, 0%, 100%, .25);
  }
  .wood-selection-wrap {
    width: 321px;
    height: 473.28125px;
  }
  .columns {
    height: auto;
  }
  .h-wide-selection {
    font-size: 28px;
  }
  .link-wide-selection {
    margin-bottom: 34px;
    font-size: 18px;
  }
  .column {
    left: -15px;
    padding-left: 0px;
  }
  .div-block {
    padding-right: 93px;
    padding-left: 93px;
  }
  .column-2 {
    padding-right: 34px;
  }
  .heading-mobile {
    font-size: 18px;
  }
  .floor-section-wrrap {
    border-bottom: 1px solid #b3b3b3;
  }
  .floor-section.floor-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .floor-section.floor-4 {
    display: none;
  }
  .floor-section.floor-6.floor-section-open {
    width: 50%;
  }
  .floor-section.floor-8 {
    display: none;
  }
  .calculator-wrap {
    padding-right: 39px;
    padding-left: 39px;
  }
  .question-title {
    margin-bottom: 2px;
  }
  .pick-a-floor-link {
    position: relative;
    top: -21px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .product-details {
    padding-left: 9px;
  }
  .heading-3 {
    font-size: 39px;
  }
  .pick-a-floor-link-in-q {
    position: relative;
    top: -1px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .related-products-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .related-product {
    margin-bottom: 16px;
  }
  .column-5 {
    margin-bottom: -2px;
  }
  .nav-link-adtive.servicemen-link {
    position: absolute;
    top: 39px;
    right: 0px;
    color: #000;
    text-shadow: 4px 4px 139px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .44), 0 -2px 0 hsla(0, 0%, 100%, .25);
  }
}

@media (max-width: 767px) {
  .hero-h2 {
    margin-bottom: 0px;
    font-size: 9vw;
  }
  .heading {
    margin-top: 1px;
    font-size: 2.4vw;
  }
  .nav-link-wrap {
    display: none;
  }
  .wood-selection-wrap {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .wood-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column {
    left: 0px;
    padding-right: 0px;
  }
  .div-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-2 {
    padding-right: 9px;
    padding-left: 11px;
  }
  .navbar {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
  }
  .menu-button {
    background-color: #446987;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#446987), to(#2d5575));
    background-image: linear-gradient(180deg, #446987, #2d5575);
  }
  .icon {
    color: #d8d8d8;
    font-size: 24px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .44);
  }
  .image-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-mobile {
    display: none;
    margin-top: 1px;
    font-size: 2.4vw;
  }
  .nav-menu {
    position: fixed;
    top: 1px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .2)), to(#fff));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .2), #fff);
    text-shadow: none;
  }
  .floor-section {
    min-height: 40px;
  }
  .floor-section.floor-6.floor-section-open {
    display: none;
    width: 40%;
  }
  .floor-price-box-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 78px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .price-title-1 {
    text-align: center;
  }
  .product-title-1 {
    text-align: center;
  }
  .column-3 {
    margin-top: 16px;
  }
  .button-2 {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .67);
    box-shadow: 2px 5px 13px 0 rgba(0, 0, 0, .25);
  }
  .floor-price-box-2 {
    height: 40px;
  }
  .price-title-2 {
    display: none;
    text-align: center;
  }
  .column-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .calculator-wrap {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1px 22px 12px;
  }
  .question-row {
    -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;
  }
  .question-row.question-row-step-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .question-title {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .question-input {
    width: 100px;
    height: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
  }
  .calculator-btn-upload {
    margin-top: 21px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .total-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .total-row-title-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .total-question-subtitle {
    text-align: center;
  }
  .text-block-2 {
    margin-top: 21px;
    margin-right: 4px;
  }
  .pick-a-floor-link {
    top: 18px;
  }
  .div-block-3 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .product-details-container-open {
    width: 90%;
  }
  .div-block-7 {
    min-height: 540px;
  }
  .product-details-container {
    width: 90%;
  }
  .product-opem-details-btn {
    top: NaNpx;
    right: 9px;
    bottom: 21px;
    z-index: 2;
  }
  .product-nav-right {
    display: none;
  }
  .link-spacer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-4 {
    border-style: solid;
    border-color: #635e5e;
  }
  .question-title-wrap {
    margin-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .pick-a-floor-link-in-q {
    position: static;
    top: 18px;
  }
  .div-block-9 {
    display: none;
  }
  .calc-submit {
    max-width: auto;
    text-align: center;
  }
  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .question-input-total {
    width: 100px;
    height: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
  }
  .related-product {
    min-width: auto;
  }
  .image-5 {
    width: 100%;
    max-height: 160px;
  }
}

@media (max-width: 479px) {
  .section {
    height: 432px;
    margin-right: -1px;
    margin-left: -1px;
  }
  .hero-h2 {
    margin-top: 64px;
  }
  .image {
    top: 10px;
  }
  .heading {
    display: none;
  }
  .wood-selection-wrap {
    height: auto;
  }
  .wood-pic {
    width: 41%;
    margin-bottom: 7px;
  }
  .h-wide-selection {
    margin-bottom: 25px;
    padding-top: 11px;
    font-size: 6vw;
  }
  .link-wide-selection {
    font-size: 3.5vw;
  }
  .text-block {
    font-size: 3vw;
  }
  .div-block {
    margin-top: 28px;
    padding-top: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-link {
    margin-bottom: 21px;
  }
  .image-2 {
    width: 42vw;
  }
  .heading-mobile {
    display: block;
    font-size: 4.4vw;
    line-height: 29px;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 5%, .16)), to(#fff));
    background-image: linear-gradient(270deg, hsla(0, 0%, 5%, .16), #fff);
  }
  .nav-link-2 {
    display: block;
    text-shadow: none;
  }
  .nav-link-3 {
    display: block;
    text-shadow: none;
  }
  .nav-link-4 {
    display: block;
    font-size: 14px;
    text-shadow: none;
  }
  .nav-link-5 {
    display: block;
    text-shadow: none;
  }
  .nav-link-6 {
    display: block;
    font-size: 14px;
    text-shadow: none;
  }
  .floor-section-wrrap {
    min-height: 25px;
    margin-top: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .floor-section {
    height: 70px;
    min-height: 40px;
    background-size: auto 316px;
    box-shadow: 0 -3px 15px -4px rgba(0, 0, 0, .52);
  }
  .floor-section.floor-6.floor-section-open {
    width: 100%;
    height: 300px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .calculator-wrap {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 171px;
    padding: 7px 9px 33px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .96)), to(hsla(0, 0%, 100%, .96)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .96), hsla(0, 0%, 100%, .96));
  }
  .heading-2 {
    margin-top: 13px;
    margin-bottom: -4px;
    font-size: 16px;
  }
  .question-row {
    display: block;
    margin-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .question-row.question-row-step-2.question-row-step-2-first {
    margin-bottom: -7px;
    border-bottom-style: none;
  }
  .question-title {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }
  .question-input {
    position: static;
    top: 3px;
    display: block;
    margin: -1px auto 3px;
    color: #464141;
  }
  .question-input.question-input-step2 {
    margin-top: 7px;
    color: #000;
  }
  .form {
    display: block;
  }
  .calculator-btn-upload {
    display: block;
    height: 40px;
    margin-top: 29px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .total-row {
    margin-top: 28px;
    margin-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .total-question-title {
    position: relative;
    top: -17px;
    margin-top: 25px;
    text-align: center;
  }
  .total-question-subtitle {
    position: static;
    top: 59px;
    display: none;
    font-size: 12px;
    text-align: center;
  }
  .text-block-2 {
    position: relative;
  }
  .pick-a-floor-link {
    top: 4px;
    display: block;
    margin: 2px auto 17px;
    font-size: 14px;
  }
  .div-block-3 {
    width: 100%;
  }
  .section-calculator {
    margin-right: -1px;
    margin-left: -1px;
  }
  .product-details-container-open {
    position: static;
    display: block;
    width: 90%;
    height: 278px;
    margin-right: auto;
    margin-left: auto;
  }
  .product-get-estimate-btn {
    position: absolute;
    right: 10px;
    width: 94%;
    margin-right: 5px;
    margin-left: 62px;
  }
  .div-block-7 {
    width: 100%;
    text-align: center;
  }
  .section-product {
    margin-right: -1px;
    margin-left: -1px;
    background-image: url('../images/oak_panels.png');
    background-size: 587px 100%;
    background-repeat: repeat-y;
    background-attachment: scroll;
  }
  .heading-3 {
    position: relative;
    z-index: 2;
    margin-top: -5px;
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .prod-detail-title {
    font-size: 16px;
  }
  .prod-detail-detail {
    font-size: 14px;
  }
  .product-detail-row-bottom-open {
    bottom: 56px;
  }
  .prod-detail-detail-price {
    font-size: 16px;
  }
  .product-details-container {
    width: 100%;
    height: 96px;
    margin-top: 13px;
    border-color: hsla(0, 0%, 100%, .32);
  }
  .product-opem-details-btn {
    top: 40px;
    right: 0px;
    bottom: 21px;
    width: 150px;
    border-style: none;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: none;
    color: #cec8c8;
    font-weight: 400;
    text-shadow: 1px 1px 6px #000;
  }
  .product-detail-row-bottom {
    display: none;
  }
  .products-nav {
    width: 80%;
    height: auto;
    margin-top: 47px;
    margin-bottom: -38px;
    padding: 21px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-nav-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-nav-right {
    display: none;
  }
  .link-spacer {
    display: none;
  }
  .product-nav-link {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .product-nav-link.product-nav-link-active {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .product-details-open {
    height: 281px;
    padding-left: 0px;
  }
  .div-block-8 {
    position: relative;
    right: -11px;
    display: none;
    width: 106px;
    height: 100%;
  }
  .flooring-options {
    display: none;
  }
  .question-title-wrap {
    display: block;
    margin-bottom: 0px;
  }
  .pick-a-floor-link-in-q {
    top: 4px;
    display: block;
    margin: 2px auto 17px;
    font-size: 14px;
    text-align: center;
  }
  .select-field-2 {
    display: block;
    height: 32px;
    margin-top: 11px;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-9 {
    margin-right: 0px;
    margin-left: 1px;
  }
  .heading-5 {
    font-size: 22px;
  }
  .related-products-wrap {
    position: static;
  }
  .text-block-3-copy {
    margin-bottom: -4px;
  }
  .calc-submit {
    margin-top: 11px;
  }
  .select-field-2-copy {
    display: block;
    margin-top: 11px;
    margin-right: auto;
    margin-left: auto;
  }
  .question-input-total {
    position: static;
    top: 3px;
    display: block;
    margin: -1px auto 3px;
  }
  .question-input-total.question-input-step2 {
    margin-top: 7px;
  }
  .grid {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

#w-node-1576e40a7b95-bf0504d2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-aa42a44695a5-bf0504d2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 0;
  grid-row-start: 0;
  -ms-grid-row-span: 1;
  grid-row-end: 1;
}

#w-node-7a9e491a9cf7-bf0504d2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-12ca43a055f1-bf0504d2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

