:root {
  --title: black;
  --font: #333;
  --deep-sky-blue: #3791aa;
  --secondary: white;
  --primary: black;
  --white-smoke: #eee;
  --blue: #cbe8f0;
  --orange: #eedbc2;
  --green: #cedcbd;
  --grey: #f4f2f3;
  --floral-white: #f9f3eb;
  --gainsboro: #e6e6e6;
  --grey-2: var(--grey);
  --ss-highlight: rgba(67, 96, 132, .36);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #333;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 150%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 125%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

p {
  color: var(--font);
  margin-bottom: 0;
}

.w-richtext p {
  margin-bottom: 25px;
}

ul {
  grid-row-gap: 6px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 25px;
  display: flex;
}

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

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

blockquote {
  color: var(--font);
  border-left: 0 #000;
  margin-bottom: 80px;
  padding: 0;
  font-size: 34px;
  line-height: 170%;
}

figure {
  margin-bottom: 10px;
}

.navbar-v1 {
  color: #333;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px 30px;
  display: block;
  position: fixed;
  top: 34px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar-v1.hide {
  display: none;
}

.navbar-v1.clear {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.25);
}

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

.container.full {
  padding-left: 30px;
  padding-right: 20px;
}

.brand {
  width: 325px;
  max-width: 325px;
  padding-top: 10px;
}

.brand.w--current {
  width: 325px;
  max-width: 325px;
  height: auto;
  padding-top: 10px;
}

.navbar-wrapper-v1 {
  text-transform: uppercase;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
}

.nav-right-v1 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-left: auto;
  padding-right: 50px;
  display: flex;
  position: static;
}

