@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background-color: aliceblue;
}

/**form*/
form:not(.minisearch) input[type="text"],
form:not(.minisearch) input[type="number"],
form:not(.minisearch) input[type="email"],
form:not(.minisearch) input[type="password"],
form:not(.minisearch) select,
form:not(.minisearch) textarea,
.checkout-container .opc-wrapper input[type="text"],
.checkout-container .opc-wrapper input[type="email"],
.checkout-container .opc-wrapper input[type="password"],
.checkout-container .opc-wrapper input[type="number"],
.checkout-container .opc-wrapper select,
.checkout-container .opc-wrapper textarea {
  min-height: 53px;
  box-sizing: border-box;
  border: 1px solid rgba(109, 103, 120, 1);
  border-radius: 38px;
}

form:not(.minisearch) label.label,
.checkout-container .opc-wrapper label.label {
  color: rgba(129, 93, 189, 1);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400 !important;
}

.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
  color: rgba(129, 93, 189, 1);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400 !important;
  margin: 0;
}

.category-cms {
  margin: 0;
}

.panel.header {
  display: none;
}

.page-wrapper {
  background: #fff;
}

header.page-header {
  background: #fff;
}

.header.content {
  padding: 30px 20px;
  max-width: 1100px;
}

.header-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo-wrapper .location-details-wrapper .location-dropdown-wrapper .drop-down-list {
  position: relative;
  padding-left: 30px;
}

.header-logo-wrapper .location-details-wrapper .location-dropdown-wrapper .drop-down-list:before {
  content: " ";
  background: url(../images/Location-Icon@2x.webp) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 30px;
}

.location-details-wrapper span.store-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #815dbd;
}

.location-details-wrapper .store-address,
.location-details-wrapper a.store-phone {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
}

.location-details-wrapper a.store-phone:hover {
  color: #e1644e;
}

.location-details button.button.btn.change-store {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  color: #6d6778;
  text-transform: uppercase;
  background: none;
  border: 0;
  padding: 0;
  margin: 5px 0 0;
  display: block;
  font-family: "Raleway", sans-serif;
}

.location-details button.button.btn.change-store:active {
  box-shadow: none;
}

.location-details button.button.btn.change-store:hover {
  color: #e1644e;
}

.location-details button.button.btn.change-store a {
  color: #6d6778;
  text-decoration: none;
}

.header-logo .logo img {
  max-width: 400px;
  min-width: 400px;
}

.header-logo .logo {
  margin: 0 auto;
}

ol.header-menu-with-icon {
  margin: 0;
  padding: 0;
}

ol.header-menu-with-icon li.menu-icon,
ol.header-menu-with-icon li.menu-icon a {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #815dbd;
  list-style: none;
  text-decoration: none;
}

ol.header-menu-with-icon li.menu-icon a:hover {
  color: #e1644e;
}

ol.header-menu-with-icon li.menu-icon.free-estimate,
ol.header-menu-with-icon li.menu-icon.shop-at-home {
  position: relative;
  padding-left: 30px;
}

ol.header-menu-with-icon li.menu-icon.free-estimate:before {
  content: " ";
  background: url(../images/Estimate-Icon.webp) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 30px;
}

ol.header-menu-with-icon li.menu-icon.shop-at-home:before {
  content: " ";
  background: url(../images/ShopAtHome-Icon.webp) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 30px;
}

