.main-title-wrapper {
  margin: 70px 0;
}
@media (max-width: 575px) {
  .main-title-wrapper {
    margin: 50px 0;
  }
}
.main-title-wrapper .main-title-inner h2 {
  text-align: center;
  color: #40404a;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.before-using-veneer-section .before-using-veneer-inner .title-para-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.before-using-veneer-section .before-using-veneer-inner .title-para-wrapper h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  color: #40404a;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .before-using-veneer-section .before-using-veneer-inner .title-para-wrapper h3 {
    font-size: 26px;
  }
}
.before-using-veneer-section .before-using-veneer-inner .title-para-wrapper p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #40404a;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .before-using-veneer-section .before-using-veneer-inner .title-para-wrapper p {
    font-size: 16px;
  }
}
.before-using-veneer-section .before-using-veneer-inner .before-using-banners-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box {
    padding: 60px 15px;
  }
}
.before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box::after {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  display: none;
}
@media (max-width: 991px) {
  .before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box::after {
    display: block;
  }
}
@media (max-width: 575px) {
  .before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box::after {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box .image-wrapper img {
  width: 100%;
  max-width: 549px;
}
@media (max-width: 1399px) {
  .before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box .image-wrapper img {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box .image-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 575px) {
  .before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box .image-wrapper img {
    width: 100%;
  }
}
.before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box p {
  color: #40404a;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box p {
    font-size: 16px;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .banners-text-box p br {
    display: none;
  }
}
.before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .box-1 {
  background-color: #fde0ce;
}
.before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .box-2 {
  background-color: #e8d8ba;
}
.before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .box-3 {
  background-color: #b59f8b;
}
.before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .box-3 p {
  color: #fefefe;
}
.before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .box-4 {
  background-color: #5d3d2f;
}
.before-using-veneer-section .before-using-veneer-inner .before-using-banners-text .box-4 p {
  color: #fefefe;
}

.before-top-coat-section {
  margin-top: 70px;
}
.before-top-coat-section .before-top-coat-inner {
  background-color: #f8f7f6;
  padding: 50px 30px;
  border-radius: 15px;
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .before-top-coat-section .before-top-coat-inner {
    padding: 50px 15px;
  }
}
.before-top-coat-section .before-top-coat-inner .title-para-wrapper {
  margin-bottom: 30px;
  padding-left: 73px;
}
@media (max-width: 991px) {
  .before-top-coat-section .before-top-coat-inner .title-para-wrapper {
    padding-left: 45px;
  }
}
@media (max-width: 575px) {
  .before-top-coat-section .before-top-coat-inner .title-para-wrapper {
    padding-left: 0;
    text-align: center;
  }
}
.before-top-coat-section .before-top-coat-inner .title-para-wrapper h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  color: #40404a;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .before-top-coat-section .before-top-coat-inner .title-para-wrapper h3 {
    font-size: 26px;
  }
}
.before-top-coat-section .before-top-coat-inner .title-para-wrapper p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #40404a;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .before-top-coat-section .before-top-coat-inner .title-para-wrapper p {
    font-size: 16px;
  }
}
.before-top-coat-section .before-top-coat-inner .before-top-coat-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.before-top-coat-section .before-top-coat-inner .before-top-coat-box-wrapper .box-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .before-top-coat-section .before-top-coat-inner .before-top-coat-box-wrapper .box-wrapper {
    gap: 10px;
  }
}
.before-top-coat-section .before-top-coat-inner .before-top-coat-box-wrapper .box-wrapper .icon-wrapper img {
  width: 58px;
}
@media (max-width: 991px) {
  .before-top-coat-section .before-top-coat-inner .before-top-coat-box-wrapper .box-wrapper .icon-wrapper img {
    width: 30px;
  }
}
.before-top-coat-section .before-top-coat-inner .before-top-coat-box-wrapper .box-wrapper p {
  color: #40404a;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .before-top-coat-section .before-top-coat-inner .before-top-coat-box-wrapper .box-wrapper p {
    font-size: 16px;
  }
}