.nav-link-v1 {
  color: var(--title);
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.nav-link-v1:hover {
  color: var(--deep-sky-blue);
}

.nav-link-v1.clear {
  color: var(--secondary);
}

.navbar-shop-button {
  grid-column-gap: 30px;
  border-left: 1px solid rgba(0, 0, 0, .1);
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  display: block;
}

.navbar-shop-button.clear {
  border-left-color: #fff;
}

.nav-menu-v1 {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  text-transform:uppercase;
}

.cart-block {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  position: relative;
}

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

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

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

.search-link-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cart-quantity {
  background-color: var(--primary);
  color: var(--secondary);
  border: 1px solid #000;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: 500;
  line-height: 17px;
  display: none;
  position: absolute;
}

.humburg-menu {
  margin-left: 10px;
}

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

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.dropdown-link {
  padding: 0;
  transition: color .3s;
}

.dropdown-link:hover {
  color: var(--deep-sky-blue);
}

.dropdown-link.clear {
  color: var(--secondary);
}

.drop-down-menu {
  background-color: var(--secondary);
  top: 55px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.drop-down-menu.w--open {
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.drop-down-menu.demo.w--open {
  top: 56px;
}

.dropdown-sub-link {
  padding: 8px;
  transition: color .3s;
}

.dropdown-sub-link:hover {
  color: var(--deep-sky-blue);
}

.dropdown-sub-link.w--current {
  color: var(--title);
  font-weight: 500;
}

.dropdown-wrapper-v1 {
  border: 1px solid var(--white-smoke);
  background-color: var(--secondary);
  width: 100%;
  max-width: 197px;
  margin-right: 0;
  padding: 30px 88px 30px 22px;
}

.page-header {
  background-color: rgba(203, 232, 240, .12);
  background-image: linear-gradient(90deg, rgba(218, 185, 115, .12), #fff 40%, #fff 50%, #fff 60%, rgba(218, 185, 115, .12)), url('../images/header-bkg-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 100px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.page-header.pad-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-header.about {
  background-image: linear-gradient(90deg, rgba(67, 96, 132, .25), #fff 40%, #fff 50%, #fff 60%, rgba(67, 96, 132, .25)), url('../images/header-bkg-3.jpg');
}

.page-title-block {
  text-align: center;
}

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

.font-inner {
  grid-column-gap: 358px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-text {
  font-size: 120px;
  font-weight: 200;
  line-height: 100%;
}

.text-font {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.main-heading {
  margin-bottom: 10px;
}

.main-heading-alphabet {
  margin-bottom: 5px;
}

.heading-inner-block {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  display: grid;
}

.font-title {
  color: var(--title);
  margin-bottom: 0;
  font-size: 18px;
}

.hide {
  display: none;
}

.heading-item-block {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.heading-item-block.top {
  padding-top: 0;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.body-large {
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

a.category-list-v5.body-small.w--current {
  font-weight: 700;
}

.style-guide-color {
  padding-top: 150px;
  padding-bottom: 150px;
}

.style-guide-inner {
  margin-bottom: 40px;
}

.color-wrap {
  grid-column-gap: 20px;
  display: flex;
}

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

.color-main {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.color-main.primary {
  background-color: var(--primary);
}

.color-main.secondary {
  background-color: var(--secondary);
}

.color-main.title {
  background-color: var(--title);
}

.color-main.font {
  background-color: var(--font);
}

.color-main.blue {
  background-color: var(--blue);
}

.color-main.orange {
  background-color: var(--orange);
}

.color-main.green {
  background-color: var(--green);
}

.color-main.grey {
  background-color: var(--grey);
}

.color-name {
  font-size: 14px;
  line-height: 150%;
}

.style-guide-button {
  padding-bottom: 150px;
}

.primary-button {
  border: 1px solid var(--font);
  color: var(--title);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 12px 34px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: color .3s, background-color .3s;
}

.primary-button.filter {
  border: none;
  color: var(--title);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  transition: color .3s, background-color .3s;
}

.primary-button:hover, .primary-button.filter.w--current {
  color: var(--secondary);
  background-color: #510a0a;
  border-color: #333;
  text-decoration: none;
}

.primary-button.demo-page {
  border-radius: 6px;
  font-size: 12px;
}

.primary-button.feature {
  margin-left: 40px;
}

.filters.wrapper {
  display:flex;
  justify-content:space-between;
}

.flex-filters {
  display:flex;
  width:48%;
  margin-top:-10px;
}

.style-guide-richtext {
  padding-bottom: 150px;
}

.rich-text-heading {
  margin-bottom: 30px;
}

.rich-text {
  width: 100%;
  max-width: 900px;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text ol {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 0;
}

.rich-text blockquote {
  background-color: var(--blue);
  text-align: center;
  border-left-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 108px;
  font-size: 20px;
  font-style: italic;
  line-height: 170%;
}

.rich-text h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.rich-text h5, .rich-text h6 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.rich-text a {
  color: var(--font);
}

.rich-text a:hover {
  text-decoration: none;
}

.footer-top-v1 {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.footer-logo {
  width: 365px;
  max-width: 365px;
}

.social-icon-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.social-icon-group.v1 {
  grid-column-gap: 15px;
}

.social-icon-group.v1.reverse {
  display: none;
}

.social-icon {
  background-color: #510a0a;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: background-color .3s;
  display: flex;
}

.social-icon:hover {
  background-color: #844f29;
}

.footer-center-v1 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 30.86% 15.43% 10% 12%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 100px;
  display: grid;
}

.news-letter-form {
  border-bottom: 1px solid var(--secondary);
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
}

.news-letter-heading {
  color: var(--secondary);
  margin-bottom: 16px;
}

.news-letter-text {
  color: var(--secondary);
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 150%;
}

.text-field {
  color: var(--secondary);
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0;
}

.text-field::placeholder {
  color: var(--secondary);
  font-size: 14px;
  line-height: 150%;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ic-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 30px 0 0;
  transition: background-position .3s;
}

.submit-button:hover {
  background-position: 100% 40%;
}

.form-text {
  color: var(--secondary);
  margin-top: 20px;
  font-size: 12px;
  line-height: 150%;
}

.footer-heading {
  color: var(--title);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.footer-heading.reverse {
  color: var(--primary);
}

.footer-links-inner {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--font);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

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

.footer-link.reverse {
  color: var(--primary);
}

.footer-address {
  color: var(--font);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.footer-address.reverse {
  color: var(--primary);
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, .15);
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.footer-bottom.reverse {
  border-top-color: var(--primary);
}

.copyright-text {
  color: var(--font);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
}

.copyright-text.reverse {
  color: var(--primary);
}

.link {
  color: var(--font);
}

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

.link.reverse {
  color: var(--primary);
}

.footer-links-bottom {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.copyright-link {
  color: var(--font);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.copyright-link.none:hover {
  text-decoration: none;
}

.copyright-link.block-line {
  color: var(--font);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}

.copyright-link.block-line.reverse, .copyright-link.reverse {
  color: var(--primary);
}

.dot-circle {
  background-color: var(--font);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.dot-circle.reverse {
  background-color: #333;
}

.hero-section-t {
  background: none;
  /*background-image: linear-gradient(135deg, rgba(0, 0, 0, .55), rgba(255, 255, 255, 0) 60%), url('../images/hexagonal-tile-mockup.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;*/
  height: auto;
  /*min-height: 100vh;
  max-height: 680px;*/
  position: relative;
}

.hero-section-v1 {
  background-color: var(--grey);
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .55), rgba(255, 255, 255, 0) 60%), url('../images/hexagonal-tile-mockup.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
  min-height: 100vh;
  max-height: 680px;
  position: relative;
}

.hero-section-video.fit-screen {
  background-color: var(--transparent);
  background-size: auto, cover;
  height: 100%;
  min-height: 100vh;
  max-height: 680px;
  position: relative;
}

.hero-section-v1.img {
  background-color: #eee;
  height: 100%;
  min-height: 100vh;
  max-height: 680px;
  position: relative;
}

.hero-section-v1.glass {
  background-color: #f4f2f3;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), url('../images/glass-tile-mockup-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
}

.hero-section-v1.porcelain {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .12), rgba(255, 255, 255, 0)), url('../images/quartzite-porcelain.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section-v1.guzman {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .65), rgba(255, 255, 255, 0) 69%), url('../images/guzman-mockup-left.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section-v1.bathroom {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .45), rgba(255, 255, 255, 0)), url('../images/artillo-winslet-blend-mockup.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section-v1.bathroom.clear {
  min-height: 100vh;
}

.hero-content-v1, .hero-content-t {
  z-index: 10;
  flex-direction: row;
  align-items: center;
  padding-top: 211px;
  padding-bottom: 157px;
  padding-left: 80px;
  display: flex;
}

.hero-content-t {
  padding-top: 120px;
  padding-bottom: 60px;
}

.hero-content-v1.clear {
  padding-top: 240px;
}

.hero-box-v1 {
  flex: 1;
  width: 100%;
  max-width: 55%;
}

.hero-box-v1.center-t {
  text-align:center;
  justify-content:center;
  position:relative;
  left:140px;
}

.hero-heading-v1 {
  color: var(--secondary);
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 120%;
}

.hero-text-v1 {
  color: var(--secondary);
  width: 100%;
  max-width: 450px;
  margin-bottom: 50px;
}

.hero-text-t {
  color: var(--secondary);
  width: 100%;
  /*max-width: 650px;*/
  margin-bottom: 50px;
  font-style:italic;
}

.secondary-button {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--title);
  text-transform: uppercase;
  border-radius: 6px;
  padding: 12px 34px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: border-color .3s, color .3s, background-color .3s;
}

.secondary-button:hover {
  border-color: var(--title);
  background-color: var(--title);
  color: var(--secondary);
  text-decoration: none;
}

.category-section-intro {
  padding-top: 150px;
}

.category-grid-v1 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-block-v1 {
  min-height: 224px;
  text-decoration: none;
}

.category-content {
  justify-content: space-between;
  min-height: 224px;
  max-height: 224px;
  padding: 40px 40px 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.category-content.blue {
  background-color: var(--blue);
}

.category-content.orange {
  background-color: var(--orange);
}

.category-content.grey {
  background-color: var(--grey);
}

.category-content.hl-one {
  opacity: 1;
  background-color: rgba(218, 185, 115, .08);
  padding-left: 30px;
  padding-right: 20px;
}

.category-content.hl-two {
  background-color: rgba(218, 185, 115, .2);
  padding-left: 30px;
  padding-right: 20px;
}

.category-content.hl-three {
  background-color: rgba(218, 185, 115, .35);
  padding-left: 30px;
  padding-right: 20px;
}

.category-image {
  flex: 1;
  align-self: flex-end;
  width: 100%;
  max-width: 188px;
  margin-top: 8px;
  overflow: hidden;
}

.category-small-title {
  color: var(--font);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 150%;
}

.category-name {
  color: var(--title);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.divider {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
}

.product {
  margin-left: auto;
  display: block;
}

.product-section-v1 {
  text-align: left;
  padding-top: 150px;
  padding-bottom: 150px;
}

.product-version-1  {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-block {
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.product-image {
  background-color: var(--grey);
  margin-bottom: 14px;
  overflow: hidden;
}

.product-image.v1-home {
  background-color: var(--grey);
  height: 100%;
  min-height: 370px;
  margin-bottom: 10px;
}

.product-image.v2-home {
  height: 100%;
  min-height: 370px;
  margin-bottom: 10px;
}

.product-image.mb10 {
  margin-bottom: 10px;
}

.product-image.v4-home {
  height: 100%;
  min-height: 350px;
}

.product-image.v4-home.mb-10 {
  margin-bottom: 10px;
}

.product-image.list-v2 {
  height: 100%;
  min-height: 470px;
}

.product-image.list-v5 {
  width: 100%;
  max-width: 525px;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
}

.product-image.categories {
  width: 100%;
  min-width: 302px;
  max-width: 302px;
  height: 100%;
  min-height: 370px;
}

.product-image.mb8 {
  margin-bottom: 8px;
}

.product-content {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.popular-content {
  grid-column-gap: 20px;
  justify-content: space-between;
  display:column;
}

.product-content.v1 {
  grid-row-gap: 2px;
  flex-direction: column;
  font-size: 15px;
}

.product-content .margin {
  margin-top: 26px;
}

.popular-content .margin {
  margin-top: 26px;
}

.black {
  color: var(--title);
  white-space: normal;
  flex: none;
}

.product-full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 285px;
}

.product-full-image.v2 {
  object-fit: cover;
  min-height: 370px;
}

.product-full-image.v3 {
  width: 100%;
  min-height: 470px;
  max-height: 470px;
}

.product-full-image.v1 {
  object-fit: cover;
  min-height: 370px;
}

.product-full-image.v5 {
  max-width: 525px;
  max-height: 600px;
}

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

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

.feature-block {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-icon {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.feature-content {
  max-width: 50%;
}

.feature-small-text {
  margin-top: 2px;
  font-size: 12px;
  line-height: 150%;
}

.section-heading-block {
  margin-bottom: 40px;
}

.section-heading-block.about-v1 {
  margin-bottom: 50px;
}

.sub-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
}

.sub-title.right-line {
  border-left: 1px solid #000;
  margin-bottom: 5px;
  padding-left: 11px;
}

.sub-title.white-margin {
  color: var(--secondary);
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.sub-title.center {
  letter-spacing: 1px;
}

.divider-title {
  background-color: var(--primary);
  width: 100%;
  max-width: 120px;
  height: 1px;
  margin-top: 5px;
}

.product-cta-v1 {
  background-color: rgba(218, 185, 115, .08);
  padding-top: 109px;
  padding-bottom: 109px;
}

.product-cta-inner-v1 {
  grid-column-gap: 152px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-cta-content {
  width: 100%;
  max-width: 438px;
}

.cta-image {
  object-fit: cover;
}

.cta-title {
  margin-bottom: 10px;
}

.cta-title.v2 {
  margin-bottom: 12px;
}

.cta-paragraph {
  margin-bottom: 50px;
}

.cta-paragraph.v2 {
  margin-bottom: 30px;
}

.content-section {
  grid-row-gap: 150px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.blog-v1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-block-v1 {
  width: 100%;
  text-decoration: none;
}

.blog-image {
  background-color: var(--grey);
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.blog-image.v2, .blog-image.v5 {
  margin-bottom: 20px;
}

.blog-image.v1-home {
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.post-image-v1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-height: 450px;
}

.post-image-blog {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.post-image-v1.v2 {
  min-width: auto;
  min-height: 414px;
  max-height: 414px;
}

.post-image-v1.v5 {
  min-width: auto;
  min-height: 480px;
  max-height: 480px;
}

.blog-date {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
}

.read-more-button {
  grid-column-gap: 8px;
  color: var(--title);
  letter-spacing: 1px;
  flex: none;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.read-more-button.home-v1 {
  grid-column-gap: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon {
  border: 1px solid var(--title);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

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

.client-logo-inner {
  justify-content: space-between;
  display: flex;
}

.client-logo {
  width: 100%;
  max-width: 140px;
  min-height: 46px;
}

.drop-down-link-v1 {
  color: var(--title);
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: font-variation-settings .3s;
  position: static;
}

.drop-down-link-v1:hover {
  text-decoration: none;
}

.drop-down-link-v1.clear {
  color: var(--secondary);
}

.success-message {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: rgba(0, 0, 0, 0);
  padding: 5px;
  font-size: 14px;
}

.error-message {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 5px;
  font-size: 14px;
}

.menu-wrapper-v1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  /*margin-top: -5px;*/
  padding: 22px 0;
  display: grid;
}

.home-link-block-v1 {
  margin-bottom: 12px;
  text-decoration: none;
}

.link-image {
  background-color: var(--grey);
  border: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  min-height: 235px;
  margin-bottom: 12px;
}

.dd-link-v1-half {
  color: var(--title);
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  position: relative;
}

.dd-menu-half {
  background-color: var(--secondary);
  top: 54px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dd-menu-half.w--open {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 197px;
  margin-top: 10px;
  padding-top: 13px;
  display: flex;
  position: absolute;
  top: 30px;
  left: -30px;
}

.search-block {
  z-index: 999;
  background-color: var(--secondary);
  padding: 12px 30px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.search {
  background-color: var(--secondary);
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.search-input {
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0;
}

.search-input:focus {
  border: 1px rgba(0, 0, 0, 0);
  border-bottom-style: solid;
}

.search-input::placeholder {
  color: var(--title);
}

.d-none {
  display: none;
}

.navbar-v2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.nav-right-v2 {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.shop-button-v2 {
  z-index: 1;
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
}

.navbar-wrapper-v2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  display: flex;
  position: relative;
}

.nav-block-v2 {
  z-index: 1;
  position: absolute;
}

.hero-section-v2 {
  height: 100%;
  max-height: 700px;
  position: relative;
  overflow: hidden;
}

.hero-background {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-left-background {
  background-color: var(--floral-white);
  transform-origin: 50% 0;
  width: 100%;
  max-width: 100%;
}

.hero-right-background {
  background-color: var(--orange);
  transform-origin: 50% 100%;
  width: 100%;
  max-width: 34.72%;
  min-height: 700px;
}

.hero-content-v2 {
  z-index: 10;
  flex-direction: row;
  align-items: center;
  padding-top: 177px;
  padding-bottom: 177px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-box-v2 {
  flex: 1;
  width: 100%;
  max-width: 48.65%;
  position: relative;
}

.hero-heading-v2 {
  margin-bottom: 60px;
}

.hero-image {
  width: 100%;
  max-width: 342px;
  position: absolute;
  bottom: 95px;
  right: 26%;
}

.subtitle-hero-v2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
}

.category-section-v2 {
  padding-top: 150px;
}

.category-grid-v2 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
  overflow: hidden;
}

.category-block-v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-icon {
  margin-bottom: 15px;
}

.background-color {
  background-color: var(--green);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(0);
}

.category-content-v2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.product-section-v2 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.sub-title-v2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 1px solid #000;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 150%;
}

.product-content-v2 {
  grid-column-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.product-title-v2 {
  color: var(--primary);
  margin-bottom: 5px;
  font-weight: 400;
}

.product-price-v2 {
  font-weight: 500;
  line-height: 150%;
}

.product-price-v2.v3 {
  color: #000;
}

.cta-inner-v2 {
  grid-column-gap: 152px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-cta-v2 {
  background-color: var(--blue);
  padding-bottom: 0;
}

.cta-image-v2 {
  margin-top: 83px;
}

.image-text-block {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.content-image-block {
  background-color: var(--grey);
  width: 100%;
  height: 100%;
  min-height: 650px;
  position: relative;
}

.content-text-block {
  width: 100%;
}

.content-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-height: 650px;
}

.image-overlay {
  background-color: var(--gainsboro);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale3d(1, 0, 1);
}

.content-title {
  margin-bottom: 20px;
  font-size: 38px;
}

.content-title.v2 {
  font-size: 38px;
}

.content-text {
  margin-bottom: 20px;
}

.button-wrapper {
  text-transform: uppercase;
  width: 100%;
  margin-top: 100px;
  display: inline-block;
}

.icon-medium {
  border: 1px solid var(--title);
  border-radius: 100%;
  justify-content: center;
  align-items: stretch;
  width: 30px;
  height: 30px;
  padding: 8px;
  display: flex;
}

.popular-element-section {
  padding-bottom: 150px;
}

.feature-section-v2 {
  background-color: var(--green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.blogs-section-v2 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.blog-v2-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-title-v2 {
  margin-bottom: 8px;
}

.blog-short-description {
  margin-bottom: 66px;
}

.navbar-v3 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-wrapper-v3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-right-v3 {
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-right: 47px;
  display: flex;
  position: static;
}

.nav-block-v3 {
  width: 100%;
  max-width: 128px;
  margin-right: auto;
  position: absolute;
}

.shop-button-v3 {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

/*.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100vh;
}*/

.home-hero-v3 {
  z-index: 2;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-hero-image {
  object-fit: cover;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  min-height: 100vh;
}

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

.hero-image-v3 {
  position: relative;
}

.hero-title-v3 {
  z-index: 1;
  color: var(--secondary);
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 30px;
}

.white {
  color: var(--secondary);
}

.nav-link-v3 {
  color: var(--secondary);
  padding: 22px 5px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: font-variation-settings .3s;
}

.nav-link-v3:hover {
  text-decoration: underline;
}

.about-section {
  padding-top: 50px;
}

.about-inner {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.about-image {
  background-color: var(--grey);
  width: 100%;
  max-width: 32.93%;
  height: 100%;
  min-height: 560px;
  position: relative;
}

.about-left-image {
  object-fit: cover;
  width: 100%;
  max-width: 440px;
  min-height: 560px;
}

.about-content {
  width: 100%;
  max-width: 54.75%;
}

.about-text {
  margin-bottom: 50px;
}

.about-horizontal-image {
  background-color: var(--grey);
  height: 100%;
  max-height: 440px;
  margin-top: 111px;
  position: relative;
}

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

.center {
  text-align: center;
}

.category-inner {
  grid-column-gap: 74px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.catgeory-block-v3 {
  text-align: center;
  width: 100%;
  max-width: 154px;
  text-decoration: none;
  position: relative;
}

.category-image-v3 {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  margin-bottom: 15px;
  padding: 12px;
  display: flex;
  overflow: hidden;
}

.full-image {
  object-fit: cover;
}

.heading-block-v3 {
  text-align: center;
  margin-bottom: 40px;
}

.collection-heading {
  margin-bottom: 5px;
  font-size: 45px;
}

.collection-sub-text {
  width: 100%;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
}

.product-version-3 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-content-v3 {
  grid-column-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-title-v3 {
  color: var(--primary);
  margin-bottom: 8px;
  font-size: 18px;
}

.video-cta {
  background-image: url('../images/video-cta-image.jpg'), linear-gradient(to bottom, var(--grey), var(--grey));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  min-height: 540px;
  display: flex;
  position: relative;
}

.play-icon {
  grid-column-gap: 14px;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.blog-v3-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-block-v3 {
  border: 1px solid var(--gainsboro);
  text-decoration: none;
}

.read-more-v3 {
  grid-column-gap: 8px;
  color: var(--title);
  text-transform: uppercase;
  flex: none;
  align-items: center;
  margin-top: 50px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.blog-content-v3 {
  padding: 25px;
}

.blog-image-v3 {
  background-color: var(--grey);
  height: 100%;
  min-height: 450px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.blog-image-v3.v3 {
  min-height: 414px;
}

.instgram-grid {
  grid-column-gap: 1px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.instgram-image {
  background-color: var(--grey);
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-height: 320px;
  max-height: 320px;
}

.search-v3 {
  grid-column-gap: 10px;
  border: 1px solid var(--secondary);
  border-radius: 30px;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  max-width: 120px;
  height: 37px;
  margin-bottom: 0;
  padding-left: 15px;
  display: flex;
}

.search-input-v3 {
  color: var(--secondary);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-bottom: 0;
  padding: 0;
}

.search-input-v3:focus {
  border-color: rgba(0, 0, 0, 0);
}

.search-input-v3::placeholder {
  color: var(--secondary);
  font-size: 14px;
}

.search-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search-normal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 30px;
  padding: 0;
}

.navbar-v4 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-wrapper-v4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  display: flex;
  position: relative;
}

.nav-right-v4 {
  z-index: 1;
  background-color: var(--title);
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  max-width: 720px;
  position: fixed;
}

.shop-button-v4 {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-menu-v4 {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
}

.nav-link-v4 {
  color: var(--secondary);
  font-size: 22px;
  line-height: 150%;
  text-decoration: none;
  transition: font-variation-settings .3s;
}

.nav-link-v4:hover {
  font-weight: 500;
  text-decoration: none;
}

.dd-link-v4 {
  color: var(--title);
  padding: 32.5px 5px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: font-variation-settings .3s;
  position: static;
}

.dd-link-v4:hover {
  text-decoration: none;
}

.humburg-menu-white {
  filter: invert();
  margin-left: 10px;
  padding-left: 18px;
  display: flex;
}

.humburg-menu-white.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 18px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.menu-v4-details {
  border-top: 1px solid var(--secondary);
  justify-content: space-between;
  margin-top: auto;
  padding: 20px 40px 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-links-v4 {
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 110px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.menu-v4-address {
  color: var(--secondary);
  text-align: left;
  max-width: 186px;
  font-size: 14px;
  line-height: 150%;
}

.menu-v4-links {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  display: flex;
}

.hero-section-v4 {
  position: relative;
  overflow: hidden;
}

.hero-v4-content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 700px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.primary-button-white {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 40px;
  padding: 12px 34px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: color .3s, background-color .3s;
}

.primary-button-white:hover {
  background-color: var(--secondary);
  color: var(--primary);
  text-decoration: none;
}

.hero-title-v4 {
  color: var(--secondary);
  margin-bottom: 50px;
}

.hero-subtitle-v4 {
  color: var(--secondary);
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 150%;
}

.bg-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tooltip-icon {
  z-index: 10;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.circle-dot-tooltip {
  background-color: var(--secondary);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.about-section-v4 {
  padding-top: 50px;
}

.about-content-v4 {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.about-sub-title {
  margin-bottom: 14px;
}

.about-sub-title.v4 {
  font-size: 14px;
}

.category-grid-v4 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 150px;
  display: grid;
}

.category-content-v4 {
  grid-column-gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 196px;
  max-height: 196px;
  padding: 40px 0 0 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.category-content-v4.orange {
  background-color: var(--orange);
}

.category-content-v4.grey {
  background-color: var(--grey);
}

.category-content-v4.green {
  background-color: var(--green);
}

.category-content-v4.blue {
  background-color: var(--blue);
}

.category-block-v4 {
  min-height: 196px;
  text-decoration: none;
}

.heading-block-v4 {
  text-align: center;
  margin-bottom: 50px;
}

.sub-title-v4 {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 150%;
}

.price-box {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-sale-price-v4 {
  text-decoration: line-through;
}

.product-content-v4 {
  flex-direction: column;
  display: flex;
}

.product-title-v4 {
  color: var(--primary);
  margin-bottom: 8px;
}

.cta-section-v4 {
  background-color: var(--blue);
}

.product-cta-inner {
  background-image: url('../images/celling-light.svg'), url('../images/blue-chair.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  min-height: 432px;
  display: flex;
}

.cta-content {
  text-align: center;
  width: 100%;
  max-width: 553px;
  margin-left: auto;
  margin-right: auto;
}

.cta-title-v4 {
  margin-bottom: 12px;
}

.cta-paragraph-v4 {
  margin-bottom: 30px;
}

.living-space-content {
  grid-column-gap: 80px;
  margin-top: 50px;
  display: flex;
}

.living-inner-small {
  margin-bottom: 6px;
}

.blog-content-v4 {
  padding-bottom: 35px;
}

.blog-block-v4 {
  grid-row-gap: 0px;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}

.blog-image-v4 {
  background-color: var(--grey);
  margin-bottom: 15px;
  overflow: hidden;
}

.post-image-v4 {
  object-fit: cover;
  width: 100%;
  max-width: 633px;
  height: 100%;
  min-height: 292px;
  max-height: 292px;
}

.read-more-v4 {
  grid-column-gap: 8px;
  color: var(--title);
  text-transform: uppercase;
  flex: none;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-title-v4 {
  font-size: 20px;
  line-height: 130%;
}

.news-letter-section {
  background-color: var(--blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.news-letter-section.light {
  background-image: linear-gradient(rgba(67, 96, 132, .12), rgba(67, 96, 132, .12));
}

.news-letter-inner {
  justify-content: space-between;
  display: flex;
}

.newsletter-left {
  width: 100%;
  max-width: 537px;
}

.news-letter-title {
  margin-bottom: 8px;
}

.news-letter-right {
  width: 100%;
  max-width: 450px;
  padding-top: 55px;
}

.text-field-black {
  color: var(--title);
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0;
}

.text-field-black::placeholder {
  color: var(--title);
  font-size: 14px;
  line-height: 150%;
}

.submit-button-black {
  color: var(--title);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/black-up-arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 30px 0 0;
  transition: background-position .3s;
}

.submit-button-black:hover {
  background-position: 100% 40%;
}

.news-letter-form-v4 {
  border-bottom: 1px solid var(--title);
  background-image: url('../images/mail-icon.svg');
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: stretch;
  padding-bottom: 13px;
  padding-left: 32px;
  display: flex;
}

.success-message-black, .error-message-black {
  border: 1px solid var(--title);
  color: var(--title);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 5px;
  font-size: 14px;
}

.full-image-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar-v5 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.navbar-wrapper-v5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.shop-button-v5 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 20px;
}

.search-v5 {
  grid-column-gap: 10px;
  border: 1px solid var(--title);
  border-radius: 30px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.search-input-v5 {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-bottom: 0;
  padding: 0;
}

.search-input-v5:focus {
  border-color: rgba(0, 0, 0, 0);
}

.search-input-v5::placeholder {
  color: var(--title);
  font-size: 14px;
}

.search-button-black {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  padding: 0;
}

.shoping-icon-v5 {
  background-color: var(--green);
  border-radius: 30px;
}

.cart-block-v5 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: relative;
}

.nav-right-v5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.nav-block-v5 {
  position: absolute;
}

.hero-section-v5 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/home-v5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 0;
  padding-top: 215px;
  padding-bottom: 215px;
}

.hero-content-v5 {
  color: var(--secondary);
  text-align: center;
}

.hero-title-v5 {
  color: var(--secondary);
  margin-bottom: 40px;
}

.sub-title-v5 {
  color: var(--secondary);
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 28px;
  line-height: 150%;
}

.about-setion-v5 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.about-inner-v5 {
  justify-content: space-between;
  display: flex;
}

.about-v5-left {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 45.44%;
  display: flex;
}

.about-v5-right {
  align-self: flex-end;
  width: 100%;
  max-width: 46.68%;
}

.about-image-v5 {
  background-color: var(--grey);
  height: 100%;
  position: relative;
}

.about-image-v5.top {
  width: 100%;
  max-width: 550px;
  min-height: 560px;
}

.about-image-v5.bottom {
  min-height: 400px;
}

.about-image-v5.categories {
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  min-height: 560px;
}

.left-image-v5 {
  object-fit: cover;
  width: 100%;
  min-height: 560px;
  max-height: 560px;
}

.right-image-v5 {
  object-fit: cover;
  width: 100%;
  min-height: 404px;
}

.abou-v5-content {
  margin-bottom: 128px;
}

.our-passion-title {
  margin-bottom: 12px;
}

.v5-content-left {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 72px;
  display: flex;
}

.about-icon-box {
  grid-column-gap: 15px;
  display: flex;
}

.category-section-v5 {
  background-color: var(--blue);
  padding-top: 120px;
  padding-bottom: 120px;
}

.catgeory-inner {
  justify-content: space-between;
  display: flex;
}

.category-left {
  width: 100%;
  max-width: 37.96%;
}

.category-right {
  width: 100%;
  max-width: 600px;
}

.title-v5 {
  margin-bottom: 12px;
}

.category-box {
  margin-top: 50px;
}

.catgory-block-v5 {
  border-bottom: 1px solid var(--title);
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.catgory-block-v5.top {
  padding-top: 0;
}

.catgory-block-v5.bottom {
  border-bottom-style: none;
  padding-bottom: 0;
}

.product-section {
  padding-top: 50px;
}

.product-version-5 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-block-v5 {
  margin-bottom: 50px;
}

.product-image-v5 {
  background-color: var(--grey);
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 470px;
  text-decoration: none;
  position: relative;
}

.product-content-v5 {
  grid-column-gap: 30px;
  background-color: var(--secondary);
  justify-content: space-between;
  padding: 20px 23px;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.latest-furniture-section {
  background-color: var(--green);
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.latest-furniture-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  display: flex;
}

.latest-furniture-image {
  background-color: #fff;
  width: 100%;
  max-width: 720px;
  height: 100%;
  min-height: 607px;
}

.furniture-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 607px;
}

.button-inner {
  margin-top: 40px;
}

.latest-furiture-text {
  width: 100%;
  max-width: 568px;
  padding-left: 20px;
  padding-right: 20px;
}

.instgram-section-v5 {
  text-align: center;
  padding-top: 150px;
}

.instgram-grid-v5 {
  grid-column-gap: 1px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.product-v2, .product-v4 {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-v2 {
  grid-column-gap: 10px;
  border: 1px solid var(--title);
  transform-origin: 100%;
  border-radius: 30px;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 37px;
  margin-bottom: 0;
  padding-left: 15px;
  display: flex;
}

.search-input-v2 {
  color: var(--title);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  margin-bottom: 0;
  padding: 0;
}

.search-input-v2:focus {
  border-color: rgba(0, 0, 0, 0);
}

.search-input-v2::placeholder {
  color: var(--title);
  font-size: 14px;
}

.search-button-v2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  width: 40px;
  height: 30px;
  padding: 0;
}

.nav-menu-v2 {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.main-product-inner {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.product-wrap {
  width: 100%;
  max-width: 600px;
  position: relative;
}

.product-main-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .45s;
}

.product-main-image:hover {
  transform: translate(0, -6px);
}

.plus-inner {
  background-color: #fff;
  background-image: url('../images/plus-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #eee;
  border-radius: 30px;
  width: 37px;
  height: 37px;
  text-decoration: none;
  transition: transform .3s;
  position: absolute;
  bottom: -10px;
  right: 5px;
}

.plus-inner:hover {
  transform: rotate(90deg);
}

.image-info {
  max-width: 50%;
}

.product-name-main {
  margin-bottom: 15px;
  font-size: 30px;
}

.produt-short-text {
  margin-bottom: 30px;
}

.product-price-box {
  grid-column-gap: 18px;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 150%;
  display: flex;
}

.sale-price {
  color: var(--title);
}

.current-price {
  color: var(--font);
  text-decoration: line-through;
}

.add-to-cart {
  margin-bottom: 40px;
}

.default-state {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quentity-field {
  background-color: var(--secondary);
  border-color: #ccc;
  border-radius: 0;
  width: 80px;
  height: 47px;
  margin-bottom: 0;
  padding-left: 17px;
}

.quentity-field:focus {
  border-color: #000;
}

.cart-button {
  border: 1px solid var(--title);
  color: var(--title);
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 34px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: color .3s, background-color .3s;
}

.cart-button:hover {
  background-color: var(--title);
  color: var(--secondary);
  text-decoration: none;
}

.product-data {
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.info-title {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-transform:uppercase;
}

.product-info p.info-title {
  margin-bottom: 6px;
}

.info-data {
  color: var(--font);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.product-info {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

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

.product-tags {
  display: flex;
}

.comma {
  margin-right: .3em;
}

.tag-block {
  align-items: center;
  display: flex;
}

.product-info-block {
  padding-bottom: 150px;
}

.product-info-tab {
  grid-column-gap: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  display: flex;
}

.product-info-content {
  padding-top: 35px;
}

.product-tab {
  color: var(--title);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 150%;
}

.product-tab.w--current {
  border-bottom: 1px solid var(--primary);
  background-color: rgba(0, 0, 0, 0);
  padding-right: 10px;
}

.page-header-text {
  width: 100%;
  max-width: 706px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 150%;
}

.product-list-v1 {
  padding-top: 100px;
  padding-bottom: 150px;
}

.product-list-v1.filter {
  margin-top:-250px;
  padding-top: 0px;
}

.product-list-v1.alt-filter {
  margin-top:-145px;
  padding-top: 0px;
  padding-bottom: 25px;
}

.product-filter-v1 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.filter-dropdown {
  background-color: var(--secondary);
  border: 1px solid #333;
  border-radius: 6px;
  width: 100%;
  max-width: 267px;
  min-width:240px;
  margin-right: 0;
  font-size: 14px;
  
}

.filter-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  display: flex;
}

.filter-toggle.w--open {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.filter-list {
  background-color: var(--secondary);
  overflow: hidden;
}

.filter-list.w--open {
  background-color: var(--secondary);
  border: 1px solid #000;
  border-radius: 6px;
  margin-top: 10px;
}

.filter-text {
  border-bottom: 1px solid var(--gainsboro);
  color: var(--title);
  margin-left: 11px;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}

.filter-text:hover {
  background-color: var(--gainsboro);
}

.filter-text.w--current {
  background-color: var(--gainsboro);
  color: var(--title);
}

.filter-text.blue {
  background-image: url('../images/tab-blue.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.filter-text.green {
  background-image: url('../images/tab-green.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.filter-text.grey {
  background-image: url('../images/tab-grey.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.filter-text.neutral {
  background-image: url('../images/tab-neutral.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.filter-text.dark {
  background-image: url('../images/tab-dark.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.filter-text.multicolour {
  background-image: url('../images/tab-multi.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.filter-text.purple {
  background-image: url('../images/tab-purple.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.filter-text.red {
  background-image: url('../images/tab-red.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.filter-text.white {
  background-image: url('../images/tab-white.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.filter-text.yellow {
  background-image: url('../images/tab-yellow.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.product-list-version4 {
  padding-top: 100px;
  padding-bottom: 150px;
}

.product-list-v4 {
  grid-column-gap: 50px;
  display: flex;
}

.product-list-left {
  width: 100%;
  max-width: 17.74%;
}

.category-box-list {
  margin-top: 10px;
  margin-bottom: 40px;
}

.category-list-v5 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.category-list-v5.w--current {
  font-weight:700;
}

.product-list-banner {
  margin-bottom: 40px;
}

.banner-list-image {
  object-fit: cover;
  min-height: 260px;
}

.list-news-letter {
  margin-bottom: 20px;
}

.product-list-grid-v4 {
  width: 100%;
  max-width: 78.93%;
}

.product-v1-block {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-list-v5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-list-inner {
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.pagination {
  text-align: center;
  margin-top: 80px;
}

.block-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.checkout-heading {
  color: var(--title);
  font-size: 16px;
  line-height: 170%;
}

.checkout-form {
  background-color: var(--secondary);
  padding: 100px 0 200px;
}

.block-header {
  border-style: none;
  padding: 0 0 20px;
}

.required-text {
  color: var(--grey-2);
  font-size: 12px;
  line-height: 150%;
}

.field-label {
  color: var(--font);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.checkout-text-field {
  border-style: none none solid;
  border-bottom-color: var(--title);
  background-color: var(--secondary);
  border-radius: 0;
  padding-left: 0;
}

.checkout-text-field:focus {
  border-bottom-color: var(--primary);
}

.checkout-form-inner {
  grid-column-gap: 50px;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-summary {
  border: 1px solid var(--primary);
}

.order-summary-block {
  border-style: none none solid;
  border-bottom-color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  padding: 12px 0;
}

.place-order-button {
  background-color: var(--title);
  border-radius: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.quentity-block {
  color: var(--grey-2);
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.checkout-left {
  flex: none;
  width: 100%;
  max-width: 760px;
  margin-right: 0;
}

.checkout-right {
  flex: none;
  width: 100%;
  max-width: 396px;
}

.customer-info, .shippig-address {
  margin-bottom: 50px;
}

.item-image {
  object-fit: cover;
  width: 100%;
  max-width: 120px;
  max-height: 130px;
}

.order-item {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 0;
}

.order-item-list {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.for-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.payment-info {
  margin-bottom: 50px;
}

.info-data-link {
  color: var(--font);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.info-data-link:hover {
  text-decoration: underline;
}

.order-confirmation {
  background-color: var(--secondary);
  padding: 100px 0 170px;
}

.about-us-v1 {
  padding-top: 100px;
  padding-bottom: 200px;
}

.about-us-v1-grid {
  grid-column-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  min-height: 550px;
  max-height: 550px;
  overflow: hidden;
}

.about-us-image {
  background-color: var(--grey);
  object-fit: cover;
  width: 100%;
  max-width: 618px;
  height: 100%;
  min-height: 550px;
}

.philosophy-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.philosophy-wrapper {
  justify-content: space-between;
  display: flex;
}

.philosophy-right {
  width: 100%;
  max-width: 628px;
}

.philosophy-block {
  border-bottom: 1px solid var(--primary);
  padding-top: 50px;
  padding-bottom: 50px;
}

.philosophy-block.top {
  padding-top: 0;
}

.philosophy-title {
  margin-bottom: 10px;
}

.our-team-v1 {
  background-color: var(--green);
  padding-top: 120px;
  padding-bottom: 120px;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-content {
  background-color: var(--secondary);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border: 1px rgba(0, 0, 0, .1);
  padding: 20px;
}

.member-name {
  margin-bottom: 8px;
}

.review-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.review-inner {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-image {
  background-color: var(--grey);
  width: 100%;
  max-width: 400px;
  height: 100%;
  min-height: 480px;
}

.review-content {
  width: 100%;
  max-width: 816px;
}

.review-full-image {
  object-fit: cover;
  min-height: 480px;
  max-height: 480px;
  overflow: hidden;
}

.client-name {
  color: var(--font);
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.review-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.review-mask, .review-slide {
  height: auto;
}

.right-arrow {
  background-color: var(--secondary);
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 25px;
  transition: filter .3s;
  display: flex;
  right: 0;
}

.right-arrow:hover {
  filter: invert();
}

.left-arrow {
  background-color: var(--secondary);
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 25px;
  transition: filter .3s;
  display: flex;
  right: 65px;
}

.left-arrow:hover {
  filter: invert();
}

.faq-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.faq-inner {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-image {
  width: 100%;
  max-width: 618px;
}

.faq-image.faq-bg {
  background-color: var(--grey);
  height: 100%;
  min-height: 657px;
  max-height: 657px;
}

.faq-content {
  width: 100%;
  max-width: 618px;
}

.faq {
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.faq.top {
  padding-top: 0;
}

.faq.bottom {
  border-bottom-style: none;
  padding-bottom: 0;
}

.faq-que {
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.faq-ans {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-ans.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-ans-inner {
  padding-top: 20px;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.plus-icon {
  background-color: var(--primary);
  border: 0 #000;
  border-radius: 30px;
  width: 1px;
  height: 16px;
}

.minus-icon {
  background-color: var(--primary);
  border-radius: 30px;
  width: 16px;
  height: 1px;
  position: absolute;
}

.about-us-v2-inner {
  justify-content: space-between;
}

.about-us-content {
  width: 100%;
  max-width: 618px;
}

.about-us-v2-grid {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-speacing {
  margin-bottom: 20px;
}

.paragraph-speacing.mb-15 {
  margin-bottom: 15px;
}

.about-us-heading {
  margin-bottom: 20px;
}

.business-evolution-section {
  background-color: var(--blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.businees-evolution-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: rgba(0, 0, 0, .1);
  border: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.evolution-block {
  background-color: var(--blue);
  cursor: pointer;
  min-height: 300px;
  padding: 20px;
  transition: background-color .3s;
}

.evolution-block:hover {
  background-color: var(--secondary);
}

.evoution-content {
  text-align: right;
  justify-content: space-between;
  align-items: center;
  margin-top: 170px;
  display: flex;
}

.evoution-text {
  font-size: 14px;
  line-height: 150%;
}

.our-team-v2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.review-section-2 {
  background-color: var(--green);
  margin-bottom: 150px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.review-inner-v2 {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.review-left {
  width: 100%;
  max-width: 380px;
}

.review-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.review-block {
  background-color: var(--secondary);
  align-self: flex-start;
  width: 100%;
  max-width: 416px;
  padding: 30px;
}

.client-details {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.client-image {
  background-color: var(--grey);
  border-radius: 100%;
  flex: none;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.review-text {
  margin-bottom: 0;
  font-size: 20px;
}

.blog-v3-grid {
  grid-row-gap: 60px;
}

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

.date-tag {
  background-color: var(--secondary);
  color: var(--font);
  padding: 6px 15px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  right: 0;
}

.featurd-grid {
  grid-column-gap: 60px;
  color: #333;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.featured-image {
  object-fit: cover;
  width: 100%;
  max-width: 600px;
  min-height: 435px;
  max-height: 435px;
  overflow: hidden;
}

.featured-content {
  width: 100%;
  max-width: 576px;
}

.fetaured-section {
  margin-bottom: 80px;
}

.featured-image-box {
  background-color: var(--grey);
  width: 100%;
  max-width: 600px;
  height: 100%;
  min-height: 435px;
  overflow: hidden;
}

.featured-title {
  margin-bottom: 10px;
}

.meta-box {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.meta-box.blog {
  margin-bottom: 0;
}

.date {
  color: var(--font);
  font-size: 14px;
  line-height: 150%;
}

.dot-circle-black {
  background-color: var(--primary);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.featured-text {
  color: var(--font);
  margin-bottom: 60px;
}

.featured-text.indent {
  color: #666;
  font-size:1.15em;
  border-left:4px solid #eee;
  padding-left:25px;
}

.blog-details-header {
  background-color: var(--blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-header-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.blog-content-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.blog-main-image {
  width: 100%;
}

.similar-post-section {
  padding-bottom: 150px;
}

.post-title {
  width: 100%;
  max-width: 900px;
}

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

.story-inner {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

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

.store-location-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-image {
  background-color: var(--grey);
  height: 100%;
  max-height: 400px;
  margin-bottom: 15px;
}

.location-name {
  margin-bottom: 8px;
}

.location-links {
  grid-row-gap: 6px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.store-links {
  color: var(--font);
  text-decoration: none;
}

.store-links:hover {
  text-decoration: underline;
}

.store-image {
  width: 100%;
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
}

.customer-support-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.customer-support-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-left {
  width: 100%;
  max-width: 436px;
}

.contact-right {
  width: 100%;
  max-width: 610px;
}

.contact-icon-list {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.contact-icon {
  background-color: var(--blue);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.contact-links {
  color: var(--title);
  font-size: 18px;
  text-decoration: none;
}

.contact-links:hover {
  text-decoration: underline;
}

.contact-links.product {
  flex: 1;
}

.contact-icon-box {
  grid-row-gap: 22px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.text-field-contact {
  border-style: none none solid;
  border-width: 0 1px 1px;
  border-color: black black var(--primary);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0 0 14px;
  font-family: Montserrat, sans-serif;
}

.text-field-contact:focus {
  border-bottom-color: var(--primary);
}

.text-field-contact::placeholder {
  color: var(--font);
}

.submit-button-contact {
  border: 1px solid var(--title);
  color: var(--title);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-left: auto;
  padding: 12px 34px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: color .3s, background-color .3s;
}

.submit-button-contact:hover {
  background-color: var(--title);
  color: var(--secondary);
  text-decoration: none;
}

.contact-form-v1 {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-area-contact {
  border-style: none none solid;
  border-width: 0 1px 1px;
  border-color: black black var(--primary);
  background-color: rgba(0, 0, 0, 0);
  min-height: 148px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-area-contact:focus {
  border-bottom-color: var(--primary);
}

.text-area-contact::placeholder {
  color: var(--font);
}

.store-section-v1 {
  background-color: var(--green);
  padding-top: 80px;
  padding-bottom: 80px;
}

.store-location-grid {
  grid-column-gap: 156px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.store-location-name {
  margin-bottom: 15px;
}

.contact-section-v2 {
  padding-top: 100px;
}

.contact-inner {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-image-v2 {
  width: 100%;
  max-width: 618px;
  height: 100%;
}

.contact-image-v2.bg {
  background-color: var(--grey);
  min-height: 540px;
}

.contact-list-v2 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.contact-box-v2 {
  grid-row-gap: 22px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.customer-support-v2 {
  padding-top: 150px;
  padding-bottom: 0;
}

.contact-title-v2 {
  margin-bottom: 20px;
}

.contact-title-v2.h2-mobile {
  font-size: 38px;
}

.contact-left-v2 {
  width: 100%;
  max-width: 670px;
  margin-top: 40px;
  margin-left: 40px;
}

.contact-left-v2.below {
  margin-top: 120px;
  margin-left: 0px;
}

.contact-right-v2 {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}

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

.contact-left-v3 {
  grid-column-gap: 50px;
  background-color: var(--green);
  width: 100%;
  max-width: 595px;
  padding: 50px;
}

.contact-form {
  width: 100%;
}

.form-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.form-paragraph {
  margin-bottom: 30px;
}

.contact-right-v3 {
  width: 100%;
  max-width: 376px;
}

.contact-inner-v3 {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.contact-title-v3 {
  margin-bottom: 10px;
}

.contact-links-group {
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}

.social-icon-black {
  border: 1px solid var(--primary);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 11px;
  transition: background-color .3s;
  display: flex;
}

.social-icon-black:hover {
  background-color: var(--gainsboro);
}

.social-title {
  margin-bottom: 8px;
}

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

.faq-content-v1 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.faq-content-v2 {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.faq-half {
  width: 100%;
  max-width: 50%;
}

.faq-inner-v3 {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.coming-soon-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.coming-image {
  margin-bottom: 50px;
}

.coming-title {
  margin-bottom: 15px;
}

.coming-text {
  width: 100%;
  max-width: 394px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 150%;
}

.coming-inner {
  text-align: center;
  width: 100%;
  max-width: 484px;
}

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

.policy-paragraph {
  margin-bottom: 20px;
}

.question-block {
  margin-top: 50px;
}

.policy-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.check-mark-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.check-mark-item {
  background-image: url('../images/checkmark-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 36px;
}

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

.return-policy-block {
  margin-bottom: 30px;
}

.licensing-label {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.disclamer-heading {
  margin-bottom: 15px;
}

.licincing-title {
  grid-column-gap: 15px;
  margin-bottom: 20px;
  display: flex;
}

.info-block {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.info-content {
  margin-bottom: 30px;
}

.info-content.bottom {
  margin-bottom: 0;
}

.info-link {
  color: #222;
  font-size: 14px;
  text-decoration: none;
}

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

.disclamer-block {
  background-color: var(--green);
  margin-bottom: 100px;
  padding: 30px;
}

.body-small-2 {
  font-size: 14px;
}

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

.licensing-title {
  font-size: 20px;
  font-weight: 500;
}

.change-log-section {
  padding-top: 80px;
  padding-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.changelog-title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

.version-number {
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
}

.error-image {
  margin-bottom: 60px;
}

.error-title {
  margin-bottom: 10px;
}

.error-paragraph {
  margin-bottom: 20px;
}

.password-title {
  margin-bottom: 15px;
}

.password-text {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 150%;
}

.submit-button-password {
  border: 1px solid var(--title);
  color: var(--title);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  align-self: stretch;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  padding: 12px 34px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: color .3s, background-color .3s;
}

.submit-button-password:hover {
  background-color: var(--title);
  color: var(--secondary);
  text-decoration: none;
}

.utility-page-password {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 388px;
  display: flex;
}

.product-name {
  flex: none;
}

.product-price {
  color: var(--title);
  font-weight: 500;
  line-height: 150%;
}

.tooltip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: absolute;
  bottom: 180px;
  left: 33%;
}

.tooltip-content {
  z-index: 5;
  color: var(--secondary);
  flex-direction: row;
  font-weight: 500;
  line-height: 150%;
  display: block;
  position: absolute;
  top: -55px;
  left: -90px;
}

.tooltip-image {
  width: 100%;
  position: absolute;
  top: 40px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tooltip-text {
  flex: none;
  align-self: stretch;
  margin-top: 10px;
}

.tooltip-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: absolute;
  top: 210px;
  right: 40%;
}

.tooltip-content-2 {
  z-index: 5;
  color: var(--secondary);
  flex-direction: row;
  font-weight: 500;
  line-height: 150%;
  display: block;
  position: absolute;
  top: -55px;
  left: 20px;
}

.menu-image {
  object-fit: fill;
  min-height: 235px;
}

.dropdown-wrapper-v2 {
  border: 1px solid var(--white-smoke);
  background-color: var(--secondary);
  width: 100%;
  max-width: 197px;
  margin-right: 15%;
  padding: 22px 88px 22px 22px;
}

.form-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.sign-in-wrapper {
  text-align: center;
  border: 1px solid #000;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.form {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-top: 7px;
}

.checkbox.w--redirected-checked {
  border-color: var(--font);
  background-color: var(--font);
  background-size: 75%;
  border-radius: 4px;
}

.checkbox-field {
  margin-bottom: 0;
}

.checkbox-label {
  color: var(--font);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.form-link {
  color: var(--font);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.form-link-bottom {
  color: var(--font);
}

.button-icon {
  width: 24px;
}

.form-button-link {
  grid-column-gap: 6px;
  color: var(--font);
  justify-content: center;
  text-decoration: none;
  display: flex;
}

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

.demo-hero-content {
  text-align: center;
  width: 100%;
  max-width: 724px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.pages-demos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.demo-home-block {
  border: 1px solid var(--grey);
  text-decoration: none;
  overflow: hidden;
}

.demo-image {
  background-color: var(--grey);
  border: 1px solid #fff;
  height: 100%;
  max-height: 535px;
  transition: border-color .3s;
  overflow: hidden;
}

.demo-image:hover {
  border: 1px solid #000;
}

.demo-shop-list {
  background-color: var(--green);
  padding-top: 120px;
  padding-bottom: 120px;
}

.demo-title-block {
  text-align: center;
}

.shop-demos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.shop-demo-block {
  text-decoration: none;
  overflow: hidden;
}

.shop-demo-image {
  border: 1px solid var(--green);
  background-color: var(--grey);
  height: 100%;
  max-height: 270px;
  transition: border-color .3s;
  overflow: hidden;
}

.shop-demo-image:hover {
  border: 1px solid #000;
}

.demo-blog-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pages-demos-blog {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.demo-blog-block {
  border: 1px solid var(--grey);
  text-decoration: none;
  overflow: hidden;
}

.demo-blog-image {
  background-color: var(--grey);
  border: 1px solid #fff;
  height: 100%;
  max-height: 410px;
  transition: border-color .3s;
  overflow: hidden;
}

.demo-blog-image:hover {
  border: 1px solid #000;
}

.demo-inner-page {
  background-color: var(--grey);
  padding-top: 120px;
  padding-bottom: 120px;
}

.demo-inner-pages {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.inner-page-block {
  background-color: #fff;
  width: 338px;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
}

.demo-content-left {
  width: 100%;
  max-width: 507px;
}

.demo-right-image {
  background-color: var(--grey);
  justify-content: flex-end;
  width: 100%;
  max-width: 822px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.demo-content-section {
  justify-content: center;
  align-items: center;
  min-height: 525px;
  margin-top: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-full-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.demo-title {
  margin-bottom: 40px;
}

.demo-content-2 {
  justify-content: center;
  align-items: center;
  min-height: 525px;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-content-l2 {
  width: 100%;
  max-width: 507px;
  margin-left: auto;
}

.demo-r-image-2 {
  background-color: var(--gainsboro);
  width: 100%;
  max-width: 692px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: auto;
}

.demo-title-2 {
  margin-bottom: 20px;
}

.demo-content-text {
  margin-bottom: 40px;
}

.demo-content-link {
  color: var(--title);
}

.demo-content-link:hover {
  text-decoration: none;
}

.demo-header-section {
  background-color: var(--blue);
  padding-top: 120px;
  padding-bottom: 120px;
}

.demo-header {
  justify-content: space-between;
  display: flex;
}

.demo-paragraph {
  color: var(--font);
  width: 100%;
  max-width: 685px;
}

.demo-header-title {
  margin-bottom: 10px;
}

.header-style {
  background-color: var(--primary);
  text-align: center;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 152px;
  display: flex;
}

.head-number {
  color: var(--secondary);
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}

.demo-header-blocks {
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 80px;
  display: flex;
}

.demo-footer {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 20px;
}

.demo-logo {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.demo-footer-logo {
  margin-bottom: 15px;
  padding-left: 0;
}

.demo-footer-text {
  color: var(--secondary);
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
}

.demo-footer-bottom {
  margin-top: 140px;
}

.header-circle-text {
  color: var(--secondary);
  font-weight: 500;
}

.demo-hero-title {
  font-size: 56px;
}

.inner-image {
  object-fit: cover;
}

.row {
  grid-column-gap: 20px;
  display: flex;
}

.demo-inner-row-l {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.demo-inner-row {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
  transform: translate(-50px);
}

.features-heading {
  margin-bottom: 2px;
}

.blog-item {
  position: relative;
}

.read-more-button-blog {
  grid-column-gap: 8px;
  color: var(--title);
  flex: none;
  align-items: flex-end;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.humburg-menu-v3 {
  margin-left: 10px;
}

.humburg-menu-v3.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.category-name-v3 {
  color: var(--title);
}

.hero-v3-category {
  color: var(--secondary);
}

.top-line-white {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.middle-line-white {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line-white {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.search-link-v5 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}

.remove-link {
  color: var(--title);
  text-decoration: underline;
}

.apple-pay-button {
  border-radius: 30px;
  height: 45px;
}

.error-state {
  color: var(--font);
  text-align: center;
  border-radius: 30px;
}

.faq-answer {
  white-space: normal;
}

.review-button.dnone {
  display: none;
}

.h2-mobile, .h2-mobile.v1 {
  font-size: 38px;
}

.h2-mobile.mb-20 {
  margin-bottom: 20px;
  font-size: 38px;
}

.bloackquote {
  margin-bottom: 60px;
}

.review-content-v2 {
  width: 100%;
  max-width: 816px;
}

.section-button-wrapper {
  text-align: right;
  margin-top: 60px;
}

.empty-state {
  border: 1px solid var(--primary);
  color: var(--font);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.total {
  font-weight: 400;
}

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

.search-input-mobile {
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0;
}

.search-input-mobile:focus {
  border: 1px rgba(0, 0, 0, 0);
  border-bottom-style: solid;
}

.search-input-mobile::placeholder {
  color: var(--title);
}

.search-mobile-v3, .search-icon-v3 {
  display: none;
}

.search-icon-v3.show {
  display: block;
}

.close-icon-seacrh {
  display: none;
}

.nav-right-demo {
  align-items: center;
  margin-left: auto;
  padding-right: 25px;
  display: flex;
  position: static;
}

.demo-image-list {
  width: 100%;
}

.category-name-v4 {
  color: var(--title);
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.divider-v4 {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
}

.prduct-image-v1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  /*min-height: 300px;*/
}

.container-blog {
  width: 100%;
  max-width: 1338px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.post-image-v2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 480px;
}

.content-section-v2 {
  grid-row-gap: 150px;
  flex-direction: column;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.insta-link-block {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
}

.page-header-product {
  background-color: var(--blue);
  padding-top: 109.5px;
  padding-bottom: 109.5px;
}

.navbar-demo {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 9px 30px;
}

.footer-lanima-logo {
  width: 246px;
}

.demo-section-title {
  margin-top: 10px;
}

.product-v1 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  align-items: center;
  justify-items: center;
}

.logo-grid img {max-width:75%;}

.d-flex {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.product-discount-price {
  line-height: 150%;
  text-decoration: line-through;
}

.footer-v2 {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer-v5 {
  background-color: rgba(218, 185, 115, .08);
  background-image: none;
  padding-top: 80px;
  padding-bottom: 20px;
}

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

.bg-white {
  background-color: var(--secondary);
}

.height-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-full {
  width: 100%;
}

.full-width {
  width: 100%;
  height: 100%;
}

.faq-main-image {
  height: 100%;
  min-height: 657px;
}

.review-block-main {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.search-page {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.search-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.search-input-page {
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  margin-bottom: 0;
  padding: 0;
}

.search-input-page:focus {
  border: 1px rgba(0, 0, 0, 0);
  border-bottom-style: solid;
}

.search-input-page::placeholder {
  color: var(--title);
}

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

.categories-image {
  object-fit: cover;
  height: 100%;
}

.discount-price-v3 {
  text-decoration: line-through;
}

.prize-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.product-compare-v2 {
  line-height: 150%;
}

.color-black {
  color: #000;
}

.flex {
  grid-column-gap: 8px;
  display: flex;
}

.body {
  font-family: Montserrat, sans-serif;
}

.cart {
  flex: 0 auto;
}

.body-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-4, .heading-5 {
  font-size: 38px;
}

.newsletter-section-bkg {
  background-color: var(--blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.newsletter-section-bkg.light {
  background-color: rgba(218, 185, 115, .06);
}

.product-type {
  color: var(--title);
  font-weight: 500;
  line-height: 150%;
}

.hero-slider {
  background-color: #fff;
  height: auto;
  /*margin-top: 32px;*/
}

.hero-slider.clear {
  margin-top: 0;
}

.page-link {
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: all .45s;
  display: block;
}

.page-link:hover {
  transform: translate(6px);
}

.feature-para {
  color: var(--font);
  /*max-width: 90%;*/
  margin-top: 60px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.footer-copy {
  color: var(--font);
  letter-spacing: 1px;
  font-size: 14px;
}

.footer-copy.reverse {
  color: var(--primary);
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 34px;
  text-transform:uppercase;
}

.image-2 {
  background-image: url('../images/plus-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-para {
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.category-para h1.sub-title {
  margin-bottom:20px;
  color:#666;
}

.text-link, .w-richtext a {
  color: #4c2cff;
  font-weight: 600;
  transition: all .45s;
  text-decoration:none;
}

.text-link:hover, .w-richtext a:hover {
  color: rgba(76, 44, 255, .65);
}

.text-link.product {
  margin-bottom: 30px;
  text-decoration: none;
}

.fetaured-section-post {
  margin-bottom: 80px;
}

.post-image-box {
  background-color: var(--grey);
  width: 100%;
  max-width: 750px;
  height: 100%;
  min-height: 585px;
  margin-bottom: 40px;
  overflow: hidden;
}

.post-image-box.blog {
  background-color: var(--grey);
  width: 100%;
  max-width: 750px;
  height: 100%;
  min-height:auto;
  margin-bottom: 40px;
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;
  max-width: 750px;
  min-height: 585px;
  max-height: 435px;
  overflow: hidden;
}

.spacer {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
}

.featurd-post-grid {
  grid-column-gap: 60px;
  color: #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.slide-nav-2 {
  position: absolute;
}

.shop-video-cta {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), url('../images/video-thumb-image.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  min-height: 540px;
  display: flex;
  position: relative;
}

.testimonial-cta {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), url('../images/tiles/feature/designer-tiles-and-stone-bkg.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  /*min-height: 540px;*/
  display: flex;
  /*position: relative;*/
  margin-bottom:40px;
}

.t04_block {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  height: 100%;
  min-height: 350px;
  padding: 25px 20px 20px;
  position: relative;
  box-shadow: 1px 1px 20px rgba(195, 198, 213, .09);
}

.t04_avatar_04 {
  background-image: url('../images/avatar-female.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  position: relative;
}

.t04_left_arrow {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  top: -455px;
  left: 20px;
}

.t04_slide {
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
  padding: 20px;
}

.t05_title {
  color: #7540ee;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.t04_name {
  color: #33334f;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.t04_slider_nav {
  opacity: .05;
  padding-left: 15px;
  display: flex;
  bottom: -68px;
  left: 0;
}

.t04_author_wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.t04_right_arrow {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  top: -455px;
  left: -75%;
}

.t04_avatar_03 {
  background-image: url('../images/avatar-male.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
  position: relative;
}

.t04_job_titlle {
  color: #7540ee;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
}

.t04_container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: 55px auto;
  display: block;
}

.t04_slider_arrow {
  width: 8px;
}

.t04_avatar_02 {
  background-image: url('../images/avatar-female.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
  position: relative;
}

.t04_mask {
  overflow: hidden;
}

.client-review {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  padding: 120px 5% 80px;
  display: block;
}

.t04_star {
  width: 16px;
  margin-right: 6px;
}

.t04_avatar {
  background-image: url('../images/avatar-female.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  position: relative;
}

.t05_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t04_paragraph {
  color: #4e5d78;
  margin-bottom: 30px;
}

.t04_slider {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.t05_h3 {
  color: #0a1f44;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 36px;
  line-height: 45px;
}

.product-enquiry-form {
  margin-top: 60px;
}

.contact-details {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.footer-v5a {
  background-color: var(--primary);
  background-image: linear-gradient(rgba(54, 77, 106, .65), rgba(54, 77, 106, .65)), url('../images/footer-tile-bkg-dark.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer-v5b {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), linear-gradient(#364d6a, #364d6a);
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer-v5c {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(67, 96, 132, .06), rgba(67, 96, 132, .06));
  padding-top: 80px;
  padding-bottom: 20px;
}

.navbar-v1-clear {
  color: #333;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar-v1-clear.hide {
  display: none;
}

.navbar-v1-clear.clear {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}

.navbar-v1-white {
  opacity: 1;
  color: #333;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px 30px;
  position: fixed;
  top: -100px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar-v1-white.hide {
  display: none;
}

.navbar-v1-white.clear {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}

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

.boxclear.hide {
  display: none;
}

.navbar-v1-yellow {
  color: #333;
  background-color: #f2ff00;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar-v1-yellow.hide {
  display: none;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-v1-yellow.clear {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}

.navbar-v1-yellow-copy {
  color: #333;
  background-color: #f2ff00;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar-v1-yellow-copy.hide {
  display: none;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-v1-yellow-copy.clear {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}

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

.resources-tab {
  color: var(--title);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  transition: all .45s;
}

.resources-tab:hover {
  letter-spacing: .5px;
  border-bottom: 1px solid #874dfc;
  font-weight: 600;
}

.resources-tab.w--current {
  border-bottom: 1px solid var(--primary);
  background-color: rgba(0, 0, 0, 0);
  padding-right: 0;
}

.video-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.resources-text {
  max-width: 85%;
}

.video-container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.resources-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.pdf-layout {
  display: block;
}

.pdf-thumb {
  max-width: 40%;
  padding-right: 10px;
}

.pdf-link {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.pdf-link:hover {
  transform: translate(0, -6px);
}

.pdf-text {
  color: #333;
  font-size: 14px;
  line-height: 150%;
}

.pdf-heading {
  margin-bottom: 6px;
}

.div-block, .paragraph {
  color: var(--font);
}

.small-header {
  z-index: 1200;
  background-color: #020202;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 2px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0%;
  right: 0%;
}

.top-link {
  text-transform: uppercase;
  cursor: pointer;
}

.top-link.right {
  float: right;
  text-align: right;
}

.top-link.hide-show {
  display: none;
}

.top-text {
  color: rgba(255, 255, 255, .7);
  cursor: pointer;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
}

.top-text:hover {
  color: #fff;
}

.top-text.right {
  float: none;
  text-align: right;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.product-type {
    font-size: 12px;
}

h6.gallery-scroll{font-size:12px;text-align:left;padding-left:6px;margin-top:6px;}
.gallery-text{padding-left:40px;padding-top:14px;}
.faq-btn {position:relative;top:40px;left:-40px;}
.w-richtext img {padding:30px 0 14px;}
.w-richtext .fr-inner {font-style:italic;font-size:0.9em}
.fr-img-space-wrap {padding-bottom:20px;}

.feature-wrapper.all {
    width:33.33%;
    padding:15px;
    min-height:415px;
  }
  
.w-slider.none {
  height: auto;
  background: none;
}

.w-slide.center-t {
  text-align:center;
}

a.none-under {
  text-decoration:none;
  transition: all .45s;
}
a.none-under:hover {
  letter-spacing: 0.5px;
  font-weight:600;
}

/*///// Testimonial Slider //////*/

.t02_slide_arrow_right {
  color: #000;
}

.t02_icon {
  color: #fff9;
  width: 25px;
  height: 25px;
  font-size: 22px;
}

.t02_slider {
  background-color: #0000;
  flex: 1;
  height: auto;
}

.t01_quote {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 80px;
  line-height: 50px;
}

.t02_slide_arrow_left {
  color: #000;
}

.t02_avatar {
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 65px;
  height: 65px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t02 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 70px 5%;
  display: block;
  overflow: hidden;
}

.t02.bkg-img {
  background-image: url('../images/tiles/feature/designer-tiles-and-stone-bkg.jpg');
  background-position: 0 0, 0% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 120px;
}

.t02_container {
  color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t02_paragraph {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 39px;
}

.t02_paragraph.white {
  font-size: 15px;
  font-style: italic;
}

.t02_paragraph.white p {
  color: #fff;
}

.t02_logo {
  width: 120px;
}

/*.t02_avatar_02 {
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 65px;
  height: 65px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}*/

.slide_nav {
  margin-top: 27px;
  bottom: -55px;
}

.t02_name {
  color: #4e5d78;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}

.t02_name.white {
  color: #fff;
  font-size: 14px;
  font-style: italic;
}

.t02_testimonial_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  text-transform:uppercase;
}

.t02_mask {
  overflow: hidden;
}

.testimonial-t02 {
  font-size: 38px;
}

.testimonial-t02.center {
  margin-bottom: 40px;
}

.hero-section-video.fit-screen {
  background-color: var(--transparent);
  background-image: none;
  margin-top: 99px;
}

@media screen and (min-width: 1280px) {
  .resources-text {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .container.full {
    max-width: 100%;
  }

  .product-full-image {
    min-height: 285px;
  }

  .featurd-grid {
    flex-flow: row;
  }

  .prduct-image-v1.category {
    min-height: 310px;
  }

  .post-image-box {
    max-width: 750px;
    min-height: 585px;
    margin-bottom: 40px;
  }

  .post-image {
    max-width: 750px;
    min-height: 585px;
  }

  .spacer {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .featurd-post-grid {
    flex-flow: column;
  }
}

@media screen and (min-width: 1920px) {
  .container.full {
    max-width: 100%;
  }

  .nav-link-v1 {
    font-weight: 500;
  }

  .page-header {
    background-image: linear-gradient(90deg, rgba(218, 185, 115, .12), #fff 40%, #fff 50%, #fff 60%, rgba(218, 185, 115, .12)), url('../images/header-bkg-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .body-small.active {
    font-weight: 700;
  }

  .social-icon-group.v1.reverse {
    display: none;
  }

  .footer-heading.reverse {
    color: var(--primary);
    -webkit-text-stroke-color: var(--primary);
  }

  .footer-link.reverse, .footer-address.reverse {
    color: var(--primary);
  }

  .footer-bottom.reverse {
    border-top-color: var(--primary);
  }

  .copyright-text.reverse, .link.reverse, .copyright-link.block-line.reverse, .copyright-link.reverse {
    color: var(--primary);
  }

  .dot-circle.reverse {
    background-color: #000;
  }

  .drop-down-link-v1, .dd-link-v1-half {
    font-weight: 500;
  }

  .product-info-block {
    padding-bottom: 150px;
  }

  .contact-links {
    font-weight: 400;
  }

  .contact-image-v2.bg {
    /*min-height: 585px;*/
  }

  .prduct-image-v1.category {
    min-height: 310px;
  }

  .body-2 {
    color: #252525;
    font-weight: 300;
  }

  .footer-copy.reverse {
    color: var(--primary);
  }

  .category-para {
    max-width: 100%;
    margin-top: 80px;
  }

  .product-enquiry-form {
    margin-top: 60px;
  }

  .contact-details {
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .footer-v5a {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(54, 77, 106, .65), rgba(54, 77, 106, .65)), url('../images/footer-tile-bkg-dark.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .footer-v5b {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), linear-gradient(#364d6a, #364d6a);
  }

  .footer-v5c {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(67, 96, 132, .06), rgba(67, 96, 132, .06));
  }

  .resources-text {
    max-width: 85%;
  }

  .small-header {
    width: 100%;
    position: fixed;
  }
  
  .hero-content-v1 {
    padding-top: 400px;
  }
  
  .filter-dropdown .w-dropdown {
    margin-left: auto;
    margin-right: 0;
  }
  
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

  .navbar-v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.full {
    padding-left: 20px;
    padding-right: 0;
  }

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

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

  .nav-right-v1 {
    padding-right: 0;
    position: absolute;
  }

  .nav-link-v1 {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

  .nav-link-v1:hover {
    background-color: rgba(203, 232, 240, .12);
  }

  .navbar-shop-button {
    grid-column-gap: 5px;
    border-left-style: none;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-v1 {
    background-color: var(--secondary);
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-block {
    width: 40px;
    height: 40px;
  }

  .search-link-block {
    z-index: 5;
    position: relative;
  }

  .cart-quantity {
    min-width: 15px;
    height: auto;
    font-size: 10px;
    line-height: 17px;
    display: block;
  }

  .nav-block {
    margin-left: 0;
    margin-right: auto;
  }

  .humburg-menu {
    order: -1;
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
    position: relative;
  }

  .dropdown-link, .dropdown-link.w--open {
    width: 100%;
  }

  .drop-down-menu.w--open {
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    position: relative;
    top: 0;
  }

  .dropdown-sub-link:hover {
    background-color: var(--secondary);
    color: var(--primary);
    font-weight: 500;
  }

  .dropdown-wrapper-v1 {
    border-style: none;
    border-radius: 6px;
    max-width: 100%;
    margin-bottom: 12px;
    margin-left: 0%;
    padding: 0;
  }

  .page-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .font-inner {
    grid-column-gap: 50px;
  }

  .heading-inner-block, .heading-item-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .style-guide-color {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .color-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-button {
    padding-bottom: 80px;
  }

  .primary-button.feature {
    margin-left: 20px;
  }

  .style-guide-richtext {
    padding-bottom: 80px;
  }

  .footer-center-v1 {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    grid-template-columns: 1.45fr 1.25fr;
  }

  .dot-circle {
    background-color: #fff;
  }

  .hero-section-v1 {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .hero-content-v1, .hero-content-t {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .hero-box-v1 {
    max-width: 75%;
    margin-left: 40px;
  }

  .hero-heading-v1 {
    font-size: 38px;
  }

  .category-section-intro {
    padding-top: 80px;
  }

  .category-grid-v1 {
    grid-column-gap: 15px;
  }

  .category-content {
    min-height: 224px;
    max-height: 224px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-image.v4 {
    max-width: 136px;
  }

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

  .product-version-1 {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-image, .product-image.v1-home, .product-image.v2-home, .product-image.v4-home, .product-image.list-v2 {
    min-height: auto;
  }

  .product-image.list-v5 {
    min-height: auto;
    max-height: none;
  }

  .product-image.categories {
    min-width: auto;
    min-height: auto;
  }

  .product-full-image, .product-full-image.v2, .product-full-image.v3, .product-full-image.v1 {
    min-height: auto;
  }

  .product-full-image.v5 {
    min-height: auto;
    max-height: none;
  }

  .feature-section {
    padding-bottom: 80px;
  }

  .feature-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .feature-content {
    max-width: 100%;
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-cta-v1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-cta-inner-v1 {
    grid-column-gap: 50px;
  }

  .cta-image {
    object-fit: contain;
    max-width: 100%;
    min-height: auto;
  }

  .content-section {
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-image.v1-home {
    min-height: auto;
  }

  .post-image-v1 {
    min-width: auto;
    min-height: auto;
  }

  .post-image-v1.v2 {
    min-height: auto;
  }

  .post-image-v1.v5 {
    min-height: 300px;
    max-height: 300px;
  }

  .client-logo-inner {
    grid-column-gap: 124px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .drop-down-link-v1 {
    text-align: left;
    background-color: rgba(203, 232, 240, .12);
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

  .menu-wrapper-v1 {
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .home-link-block-v1:hover {
    font-weight: 400;
  }

  .home-link-block-v1.list {
    margin-bottom: 0;
  }

  .link-image {
    display: none;
  }

  .dd-link-v1-half {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

  .dd-link-v1-half:hover {
    background-color: rgba(203, 232, 240, .12);
  }

  .dd-menu-half.w--open {
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    margin-top: 10px;
    position: relative;
    top: 0;
    left: 0;
  }

  .search-block {
    padding: 10px 20px;
  }

  .navbar-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-right-v2 {
    padding-right: 0;
  }

  .shop-button-v2 {
    display: flex;
    position: relative;
  }

  .navbar-wrapper-v2 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-block-v2 {
    flex: none;
    margin-right: auto;
    position: relative;
  }

  .hero-content-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-box-v2 {
    max-width: 55%;
  }

  .hero-image {
    justify-content: center;
    align-items: center;
    max-width: 30%;
    display: flex;
    top: 0;
    bottom: 0;
    right: 20%;
  }

  .category-section-v2 {
    padding-top: 80px;
  }

  .category-grid-v2 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

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

  .cta-inner-v2 {
    grid-column-gap: 50px;
  }

  .image-text-block {
    grid-column-gap: 30px;
  }

  .content-image-block, .content-image {
    min-height: auto;
  }

  .popular-element-section {
    padding-bottom: 80px;
  }

  .feature-section-v2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .navbar-v3 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper-v3 {
    padding: 15px 20px;
    position: relative;
  }

  .nav-right-v3 {
    padding-right: 0;
    position: absolute;
  }

  .nav-block-v3 {
    margin-left: auto;
    position: relative;
  }

  .shop-button-v3 {
    grid-column-gap: 25px;
    margin-right: 20px;
    display: flex;
    position: absolute;
    right: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .full-hero-image {
    min-height: auto;
  }

  .nav-link-v3 {
    color: var(--primary);
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

  .nav-link-v3:hover {
    background-color: var(--blue);
  }

  .about-section {
    padding-top: 40px;
  }

  .about-image, .about-left-image {
    min-height: auto;
  }

  .about-content {
    max-width: none;
  }

  .about-horizontal-image {
    height: auto;
    max-height: none;
  }

  .horizontal-image-full {
    min-height: auto;
  }

  .category-inner {
    grid-column-gap: 30px;
    margin-top: 30px;
    overflow: hidden;
  }

  .blog-image-v3, .blog-image-v3.v3, .instgram-image {
    min-height: auto;
  }

  .search-v3 {
    border-style: none;
    padding-left: 0;
    display: none;
  }

  .search-input-v3 {
    display: none;
  }

  .navbar-v4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-wrapper-v4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-right-v4 {
    max-width: 100%;
    margin-top: 0;
    padding-right: 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .shop-button-v4 {
    display: flex;
  }

  .nav-menu-v4 {
    background-color: var(--title);
  }

  .nav-link-v4, .dd-link-v4 {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding: 12px 20px;
  }

  .dd-link-v4:hover {
    background-color: var(--blue);
  }

  .humburg-menu-white {
    position: relative;
  }

  .menu-v4-details {
    width: 100%;
    margin-top: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-links-v4 {
    width: 100%;
    margin-top: 10%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-v4-content {
    text-align: right;
    min-height: 500px;
  }

  .about-section-v4 {
    padding-top: 40px;
  }

  .category-grid-v4 {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .product-cta-inner {
    background-size: 20%, 20%;
  }

  .living-space-content {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .news-letter-inner {
    grid-column-gap: 50px;
    align-items: center;
  }

  .navbar-v5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-wrapper-v5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .shop-button-v5 {
    position: relative;
    right: auto;
  }

  .search-v5 {
    opacity: 0;
    transform-origin: 100%;
  }

  .search-v5.d-none {
    display: none;
  }

  .shoping-icon-v5 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-right-v5 {
    padding-right: 0;
  }

  .nav-block-v5 {
    flex: none;
    align-items: center;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .hero-section-v5 {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .about-setion-v5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-image-v5.top, .about-image-v5.bottom, .about-image-v5.categories, .left-image-v5, .right-image-v5 {
    min-height: auto;
  }

  .v5-content-left {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-icon-box {
    align-items: flex-start;
  }

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

  .catgeory-inner {
    grid-column-gap: 50px;
    align-items: flex-start;
  }

  .category-left, .category-right {
    max-width: 50%;
  }

  .product-section {
    padding-top: 40px;
  }

  .product-version-5 {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
  }

  .product-image-v5 {
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    min-height: auto;
  }

  .product-content-v5 {
    text-align: center;
    flex-direction: column;
    margin-top: 10px;
    padding: 0;
    position: static;
  }

  .latest-furniture-section {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }

  .latest-furniture-left {
    align-items: flex-start;
    max-width: 100%;
    height: auto;
    padding: 60px 20px;
  }

  .latest-furniture-image {
    max-width: 100%;
    min-height: auto;
    position: static;
  }

  .furniture-image {
    min-height: auto;
  }

  .latest-furiture-text {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .instgram-section-v5 {
    padding-top: 80px;
  }

  .product-v2 {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .search-v2 {
    display: none;
  }

  .nav-menu-v2 {
    background-color: var(--secondary);
    flex-direction: column;
    align-items: flex-start;
  }

  .main-product-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-product-inner {
    align-items: flex-start;
  }

  .product-name-main {
    font-size: 28px;
    line-height: 130%;
  }

  .information-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-info-tab {
    border-bottom: 0 rgba(0, 0, 0, 0);
    flex-flow: column;
  }

  .page-header-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .product-list-v1 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .product-filter-v1 {
    margin-bottom: 30px;
  }

  .filter-toggle {
    font-size: 14px;
    line-height: 150%;
  }

  .product-list-version4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-list-v4 {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .product-list-left {
    max-width: 35%;
  }

  .product-list-grid-v4 {
    max-width: 65%;
  }

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

  .product-list-v5 {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
  }

  .about-us-v1 {
    padding-top: 60px;
  }

  .about-us-v1-grid {
    grid-template-columns: 1fr 1fr 1fr;
    min-height: auto;
    max-height: none;
  }

  .about-us-image {
    min-height: auto;
  }

  .about-us-image.m-hide {
    display: none;
  }

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

  .philosophy-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .philosophy-right {
    max-width: 100%;
  }

  .our-team-v1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .team-image {
    min-height: auto;
  }

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

  .review-inner {
    grid-column-gap: 30px;
  }

  .review-image {
    max-width: 250px;
    min-height: auto;
  }

  .review-full-image {
    min-height: auto;
  }

  .client-name {
    font-size: 16px;
  }

  .right-arrow {
    width: 45px;
    height: 45px;
  }

  .left-arrow {
    width: 45px;
    height: 45px;
    right: 50px;
  }

  .faq-section {
    padding: 80px 25px;
  }

  .faq-inner {
    flex-direction: column;
  }

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

  .faq-image.faq-bg {
    min-height: auto;
    display: none;
  }

  .faq-content {
    max-width: 100%;
  }

  .faq-que {
    white-space: normal;
  }

  .faq-ans-inner {
    padding-top: 10px;
  }

  .about-us-v2-grid {
    grid-column-gap: 30px;
  }

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

  .evolution-block {
    min-height: 200px;
  }

  .evoution-content {
    margin-top: 60px;
  }

  .our-team-v2 {
    padding:100px 25px;
  }

  .review-section-2 {
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .review-inner-v2 {
    flex-direction: column;
  }

  .review-left {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .review-right {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .review-block {
    max-width: 100%;
  }

  .blog-v3-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .featurd-grid {
    flex-flow: column;
  }

  .featured-image {
    object-fit: cover;
    min-height: 300px;
  }

  .fetaured-section {
    margin-bottom: 60px;
  }

  .featured-image-box {
    min-height: auto;
  }

  .featured-title {
    font-size: 20px;
  }

  .blog-details-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-header-inner {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

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

  .blog-content-wrapper {
    padding-top: 30px;
  }

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

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

  .store-location-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .location-image {
    height: auto;
    max-height: none;
  }

  .store-image {
    min-height: 250px;
  }

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

  .customer-support-inner {
    grid-column-gap: 30px;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-icon-list {
    grid-column-gap: 15px;
  }

  .contact-links.product {
    flex: 1;
  }

  .contact-form-v1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .store-location-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .contact-section-v2 {
    padding-top: 60px;
  }

  .contact-inner {
    flex-flow: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-image-v2.bg {
    flex: 0 auto;
    max-width: 100%;
    min-height: auto;
    margin-top: 80px;
  }

  .contact-left-v2 {
    clear: none;
    max-width: 100%;
    margin-top: 80px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-left-v3 {
    padding: 30px;
  }

  .faq-section-v1 {
    padding: 60px 25px 80px;
  }

  .faq-content-v2 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .faq-half {
    max-width: 100%;
  }

  .faq-inner-v3 {
    grid-row-gap: 30px;
    flex-direction: column;
  }

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

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

  .disclamer-block {
    margin-bottom: 60px;
  }

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

  .tooltip, .tooltip-2 {
    display: none;
  }

  .dropdown-wrapper-v2 {
    max-width: 100%;
    padding: 0;
  }

  .demo-image {
    max-height: none;
  }

  .demo-content-left {
    max-width: 50%;
  }

  .demo-right-image {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    max-width: 48%;
  }

  .demo-content-section {
    margin-top: 0;
  }

  .demo-content-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .demo-content-l2 {
    max-width: 50%;
  }

  .demo-r-image-2 {
    background-color: rgba(0, 0, 0, 0);
    max-width: 48%;
  }

  .demo-image-r2 {
    align-self: center;
    min-height: auto;
    max-height: none;
  }

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

  .demo-header {
    flex-direction: column;
    align-items: flex-end;
  }

  .header-style {
    order: -1;
  }

  .header-title-block {
    margin-right: auto;
  }

  .mhide {
    display: none;
  }

  .humburg-menu-v3 {
    order: -1;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    position: absolute;
    left: 0;
  }

  .top-line-white, .middle-line-white, .bottom-line-white {
    background-color: var(--secondary);
  }

  .search-link-v5 {
    width: 50px;
    display: flex;
    position: relative;
  }

  .product-show-text {
    font-size: 14px;
    line-height: 150%;
  }

  .block-quote {
    margin-bottom: 40px;
  }

  .review-button {
    margin-top: 30px;
    display: block;
  }

  .review-button.mhide {
    display: none;
  }

  .review-button.dnone {
    display: block;
  }

  .search-input-mobile {
    height: auto;
    padding-left: 0;
  }

  .search-mobile-v3 {
    z-index: 3;
    background-color: var(--secondary);
    border-top: 1px solid #000;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: absolute;
    top: 60px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .search-button-2 {
    background-color: var(--secondary);
    background-image: url('../images/search-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-icon-v3 {
    z-index: 2;
    cursor: pointer;
    width: 34px;
    padding: 5px;
    display: block;
  }

  .search-icon-v3.show {
    width: 35px;
  }

  .close-icon-seacrh {
    z-index: 0;
    object-fit: none;
    display: block;
    position: absolute;
  }

  .nav-right-demo {
    padding-right: 0;
    position: absolute;
  }

  .search-block-v3 {
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex;
    position: relative;
  }

  .prduct-image-v1, .post-image-v2 {
    min-height: auto;
  }

  .content-section-v2 {
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-header-product {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .navbar-demo {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 20px;
  }

  .product-v1 {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .d-flex.center {
    justify-content: center;
  }

  .d-flex.right {
    justify-content: flex-end;
  }

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

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

  .image {
    margin-left: 14px;
  }

  .newsletter-section-bkg.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-link:hover {
    font-weight: 500;
  }

  .feature-para {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-para {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 5px;
  }

  .fetaured-section-post {
    margin-bottom: 60px;
  }

  .post-image-box {
    min-height: auto;
  }

  .post-image {
    object-fit: cover;
    min-height: 300px;
  }

  .featurd-post-grid {
    flex-flow: column;
  }

  .t04_left_arrow {
    top: -480px;
  }

  .t04_right_arrow {
    top: -480px;
    left: -65%;
  }

  .contact-details {
    justify-content: space-between;
  }

  .footer-v5a, .footer-v5b, .footer-v5c {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar-v1-clear, .navbar-v1-white, .navbar-v1-yellow, .navbar-v1-yellow-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .resources-section {
    padding: 60px 25px 80px;
  }

  .resources-tab.w--current {
    margin-bottom: 20px;
  }

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

  .resources-text {
    max-width: 100%;
  }

  .video-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .resources-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  
  .faq-btn {
    left:-20px;
  }
    
  .about-us-v2-grid {
    grid-row-gap: 30px;
    flex-direction: column;
  }
  
  .logo-grid {
  grid-template-columns: 1fr 1fr 1fr;
  }
  
  .product-list-v1.filter {
  margin-top:-110px;
  }
  
  .feature-wrapper.all {
    width:50%;
  }
  .hero-content-v1 {
    padding-top: 185px;
  }
  .hero-box-v1.center-t {
  left:20px;
  }
  
  .main-product-inner {
    grid-row-gap: 60px;
    flex-direction: column;
  }
  .product-wrap {
  max-width:100%;
  }
  .image-info {
  max-width:100%;
  }
  .product-list-v1.alt-filter {
  margin-top:-85px;
  }
  .filters.wrapper {
  flex-direction:column;
  text-align:center;
  margin-bottom:10px;
  }
  .flex-filters {
  margin:30px auto;
  }
  .filters .filter-dropdown, .filter-dropdown{
  margin-right:auto;
  }
  
  .t02_slide_arrow_right {
    max-width: 25px;
    right: -4%;
  }

  .t02_slide_arrow_left {
    max-width: 25px;
    left: -4%;
  }

  .t02_testimonial_wrap {
    max-width: 650px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2, h3 {
    font-size: 30px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .container.full {
    padding-left: 20px;
    padding-right: 0;
  }

  .brand {
    width: 275px;
    max-width: 275px;
    padding-left: 0;
  }

  .brand.w--current {
    width: 225px;
    max-width: 225px;
  }

  .search-link-block {
    flex: none;
  }

  .humburg-menu {
    position: relative;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .page-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .font-inner {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .heading-item-block {
    grid-row-gap: 8px;
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .primary-button {
    padding: 10px 30px;
    font-size: 12px;
  }

  .primary-button.mobile {
    padding: 12px 34px;
  }

  .primary-button.mobile-v2 {
    padding: 12px 26px;
  }

  .primary-button.demo-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text h3 {
    margin-top: 20px;
    font-size: 28px;
  }

  .rich-text figure {
    margin-top: 30px;
  }

  .rich-text blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    font-size: 16px;
  }

  .rich-text h4 {
    margin-top: 30px;
    font-size: 24px;
  }

  .rich-text h5 {
    margin-top: 30px;
    font-size: 16px;
  }

  .rich-text h6 {
    margin-top: 30px;
    font-size: 14px;
  }

  .footer-top-v1 {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-center-v1 {
    grid-row-gap: 60px;
    grid-template-columns: 1.2fr 1fr;
    margin-bottom: 80px;
  }

  .news-letter, .news-letter-heading {
    margin-bottom: 0;
  }

  .news-letter-text {
    margin-bottom: 40px;
  }

  .footer-heading {
    margin-bottom: 10px;
  }

  .footer-links-inner {
    grid-row-gap: 12px;
  }

  .footer-bottom {
    grid-row-gap: 25px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .copyright-text {
    text-align: center;
    width: 100%;
  }

  .footer-links-bottom {
    justify-content: center;
  }

  .copyright-link {
    font-size: 12px;
  }

  .dot-circle {
    background-color: #fff;
  }

  .hero-section-v1 {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/hexagonal-tile-mockup.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-content-v1, .hero-content-t {
    padding-top: 160px;
    padding-bottom: 134px;
  }

  .hero-box-v1 {
    max-width: 100%;
    margin-left: 30px;
  }

  .hero-heading-v1 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .hero-text-v1 {
    max-width: none;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .secondary-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

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

  .category-grid-v1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .category-content {
    padding-top: 30px;
  }

  .product-version-1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .product-block {
    width: 100%;
  }

  .product-image {
    margin-bottom: 10px;
  }

  .product-content {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .product-full-image.v2 {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
  }

  .product-full-image.v3 {
    object-fit: cover;
    width: 100%;
    min-height: 200px;
    max-height: 190px;
  }

  .feature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .feature-block {
    grid-column-gap: 8px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
  }

  .section-heading-block {
    margin-bottom: 30px;
  }

  .sub-title.demo-page {
    font-size: 12px;
  }

  .product-cta-inner-v1 {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

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

  .cta-title, .cta-title.v2 {
    margin-bottom: 20px;
  }

  .cta-paragraph {
    margin-bottom: 40px;
  }

  .blog-v1-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-image {
    margin-bottom: 10px;
  }

  .post-image-v1.v5 {
    min-height: 400px;
  }

  .blog-date {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .blog-title {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .client-logo-inner {
    grid-column-gap: 20px;
  }

  .shop-button-v2 {
    grid-column-gap: 0px;
    padding-left: 10px;
  }

  .hero-content-v2 {
    padding-top: 50px;
    padding-bottom: 147px;
  }

  .hero-box-v2 {
    max-width: 50%;
  }

  .hero-heading-v2 {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .hero-image {
    align-items: flex-end;
    max-width: 158px;
    bottom: 10px;
    right: 20%;
  }

  .subtitle-hero-v2 {
    font-size: 12px;
  }

  .category-section-v2 {
    padding-top: 40px;
  }

  .category-grid-v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .category-block-v2 {
    width: auto;
    height: auto;
    padding: 0;
  }

  .category-icon {
    width: 98px;
    height: 98px;
    margin-bottom: 0;
  }

  .sub-title-v2 {
    border-left-color: var(--primary);
  }

  .product-title-v2 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
  }

  .product-price-v2 {
    font-size: 14px;
    line-height: 150%;
  }

  .cta-inner-v2 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
  }

  .product-cta-v2 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .cta-image-v2 {
    max-width: 237px;
    margin-top: 0;
  }

  .image-text-block {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .image-text-block.v2 {
    grid-row-gap: 40px;
  }

  .content-image-block {
    order: -1;
  }

  .content-image {
    min-height: auto;
  }

  .content-title.v2 {
    font-size: 34px;
  }

  .button-wrapper {
    margin-top: 40px;
  }

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

  .blog-v2-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-short-description {
    margin-bottom: 40px;
  }

  .shop-button-v3 {
    grid-column-gap: 10px;
  }

  .about-section {
    padding-top: 0;
  }

  .about-inner {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .about-image, .about-left-image {
    max-width: 100%;
  }

  .about-text {
    margin-bottom: 40px;
  }

  .about-horizontal-image {
    margin-top: 40px;
  }

  .horizontal-image-full {
    display: none;
  }

  .category-inner {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .catgeory-block-v3 {
    max-width: 100%;
  }

  .category-image-v3 {
    width: 100%;
    margin-bottom: 6px;
    padding: 25px;
  }

  .heading-block-v3 {
    margin-bottom: 30px;
  }

  .collection-heading {
    margin-bottom: 6px;
  }

  .product-version-3 {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .product-title-v3 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .video-cta {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/cta-ve-image.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 450px;
  }

  .play-icon {
    grid-column-gap: 15px;
    width: 150px;
    height: 150px;
  }

  .blog-block-v3 {
    border-style: none;
  }

  .read-more-v3 {
    margin-top: 30px;
  }

  .blog-content-v3 {
    padding: 0;
  }

  .blog-image-v3 {
    margin-bottom: 20px;
  }

  .instgram-grid {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .shop-button-v4 {
    grid-column-gap: 0px;
    padding-left: 10px;
  }

  .nav-link-v4 {
    font-size: 16px;
  }

  .nav-link-v4:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .humburg-menu-white {
    position: relative;
  }

  .humburg-menu-white.w--open {
    z-index: 10;
  }

  .menu-v4-details {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .nav-links-v4 {
    grid-row-gap: 10px;
  }

  .hero-v4-content {
    min-height: 382px;
    padding-bottom: 20px;
  }

  .primary-button-white.mobile {
    padding-left: 26px;
    padding-right: 26px;
  }

  .hero-title-v4 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 150%;
  }

  .hero-subtitle-v4 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .about-section-v4 {
    padding-top: 0;
  }

  .about-sub-title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .category-grid-v4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 70px;
  }

  .category-content-v4 {
    grid-column-gap: 10px;
    min-height: 200px;
    padding-top: 15px;
    padding-left: 15px;
  }

  .category-block-v4 {
    min-height: auto;
  }

  .heading-block-v4 {
    margin-bottom: 30px;
  }

  .product-sale-price-v4 {
    font-size: 14px;
  }

  .product-title-v4 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .cta-title-v4 {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .living-space-content {
    grid-column-gap: 20px;
    flex-direction: row;
    margin-top: 40px;
  }

  .living-inner-small {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .blog-content-v4 {
    padding-bottom: 50px;
  }

  .blog-block-v4 {
    width: 100%;
  }

  .blog-image-v4 {
    margin-bottom: 10px;
  }

  .post-image-v4 {
    min-height: 300px;
    max-height: 300px;
  }

  .blog-title-v4 {
    font-size: 16px;
  }

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

  .news-letter-inner {
    flex-direction: column;
  }

  .news-letter-right {
    max-width: none;
    margin-top: 40px;
  }

  .shop-button-v5 {
    grid-column-gap: 5px;
    padding-left: 10px;
  }

  .nav-right-v5 {
    position: absolute;
  }

  .hero-title-v5 {
    font-size: 30px;
  }

  .sub-title-v5 {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .about-inner-v5 {
    flex-direction: column-reverse;
  }

  .about-v5-left {
    flex-direction: column-reverse;
    max-width: 100%;
    display: flex;
  }

  .about-v5-right {
    max-width: 100%;
  }

  .abou-v5-content {
    margin-bottom: 40px;
  }

  .our-passion-title {
    margin-bottom: 20px;
  }

  .v5-content-left {
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-icon-box {
    grid-column-gap: 10px;
  }

  .catgeory-inner {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .category-left, .category-right {
    max-width: 100%;
  }

  .title-v5 {
    margin-bottom: 10px;
  }

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

  .catgory-block-v5 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .heading-block-v5 {
    margin-bottom: 30px;
  }

  .instgram-grid-v5 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
  }

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

  .product-v4 {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .main-product-section {
    padding-top: 50px;
  }

  /*.main-product-inner {
    grid-row-gap: 60px;
    flex-direction: column;
  }*/

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

  .product-name-main {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .produt-short-text {
    font-size: 14px;
  }

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

  .product-info-tab {
    grid-column-gap: 40px;
  }

  .product-info-content {
    padding-top: 20px;
  }

  .filter-dropdown {
    width: 50%;
  }

  .product-list-v4 {
    grid-row-gap: 80px;
    flex-direction: column-reverse;
  }

  .product-list-left {
    max-width: 100%;
  }

  .banner-list-image {
    width: 100%;
  }

  .product-list-grid-v4 {
    max-width: 100%;
  }

  .product-v1-block, .product-list-v5 {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .pagination {
    margin-top: 60px;
  }

  .about-us-v1-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-us-image {
    order: -1;
  }

  .philosophy-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .philosophy-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .philosophy-title {
    font-size: 20px;
  }

  .team-content {
    border-style: none;
    padding: 10px;
  }

  .member-name {
    margin-bottom: 0;
    font-size: 14px;
  }

  .review-inner {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

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

  .review-full-image {
    max-height: none;
  }

  .review-slider {
    justify-content: center;
    padding-bottom: 85px;
    display: flex;
  }

  .right-arrow {
    width: 45px;
    height: 45px;
    margin-left: 55px;
    right: auto;
  }

  .left-arrow {
    margin-right: 55px;
    left: auto;
    right: auto;
  }

  .faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .businees-evolution-grid {
    grid-template-columns: 1fr 1fr;
  }

  .evolution-block {
    min-height: auto;
    padding: 15px;
  }

  .evoution-content {
    margin-top: 50px;
  }

  .evoution-text {
    font-size: 12px;
  }

  .our-team-v2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .review-right {
    grid-row-gap: 20px;
    display: flex;
  }

  .review-block {
    padding: 20px;
  }

  .client-details {
    margin-top: 20px;
  }

  .client-image {
    width: 50px;
    height: 50px;
  }

  .review-text {
    font-size: 18px;
  }

  .blog-v3-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .date-tag {
    padding: 4px 10px;
  }

  .featurd-grid {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .fetaured-section {
    margin-bottom: 40px;
  }

  .featured-title {
    font-size: 16px;
    font-weight: 600;
  }

  .featured-text {
    margin-bottom: 0;
  }

  .blog-content-section {
    padding-top: 20px;
  }

  .similar-post-section {
    padding-bottom: 80px;
  }

  .story-inner {
    grid-row-gap: 40px;
  }

  .store-location-wrapper {
    grid-template-columns: 1fr;
  }

  .location-name {
    margin-bottom: 5px;
  }

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

  .customer-support-inner {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .contact-links {
    align-self: auto;
    margin-top: 20px;
    margin-right: auto;
  }

  .contact-links.product {
    order: 1;
    align-self: flex-start;
  }

  .submit-button-contact {
    width: 100%;
  }

  .contact-form-v1 {
    grid-row-gap: 30px;
    padding-right: 25px;
  }

  .contact-form-v1.product {
    padding-left: 0;
    padding-right: 0;
  }

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

  .store-location-name {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .contact-inner {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contact-image-v2.bg {
    margin-top: 40px;
  }

  .customer-support-v2 {
    padding-top: 80px;
  }

  .contact-left-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-title {
    margin-bottom: 6px;
  }

  .contact-right-v3 {
    max-width: 100%;
  }

  .contact-inner-v3 {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-section-v1 {
    padding: 60px 25px 80px;
  }

  .coming-title {
    margin-bottom: 10px;
  }

  .coming-text {
    font-size: 16px;
  }

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

  .policy-paragraph {
    margin-bottom: 30px;
  }

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

  .policy-title {
    margin-bottom: 10px;
  }

  .return-policy-section {
    padding-top: 40px;
  }

  .disclamer-block {
    margin-bottom: 40px;
    padding: 20px;
  }

  .body-small-2 {
    line-height: 150%;
  }

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

  .change-log-section {
    padding-top: 40px;
    padding-bottom: 150px;
  }

  .version-info {
    grid-template-columns: 60px 1fr;
    align-items: center;
    justify-items: start;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .product-name {
    font-size: 14px;
    line-height: 150%;
  }

  .product-price {
    font-size: 14px;
  }

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

  .sign-in-wrapper {
    padding: 30px;
  }

  .checkbox {
    border: 1px solid var(--font);
    border-radius: 4px;
  }

  .checkbox.w--redirected-checked {
    width: 14px;
    height: 14px;
  }

  .demo-hero-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .demo-hero-content {
    margin-bottom: 40px;
  }

  .pages-demos {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr 1fr;
  }

  .demo-shop-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shop-demos {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr 1fr;
  }

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

  .pages-demos-blog {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1fr 1fr;
  }

  .demo-inner-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-page-block {
    width: 156px;
    min-height: 130px;
    max-height: 130px;
  }

  .demo-content-left {
    text-align: center;
    max-width: none;
    margin-bottom: 40px;
  }

  .demo-right-image {
    max-width: none;
    display: flex;
    position: relative;
  }

  .demo-content-section {
    margin-top: 80px;
  }

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

  .demo-content-2 {
    min-height: auto;
    margin: 80px -20px;
  }

  .demo-content-l2 {
    text-align: center;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-r-image-2 {
    max-width: 100%;
    position: relative;
  }

  .demo-image-r2 {
    margin-right: 0;
  }

  .demo-header-section {
    padding-top: 15px;
  }

  .demo-paragraph {
    font-size: 14px;
  }

  .demo-header-title {
    font-size: 22px;
  }

  .header-style {
    width: 55px;
    height: 55px;
  }

  .head-number {
    font-size: 14px;
  }

  .demo-header-blocks {
    grid-row-gap: 10px;
    margin-top: 30px;
  }

  .demo-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .demo-footer-text {
    margin-bottom: 50px;
    font-size: 16px;
  }

  .demo-footer-bottom {
    margin-top: 80px;
  }

  .header-circle-text {
    font-size: 8px;
    line-height: 120%;
  }

  .demo-hero-title {
    font-size: 26px;
    line-height: 150%;
  }

  .inner-image {
    min-height: 130px;
  }

  .features-heading {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .humburg-menu-v3.w--open {
    z-index: 10;
  }

  .category-name-v3 {
    font-size: 14px;
    line-height: 150%;
  }

  .hero-v3-category {
    font-size: 26px;
    line-height: 100%;
  }

  .about-medium-text {
    font-size: 22px;
    line-height: 170%;
  }

  .living-inner-text {
    font-size: 12px;
    line-height: 150%;
  }

  .search-link-v5 {
    flex: none;
    width: 30px;
  }

  .category-name-v5 {
    font-size: 20px;
  }

  .product-name-v4 {
    font-size: 14px;
    line-height: 150%;
  }

  .block-quote {
    margin-bottom: 30px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .h2-mobile {
    font-size: 34px;
    line-height: 130%;
  }

  .bloackquote {
    margin-bottom: 30px;
  }

  .review-content-v2 {
    text-align: left;
  }

  .section-button-wrapper {
    margin-top: 40px;
  }

  .content-section-v2 {
    grid-row-gap: 60px;
  }

  .insta-link-block {
    width: 50px;
    height: 50px;
  }

  .page-header-product {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .demo-section-title {
    margin-top: 6px;
  }

  .product-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .d-flex {
    justify-content: flex-start;
  }

  .d-flex.center {
    justify-content: center;
  }

  .d-flex.right {
    justify-content: flex-start;
  }

  .product-discount-price {
    font-size: 14px;
    line-height: 150%;
  }

  .footer-v2, .footer-v5 {
    padding-top: 50px;
  }

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

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

  .discount-price-v3 {
    font-size: 14px;
    line-height: 150%;
  }

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

  .newsletter-section-bkg.light {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-6 {
    font-size: 32px;
  }

  .fetaured-section-post {
    margin-bottom: 40px;
  }

  .featurd-post-grid {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .shop-video-cta {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/cta-ve-image.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 450px;
  }

  .t04_slide {
    width: 100%;
  }

  .t04_right_arrow {
    left: -50%;
  }

  .contact-details {
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-v5a, .footer-v5b, .footer-v5c {
    padding-top: 50px;
  }

  .resources-section {
    padding: 60px 25px 80px;
  }

  .pdf-text {
    font-size: 12px;
  }

  .column-6 {
    padding-left: 20px;
  }
  
  .faq-btn {
    left:-10px;
  }
  
  .feature-wrapper.all {
    width:50%;
  }
  
  .t02_paragraph.white {
    font-size: 14px;
  }

  .t02_testimonial_wrap {
    max-width: 450px;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.full {
    padding-left: 20px;
    padding-right: 0;
  }

  .brand {
    width: 235px;
    max-width: 235px;
    margin-left: 6px;
    padding-top: 6px;
  }

  .brand.w--current {
    width: 195px;
    max-width: 195px;
    padding-top: 8px;
  }

  .navbar-shop-button {
    position: relative;
    left: 8px;
  }

  .search-link-block {
    left: auto;
  }

  .nav-block {
    flex: none;
  }

  .page-header.pad-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-inner-block {
    display: none;
  }

  .heading-item-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .primary-button.feature {
    margin-left: 10px;
  }

  .footer-top-v1 {
    grid-row-gap: 30px;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .footer-logo {
    text-align: center;
    width: auto;
  }

  .footer-center-v1 {
    grid-template-columns: 1.2fr;
    margin-bottom: 80px;
  }

  .news-letter {
    overflow: hidden;
  }

  .news-letter-form {
    padding-bottom: 10px;
  }

  .news-letter-heading {
    font-weight: 500;
  }

  .form-text {
    margin-top: 10px;
  }

  .footer-links-inner {
    font-size: 14px;
  }

  .copyright-text {
    font-size: 12px;
  }

  .footer-links-bottom {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .copyright-link.block-line {
    text-align: center;
    width: 100%;
  }

  .dot-circle {
    background-color: #fff;
    width: 3px;
    height: 3px;
  }

  .hero-section-v1 {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(255, 255, 255, 0)), url('../images/hexagonal-tile-mockup.jpg');
    background-position: 0 0, 15% 100%;
    background-size: auto, cover;
    min-height: 100vh;
  }

  .hero-section-v1.porcelain {
    min-height: 100vh;
  }

  .hero-section-v1.bathroom {
    min-height: 100vh;
  }

  .hero-box-v1 {
    margin-left: 0;
  }

  .hero-heading-v1 {
    margin-bottom: 40px;
  }

  .hero-text-v1 {
    display: none;
  }

  .category-block-v1 {
    min-height: auto;
  }

  .category-content {
    grid-column-gap: 20px;
    min-height: 150px;
    max-height: 150px;
  }

  .category-image.v1 {
    max-width: 100px;
  }

  .category-image.v4 {
    min-width: 33px;
  }

  .category-small-title {
    margin-bottom: 0;
  }

  .category-small-title.mb-10 {
    margin-bottom: 10px;
  }

  .category-small-title.v4 {
    font-size: 8px;
  }

  .divider {
    width: 85px;
    margin-top: 4px;
  }

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

  .product-block.v4 {
    max-width: 160px;
  }

  .product-image.v1-home, .product-image.v2-home {
    max-height: 176px;
  }

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

  .product-full-image.v2, .product-full-image.v3 {
    min-height: 176px;
    max-height: 176px;
  }

  .product-full-image.v1 {
    max-height: 176px;
  }

  .feature-section {
    padding-top: 80px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .feature-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-title.v5 {
    margin-bottom: 10px;
  }

  .product-cta-inner-v1 {
    grid-row-gap: 35px;
  }

  .content-section.v1 {
    padding-top: 80px;
  }

  .post-image-v1 {
    min-height: 250px;
  }

  .post-image-v1.v2, .post-image-v1.v5 {
    min-height: 350px;
  }

  .client-logo-inner {
    grid-row-gap: 30px;
  }

  .client-logo {
    max-width: 98px;
    min-height: 28px;
    max-height: 28px;
  }

  .shop-button-v2 {
    grid-column-gap: 10px;
  }

  .hero-box-v2 {
    max-width: 100%;
  }

  .hero-image {
    right: 10%;
  }

  .category-icon {
    margin-bottom: 0;
  }

  .shop-button-v3 {
    grid-column-gap: 12px;
  }

  .grid {
    height: auto;
  }

  .hero-v3-overlay {
    text-align: left;
  }

  .category-inner {
    grid-column-gap: 20px;
  }

  .category-image-v3 {
    height: 98px;
    padding: 11px;
  }

  .full-image {
    max-width: 80%;
  }

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

  .video-cta {
    background-position: 50%;
  }

  .read-more-v3.v2 {
    margin-top: 40px;
  }

  .instgram-image {
    max-height: 125px;
  }

  .category-content-v4 {
    min-height: 100px;
  }

  .price-box {
    align-items: center;
  }

  .product-sale-price-v4.v4 {
    width: 46px;
    overflow: hidden;
  }

  .product-cta-inner {
    background-position: 0 0, 100% 100%;
    background-size: 105px, 40%;
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 180px;
  }

  .cta-paragraph-v4, .living-inner-small.v5 {
    font-size: 14px;
  }

  .post-image-v4 {
    min-height: 250px;
    max-height: 250px;
  }

  .v5-content-left {
    grid-column-gap: 16px;
  }

  .about-icon-box {
    align-items: center;
  }

  .product-section {
    padding-top: 0;
  }

  .product-content-v5.center {
    align-items: center;
  }

  .product-v2 {
    grid-row-gap: 40px;
  }

  .search-v2 {
    opacity: 0;
  }

  .main-product-section {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-name-main {
    font-size: 26px;
    line-height: 130%;
  }

  .product-v1-block {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .team-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .client-name.customer {
    font-size: 14px;
  }

  .faq-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .client-details {
    font-size: 14px;
  }

  .review-text {
    font-size: 16px;
  }

  .date-tag {
    font-size: 12px;
  }

  .featured-image {
    min-height: 250px;
    max-height: 250px;
  }

  .blog-main-image {
    object-fit: cover;
    min-height: 250px;
  }

  .customer-support-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-links.product {
    text-align: center;
  }

  .submit-button-contact {
    width: 100%;
  }

  .contact-form-v1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-flex {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .contact-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-list-v2 {
    flex-flow: column;
    align-items: flex-start;
  }

  .contact-title-v2.h2-mobile {
    font-size: 28px;
  }

  .contact-left-v2 {
    margin-top: 40px;
  }

  .contact-links-group {
    grid-row-gap: 10px;
  }

  .faq-section-v1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .coming-text {
    font-size: 14px;
  }

  .version-info {
    align-items: start;
  }

  .shop-demo-image {
    min-height: 120px;
  }

  .demo-content-section {
    min-height: auto;
  }

  .demo-title {
    font-size: 22px;
  }

  .demo-content-l2 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .demo-title-2 {
    margin-bottom: 10px;
  }

  .demo-content-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .demo-footer {
    padding-top: 40px;
  }

  .demo-footer-logo {
    width: 150px;
    margin-bottom: 10px;
  }

  .demo-footer-text {
    font-size: 12px;
  }

  .hero-v3-category {
    text-align: left;
  }

  .search-link-v5 {
    width: 30px;
  }

  .h2-mobile.v1 {
    font-size: 30px;
  }

  .demo-image-list {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 120px;
  }

  .category-name-v4 {
    font-size: 12px;
  }

  .divider-v4 {
    width: 40px;
    margin-top: 3px;
  }

  .prduct-image-v1 {
    object-fit: cover;
    width: 100%;
    /*max-height: 285px;*/
  }

  .post-image-v2 {
    min-height: 250px;
  }

  .newsleter-paragraph {
    font-size: 14px;
  }

  .about-icon-image {
    width: 32px;
  }

  .v5-paragraph {
    font-size: 10px;
    line-height: 15px;
  }

  .footer-lanima-logo {
    height: 25px;
  }

  .footer-logo-v1 {
    width: 278px;
    height: 24px;
  }

  .demo-section-title {
    font-size: 22px;
  }

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

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

  .footer-v5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-width {
    object-fit: cover;
  }

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

  .flex {
    flex-direction: column;
  }

  .image {
    margin-left: 0;
  }

  .newsletter-section-bkg.light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-para {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-2, .left-arrow-2 {
    display: none;
  }

  .footer-copy {
    font-size: 14px;
  }

  .heading-6 {
    font-size: 28px;
  }

  .icon-contact {
    margin-bottom: 10px;
  }

  .category-para {
    padding-left: 10px;
    padding-right: 10px;
  }

  .post-image-box {
    margin-bottom: 0;
  }

  .post-image {
    min-height: 250px;
    max-height: 250px;
  }

  .figure {
    margin-left: 10px;
    margin-right: 10px;
  }

  .shop-video-cta {
    background-position: 50%;
  }

  .t04_left_arrow {
    display: none;
    top: -500px;
  }

  .t04_right_arrow {
    display: none;
    top: -500px;
    left: -20%;
  }

  .force-break {
    clear: none;
    display: block;
  }

  .footer-v5a, .footer-v5b, .footer-v5c {
    padding-left: 15px;
    padding-right: 15px;
  }

  .resources-section {
    margin-left: 10px;
    margin-right: 10px;
  }

  .video-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .resources-text {
    font-size: 14px;
    line-height: 170%;
  }

  .video-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .resources-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .pdf-text {
    font-size: 12px;
  }

  .pdf-heading {
    font-size: 14px;
  }

  .small-header {
    height: auto;
    display: block;
  }

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

  .column-6.hide {
    display: none;
  }

  .top-link.right {
    float: none;
    text-align: center;
  }

  .top-link.hide-show {
    display: inline-block;
  }

  .top-link.show-hide {
    display: none;
  }

  .top-text.right {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .about-us-v2-grid {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .logo-grid {
  grid-template-columns: 1fr;
  }
  
  .logo-grid img {max-width:50%;}
  
  .contact-right-v2 {
  width: 80%;
  }
  
  .feature-wrapper.all {
    width:100%;
  }
  
  .hero-box-v1.center-t {
  left:6px;
  }
  
  a.none-under {
  margin-bottom:60px;
  margin-left:10px;
  }
  
  .t02_slider {
    height: 100%;
  }

  .t02_slide {
    height: auto;
  }

  .testimonial-t02.center.white {
    line-height: 135%;
  }
}

.filters .filter-dropdown {
    width: auto;
    margin-right: auto;
}

.filters .filter-list {
    z-index: 901;
}

.filters .w-dropdown {
    z-index: auto;
}

#w-node-_9414b2cd-5cd0-826d-4462-2ad799edded8-3a4f1eef, #w-node-_1e9d426a-bea4-a1f7-7721-020371289da3-3a4f1eef, #w-node-face9863-c36f-07a2-5153-16e85f5cd4a2-3a4f1eef, #w-node-_3a529f07-db63-3111-2143-7fd77c94dddd-3a4f1eef, #w-node-_5d548328-afeb-70c6-338f-d950d1244c41-3a4f1eef, #w-node-_118c3a7b-06b6-d6ef-0aec-c75c88029c73-3a4f1eef, #w-node-_08e18c8b-7c66-9fcc-6531-dd08cb690564-3a4f1eef, #w-node-_79c47aff-96c0-f94a-0689-cb772f33fdd7-3a4f1eef, #w-node-_91dda470-af55-85da-9b6d-a65297122e36-3a4f1eef, #w-node-f21b0512-d0b8-9a15-c39f-07b636214d18-3a4f1eef, #w-node-bf160418-958d-7ff3-c964-aed746ac9a33-3a4f1eef, #w-node-_0ae7642c-6555-e224-9a26-240d77999061-3a4f1eef, #w-node-e6805016-9ad6-88fa-087e-58174ed7300e-4ed72fef, #w-node-e6805016-9ad6-88fa-087e-58174ed73018-4ed72fef, #w-node-e6805016-9ad6-88fa-087e-58174ed73026-4ed72fef, #w-node-b47d5ccb-4d6c-cc77-e714-45af66862bb4-3a4f1ef0, #w-node-c8e841c9-2cfb-fba8-84cc-702b73557385-3a4f1ef0, #w-node-_02ccf48f-7aea-eaad-81a2-c62767221ad7-3a4f1ef0, #w-node-_5d19f3fa-34e4-3bd0-6acc-ff065d2d5e95-3a4f1ef0, #w-node-_026a528d-a430-fd30-1e76-8c9cb1d2938e-3a4f1ef0, #w-node-_026a528d-a430-fd30-1e76-8c9cb1d29396-3a4f1ef0, #w-node-_026a528d-a430-fd30-1e76-8c9cb1d2939e-3a4f1ef0, #w-node-_026a528d-a430-fd30-1e76-8c9cb1d293a6-3a4f1ef0, #w-node-_4869a8f7-e3af-7ec1-7c9a-a985c19bbcc1-3a4f1ef0, #w-node-_4869a8f7-e3af-7ec1-7c9a-a985c19bbcc3-3a4f1ef0, #w-node-_6414ecb0-a8ab-3c6b-e539-1e4d1e9e5958-3a4f1ef1, #w-node-d676e9e2-acfa-bc55-a23e-92be63a49b33-3a4f1ef4, #w-node-e99412ff-ad03-dd48-d479-f98201a486fc-3a4f1ef4, #w-node-e99412ff-ad03-dd48-d479-f98201a486ff-3a4f1ef4, #w-node-_6b9fda18-f908-7d59-b27b-de6fb3a05596-3a4f1ef7, #w-node-_16fb783d-a771-cec1-b215-5a8387634507-3a4f1ef7, #w-node-_33106b6d-ad09-afba-6b83-2f2bccc4e170-3a4f1ef7, #w-node-_33106b6d-ad09-afba-6b83-2f2bccc4e171-3a4f1ef7, #w-node-f5285cc1-b337-43e5-99d4-317fc70f354e-3a4f1ef7, #w-node-f5285cc1-b337-43e5-99d4-317fc70f354f-3a4f1ef7, #w-node-_1415808f-ff44-b06c-d840-36a78e18d8c9-3a4f1efb, #w-node-a6023570-b6a5-9fa6-33e2-36674eae9248-3a4f1efe, #w-node-_45c02b14-85f0-1a7f-d6c6-cfb2c9c2f215-3a4f1f05, #w-node-_072338d1-9a49-d777-9f11-3cb80dce65e3-3a4f1f05, #w-node-e9e9a82d-3d37-d2f3-2fe0-225959dc73ba-3a4f1f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec2df1dd-16cc-09ca-828d-5e5c05e8cf99-3a4f1f05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_39d176d3-07a8-b92c-ffc3-d0fb23898ff9-3a4f1f06, #w-node-_39d176d3-07a8-b92c-ffc3-d0fb23898ffb-3a4f1f06, #w-node-_39d176d3-07a8-b92c-ffc3-d0fb23899008-3a4f1f06, #w-node-_39d176d3-07a8-b92c-ffc3-d0fb23899012-3a4f1f06, #w-node-_39d176d3-07a8-b92c-ffc3-d0fb23899020-3a4f1f06, #w-node-_83d9c332-fd9f-56d6-f772-cb4746329fba-46329fb7, #w-node-_83d9c332-fd9f-56d6-f772-cb4746329fc2-46329fb7, #w-node-_83d9c332-fd9f-56d6-f772-cb4746329fca-46329fb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83d9c332-fd9f-56d6-f772-cb4746329fd2-46329fb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bb1826a2-f213-0e1e-1d8e-72d9306beab5-3a4f1f07, #w-node-d19615a1-aca9-87ac-4703-18ab90e801a7-3a4f1f07, #w-node-_12d17be1-8b04-f9f3-3e03-ac6175f75a1c-3a4f1f07, #w-node-fd4bd006-0730-8d5b-256a-805e8e0ac07e-3a4f1f07, #w-node-_9197ce79-0cc7-5809-ba65-f326d3d33ed3-3a4f1f07, #w-node-b1413850-b174-2e8b-9b60-1d68acc058f0-3a4f1f09, #w-node-b1413850-b174-2e8b-9b60-1d68acc058f5-3a4f1f09, #w-node-b1413850-b174-2e8b-9b60-1d68acc058fa-3a4f1f09, #w-node-b1413850-b174-2e8b-9b60-1d68acc058ff-3a4f1f09, #w-node-b1413850-b174-2e8b-9b60-1d68acc05904-3a4f1f09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dab6b1ca-d7b1-be01-76b1-1a3ec5b27af2-c5b27aee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dab6b1ca-d7b1-be01-76b1-1a3ec5b27af8-c5b27aee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fb308df6-c1c8-7054-6274-8239db82cea7-3a4f1f65, #w-node-_12310b66-a14f-338f-b837-548771d37517-3a4f1f65, #w-node-_01175d68-e024-af71-4487-5ca70eca52f1-3a4f1f65, #w-node-_79865155-13b2-f9ed-c3a7-ef374b392f1d-3a4f1f65, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b649-3a4f1f66, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b64b-3a4f1f66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b650-3a4f1f66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b656-3a4f1f66, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b658-3a4f1f66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b65d-3a4f1f66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b665-3a4f1f66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b667-3a4f1f66, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b66a-3a4f1f66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b66f-3a4f1f66, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b67b-3a4f1f66, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b687-3a4f1f66, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b693-3a4f1f66, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b69f-3a4f1f66, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b6ab-3a4f1f66, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b6b7-3a4f1f66, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b6c3-3a4f1f66, #w-node-_49121e7c-5ea8-b4e3-5528-8d05b6e1b6cf-3a4f1f66, #w-node-_45c02b14-85f0-1a7f-d6c6-cfb2c9c2f215-96f2d1f0, #w-node-_072338d1-9a49-d777-9f11-3cb80dce65e3-96f2d1f0, #w-node-e9e9a82d-3d37-d2f3-2fe0-225959dc73ba-96f2d1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec2df1dd-16cc-09ca-828d-5e5c05e8cf99-96f2d1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_678c69a4-db39-74e8-641a-dcefd8885413-d8885411, #w-node-_678c69a4-db39-74e8-641a-dcefd8885418-d8885411, #w-node-_678c69a4-db39-74e8-641a-dcefd888541d-d8885411, #w-node-_678c69a4-db39-74e8-641a-dcefd8885422-d8885411, #w-node-_678c69a4-db39-74e8-641a-dcefd8885427-d8885411, #w-node-_026a528d-a430-fd30-1e76-8c9cb1d2938e-881b6a3c, #w-node-_026a528d-a430-fd30-1e76-8c9cb1d29396-881b6a3c, #w-node-_026a528d-a430-fd30-1e76-8c9cb1d2939e-881b6a3c, #w-node-_026a528d-a430-fd30-1e76-8c9cb1d293a6-881b6a3c, #w-node-_23b49d32-2437-6679-c16a-35793e4227d8-881b6a3c, #w-node-_23b49d32-2437-6679-c16a-35793e4227d9-881b6a3c, #w-node-_23b49d32-2437-6679-c16a-35793e4227da-881b6a3c, #w-node-_23b49d32-2437-6679-c16a-35793e4227db-881b6a3c, #w-node-_23b49d32-2437-6679-c16a-35793e4227dc-881b6a3c, #w-node-_23b49d32-2437-6679-c16a-35793e4227dd-881b6a3c, #w-node-_23b49d32-2437-6679-c16a-35793e4227de-881b6a3c, #w-node-_23b49d32-2437-6679-c16a-35793e4227df-881b6a3c, #w-node-_8389daad-16ad-b35a-6398-6dcedd38d509-a2c6bfca, #w-node-_8389daad-16ad-b35a-6398-6dcedd38d519-a2c6bfca, #w-node-_8389daad-16ad-b35a-6398-6dcedd38d529-a2c6bfca, #w-node-_8389daad-16ad-b35a-6398-6dcedd38d509-721d87a3, #w-node-_8389daad-16ad-b35a-6398-6dcedd38d519-721d87a3, #w-node-_8389daad-16ad-b35a-6398-6dcedd38d529-721d87a3, #w-node-_8389daad-16ad-b35a-6398-6dcedd38d509-79dec628, #w-node-_8389daad-16ad-b35a-6398-6dcedd38d519-79dec628, #w-node-_8389daad-16ad-b35a-6398-6dcedd38d529-79dec628, #w-node-_45c02b14-85f0-1a7f-d6c6-cfb2c9c2f215-fea99bb3, #w-node-_072338d1-9a49-d777-9f11-3cb80dce65e3-fea99bb3, #w-node-e9e9a82d-3d37-d2f3-2fe0-225959dc73ba-fea99bb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec2df1dd-16cc-09ca-828d-5e5c05e8cf99-fea99bb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ec2df1dd-16cc-09ca-828d-5e5c05e8cf99-3a4f1f05 {
    justify-self: start;
  }

  #w-node-fdd02c49-0a95-184a-95d9-4ae8fe4b08ea-3a4f1f05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39d176d3-07a8-b92c-ffc3-d0fb23898ff8-3a4f1f06 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_83d9c332-fd9f-56d6-f772-cb4746329fd2-46329fb7, #w-node-ec2df1dd-16cc-09ca-828d-5e5c05e8cf99-96f2d1f0, #w-node-ec2df1dd-16cc-09ca-828d-5e5c05e8cf99-fea99bb3 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83d9c332-fd9f-56d6-f772-cb4746329fd2-46329fb7 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_39d176d3-07a8-b92c-ffc3-d0fb23898ff8-3a4f1f06, #w-node-bd8b0eaa-21e9-3124-d4df-f3b663e7bfb3-3a4f1f5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec2df1dd-16cc-09ca-828d-5e5c05e8cf99-96f2d1f0, #w-node-ec2df1dd-16cc-09ca-828d-5e5c05e8cf99-fea99bb3 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}