.header-menu-section-wrapper .sections.nav-sections {
  background: #fff;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation {
  background: #fff;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .header-menu-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item {
  margin: 15px 25px;
  position: relative;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-title a {
  color: #6d6778;
  text-decoration: none;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-title a:hover {
  color: #e1644e;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-title a {
  position: relative;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-title a:hover::after {
  content: " ";
  width: 100%;
  height: 12px;
  background: url(../images/Link-Hover-Line.webp) no-repeat center 0;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

.header-top-search-wrapper .header-top-search-span-wrap {
  background: url(../images/search.webp) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 40px;
  width: 32px;
  height: 32px;
  z-index: 9;
  cursor: pointer;
}

/* ====== TOP LEVEL MENU ====== */

.header-menu-wrapper .child-menu-wrap {
  z-index: 9999;
}

.header-menu-wrapper .menu-item {
  z-index: 10;
}

.header-menu-wrapper .menu-item {
  position: relative;
}

.header-menu-wrapper .menu-title .child-menu-wrap>a {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #6d6778;
  text-decoration: none;
  padding: 15px 0;
  display: inline-block;
}

.header-menu-wrapper .menu-item.has-submenu .menu-title .submenuarrow:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  content: "\e607";
  font-family: "luma-icons";
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  float: right;
  margin-left: 5px;
  margin-right: 9px;
  margin-top: 5px;
  color: #6f6b7b;
}

.header-menu-wrapper .menu-item.has-submenu:hover .menu-title .submenuarrow::after {
  content: "\e618";
  color: #e1644e;
}

/* ====== FIRST DROPDOWN ====== */

.child-menu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  background: #e4dacd;
  min-width: 250px;
  padding: 25px 20px;
  display: none;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu>.child-menu-wrap {
  padding-right: 0;
}

.child-menu-wrap>ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.child-menu-wrap ol>li {
  margin: 0;
  padding: 5px 0;
  position: relative;
}

.child-menu-wrap ol>li>ol {
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
}

/* Residential section (left column look) */
.child-menu-wrap>ol>li>a {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
}

/* ====== SUBMENU (RIGHT FLYOUT) ====== */
.has-childmenu {
  position: relative;
}

/*.childmenuarrow {
	margin-top: 0px;
	margin-left: 10px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #6f6b7b;
	display: inline-block;
	vertical-align: middle;
	/* transform: rotate(-45deg); * /
}*/

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap>ol>li.has-childmenu>span.childmenuarrow {
  visibility: hidden;
}

.has-childmenu>ol {
  padding: 20px;
  display: none;
}

.has-childmenu>ol>li.has-childmenu ol {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #f4efe7;
  min-width: 250px;
  padding: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  margin-left: 0;
}

.has-childmenu>ol>li.has-childmenu:hover ol {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  background: #f4efe7;
  min-width: 20px;
  padding: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  margin-left: 0;
  min-width: 250px;

}


.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap>ol>li.has-childmenu ol .childmenuarrow::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  content: "\e619";
  font-family: "luma-icons";
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-left: 5px;
  margin-right: 9px;
  margin-top: 5px;
  color: #6f6b7b;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap>ol>li.has-childmenu ol a {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap>ol>li.has-childmenu ol .submenu-title {
  display: flex;
  align-items: center;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol li.has-childmenu ol li ol li a {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
}

ol.subMenu>li:before {
  border-radius: 1px;
  background: #6d677854;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
  height: 1px;
}

ol.subMenu li ol.subMenu li:before,
ol.subMenu>li:last-child:before {
  visibility: hidden;
}

li.has-childmenu.submenu-parent.fly-left ol li {
  position: relative;
}

li.has-childmenu.submenu-parent.fly-left ol li::after {
  border-radius: 1px;
  background: #6d67781c;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
  height: 1px;
}

li.has-childmenu.submenu-parent.fly-left ol li:last-child::after {
  visibility: hidden;
}

/* ====== HOVER ACTIONS ====== */
.menu-item:hover>.child-menu-wrap {
  display: block;
}

.has-childmenu:hover>ol {
  display: block;
}

/* General styling */
.child-menu-wrap a:hover,
.has-childmenu>ol li a:hover {
  color: #e1644e !important;
  text-decoration: none;
}

/* 


.header-menu-section-wrapper
  .sections.nav-sections
  nav.navigation
  .child-menu-wrap {
  display: none;
}
.header-menu-section-wrapper
  .sections.nav-sections
  nav.navigation
  .menu-item.has-submenu:hover
  .child-menu-wrap {
  display: block;
}

.header-menu-section-wrapper
  .sections.nav-sections
  nav.navigation
  .menu-item.has-submenu:hover >
  .child-menu-wrap {
  display: block;
  min-width: 240px;
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 16;
  text-align: left;
  transition: all 300ms ease-in;
  -webkit-box-shadow: 0 0 4px 1px rgb(0 0 0 / 0.4);
  -moz-box-shadow: 0 0 4px 1px rgb(0 0 0 / 0.4);
  -o-box-shadow: 0 0 4px 1px rgb(0 0 0 / 0.4);
  box-shadow: 0 0 4px 1px rgb(0 0 0 / 0.4);
  background: #ffff;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.navigation ul {
    position: relative;
    padding-left: 0;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol {
    padding: 10px;
    margin: 0;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol li.has-childmenu {
    position: relative;

}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol li a {
    font-weight: 400;
    font-size: 16px;
    color: #6d6778;
    text-decoration: none;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol li a:hover {
    color: #e1644e;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol li.has-childmenu ol {
    display: none;
}
.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol li.has-childmenu > ol {
        margin: 0;
    padding-top: 0;
}
.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol li.has-childmenu:hover > ol {
    display: block;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol li.has-childmenu ol {
    display: none;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol li.has-childmenu:hover > ol > li.has-childmenu ol {
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol li.has-childmenu:hover > ol > li.has-childmenu ol li {
    margin: 0;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap ol > li:last-child {
    margin-bottom: 0;
} */

.block.block-search {
  width: 400px;
  position: absolute;
  right: -50px;
  top: 60px;
}

.block.block-search {
  display: none;
}

.block.block-search {
  display: none;
}

.field.search {
  padding: 10px;
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #e1644e;
  border-top-width: 5px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.block-search .action.search {
  margin-top: 15px;
  margin-right: 5px;
}

/* Slider */

.banner-content-img img {
  display: none !important;
}

.owl-carousel .banner-item .content_slider .banner-content-img {
  background: url(../images/savedoller.png) no-repeat 0 0;
  width: 70px;
  height: 70px;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.owl-carousel .owl-stage-outer {
  padding: 0;
}

.products.products-grid,
.custom-slider {
  padding: 0;
}

.owl-carousel .banner-item .content_slider {
  top: 50px;
}

.owl-carousel .banner-item .content_slider .banner-content {
  text-align: center;
  background: #fff;
  border-radius: 50%;
  width: 450px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  box-sizing: border-box;
}

.owl-carousel .banner-item .content_slider .banner-icon img {
  width: 70px;
  height: auto;
  margin-bottom: 10px;
}

.owl-carousel .banner-item .content_slider .banner-title.red {
  color: rgba(221, 85, 51, 1);
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
}

.owl-carousel .banner-item .content_slider .banner-title {
  color: rgba(129, 93, 189, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 46.33333206176758px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.owl-carousel .banner-item .content_slider .banner-price {
  color: rgba(129, 93, 189, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 99.53804016113281px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.owl-carousel .banner-item .content_slider .banner-content-inner {
  color: rgba(109, 103, 120, 1);
  font-family: "Raleway", sans-serif;
  font-size: 19.738588333129883px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

.owl-carousel .banner-item .content_slider .banner-date {
  color: rgba(221, 85, 51, 1);
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

/* slider */

/* footer css start*/
footer.page-footer {
  padding-bottom: 0;
}

footer.page-footer .footer.content {
  max-width: 100%;
  padding: 0;
}

.footer-top-container {
  background-color: #d53;
  padding: 20px;
}

.footer-top-container .footer-promo-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: auto;
}

.footer-top-container .footer-promo-container .promo-block-links-with-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.footer-top-container .footer-promo-container .promo-block-links-with-icons .promo-block-link a,
.footer-top-container .footer-promo-container .promo-block-links-with-icons .promo-block-link span {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.footer-top-container .footer-promo-container .promo-block-links-with-icons .promo-block-link a:hover,
.footer-top-container .footer-promo-container .promo-block-links-with-icons .promo-block-link span:hover {
  /* color: #000; */
}

.footer-top-container .footer-promo-container .promo-block-links-with-icons .promo-block-link a span,
.footer-top-container .footer-promo-container .promo-block-links-with-icons .promo-block-link span {
  display: block;
}

.footer-top-container .footer-promo-container .promo-block-links-with-icons .promo-block-link {
  width: 25%;
}

.footer-top-container .footer-promo-container .promo-block-links-with-icons .promo-block-link .promo-block-link-inner-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top-container .footer-promo-container .promo-block-links-with-icons .promo-block-link .promo-block-link-inner-section img {
  width: 55px;
  height: 50px;
  object-fit: contain;
  margin-right: 10px;
}

.footer-bottom-container {
  background-color: #e4dacd;
  padding: 40px 20px;
}

.footer-bottom-container .footer-main-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: auto;
}

.footer-bottom-container .footer-main-wrapper .footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-left {
  width: 30%;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-left .divider-img {
  text-align: center;
  padding: 10px 0;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-left .social-icons-wrp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-left .social-icons-wrp a {
  margin: 0 3px;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-left .social-icons-wrp span.social-icons-title,
.footer-bottom-container .footer-main-wrapper .footer-top .column-left .call-us-wrp span {
  color: rgb(129 93 189);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: "Raleway", sans-serif;
}

.call-us-wrp a {
  color: rgb(109 103 120);
  font-size: 24px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
}

.call-us-wrp a:hover {
  color: #e1644e;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-right {
  width: 70%;
  margin-left: 60px;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-right .footer-column-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-bottom-container .footer-main-wrapper.footer-top .column-right .footer-column-wrap .column-wrap .heading {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #6d6778;
  margin-bottom: 10px;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-right .footer-column-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-right .footer-column-wrap .column-wrap ul.links-footer {
  margin: 0;
  padding: 0;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-right .footer-column-wrap .column-wrap .heading {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #6d6778;
  margin-bottom: 10px;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-right .footer-column-wrap .column-wrap ul.links-footer li {
  margin: 3px 0;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-right .footer-column-wrap .column-wrap ul.links-footer li a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #6d6778;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.footer-bottom-container .footer-main-wrapper .footer-top .column-right .footer-column-wrap .column-wrap ul.links-footer li a:hover {
  color: #e1644e;
}

.footer-bottom-container .footer-main-wrapper .footer-bottom.footer-copyright-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-container .footer-main-wrapper .footer-bottom.footer-copyright-wrap .links-footer-bottom a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #6d6778;
  border-right: 2px solid #6d6778;
  padding-right: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.footer-bottom-container .footer-main-wrapper .footer-bottom.footer-copyright-wrap .links-footer-bottom a:hover {
  color: #e1644e;
}

.footer-bottom-container .footer-main-wrapper .footer-bottom.footer-copyright-wrap .links-footer-bottom a:last-child {
  margin: 0;
  border-right: 0 solid #6d6778;
  padding-right: 0;
}

.footer-bottom-container .footer-main-wrapper .footer-bottom.footer-copyright-wrap .copyright-wrap {
  color: #6d6778;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* footer css end*/

.cms-index-index main#maincontent {
  max-width: 100%;
  padding: 0;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  background-color: #e4dacd;
  margin-bottom: 50px;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.image-wrapper img.visit-image {
  min-width: 100%;
  /* min-height: 100vh; */
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.image-wrapper img.over-image {
  position: absolute;
  bottom: -160px;
  left: 250px;
  width: 300px;
  z-index: 2;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.image-wrapper,
.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.content-wrapper {
  width: 50%;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.image-wrapper {
  position: relative;
  line-height: 0;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.image-wrapper .visit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* SCALE image to fill */
  display: block;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.content-wrapper {
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.content-wrapper .content-loader {
  margin-bottom: 20px;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.content-wrapper .content-sub-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.content-wrapper .content-title {
  display: block;
  font-size: 60px;
  color: rgb(221, 85, 51);
  font-weight: 900;
  line-height: 1;
  font-family: "Raleway", sans-serif;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.content-wrapper .content {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 20px 0;
  word-wrap: break-word;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.content-wrapper .content p {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.content-wrapper a.button-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 30px;
  background: #061d3b;
  max-width: 280px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}

.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column .section-coloum-item.content-wrapper a.button-btn:hover {
  background: #815dbd;
}

.category-section-wrapper.section-wrapper {
  position: relative;
  z-index: 9;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 100px;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item {
  text-align: center;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-sub-title {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-sub-title p {
  margin: 0;
  padding: 0;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-category-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-category-wrapper .category-item {
  width: 31%;
  margin: 8px;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-category-wrapper .category-item .category-image {
  position: relative;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-category-wrapper .category-item .category-name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 60px;
  min-height: 60px;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-category-wrapper .category-item .category-name span {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column a.button-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #061d3b;
  max-width: 280px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column a.button-btn:hover {
  background: #815dbd;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-category-wrapper .category-item .category-name .cate-arrow {
  position: relative;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-category-wrapper .category-item .category-image:hover:before {
  content: " ";
  background: url(../images/Flooring-HoverState.webp) no-repeat 0 0;
  position: absolute;
  width: 292px;
  height: 292px;
  background-size: cover;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.category-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-category-wrapper .category-item .category-name .cate-arrow::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 6px solid #f4511e;
  /* orange color */
  border-right: 6px solid #f4511e;
  transform: rotate(45deg);
  border-radius: 3px;
  /* makes it rounded */
  top: 15px;
  left: auto;
  right: auto;
  margin-left: -12px;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section {
  background: #fff;
  position: relative;
  overflow: hidden;
  /* padding-top: 180px; */
}

/* .refresh-every-room-section-wrapper.section-wrapper.full-width-section:before {
    content: ' ';
    width: 100%;
    height: 180px;
    background: #061d3b;
    mask-image: url(' data:image/svg+xml;utf8,\ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 300" preserveAspectRatio="none">\ <path d="M0,220 C400,70 1200,70 1600,220 L1600,300 L0,300 Z" fill="white"/>\ </svg>');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
} */

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap {
  background-color: #061d3b;
  color: white;
  padding: 150px 20px 200px;
  position: relative;
  clip-path: ellipse(150% 100% at 50% 100%);
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column {
  max-width: 1100px;
  margin: 0 auto;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  text-align: center;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-title p,
.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-sub-title p {
  margin: 0;
  padding: 0;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-sub-title {
  color: #e4dacd;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
  text-align: center;
  margin: 20px 0;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-two-column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 40px auto 0;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-two-column .image-wrapper {
  width: 60%;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-two-column .content-wrapper {
  width: 40%;
  padding: 40px;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-two-column .content-wrapper .content-title {
  font-weight: 900;
  color: #e1644e;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Raleway", sans-serif;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-two-column .content-wrapper p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
  color: #fff;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-two-column .content-wrapper a.button-btn {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #815dbd;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #e4dacd;
  max-width: 280px;
  margin: 20px 0 0;
  display: block;
  text-align: center;
  text-decoration: none;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-two-column .content-wrapper a.button-btn:hover {
  color: #fff;
  background: #815dbd;
}

.back-image-wrapper-1 {
  position: absolute;
  left: -100px;
  top: 110px;
  bottom: 0;
  margin: auto;
  max-height: 242px;
}

.back-image-wrapper-2 {
  position: absolute;
  right: 300px;
  bottom: -60px;
  max-height: 242px;
  z-index: 2;
}

.back-image-wrapper-3 {
  position: absolute;
  right: -80px;
  top: 270px;
  margin: auto;
  max-height: 242px;
}

.widget.block.block-static-block {
  padding: 0;
  margin: 0;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section {
  background: #e4dacd;
  z-index: 9;
  position: relative;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section .section-main-wrap {
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 80px 0;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item:first-child {
  width: 40%;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .merge-images {
  position: relative;
  padding-right: 60px;
  margin-right: 40px;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .merge-images img.back-image {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 2;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .merge-images img.front-image {
  padding-left: 60px;
  z-index: 9;
  position: relative;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .section-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .section-sub-title {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  word-wrap: break-word;
  margin: 10px 0;
  padding: 0;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item a.button-btn {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #061d3b;
  max-width: 280px;
  margin: 0;
  display: block;
  text-align: center;
  text-decoration: none;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item a.button-btn:hover {
  background: #815dbd;
}

.location-section-wrapper.section-wrapper .section-main-wrap {
  background: #fff;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 40px;
  position: relative;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column:before {
  content: " ";
  background: url(../images/ornament.webp) no-repeat 0 0;
  width: 300px;
  height: 300px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 2;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .location-icon {
  text-align: center;
  margin-bottom: 20px;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-two-column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1100px;
  margin: 40px auto;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-two-column .image-wrapper {
  width: 40%;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-two-column .content-wrapper {
  width: 60%;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-two-column .content-wrapper p {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-two-column .content-wrapper a.button-btn {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #061d3b;
  max-width: 280px;
  margin: 20px 0 0;
  display: block;
  text-align: center;
  text-decoration: none;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-two-column .content-wrapper a.button-btn:hover {
  background: #815dbd;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-three-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  max-width: 1100px;
  margin: 0 auto;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-three-column .location-item .location-name {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #815dbd;
  margin-bottom: 10px;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-three-column .location-item .location-address span {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  display: block;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-three-column .location-item:nth-child(2) {
  padding: 0 60px;
  position: relative;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-three-column .location-item:nth-child(2):before,
.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-three-column .location-item:nth-child(2):after {
  content: " ";
  background: url(../images/Divider-Vertical.webp) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -10px;
  bottom: 0;
  width: 12px;
  height: 120px;
}

.location-section-wrapper.section-wrapper .section-main-wrap .section-content-wrapper.one-column .section-three-column .location-item:nth-child(2):before {
  left: unset;
  right: 0;
}

.page-layout-1column .column.main {
  padding: 0;
}

.header-top-search-wrapper {
  position: relative;
}

.header-menu-section-wrapper {
  display: flex;
  justify-content: center;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.isactive>.menu-title>a,
.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.isactive .child-menu-wrap .isactive>a {
  color: #e1644e !important;
}

.header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.isactive>.menu-title>a::after {
  content: " ";
  width: 100%;
  height: 12px;
  background: url(../images/Link-Hover-Line.webp) no-repeat center 0;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}

/* banner css open */
.page-header-banner {
  position: relative;
  z-index: 2;
}

.page-header-banner::after {
  border-radius: inherit;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.page-header-banner .section-main-wrap {
  min-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.page-header-banner .section-main-wrap img.banner-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
  z-index: 2;
}

.page-header-banner .section-main-wrap .section-content-wrapper.information-header {
  position: relative;
  z-index: 9;
}

.page-header-banner .section-main-wrap .section-content-wrapper.information-header .section-title,
.page-header-banner .section-main-wrap .section-content-wrapper.information-header .section-title h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 80px;
  font-weight: 400;
  text-align: center;
  line-height: 75px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.page-header-banner .section-main-wrap .section-content-wrapper.information-header .section-sub-title,
.page-header-banner .section-main-wrap .section-content-wrapper.information-header .section-sub-title h5 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 80px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.page-header-banner .section-main-wrap .section-content-wrapper.information-header .content-wrapper {
  margin: 15px 0;
}

.page-header-banner .section-main-wrap .section-content-wrapper.information-header .content-wrapper,
.page-header-banner .section-main-wrap .section-content-wrapper.information-header .content-wrapper p {
  color: #e4dacd;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
}

.page-header-banner .section-main-wrap .section-content-wrapper.information-header .content-wrapper p {
  margin: 0;
  padding: 0;
}

.page-header-banner .section-main-wrap .section-content-wrapper.information-header .content-wrapper a.button-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 30px;
  background: #815dbd;
  margin: 20px auto 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.page-header-banner .section-main-wrap .section-content-wrapper.information-header .content-wrapper a.button-btn:hover {
  background: #061d3b;
}

/* banner css closed */

.hide {
  display: none !important;
}

.inspiration-gallery.section-wrapper.full-width-section {
  background: url(../images/starbg.webp) no-repeat center 0;
  background-size: cover;
}

.inspiration-gallery .container {
  padding: 100px 40px;
  border-radius: 10px;
  color: white;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.inspiration-gallery .container h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}

.inspiration-gallery .container p {
  color: #e4dacd;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
  text-align: center;
  margin: 20px 0;
}

.inspiration-gallery .container .image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.inspiration-gallery .container .image-item {
  flex: 1 1 calc(33% - 20px);
  position: relative;
}

.inspiration-gallery .container .image-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.inspiration-gallery .container .view-all {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #061d3b;
  max-width: 280px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}

.inspiration-gallery .container .view-all:hover {
  background: #815dbd;
}

/* residential-category */

.category-description {
  background: #f4efe7;
  border-radius: 30px;
  margin-top: -140px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 80px;
}

.category-description .category-desc-inner {
  padding: 150px 20px 20px;
}

.category-description .category-desc-inner p {
  margin-bottom: 20px;
  color: rgba(109, 103, 120, 1);
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.category-section-wrapper.section-wrapper.residential-category .section-main-wrap .section-content-wrapper.one-column .category-description .category-desc-inner a.button-btn {
  margin-bottom: -40px;
}

.category-section-wrapper.section-wrapper.residential-category .section-main-wrap .section-content-wrapper.one-column {
  padding: 40px 0 0;
}

/* residential-category */

/* CLOSE OUT DEALS! */
.beautiful-floors-section-wrapper.section-wrapper.full-width-section.close-out-deals {
  z-index: 99;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section.close-out-deals .section-main-wrap {
  max-width: 800px;
  padding: 40px 0;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section.close-out-deals .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item {
  width: 50%;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section.close-out-deals .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .merge-images img.front-image {
  width: 182px;
  height: 182px;
  padding-left: 0px;
  margin-left: -40px;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section.close-out-deals .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .merge-images {
  position: relative;
  padding-right: 0;
  margin-right: 0;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section.close-out-deals .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .merge-images img.back-image {
  position: relative;
  top: unset;
  left: unset;
  z-index: 2;
}

.beautiful-floors-section-wrapper.section-wrapper.full-width-section.close-out-deals .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .section-title {
  font-weight: 900;
  font-family: "Raleway", sans-serif;
}

/* CLOSE OUT DEALS! */

/* see in your room */
.see-in-your-room.section-wrapper.full-width-section {
  background: #fff;
  z-index: 9;
  position: relative;
}

.see-in-your-room.section-wrapper.full-width-section .section-main-wrap {
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 60px 0 0;
  position: relative;
}

.see-in-your-room.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.see-in-your-room.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item {
  width: 50%;
}

.see-in-your-room.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .merge-images {
  position: relative;
  padding-right: 0;
  margin-right: 0;
}

.see-in-your-room.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .section-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}

.see-in-your-room.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .section-sub-title {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  word-wrap: break-word;
  margin: 10px 0;
  padding: 0;
}

.see-in-your-room.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item a.button-btn {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #061d3b;
  max-width: 280px;
  margin: 0;
  display: block;
  text-align: center;
  text-decoration: none;
}

.see-in-your-room.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item a.button-btn:hover {
  background: #815dbd;
}

.see-in-your-room.section-wrapper.full-width-section .section-main-wrap img.section-bg-image {
  position: absolute;
  top: -130px;
  right: 0px;
  width: 300px;
  z-index: 2;
}

/* see in your room */

/* PLP CSS OPEN  */
.page-layout-category-full-width .category-cms {
  margin-bottom: 0;
}

.pages strong.page {
  padding: 0 12px;
}

body.catalog-category-view .page-main {
  /* max-width: 100%;
  padding: 0;
  overflow: hidden; */
}

.page-products .columns,
.page-layout-2columns-left .columns {
  max-width: 1260px;
  margin: 0 auto;
}

.page-layout-2columns-left .column.main div#layer-product-list,
.catalog-category-view .column.main div#layer-product-list,
.page-layout-2columns-left .sidebar-main,
.catalog-category-view .sidebar-main {
  padding-top: 40px;
}

.page-layout-2columns-left .sidebar-main,
.catalog-category-view .sidebar-main {
  background: #f4efe7;
  position: relative;
}

.page-layout-2columns-left .sidebar-main:before,
.catalog-category-view .sidebar-main:before {
  content: " ";
  background: #f4efe7;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 1000%;
}

/* Ensure main layout uses flex so sidebar can stretch */
.page-layout-2columns-left .page-wrapper,
.page-layout-2columns-left .columns {
  /* display: flex;
  align-items: stretch !important;
  flex-direction: column; */
}

/* Make the sidebar fill full height */
.page-layout-2columns-left .sidebar-main {
  /* height: auto !important;
  min-height: 100vh !important;
  align-self: stretch !important; */
}

/* If needed, force full height relative to main content */
.page-layout-2columns-left #maincontent {
  /* display: flex;
  align-items: stretch; */
}

.page-layout-2columns-left .sidebar-main .filter-options-title,
.filter-options-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
  color: #815dbd;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}

.page-layout-2columns-left .sidebar-main .filter-options-item,
.filter-options-item {
  padding: 5px 0;
  border: 0;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.36);
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  border-color: #ebebeb;
}

.page-layout-2columns-left .sidebar-main .filter-content .item,
.filter-content .item {
  margin: 1px 0;
}

#layered-filter-block .filter-options .filter-options-item.active .filter-options-content a span.count,
#layered-filter-block .filter-options .filter-options-item.active .filter-options-content a .count {
  color: #e1644e;
  font-weight: 900;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

.page-layout-2columns-left .sidebar-main .filter-content .items.filterItems,
.filter-content .items.filterItems {
  max-height: 160px;
  overflow-y: auto;
}

.page-layout-2columns-left .sidebar-main .filter-content .items.filterItems::-webkit-scrollbar-track,
.filter-content .items.filterItems::-webkit-scrollbar-track {
  border-radius: 18px;
  background-color: #d6ccc0;
}

.page-layout-2columns-left .sidebar-main .filter-content .items.filterItems::-webkit-scrollbar,
.filter-content .items.filterItems::-webkit-scrollbar {
  width: 12px;
  background-color: #d6ccc0;
  border-radius: 18px;
}

.page-layout-2columns-left .sidebar-main .filter-content .items.filterItems::-webkit-scrollbar-thumb,
.filter-content .items.filterItems::-webkit-scrollbar-thumb {
  border-radius: 18px;
  background-color: #ffffff;
}

.page-layout-2columns-left .sidebar-main .filter-options-title:after,
.filter-options-title:after {
  right: 0;
}

.sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item.active .filter-options-content ol li .filter-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item.active .filter-options-content ol li .filter-item-wrapper .filter-item-checkbox {
  margin-right: 10px;
}

.sidebar.sidebar-main #layered-filter-block .filter-options .filter-options-item.active .filter-options-content ol li .filter-item-wrapper .filter-item-checkbox input.layered-checkbox {
  width: 20px;
  height: 20px;
}

.page-layout-2columns-left .sidebar-main .block-title.filter-title,
.catalog-category-view .sidebar-main .block-title.filter-title {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 30px;
}

.page-layout-2columns-left .sidebar-main .block-title.filter-title strong,
.catalog-category-view .sidebar-main .block-title.filter-title strong {
  color: #d6ccc0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
  font-style: normal;
  padding: 20px 0;
  word-wrap: break-word;
  position: relative;
  text-transform: uppercase;
  background: none;
  border: 0;
  box-shadow: none;
}

.page-layout-2columns-left .sidebar-main .block-title.filter-title:before,
.catalog-category-view .sidebar-main .block-title.filter-title:before {
  content: " ";
  width: 21px;
  height: 16px;
  background: url(../images/filter_icon.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: unset;
  margin: auto;
}

#layered-filter-block .filter-options .filter-options-item.active .filter-options-content {
  margin: 0;
  padding: 2px 0;
}

.toolbar-sorter.sorter label.sorter-label,
.toolbar-sorter.sorter select#sorter,
.toolbar select {
  color: rgba(109, 103, 120, 1);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.category-view .category-image-container .category-image img.image {
  min-height: 241px;
  max-height: 241px;
  min-width: 100%;
  z-index: 2;
  position: relative;
}

.category-view .category-image-container {
  position: relative;
  z-index: 2;
}

.category-view .category-image-container .category-title-description {
  max-width: 1260px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.category-view .category-image-container .category-image {
  /* position: relative; */
  /* z-index: 2; */
  margin-bottom: 0;
}

.category-view .category-image-container .category-title-description .category-title-container .category-title h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 75px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.category-view .category-image-container .category-title-description .category-title-container .category-title-content *,
.category-view .category-image-container .category-title-description .category-title-container .category-title-content p {
  color: #e4dacd;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.category-view .category-image-container .category-title-description {
  background: url(../images/ornament.webp) no-repeat 100% -90px;
  background-size: contain;
}

.page-products .products-grid .product-items .product-item-details .product.name.product-item-name a.product-item-link {
  margin: 0;
  padding: 0;
  color: #736d7d;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0px;
  text-transform: capitalize;
  min-height: 25px;
  max-height: 25px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-products .products-grid .product-items .product-item-details .product.name.product-item-name a.product-item-link:hover {
  color: #815dbd;
}

.page-products .products-grid .product-items .product-item-details .product-brand {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.page-products .products-grid .product-items .product-item-details .product-color {
  color: #d6ccc0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.page-products .products-grid .product-items .product-item-info .product-image-wrap img.product-image-photo {
  margin-top: 0;
  margin-bottom: 10px;
}

.page-products .products-grid .product-items .product-item-details .product-item-inner-wrapper .color-options-wrapper .color-image-wrapper {
  padding: 3px;
}

.page-products .products-grid .product-items .product-item-details .product-item-inner-wrapper .color-options-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: nowrap;
}

.page-products .products-grid .product-items .product-item-details .product-item-inner-wrapper .color-options-wrapper .color-image-wrapper img.color-image,
.product-item-inner-wrapper .color-options-wrapper .color-image-wrapper img {
  height: 30px !important;
  padding: 0 !important;
  transition: 0.3s;
  object-fit: contain;
  border: 0.5px solid transparent;
}

.page-products .products-grid .product-items .product-item-details .product-item-inner-wrapper .color-options-wrapper .color-image-wrapper img.color-image:hover,
.product-item-inner-wrapper .color-options-wrapper .color-image-wrapper img:hover {
  border: 0.5px solid #ccc;
}

.page-products .products-grid .product-items .product-item-details .product-item-inner-wrapper .color-options-wrapper .color-image-wrapper .see-more-color,
.product-item-inner-wrapper .color-options-wrapper .color-image-wrapper .see-more-color {
  background-color: rgba(244, 239, 231, 1);
  color: rgba(214, 204, 192, 1);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 0.5px solid transparent;
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.page-products .products-grid .product-items .product-item-details .product-item-inner-wrapper .color-options-wrapper .color-image-wrapper .see-more-color:hover,
.product-item-inner-wrapper .color-options-wrapper .color-image-wrapper .see-more-color:hover {
  border: 0.5px solid #ccc;
}

.page-products .products-grid .product-items .product-item-details .product-item-inner-wrapper .color-options-wrapper .color-image-wrapper a,
.product-item-inner-wrapper .color-options-wrapper .color-image-wrapper a {
  display: block;
  line-height: 10px;
}

.page-products .products-grid .product-items .product-item-details .view-product a.view-product-link {
  color: #815dbd;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 0;
  display: block;
  position: relative;
  max-width: 200px;
}

.page-products .products-grid .product-items .product-item-details .view-product a.view-product-link:hover {
  color: #dd5533;
}

.page-products .products-grid .product-items .product-item-details .view-product a.view-product-link::after {
  content: " ";
  width: 45px;
  height: 14px;
  background: url(../images/ViewProduct-Arrow.webp) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.page-with-filter .toolbar-amount {
  color: rgba(109, 103, 120, 1);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.products-grid .product-item-info {
  background: #fff;
  box-shadow: unset;
  border: 1px solid #fff;
  margin: -10px;
  padding: 9px;
  position: relative;
  z-index: 9;
  width: 100%;
  /* max-height: 470px;
  min-height: 470px; */
}

.page-products .products-grid .product-items .product-item-details a {
  text-decoration: none;
}

.toolbar.toolbar-products .field.limiter * {
  color: rgba(109, 103, 120, 1);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  border: none;
  box-shadow: none;
}

.toolbar.toolbar-products .field.limiter select {
  color: rgba(221, 85, 51, 1);
}

.toolbar.toolbar-products .field.limiter>.label {
  display: none;
}

.page-products .products-grid .product-items .product-item-info a.product.photo.product-item-photo {
  display: block;
}

.page-products .products-grid .product-items .product-item-info span.product-image-container {
  aspect-ratio: 240 / 235;
  background: #d8d8d8;
  width: 100%;
}

.page-layout-2columns-left.catalog-category-view .page-main .columns,
.page-layout-2columns-left.catalogsearch-result-index .page-main .columns {
  display: flex;
}

.page-layout-2columns-left.catalog-category-view .page-main .columns .column.main,
.page-layout-2columns-left.catalogsearch-result-index .page-main .columns .column.main {
  flex: 4 1 0%;
}

.page-layout-2columns-left.catalog-category-view .page-main .columns .sidebar.sidebar-main,
.page-layout-2columns-left.catalogsearch-result-index .page-main .columns .sidebar.sidebar-main {
  flex: 1 1 0%;
}

.page-layout-2columns-left.catalog-category-view .page-main .columns .page.messages,
.page-layout-2columns-left.catalogsearch-result-index .page-main .columns .page.messages {
  display: block;
  width: 100%;
}

/* PLP CSS CLOSED */

/* PDP CSS Start here  */

.catalog-product-view.page-layout-1column .page-main,
.catalog-product-view.page-layout-1column .page-main {
  background: #f4efe7;
  max-width: 100%;
  overflow: hidden;
}

.catalog-product-view.page-layout-1column .column.main,
.catalog-product-view.category-products.page-layout-1column .column.main {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.catalog-product-view.page-layout-1column .column.main .product.info.detailed,
.product.info.detailed {
  margin-bottom: 0;
}

.catalog-product-view.page-layout-1column .column.main .product.data.items,
.product.data.items {
  margin: 0;
  text-align: center;
}

.page-layout-1column .product-info-main {
  margin-bottom: 100px;
}

div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer {
  padding-top: 15px;
}

.catalog-product-view div.MagicToolboxContainer .mz-hint {
  bottom: 20px;
  left: auto;
  z-index: 1 !important;
  opacity: 1 !important;
  background: currentColor;
  /* icon color */
  -webkit-mask: url("../images/popup_opener.webp") no-repeat center / contain;
  mask: url("../images/popup_opener.webp") no-repeat center / contain;
  width: 50px;
  height: 50px;
}

.catalog-product-view div.MagicToolboxContainer .mz-hint .mz-hint-message {
  font-size: 0;
  display: none;
}

.product-info-main .page-title-wrapper h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}

.product-info-main .product-info-top-wrapper {
  margin-bottom: 60px;
  margin-top: 60px;
}

.product-info-main .product.attribute.sku,
.product-info-main .product.attribute.sku .type {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.product-info-main .product.attribute.sku .type:after {
  content: ":";
}

.product-info-main .product-info-top-wrapper .product-brand {
  margin: 5px 0;
  padding: 0;
  color: #736d7d;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.product-info-main .product-info-top-wrapper .product-color {
  margin: 0 0 15px;
  padding: 0;
  color: #dd5533;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.page-layout-1column .product-info-main .related-colors-wrapper .related-colors-title {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.page-layout-1column .product-info-main .related-colors-wrapper ul#related-colors-slider,
.page-layout-1column .product-info-main .related-colors-wrapper .owl-carousel {
  padding: 0;
  margin: 20px 0 30px;
}

.page-layout-1column .product-info-main .related-colors-wrapper ul#related-colors-slider li,
.page-layout-1column .product-info-main .related-colors-wrapper .owl-carousel li {
  list-style: none;
}

.page-layout-1column .product-info-main .related-colors-wrapper ul#related-colors-slider li span.color-name,
.page-layout-1column .product-info-main .related-colors-wrapper .owl-carousel li span.color-name {
  display: none;
}

.catalog-product-view .product-info-main .related-colors-wrapper .related-colors .owl-controls {
  position: absolute;
  top: -37px;
  right: 0;
}

.catalog-product-view .product-info-main .related-colors-wrapper .related-colors .owl-controls .owl-nav [class*="owl-"] {
  width: 53px;
  position: relative;
}

.catalog-product-view .product-info-main .related-colors-wrapper .related-colors .owl-controls .owl-nav [class*="owl-"],
.catalog-product-view .product-info-main .related-colors-wrapper .related-colors .owl-controls .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

.catalog-product-view .product-info-main .related-colors-wrapper .related-colors .owl-controls .owl-nav [class*="owl-"].owl-next {
  left: 0px;
}

.catalog-product-view .product-info-main .related-colors-wrapper .related-colors .owl-controls .owl-nav [class*="owl-"].owl-next:before {
  -webkit-mask-image: url(../images/ViewProduct-Arrow.webp);
  mask-image: url(../images/ViewProduct-Arrow.webp);
  background-color: #815dbd;
  width: 45px;
  height: 14px;
  transform: none;
}

.catalog-product-view .product-info-main .related-colors-wrapper .related-colors .owl-controls .owl-nav [class*="owl-"].owl-prev {
  left: -15px;
}

.catalog-product-view .product-info-main .related-colors-wrapper .related-colors .owl-controls .owl-nav [class*="owl-"].owl-prev:before {
  -webkit-mask-image: url(../images/ViewProduct-Arrow.webp);
  mask-image: url(../images/ViewProduct-Arrow.webp);
  background-color: #815dbd;
  width: 45px;
  height: 14px;
  transform: rotate(180deg);
}

.catalog-product-view .product-info-main .related-colors-wrapper .related-colors li.selected {
  border: 10px solid rgba(214, 204, 192, 1);
}

.catalog-product-view .product-info-main .related-colors-wrapper .related-colors .rolloverimage {
  text-decoration: none;
  display: block;
}

.page-layout-1column .product-info-main .product-action-wrapper .actions,
.product-info-main .product-action-wrapper .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-layout-1column .product-info-main .product-action-wrapper a.action.primary,
.product-info-main .product-action-wrapper a.action.primary {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #061d3b;
  max-width: 230px;
  min-width: 230px;
  margin: 0;
  display: block;
  text-align: center;
  text-decoration: none;
}

.page-layout-1column .product-info-main .product-action-wrapper a.button-btn.action.primary.btn-lavender,
.product-info-main .product-action-wrapper a.button-btn.action.primary.btn-lavender {
  background: #815dbd;
}

.page-layout-1column .product-info-main .product-action-wrapper a.button-btn.action.primary.btn-lavender:hover,
.product-info-main .product-action-wrapper a.button-btn.action.primary.btn-lavender:hover {
  background: #061d3b;
}

.page-layout-1column .product-info-main .product-action-wrapper a.button-btn.action.primary.btn-black,
.product-info-main .product-action-wrapper a.button-btn.action.primary.btn-black {
  background: #061d3b;
}

.page-layout-1column .product-info-main .product-action-wrapper a.button-btn.action.primary.btn-black:hover,
.product-info-main .product-action-wrapper a.button-btn.action.primary.btn-black:hover {
  background: #815dbd;
}

.catalog-product-view .product.info.detailed .product.data.items .item.title {
  border: 0;
  display: inline-block;
  float: none;
}

.catalog-product-view .product.info.detailed .product.data.items .item.title .switch {
  margin: 0 auto;
  padding: 18px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 2;
  letter-spacing: 0px;
  text-transform: capitalize;
  background: #6d6778;
  border-radius: 32.5px 32.5px 0px 0px;
  width: 408px;
}

.catalog-product-view .product.info.detailed {
  position: relative;
}

.catalog-product-view .product.info.detailed .product.data.items:before {
  background: url(../images/ornament.webp) no-repeat 100% 0px;
  background-size: contain;
  content: " ";
  width: 340px;
  height: 290px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
}

.catalog-product-view .product.info.detailed .additional-attributes {
  text-align: left;
}

.additional-attributes-wrapper.table-wrapper {
  max-width: 522px;
  margin: 0 auto !important;
  min-height: 400px;
}

.catalog-product-view .product.data.items>.item.content {
  border: 0;
  margin-top: 77px;
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>th,
.catalog-product-view .product.info.detailed .additional-attributes>thead>tr>th,
.catalog-product-view .product.info.detailed .additional-attributes>tbody>tr>th,
.catalog-product-view .product.info.detailed .additional-attributes>tfoot>tr>th {
  color: #6d6778;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 900;
  text-transform: capitalize;
  padding-left: 100px;
  width: 50% !important;
  line-height: 2;
  vertical-align: top;
  font-family: "Raleway", sans-serif;
  text-align: right;
}

.catalog-product-view .product.info.detailed .additional-attributes>thead>tr>td,
.catalog-product-view .product.info.detailed .additional-attributes>tbody>tr>td,
.catalog-product-view .product.info.detailed .additional-attributes>tfoot>tr>td {
  font-size: 18px;
  letter-spacing: 0;
  padding-left: 20px;
  padding-right: 80px;
  width: 50% !important;
  line-height: 2;
  text-transform: none;
}

.catalog-product-view .product.info.detailed .additional-attributes>thead>tr>th,
.catalog-product-view .product.info.detailed .additional-attributes>tbody>tr>th,
.catalog-product-view .product.info.detailed .additional-attributes>tfoot>tr>th,
.catalog-product-view .product.info.detailed .additional-attributes>thead>tr>td,
.catalog-product-view .product.info.detailed .additional-attributes>tbody>tr>td,
.catalog-product-view .product.info.detailed .additional-attributes>tfoot>tr>td {
  border-top: 1px solid #ccc !important;
}

.catalog-product-view .product.data.items>.item.content:before,
.page-layout-1column .column.main .product.data.items>.item.content:before {
  content: "";
  display: block;
  position: absolute;
  top: 77px;
  left: 100%;
  bottom: 0;
  background: inherit;
  width: 1000%;
}

.catalog-product-view .product.data.items>.item.content:after,
.page-layout-1column .column.main .product.data.items>.item.content:after {
  content: "";
  display: block;
  position: absolute;
  top: 77px;
  right: 100%;
  bottom: 0;
  background: inherit;
  width: 1000%;
}

/* PDP CSS end here  */

body.catalog-category-view .page-main {
  max-width: 100%;
  padding: 0;
}

.inspiration-menu-wrapper .inspiration-menu-title {
  color: #d6ccc0;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
}

.inspiration-menu-wrapper {
  padding: 20px 0;
  background: #f4efe7;
}

.inspiration-menu-wrapper .inspiration-menu-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 20px 0;
}

.inspiration-menu-wrapper .inspiration-menu-items .inspiration-menu-item a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #6d6778;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
  font-style: normal;
  text-transform: capitalize;
}

.inspiration-menu-wrapper .inspiration-menu-items .inspiration-menu-item.active a {
  color: #815dbd;
}

.inspiration-gallery-wrapper .photo-image-gallery {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  padding: 60px 20px;
}

.inspiration-gallery-wrapper .photo-image-gallery .photo-gallery-item {
  /* flex: 1 0 calc(25% - 20px); */
  background: 0;
}

.inspiration-gallery-wrapper .photo-image-gallery .photo-gallery-item .photo-gallery-content {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 260px;
  height: 260px;
}

.inspiration-gallery-wrapper .photo-image-gallery .photo-gallery-item .photo-gallery-content img.photo-gallery-img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
}

.inspiration-gallery-wrapper .photo-image-gallery .photo-gallery-item .photo-gallery-content:hover img.photo-gallery-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.inspiration-gallery-wrapper .photo-image-gallery .photo-gallery-item .photo-gallery-content .photo-gallery-background-mask {
  opacity: 1;
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  transition-delay: 150ms;
  background: rgb(0 0 0 / 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  display: none;
}

.inspiration-gallery-wrapper .photo-image-gallery .photo-gallery-item .photo-gallery-content:hover .photo-gallery-background-mask {
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-gallery-overlay-icon i.icon.icon-plus:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 26px;
  content: "\e616";
  font-family: "luma-icons";
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: 600;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  rotate: 45deg;
}

.inspiration-gallery-wrapper .photo-image-gallery .photo-gallery-item .photo-gallery-background-mask .photo-gallery-inner-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.inspiration-gallery-wrapper div#photo-image-gallery .photo-gallery-item .photo-gallery-background-mask .photo-gallery-inner-mask h3 {
  color: #fff;
  margin: 10px;
}

/* .page-layout-flooring-gallery main#maincontent {
    display: none;
} */

body.category-flooring.page-layout-1column main#maincontent>.columns {
  display: none;
}

/* Kitchen Cabinets page */

.section-info-item .section-info-image {
  margin-bottom: 15px;
}

.section-info-item .section-info-image img {
  min-width: 100%;
  width: 100%;
}

.section-info-item .section-info-description {
  text-align: center;
}

.section-info-item .section-info-description h3.section-info-title {
  font-family: "Raleway", sans-serif;
  color: rgba(225, 100, 78, 1);
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  line-height: 44px;
  text-transform: capitalize;
}

.section-info-item .section-info-description .section-info-desc-inner {
  padding: 0 40px;
}

.section-info-item .section-info-description .section-info-desc-inner,
.section-info-item .section-info-description .section-info-desc-inner p {
  font-family: "Raleway", sans-serif;
  color: rgba(115, 108, 124, 1);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
}

.category-section-wrapper.section-wrapper.our-most-loved-carpets .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-category-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin: 40px auto 0;
}

.our-most-loved-carpets .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-category-wrapper .section-info-item {
  width: calc(50% - 20px);
  text-align: center;
}

.kitchen-cabinets .section-three-column,
.section-three-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.kitchen-cabinets .section-three-column .section-item-info,
.section-three-column .section-item-info,
.section-item-info {
  width: calc(32% - 20px);
  text-align: center;
}

.kitchen-cabinets .section-three-column .section-item-info .image-wrapper img,
.section-three-column .section-item-info .image-wrapper img,
.section-item-info .image-wrapper img {
  min-width: 100%;
  width: 100%;
}

.kitchen-cabinets .section-three-column .section-item-info .content-wrapper,
.section-three-column .section-item-info .content-wrapper,
.section-item-info .content-wrapper {
  margin: 20px 0;
}

.kitchen-cabinets .section-three-column .section-item-info .content-wrapper .content-title,
.section-three-column .section-item-info .content-wrapper .content-title,
.section-item-info .content-wrapper .content-title {
  font-weight: 900;
  color: #e1644e;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Raleway", sans-serif;
}

.kitchen-cabinets .section-three-column .section-item-info .content-wrapper p,
.section-three-column .section-item-info .content-wrapper p,
.section-item-info .content-wrapper p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
  color: #e4dacd;
}

.kitchen-cabinets .section-three-column .section-item-info .content-wrapper a.button-btn,
.section-three-column .section-item-info .content-wrapper a.button-btn,
.section-item-info .content-wrapper a.button-btn {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #815dbd;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #e4dacd;
  max-width: 280px;
  margin: 20px 0 0;
  display: block;
  text-align: center;
  text-decoration: none;
}

.kitchen-cabinets .section-three-column .section-item-info .content-wrapper a.button-btn:hover,
.section-three-column .section-item-info .content-wrapper a.button-btn:hover,
.section-item-info .content-wrapper a.button-btn:hover {
  color: #fff;
  background: #815dbd;
}

/* see in your room */
.experienced-installers.section-wrapper.full-width-section {
  background: #fff;
  z-index: 9;
  position: relative;
}

.experienced-installers.section-wrapper.full-width-section .section-main-wrap {
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 120px 0;
  position: relative;
}

.experienced-installers.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.experienced-installers.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item.one {
  width: 60%;
}

.experienced-installers.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item.two {
  width: 40%;
  padding: 40px;
}

.experienced-installers.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .merge-images {
  position: relative;
  padding-right: 0;
  margin-right: 0;
}

.experienced-installers.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .section-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}

.experienced-installers.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .section-sub-title {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  word-wrap: break-word;
  margin: 10px 0;
  padding: 0;
}

.experienced-installers.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item a.button-btn {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #061d3b;
  max-width: 280px;
  margin: 0;
  display: block;
  text-align: center;
  text-decoration: none;
}

.experienced-installers.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item a.button-btn:hover {
  background: #815dbd;
}

.experienced-installers.section-wrapper.full-width-section .section-main-wrap img.section-bg-image {
  position: absolute;
  bottom: -130px;
  right: 0px;
  width: 300px;
  z-index: 2;
}

/* see in your room */

div#kitchen-cabinets-gallery {
  z-index: 9;
  position: relative;
}

/* Kitchen Cabinets page end*/

.sitemap-index-index .page-main {
  margin-top: 10px;
}

.sitemap-index-index .page-main .page-title-wrapper {
  text-align: center;
}

.sitemap-index-index .page-main #mageplaza-seo-html-sitemap h2 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.breadcrumbs {
  margin: 0px;
  max-width: 100%;
  background-color: #f4efe7;
}

.breadcrumbs ul {
  display: block;
  box-sizing: border-box;
  padding: 15px 0px !important;
  max-width: 1260px !important;
  margin: 0px auto !important;
}

.breadcrumbs ul li a {
  color: #000;
}

.breadcrumbs ul li a:visited {
  color: #000;
}

.breadcrumbs ul li strong {
  color: #000;
}

.breadcrumbs ul li a,
.breadcrumbs ul li strong {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 18px;
}

.customer-account-login .breadcrumbs,
.customer-account-create .breadcrumbs,
.customer-account-forgotpassword .breadcrumbs {
  margin-bottom: 15px;
}

/* section four column  */
.section-four-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin: 40px auto 0;
}

.section-four-column .section-item-info {
  width: calc(50% - 20px);
  text-align: center;
}

/* section four column  */

/* PLP Landing Open*/
.PlpLanding .category-trending-section {
  padding: 100px 0;
  max-width: 1100px;
  margin: 0 auto;
}

.PlpLanding .category-trending-section .category-trending-title,
.PlpLanding .category-trending-section .category-trending-title * {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  text-align: center;
}

.PlpLanding .category-trending-section .category-trending-sub-title {
  margin-bottom: 20px;
  text-align: center;
}

.PlpLanding .category-trending-section .category-trending-sub-title *,
.PlpLanding .category-trending-section .category-trending-sub-title p {
  margin: 0;
  padding: 0;
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  word-wrap: break-word;
}

.PlpLanding .category-trending-section-content a.button-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 30px;
  background: #061d3b;
  margin: 20px auto 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.PlpLanding .category-trending-section-content a.button-btn:hover {
  background: #815dbd;
}

/* PLP Landing End */

/*Toolbar*/
.pages .action.next,
.pages .action.previous {
  padding: 6px !important;
  background: #e4dacd;
  border: 1px solid #e4dacd;
}

.pages .action.previous:before,
.pages .action.next:before {
  color: #dd5533 !important;
}

.pages .action.previous:hover:before,
.pages .action.next:hover:before {
  color: #000 !important;
}

.toolbar select {
  min-height: auto;
  background-color: #fff;
  color: #000;
  border-color: #f5f5f5;
  border-radius: 0px;
  cursor: pointer;
}

.pages .item.current .page {
  margin: 0 0px 0 0;
}

.pages .items .item.current strong {
  background: none;
  color: rgba(221, 85, 51, 1);
  font-size: 20px;
  font-weight: 900;
}

.pages .items .item {
  margin: 0;
}

.pages .items .item a,
.pages .items .item strong {
  padding: 10px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(109, 103, 120, 1);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: none;
  line-height: 20px;
  font-family: "Raleway", sans-serif;
}

.pages .items .item a:hover {
  background: #fff;
  border-color: #000000;
}

.pages>.label {
  position: relative;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.page-products .toolbar.toolbar-products .toolbar-sorter {
  padding: 15px 15px 10px;
  text-transform: uppercase;
  background-color: #fff;
  color: #474747;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  box-sizing: border-box;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-products .toolbar.toolbar-products .toolbar-sorter .sorter-label {
  margin-right: 7px;
}

.page-products .toolbar.toolbar-products .toolbar-sorter select {
  border: 0px;
  box-shadow: none;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 25px 0px 5px;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid;
}

/* Commercial Flooring */

.commercial-flooring .section-item-info {
  border-radius: 30px;
  background-color: rgba(244, 239, 231, 1);
}

.commercial-flooring .section-three-column .section-item-info .content-wrapper {
  margin-bottom: 30px;
}

.commercial-flooring .section-three-column .section-item-info .content-wrapper p {
  color: #6d6778;
  padding: 0 40px;
  margin: 0;
}

.image-content-inner {
  width: 329.25px;
  height: 329px;
  background-color: rgba(228, 218, 205, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.inspiration-gallery .container .image-content-inner h2 {
  margin-bottom: 15px;
  letter-spacing: 0;
  font-family: "Raleway", sans-serif;
  color: rgba(6, 29, 59, 1);
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  line-height: 34px;
  padding: 0 20px;
}

.inspiration-gallery .container .image-content-inner p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  color: rgba(109, 103, 120, 1);
  margin: 0;
  padding: 0 20px;
}

/* Commercial Flooring */

/* location page start here  */
.page-header-banner.page-header-small-banner .container-img {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}

.page-header-banner.page-header-small-banner img.over-image-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  max-width: 300px;
}

.page-header-banner.page-header-small-banner .section-main-wrap {
  min-height: 255px;
  display: block;
}

.page-header-banner.page-header-small-banner .section-main-wrap img.banner-image {
  min-height: 255px;
  max-height: 255px;
}

.page-header-banner.page-header-small-banner .section-main-wrap .section-content-wrapper.information-header {
  max-width: 1260px;
  position: relative;
  margin: 0 auto;
  padding: 55px 0;
}

.page-header-banner.page-header-small-banner .section-main-wrap .section-content-wrapper.information-header .section-title h1,
.page-header-banner.page-header-small-banner .section-main-wrap .section-content-wrapper.information-header .content-wrapper {
  text-align: left;
}

.page-header-banner.page-header-small-banner .section-main-wrap .section-content-wrapper.information-header p {
  margin: 0;
  padding: 0;
  text-align: left;
}

.page-location .page-location-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0;
}

.page-location.section-wrapper {
  margin: 0;
}

.page-location-inner .section-two-columns {
  display: flex;
  width: 100%;
}

.page-location-inner .section-two-columns .section-column-left {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 40px 60px 40px 20px;
}

.page-location-inner .section-two-columns .section-column-right {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.page-location-inner .section-two-columns .section-column-right {
  padding: 0;
}

.page-location-inner .section-two-columns .section-column-left.location-items {
  background: #f4efe7;
  position: relative;
}

.page-location-inner .section-two-columns .section-column-left.location-items:before {
  content: " ";
  background: #f4efe7;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 1000%;
}

.location-items .location-item {
  margin-bottom: 0;
  display: block;
}

.location-items img.divider {
  margin: 0 auto;
  display: block;
  padding: 30px 0 25px;
}

.location-items .location-item .location-name {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
  color: #815dbd;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}

.location-items .location-item .location-map,
.location-items .location-item .location-phone,
.location-items .location-item .location-hours {
  position: relative;
  padding-left: 35px;
}

.location-items .location-item .location-map::before {
  content: " ";
  background: url(../images/Location-Icon.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
  width: 24.29px;
  height: 30px;
}

.location-items .location-item .location-map *,
.location-items .location-item .location-map p {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

.location-items .location-item .location-phone {
  margin: 15px 0 20px;
}

.location-items .location-item .location-phone::before {
  content: " ";
  background: url(../images/Phone-Icon.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
  width: 27.82px;
  height: 28.5px;
}

.location-items .location-item .location-phone a {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.location-items .location-item .location-phone a:hover {
  color: #dd5533;
}

.location-items .location-item .location-hours::before {
  content: " ";
  background: url(../images/Hours-Icon.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 30px;
}

.location-items .location-item .location-hours *,
.location-items .location-item .location-hours p {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

.location-items .location-item .location-type {
  color: #dd5533;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  font-style: normal;
  word-wrap: break-word;
  margin: 20px 0 0;
  padding: 0;
  display: block;
}

.location-items .location-item .location-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.location-items .location-item .location-actions a.button-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  max-width: 180px;
  margin: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  flex: 1;
}

.location-items .location-item .location-actions a.button-btn.learn-more {
  background: #815dbd;
}

.location-items .location-item .location-actions a.button-btn.get-directions {
  background: #061d3b;
}

.location-items .location-item .location-actions a.button-btn.learn-more:hover {
  background: #061d3b;
}

.location-items .location-item .location-actions a.button-btn.get-directions:hover {
  background: #815dbd;
}

.location-items .location-item:last-child {
  margin: 0;
}

.page-location-inner .section-two-columns .section-column-right.location-map iframe,
.location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* location page start here  */

/* Philadelphia Showroom start here */
.location-page-header.page-header-banner.section-wrapper.full-width-section {
  background: #815dbd;
}

.location-page-header.page-header-banner.section-wrapper.full-width-section:after {
  visibility: hidden;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column {
  display: flex;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item {
  flex: 1;
  /* 50% width each */
  /* just for testing */
  padding: 40px;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper {
  text-align: center;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper .content-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper .location-address p {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  font-style: normal;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper .location-phone a {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  font-style: normal;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper .location-hours p {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  font-style: normal;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper .location-address,
.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper .location-phone,
.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper .location-hours {
  position: relative;
  padding-top: 0;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper .location-address::before {
  content: " ";
  background: url(../images/Location-Icon.png) no-repeat 0 0;
  width: 24.29px;
  height: 30px;
  background-size: contain;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  margin: auto auto 5px;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper .location-phone::before {
  content: " ";
  background: url(../images/Phone-Icon.png) no-repeat 0 0;
  background-size: contain;
  width: 27.82px;
  height: 28.5px;
  background-size: contain;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  margin: auto auto 5px;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper .location-hours::before {
  content: " ";
  background: url(../images/Hours-Icon.png) no-repeat 0 0;
  background-size: contain;
  width: 29px;
  height: 30px;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  margin: auto auto 5px;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.address-wrapper .location-phone {
  margin: 20px 0;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.content-wrapper {
  background: #e4dacd;
  text-align: center;
  padding: 40px 80px 150px;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.content-wrapper .content-title {
  font-family: "Raleway", sans-serif;
  color: rgba(225, 100, 78, 1);
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  line-height: 44px;
  text-transform: capitalize;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.content-wrapper .content {
  margin: 20px 0;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.content-wrapper .content p {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.content-wrapper a.button-btn {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #061d3b;
  max-width: 280px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}

.location-row-info .section-main-wrap .section-content-wrapper.two-column .section-coloum-item.content-wrapper a.button-btn:hover {
  background: #815dbd;
}

.location-info-wrapper.section-wrapper.full-width-section,
.location-info-wrapper {
  padding: 60px 0;
  background: #e4dacd;
  z-index: 99;
  position: relative;
}

.location-info-wrapper .section-main-wrap {
  max-width: 1260px;
  margin: 0 auto;
}

.location-info-wrapper .section-main-wrap .section-content-wrapper.four-column {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

.location-info-wrapper .section-main-wrap .section-content-wrapper.four-column .section-coloum-item {
  flex: 1 0 calc(25% - 40px);
  background: none;
  text-align: center;
}

.location-info-wrapper .section-main-wrap .section-content-wrapper.four-column .section-coloum-item .section-title {
  color: #815dbd;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
}

.location-info-wrapper .section-main-wrap .section-content-wrapper.four-column .section-coloum-item .section-content {
  margin: 15px 0 0;
}

.location-info-wrapper .section-main-wrap .section-content-wrapper.four-column .section-coloum-item .section-content p {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
}

.location-info-wrapper .section-main-wrap .section-content-wrapper.four-column .section-coloum-item .plusIcon {
  width: 83px;
  height: 83px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 auto;
}

.location-info-wrapper .section-main-wrap .section-content-wrapper.four-column .section-coloum-item .plusIcon img {
  width: 70px;
  height: 65px;
  margin: 0 0 0 10px;
}

.location-video-wrapper.experienced-installers.section-wrapper.full-width-section .section-main-wrap img.section-bg-image {
  bottom: unset;
  top: -105px;
  right: 0;
  z-index: 2;
}

.location-map-wrapper {
  line-height: 0;
}

div#philadelphia-showroom-map .section-content-wrapper.map-wrapper {
  background: #f6f5f5;
}

/* Philadelphia Showroom end here */

img.lazy.loaded {
  background: none;
}

/* remodeling start here */

div#remodelingBluesection.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap,
div#with-out-clip.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap {
  clip-path: unset;
  padding: 0 20px 200px;
}

div#Ahome,
div#roomvoPhone,
div#bottomBg {
  position: relative;
}

div#Ahome:after,
div#roomvoPhone::after,
div#bottomBg::after {
  content: " ";
  width: 100%;
  height: 180px;
  background: #061d3b;
  mask-image: url(' data:image/svg+xml;utf8,\ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1600 300" preserveAspectRatio="none">\ <path d="M0,220 C400,70 1200,70 1600,220 L1600,300 L0,300 Z" fill="white"/>\ </svg>');
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

div#Ahome.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column {
  margin-bottom: 0;
}

.section-tow-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin: 40px auto 0;
}

.section-tow-column .section-item-info {
  width: calc(50% - 20px);
  text-align: center;
}

.section-tow-column .section-item-info .content-wrapper {
  padding: 0 40px;
}

.section-tow-column .section-item-info .content-wrapper a.button-btn {
  margin: 30px auto 30px;
}

/* remodeling end here */

/* Contact us page start here  */

.cms-page-content-two-column {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  max-width: 1260px;
  margin: 0 auto;
}

.cms-page-content-two-column .cms-page-column {
  width: 48%;
}

.cms-page-content-two-column .cms-page-left-content .cms-page-content-title h1 {
  color: #815dbd;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Raleway", sans-serif;
}

.cms-page-content-two-column .cms-page-left-content .form-content {
  margin-bottom: 10px;
}

.cms-page-content-two-column .cms-page-left-content .form-content p,
.cms-page-content-two-column .cms-page-left-content .contact-number {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}

.cms-page-content-two-column .cms-page-left-content .contact-number a {
  color: #dd5533;
}

.cms-page-content-two-column .cms-page-left-content .contact-number a:hover {
  color: #000;
}

.cms-page-content-two-column .cms-page-left-content .store-hrs {
  font-style: italic;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  padding: 0;
  margin: 10px 0 0;
}

.cms-page-content-two-column .cms-page-right-content {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
}

.cms-page-content-two-column .cms-page-right-content form button {
  background-color: #007bff;
  color: white;
  padding: 20px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.cms-page-content-two-column .cms-page-right-content form .terms a {
  color: #007bff;
  text-decoration: none;
}

.cms-page-content-two-column .cms-page-right-content form .terms a:hover {
  text-decoration: underline;
}

.cms-page-content-two-column .cms-page-right-content form .fieldset>.legend {
  color: #000;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
}

.cms-page-content-main {
  padding: 40px 20px;
  max-width: 1260px;
  margin: 0 auto;
}

.cms-page-wrapper .cms-page-content-wrapper .section-wrapper .cms-page-content-desc-main {
  background: #f4efe7;
}

.cms-page-wrapper .cms-page-content-wrapper .section-wrapper .cms-page-content-desc-main .cms-page-content-desc {
  padding: 50px;
  max-width: 640px;
  margin: auto;
  font-family: "Raleway", sans-serif;
  color: rgba(109, 103, 120, 1);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
}

.cms-page-content-main .custom-form-content {
  max-width: 640px;
  margin: auto;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset.terms-conditions {
  display: block;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset .legend {
  display: none;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset.terms-conditions .legend {
  display: block;
  border-bottom: none;
  color: rgba(129, 93, 189, 1);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400 !important;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset.required .legend:after {
  color: rgba(129, 93, 189, 1);
  font-family: "Playfair Display", serif;
  margin: 0 7px;
  content: "*";
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset.terms-conditions .field input[type="checkbox"] {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: 0 7px 0 0;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset.terms-conditions .field .control>label {
  font-size: 16px;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset.terms-conditions .field input[type="checkbox"]::before {
  width: 0.95em;
  height: 0.95em;
  margin-left: 1px;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset .field {
  flex: 1;
  margin-right: 20px;
  margin-bottom: 0;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset .field textarea {
  min-height: 150px;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset .field input[type="checkbox"] {
  grid-template-columns: 1em auto;
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
  background-color: #fff;
  font: inherit;
  width: 1.45em;
  height: 1.45em;
  border: 0.11em solid currentColor;
  border-radius: 0.25em;
  transform: translateY(-0.55em);
  display: grid;
  place-content: center;
  margin: 6px 5px 0 0;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset .field input[type="checkbox"]::before {
  box-shadow: inset 1em 1em #000;
  content: "";
  width: 0.75em;
  height: 0.75em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  margin-left: 3px;
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .fieldset .field input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.cms-page-wrapper .cms-page-content-main .custom-form-two-column .webforms .recaptcha {
  margin-top: 20px;
}

.actions-toolbar .primary button.action.submit.primary,
.actions-toolbar .primary button {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #815dbd;
  width: 210px;
  margin: 20px auto 0;
  text-align: center;
  text-decoration: none;
  display: block !important;
}

.actions-toolbar .primary {
  display: block !important;
}

.actions-toolbar .primary button.action.submit.primary:hover,
.actions-toolbar .primary button:hover {
  background: #061d3b;
}

.btn-roomvo {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  margin: 10px auto;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  border-radius: 45px;
  border: 0;
  background: #815dbd;
  text-decoration: none;
}

.btn-roomvo:hover {
  background: #061d3b;
  color: #fff;
  text-decoration: none;
}

.math-recaptcha .control.captcha-image .captcha-input {
  max-width: 150px;
  margin-right: 10px;
  height: 50px;
}

.math-recaptcha .control.captcha-image {
  display: flex;
  align-items: flex-start;
}

.math-recaptcha .control.captcha-image .captcha-img {
  max-width: 150px;
  height: 50px;
}

.math-recaptcha .control.captcha-image button {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px;
  background: #815dbd;
  text-align: center;
  text-decoration: none;
  height: 50px;
}

.math-recaptcha .field.captcha label.label {
  font-size: 20px;
}

/* Contact us page end  here  */

/* about us page open here...*/

div#about-gallery.inspiration-gallery.section-wrapper.full-width-section {
  background: #fff;
  background-image: none;
}

div#about-gallery.inspiration-gallery .container .image-grid {
  margin-top: 40px;
  margin-bottom: 40px;
}

div#about-gallery.inspiration-gallery.section-wrapper.full-width-section .container h2 {
  color: #815dbd;
}

div#about-gallery.inspiration-gallery.section-wrapper.full-width-section .container P {
  margin: 10px 0 20px 0;
  color: #6d6778;
}

div#awards-associations.beautiful-floors-section-wrapper.section-wrapper.full-width-section.close-out-deals .section-main-wrap {
  max-width: 1050px;
}

div#awards-associations.beautiful-floors-section-wrapper.section-wrapper.full-width-section.close-out-deals .section-main-wrap .merge-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

div#awards-associations.beautiful-floors-section-wrapper.section-wrapper.full-width-section.close-out-deals .section-main-wrap .merge-images img.brand-image {
  width: 212px;
  height: 119px;
}

div#awards-associations.beautiful-floors-section-wrapper.section-wrapper.full-width-section.close-out-deals .section-main-wrap .section-content-wrapper.tow-column .section-coloum-item .section-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

/* about us page end here... */

/* Roomvo page open here */

.see-in-your-roomVo-new.section-wrapper.full-width-section .section-content-wrapper.tow-column {
  display: flex;
  align-items: stretch;
  /* important */
  width: 100%;
}

.see-in-your-roomVo-new.section-wrapper.full-width-section .section-content-wrapper.tow-column .section-column-item {
  flex: 0 0 50%;
  /* each column takes 50% */
  max-width: 50%;
  box-sizing: border-box;
  background: #e4dacd;
}

.see-in-your-roomVo-new.section-wrapper.full-width-section .section-content-wrapper.tow-column .section-column-item.info-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.see-in-your-roomVo-new.section-wrapper.full-width-section .section-content-wrapper.tow-column .section-column-item.info-main .info-inner {
  padding: 40px 60px;
  text-align: center;
}

.see-in-your-roomVo-new.section-wrapper.full-width-section .section-content-wrapper.tow-column .section-column-item .merge-images {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.see-in-your-roomVo-new.section-wrapper.full-width-section .section-content-wrapper.tow-column .section-column-item .merge-images img.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* SCALE image to fill */
  display: block;
}

.see-in-your-roomVo-new.section-wrapper.full-width-section .section-content-wrapper.tow-column .section-column-item .section-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
}

.see-in-your-roomVo-new.section-wrapper.full-width-section .section-content-wrapper.tow-column .section-column-item .section-sub-title {
  color: #6d6778;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  word-wrap: break-word;
  margin: 10px 0;
  padding: 0;
}

.see-in-your-roomVo-new.section-wrapper.full-width-section .section-content-wrapper.tow-column .section-column-item a.button-btn {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2.625px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 45px;
  border: 0;
  padding: 15px 0;
  background: #061d3b;
  max-width: 280px;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  text-decoration: none;
}

.see-in-your-roomVo-new.section-wrapper.full-width-section .section-content-wrapper.tow-column .section-column-item a.button-btn:hover {
  background: #815dbd;
}

.see-in-your-roomVo-new.section-wrapper.full-width-section .section-content-wrapper.tow-column .section-column-item .merge-images img.roomPhone {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -84px;
  margin: auto;
}

div#roomvoBg.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap {
  clip-path: unset;
  padding: 0 20px 100px;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-column-item .section-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
  color: #815dbd;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  text-align: center;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-column-item .section-title p,
.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-column-item .section-sub-title p {
  margin: 0;
  padding: 0;
}

.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-column-item .section-sub-title {
  color: #e4dacd;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
  text-align: center;
  margin: 20px 0;
}

div#roomvoBg.refresh-every-room-section-wrapper.section-wrapper.full-width-section .section-main-wrap .section-content-wrapper.one-column .section-item-info .content-wrapper .content-title {
  padding: 0 50px;
}

div#roomvoBg .back-image-wrapper-2 {
  bottom: -140px;
}

/* Roomvo page end here */

/* Landing PLP page start */

.category-trending-section-wrapper.PlpLanding .category-trending-section-content .block.widget .products-grid .product-items {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  /* gap: 32px; */
  padding: 0;
  flex-wrap: wrap;
  width: 100%;
}

.category-trending-section-wrapper.PlpLanding .category-trending-section-content .block.widget .products-grid .product-items .product-item {
  width: calc(25% - 20px);
  flex: 0 0 calc(25% - 20px);
  margin: 10px 10px 30px 10px !important;
  padding: 5px;
  display: flex;
  flex-direction: column;
}

.category-trending-section-wrapper.PlpLanding .category-trending-section-content .block.widget .page-products .products-grid .product-items .product-item:nth-child(3n) {
  margin-right: inherit !important;
}

.category-trending-section-wrapper.PlpLanding .category-trending-section-content .block.widget .products-grid .product-items .product-item:nth-child(3n + 1) {
  margin-right: 10px !important;
}

.category-trending-section-wrapper.PlpLanding .category-trending-section-content .block.widget .products-grid .product-items .product-item:nth-child(3n) {
  margin-right: 10px !important;
}

/* Landing PLP end start */

div#bottomBg.visit-us-section-wrapper.section-wrapper.full-width-section .section-content-wrapper.two-column {
  margin: 0;
  padding-bottom: 50px;
}

@media (max-width: 1024px) {

  .child-menu-wrap,
  .has-childmenu>ol {
    position: static;
    display: none;
    box-shadow: none;
  }

  .child-menu-wrap.open,
  .has-childmenu>ol.open {
    display: block;
  }
}

@media (max-width: 992px) {
  .our-most-loved-carpets .section-main-wrap .section-content-wrapper.one-column .section-coloum-item .section-category-wrapper .section-info-item {
    width: 100%;
  }
}

/* Desktop 3-column layout */
@media (min-width: 768px) {
  .page-products .products-grid .product-item {
    margin-left: 0 !important;
    padding: 5px;
    float: none !important;
    display: block;
  }

  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }

  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: unset;
  }

  .page-products .products-grid .product-items {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    /* gap: 32px; */
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
  }

  .page-products .products-grid .product-item {
    width: calc(33.33% - 32px);
    /* 3 column */
    flex: 0 0 calc(33.33% - 32px);
    /* Prevent stretching */
    margin: 0 48px 30px 0;
    padding: 5px;
    display: flex;
    flex-direction: column;
  }

  .page-products .products-grid .product-items .product-item:nth-child(3n) {
    margin-right: 0 !important;
  }
}

@media (max-width: 1024px) {
  .page-products .products-grid .product-item {
    flex: 0 0 calc(50% - 32px);
    width: calc(50% - 32px);
  }
}

@media (max-width: 600px) {
  .page-products .products-grid .product-item {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-menu-wrapper {
    display: block !important;
  }

  .header-menu-wrapper .menu-item .menu-title {
    display: flex;

    align-items: center;
  }

  .header-menu-wrapper .menu-item {
    border-bottom: 1px solid #cccccc;
  }

  .header-menu-wrapper .menu-item:first-child {
    border-top: 1px solid #cccccc;
  }

  .header-menu-wrapper .menu-item.has-submenu .menu-title .submenuarrow:after {
    padding: 16px;
    background: #e4dacd;
    margin: 0;
  }

  .header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-title a {
    flex: 1;
    padding: 10px 0;
  }

  .header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item {
    margin: 0px 25px;
  }

  .header-menu-wrapper .menu-item .child-menu-wrap {
    background: none;
  }

  .header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu>.child-menu-wrap {
    padding-right: 20px;
  }

  .header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap>ol>li.has-childmenu ol .childmenuarrow::after {
    float: right;
    padding: 15px;
    background: #e4dacd;
  }

  .header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap>ol>li.has-childmenu ol .childmenuarrow:hover::after {
    content: "\e607" !important;
    color: #e1644e !important;
  }

  .child-menu-wrap ol>li {
    border-bottom: 1px solid #cccccc;
  }

  .child-menu-wrap ol>li:last-child {
    border-bottom: none;
  }

  .child-menu-wrap ol.subMenu>li:before {
    display: none;
  }

  .has-childmenu>ol>li.has-childmenu:hover ol {
    position: relative;
    left: 0;
    top: 0;
    background: none;
    min-width: auto;
    padding: 10px 30px;
    box-shadow: none;
    margin-left: 0;
  }

  li.has-childmenu.submenu-parent.fly-left ol li::after {
    display: none;
  }

  .child-menu-wrap a:hover,
  .has-childmenu>ol li a:hover .childmenuarrow:after {
    content: "\e607" !important;
    color: #e1644e !important;
  }

  .header-menu-section-wrapper .sections.nav-sections nav.navigation .menu-item.has-submenu .child-menu-wrap>ol>li.has-childmenu ol .submenu-title a {
    flex: 1;
  }
}

@media (max-width: 480px) {}