.engineered-veneers-section {
  margin: 70px 0;
}
.engineered-veneers-section .engineered-veneers-inner .title-wrapper {
  margin-bottom: 50px;
}
.engineered-veneers-section .engineered-veneers-inner .title-wrapper h2 {
  text-align: center;
  color: #40404a;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 575px) {
  .engineered-veneers-section .engineered-veneers-inner .title-wrapper h2 br {
    display: none;
  }
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box {
    padding: 60px 15px;
    justify-content: flex-end;
  }
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box::after {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  display: none;
}
@media (max-width: 991px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box::after {
    display: block;
  }
}
@media (max-width: 575px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box::after {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .image-wrapper {
  width: 549px;
  height: 100%;
}
@media (max-width: 1399px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .image-wrapper {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .image-wrapper {
    width: unset;
  }
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .image-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 575px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .image-wrapper img {
    width: 100%;
  }
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .text-content {
  width: calc(100% - 549px);
  color: #fff;
  padding: 20px 100px 20px 0;
}
@media (max-width: 1399px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .text-content {
    width: calc(100% - 400px);
  }
}
@media (max-width: 991px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .text-content {
    width: 100%;
    padding: 0;
  }
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .text-content h5 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .text-content h5 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .text-content h5 br {
    display: none;
  }
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .text-content p {
  line-height: 22px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .text-content p {
    font-size: 16px;
  }
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .banners-text-box .text-content p:last-child {
  margin-bottom: 0;
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .box-1 {
  background-color: #8d877f;
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .box-2 {
  background-color: #a07048;
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .box-3 {
  background-color: #8b5f59;
}
.engineered-veneers-section .engineered-veneers-inner .banners-text-wrapper-box .box-4 {
  background-color: #a07048;
}

.terms-condition-section {
  margin-bottom: 30px;
}
.terms-condition-section .terms-condition-inner {
  background-color: #f8f7f6;
  padding: 50px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .terms-condition-section .terms-condition-inner {
    padding: 50px 15px;
  }
}
.terms-condition-section .terms-condition-inner .title-para-wrapper {
  margin-bottom: 30px;
  padding-left: 25px;
}
@media (max-width: 991px) {
  .terms-condition-section .terms-condition-inner .title-para-wrapper {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .terms-condition-section .terms-condition-inner .title-para-wrapper {
    padding-left: 0;
    text-align: center;
  }
}
.terms-condition-section .terms-condition-inner .title-para-wrapper h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  color: #40404a;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .terms-condition-section .terms-condition-inner .title-para-wrapper h3 {
    font-size: 26px;
  }
}
.terms-condition-section .terms-condition-inner .title-para-wrapper p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #40404a;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .terms-condition-section .terms-condition-inner .title-para-wrapper p {
    font-size: 16px;
  }
}
.terms-condition-section .terms-condition-inner .terms-condition-box-wrapper .term-box ul {
  margin: 0;
  padding: 0;
}
.terms-condition-section .terms-condition-inner .terms-condition-box-wrapper .term-box ul li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 991px) {
  .terms-condition-section .terms-condition-inner .terms-condition-box-wrapper .term-box ul li {
    padding-left: 15px;
  }
}
.terms-condition-section .terms-condition-inner .terms-condition-box-wrapper .term-box ul li::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #40404a;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .terms-condition-section .terms-condition-inner .terms-condition-box-wrapper .term-box ul li::before {
    width: 5px;
    height: 5px;
  }
}
.terms-condition-section .terms-condition-inner .terms-condition-box-wrapper .term-box ul li:last-child {
  margin-bottom: 0;
}
.terms-condition-section .terms-condition-inner .terms-condition-box-wrapper .term-box ul li p {
  color: #40404a;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 991px) {
  .terms-condition-section .terms-condition-inner .terms-condition-box-wrapper .term-box ul li p {
    font-size: 16px;
  }
}

.goods-return-section {
  margin-bottom: 70px;
}
.goods-return-section .goods-return-inner {
  background-color: #f8f7f6;
  padding: 50px 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 15px 5px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .goods-return-section .goods-return-inner {
    padding: 50px 15px;
  }
}
.goods-return-section .goods-return-inner .title-para-wrapper {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .goods-return-section .goods-return-inner .title-para-wrapper {
    margin-bottom: 40px;
  }
}
.goods-return-section .goods-return-inner .title-para-wrapper h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  color: #40404a;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .goods-return-section .goods-return-inner .title-para-wrapper h3 {
    font-size: 26px;
  }
}
.goods-return-section .goods-return-inner .title-para-wrapper p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #40404a;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .goods-return-section .goods-return-inner .title-para-wrapper p {
    font-size: 16px;
  }
}
.goods-return-section .goods-return-inner .goods-return-days-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1199px) {
  .goods-return-section .goods-return-inner .goods-return-days-box {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
    gap: 35px;
  }
}
@media (max-width: 575px) {
  .goods-return-section .goods-return-inner .goods-return-days-box {
    gap: 0;
  }
}
@media (max-width: 575px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper {
    border-bottom: 1px solid rgba(64, 64, 74, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper .inner-box {
  display: flex;
  flex-direction: row;
  gap: 35px;
  align-items: center;
}
@media (max-width: 1399px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper .inner-box {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper .inner-box {
    flex-direction: column-reverse;
    align-items: unset;
    gap: 5px;
  }
}
.goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper .inner-box .left-content {
  position: relative;
  z-index: 1;
}
.goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper .inner-box .left-content::after {
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 85%;
  background-color: rgba(64, 64, 74, 0.3);
}
@media (max-width: 1399px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper .inner-box .left-content::after {
    display: none;
  }
}
.goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper h2 {
  font-size: 38px;
  font-weight: bold;
  color: #40404a;
  margin: 0;
}
@media (max-width: 1399px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 991px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper h2 {
    font-size: 28px !important;
  }
}
.goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper p {
  font-size: 14px;
  margin: 0;
  color: #40404a;
  font-weight: 400;
}
.goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper h5 {
  font-size: 17px;
  color: #40404a;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper h5 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper h5 br {
    display: none;
  }
}
.goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper h6 {
  font-size: 17px;
  color: #40404a;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper h6 {
    font-size: 16px;
  }
}
.goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper .box-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper .box-inner {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper .box-inner {
    gap: 3px;
  }
}
@media (max-width: 1199px) {
  .goods-return-section .goods-return-inner .goods-return-days-box .box-wrapper .box-inner {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
}

.notes-section {
  padding-bottom: 40px;
}
.notes-section .notes-inner {
  padding: 30px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .notes-section .notes-inner {
    padding-left: 0;
  }
}
.notes-section .notes-inner .title-wrapper h3 {
  text-transform: uppercase;
  color: rgba(64, 64, 74, 0.6);
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .notes-section .notes-inner .title-wrapper h3 {
    font-size: 26px;
  }
}
.notes-section .notes-inner .title-wrapper ul {
  margin: 0;
  padding: 0;
}
.notes-section .notes-inner .title-wrapper ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.notes-section .notes-inner .title-wrapper ul li::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  content: "";
  background-color: rgba(64, 64, 74, 0.6);
  border-radius: 50%;
}
.notes-section .notes-inner .title-wrapper ul li p {
  color: rgba(64, 64, 74, 0.6);
  margin: 0;
  font-weight: 400;
  font-style: italic;
}

/*# sourceMappingURL=polish.css.map */
