.flex {
  flex-direction: row !important;
}

.product-mega-list ul.flex-col,
.product-mega-list.flex {
  flex-direction: column !important;
}

.content-wrapper {
  width: 100%;
  margin-top: 0;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-family: "Work Sans", sans-serif;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
button,
span,
a,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  color: #000000;
  text-decoration: none;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

section {
  width: 100%;
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: initial !important;
}

.flexDirectionRow {
  -moz-box-direction: row;
  -webkit-box-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flexbox-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flexDirectionCol {
  -moz-box-direction: column;
  -webkit-box-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flexbox-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexWrap {
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
}

.flexJustifyBetween {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.flexJustifyAround {
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}

.flexJustifyStart {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.flexJustifyEnd {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.flexJustifyCenter {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexAlignItemsCenter {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexAlignItemsStart {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.flexAlignItemsEnd {
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.flexAlignItemsStretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flexSelfEnd {
  -webkit-box-align-self: end;
  -webkit-align-self: end;
  -ms-flex-align-self: end;
  align-self: end;
}

.roff-wrapper {
  position: relative;
}

.roff-wrapper .inner-wrapper {
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

/*HEADER*/
header.roff-header {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 107px;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

header.roff-header .inner-wrapper {
  height: 100%;
}

a.header-logo {
  display: block;
}

a.header-logo img {
  display: block;
  max-width: 107px;
}

.hamburger-menu-button {
  z-index: 3;
  width: 18px;
  height: 14px;
  cursor: pointer;
  position: relative;
}

.hamburger-menu-button span {
  left: 0px;
  opacity: 1;
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 2px;
  position: absolute;
  background-color: #707070;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.hamburger-menu-button span:first-child {
  top: 0px;
}

.hamburger-menu-button span:nth-child(2) {
  top: 6px;
}

.hamburger-menu-button span:nth-child(3) {
  top: 12px;
}

.header-menu-wrapper {
  margin-left: 100px;
}

ul.header-menu-lists li {
  margin: 0 20px;
}

ul.header-menu-lists li a {
  color: #5d5d5d;
  font-size: 13px;
  text-align: left;
  line-height: 15px;
  display: inline-block;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}

body .content-wrapper .roff-button {
  width: 124px;
  height: 42px;
  outline: none;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 0px !important;
  text-transform: uppercase;
  border: 2px solid #707070;
  background-color: #afcc1b;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#reset-style {
  display: none;
}

body .content-wrapper .roff-button:hover {
  border: 2px solid #96c93e;
}

body .content-wrapper .roff-button span {
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #5d5d5d;
  font-size: 13px;
  line-height: 38px;
  text-align: center;
  position: relative;
  display: inline-block;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

/*body .content-wrapper .roff-button:before,
        body .content-wrapper .roff-button:after,
        body .content-wrapper .roff-button span:before,
        body .content-wrapper .roff-button span:after {
            top: 0;
            height: 0;
            content: '';
            width: 25.25%;
            position: absolute;
            background-color: #96C93E;
            -webkit-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
        }*/

body .content-wrapper .roff-button:before {
  left: 0;
}

body .content-wrapper .roff-button:after {
  left: 50%;
}

body .content-wrapper .roff-button span:before,
body .content-wrapper .roff-button span:after {
  top: auto;
  bottom: 0;
  z-index: -1;
}

body .content-wrapper .roff-button span:before {
  left: 25%;
}

body .content-wrapper .roff-button span:after {
  left: 75%;
}

body .content-wrapper .roff-button:hover:before,
body .content-wrapper .roff-button:hover:after,
body .content-wrapper .roff-button:hover span:before,
body .content-wrapper .roff-button:hover span:after {
  height: 80px;
}

body .content-wrapper .roff-button:hover span {
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

body .content-wrapper .find-dealer-button {
  margin-right: 40px;
}

.search-menu-wrapper {
  margin-right: 27px;
  position: relative;
}

.search-menu-button {
  display: block;
  cursor: pointer;
  max-width: 20px;
}

body .roff-button-wrapper.auto-width .elementor-button {
  width: auto !important;
  display: inline-block !important;
}

body
  .roff-button-wrapper.auto-width
  .elementor-button
  span.elementor-button-text {
  padding: 0 20px !important;
}

body .roff-button-wrapper.auto-width .elementor-button-wrapper {
  text-align: left !important;
}

/*END HEADER*/
.content-wrapper {
  width: 100%;
  margin-top: 0;
  position: relative;
  border-top: 1px solid #e6e6e6;
}

body .content-wrapper .roff-button.btn-white {
  border: 1px solid #afcc1b;
}

body .content-wrapper .roff-button.btn-white span {
  color: #ffffff;
  line-height: 40px;
}

/*
        body .content-wrapper .roff-button.btn-white:after,
        body .content-wrapper .roff-button.btn-white span:before,
        body .content-wrapper .roff-button.btn-white span:after {
            background-color: #5D5D5D;
        }*/

.contact-icon {
  z-index: 31;
  right: 0px;
  bottom: 0px;
  width: 100px;
  display: none;
  height: 232px;
  cursor: pointer;
  position: fixed;
}

.loaded .contact-icon {
  display: block;
}

img.phone-image {
  left: 1px;
  top: 107px;
  z-index: 22;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition-delay: 1s;
}

.contact-icon.active img.phone-image {
  -webkit-transform: scale(1);
  transform: scale(1);
}

img.croc-image {
  z-index: 3;
  right: -110px;
  bottom: 20px;
  position: fixed;
  -webkit-transform: translateX(100px) rotate(30deg);
  transform: translateX(100px) rotate(30deg);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.contact-icon.active img.croc-image {
  -webkit-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
}

body .content-wrapper .section-title {
  color: #282f39;
  font-size: 40px;
  text-align: center;
  line-height: 45px;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: capitalize;
}

body .content-wrapper .section-subtitle {
  width: 100%;
  color: #282f39;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0;
  display: inline-block;
  margin: 24px 0 10px 0;
  text-transform: capitalize;
}

body .content-wrapper .section-title-wrapper {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}

body .content-wrapper .section-description {
  width: 100%;
  color: #282f39;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  margin: 16px 0 14px 0;
  letter-spacing: 0.36px;
}

body .content-wrapper .roff-button.btn-grey {
  border: 1px solid #282f39;
}

body .content-wrapper .roff-button.btn-grey span {
  color: #282f39;
  line-height: 40px;
}

body .content-wrapper .roff-button.btn-grey:before,
body .content-wrapper .roff-button.btn-grey:after,
body .content-wrapper .roff-button.btn-grey span:before,
body .content-wrapper .roff-button.btn-grey span:after {
  background-color: #282f39;
}

body .content-wrapper .roff-button.btn-grey:hover span {
  color: #ffffff;
}

/*FOOTER*/
footer.roff-footer {
  width: 100%;
  position: relative;
  background-color: #313131;
}

.footer-top-section {
  width: 100%;
  padding: 75px 0 50px 0;
}

.footer-top-section {
  width: 100%;
  position: relative;
}

.footer-social-menu a {
  margin-right: 15px;
}

a.footer-logo {
  display: block;
  margin-bottom: 40px;
}

a.footer-logo img {
  display: block;
}

.footer-menu-column {
  width: auto;
  max-width: 20%;
}

.footer-menu-column.social-menu-column {
  padding-right: 70px;
}

.footer-menu-column .footer-menu-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 22px;
}

.footer-menu-column li {
  width: 100%;
  margin-bottom: 15px;
}

.footer-menu-column li.footer-mainmenu {
  margin-bottom: 15px;
}

.footer-menu-column.footermain-menu-wrapper li.footer-mainmenu {
  margin-bottom: 25px;
}

.footer-menu-column .footer-menulist li a {
  opacity: 0.8;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 17px;
  letter-spacing: 0px;
}

.footer-menu-column .footer-menulist li.footer-mainmenu a {
  opacity: 1;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}

.footer-bottom-section {
  width: 100%;
  padding: 24px 0;
  position: relative;
}

.footer-copyrights-column img {
  display: block;
  max-width: 73px;
}

.footer-copyrights-column p {
  opacity: 0.8;
  color: #ffffff;
  font-size: 13px;
  text-align: left;
  margin-left: 17px;
  letter-spacing: 0px;
}

.footer-otherlinks a {
  opacity: 0.8;
  color: #ffffff;
  font-size: 13px;
  text-align: left;
  margin-right: 24px;
  letter-spacing: 0px;
}

.footer-otherlinks a:last-child {
  margin-right: 0;
}

.footer-bottom-section:before {
  top: 50%;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0.44;
  position: absolute;
  background-color: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.footer-copyrights-column,
.footer-otherlinks-column {
  z-index: 1;
  padding: 0 15px;
  position: relative;
  background-color: #313131;
}

/*END FOOTER*/
.innerpage {
  margin-top: 103px;
}

.txtCenter {
  text-align: center;
}

.product-submenu-popup {
  margin: 0 auto;
  width: 100%;
  max-width: 836px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  position: fixed;
  background-color: #ffffff;
  z-index: 11;
  top: 106px;
  max-width: 65%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.products-mainmenu:hover .product-submenu-popup,
.product-submenu-popup.active {
  opacity: 1;
  visibility: visible;
}

.product-submenu-category-column {
  width: 26%;
  padding: 52px 25px 25px 25px;
  background-color: #96c93e;
}

ul.product-category-lists {
  width: 100%;
}

ul.product-category-lists li {
  margin: 0;
  width: 25%;
  cursor: pointer;
  box-shadow: none;
  position: relative;
  padding: 14px 18px 14px 18px;
  border-right: 1px solid #e9e8e9;
  border-bottom: 1px solid #e9e8e9;
  -webkit-transition: box-shadow 0.3s linear, transform 0.3s linear;
  transition: box-shadow 0.3s linear, transform 0.3s linear;
}

ul.product-category-lists li:nth-child(4n + 4) {
  border-right: none;
}

ul.product-category-lists .product-category-image-wrapper {
  height: 85px;
  position: relative;
}

ul.product-category-lists .product-category-image-wrapper img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  margin: auto;
  max-width: 83px;
  max-height: 83px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
}

body .content-wrapper .roff-button.right-adhesive-button span {
  color: #ffffff;
  line-height: 15px;
  padding: 5px;
}

.most-read-column article.elementor-post {
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}

ul.product-category-lists {
  width: 100%;
}

.product-submenu-category-column .button-wrapper {
  margin-top: 75px;
}

.product-submenu-lists-column {
  width: 74%;
}

ul.product-category-lists li h4 {
  color: #3c3a3a;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  line-height: 15px;
  letter-spacing: 0.24px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

ul.product-category-lists li a:hover h4 {
  color: #96c93e;
}

ul.product-type-lists li {
  font-size: 16px;
  cursor: pointer;
  line-height: 20px;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  transition: border 0.3s linear;
  -webkit-transition: border 0.3s linear;
}

ul.product-type-lists li:hover,
ul.product-type-lists li.active {
  border-bottom: 1px solid #ffffff;
}

.product-tabmenu-content {
  width: 100%;
  display: none;
  height: 372px;
  overflow-y: auto;
}

.product-tabmenu-content:first-child {
  display: block;
}

body ul.product-type-lists {
  display: block !important;
  position: relative !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.roff-button.btn-white.right-adhesive-button {
  border: 1px solid #ffffff;
  padding: 0 !important;
  white-space: normal !important;
}

ul.product-category-lists.flex.flexWrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 26%);
}

body ul.product-category-lists li a h4 {
  margin-bottom: 0;
  height: 46px;
  overflow: hidden;
}

body ul.product-category-lists li a {
  white-space: normal !important;
  position: relative;
  display: block;
  padding: 0 !important;
}

body .content-wrapper .roff-button.btn-green {
  background-color: #96c93e;
  border: 2px solid #96c93e;
}

body .content-wrapper .roff-button.btn-green span {
  color: #282f39;
}

.elementor-element.elementor-element-bade1c8.elementor-invisible.elementor-widget.elementor-widget-heading {
  visibility: visible;
}

body
  .related-articles-lists-wrapper.cs-related
  .elementskit-post-image-card
  .elementskit-entry-header
  .elementskit-entry-thumb
  > img {
  height: 208px;
  object-fit: cover;
}

.roff-button-wrapper.btn-grey.two-line-btn
  .elementor-button
  .elementor-button-text {
  line-height: 16px !important;
  padding: 5px !important;
}

body .content-wrapper .roff-button.btn-green {
  background-color: #96c93e !important;
  border: 2px solid #96c93e !important;
  box-shadow: none !important;
}

body .content-wrapper .roff-button.btn-green:before,
body .content-wrapper .roff-button.btn-green:after,
body .content-wrapper .roff-button.btn-green span:before,
body .content-wrapper .roff-button.btn-green span:after {
  background-color: #96c93e !important;
}

body
  div
  .sample-grout-section
  .ekit-wid-con
  div.elementskit-clients-slider
  button.slick-next:before {
  content: "\e876" !important;
}

body
  div
  .sample-grout-section
  .ekit-wid-con
  div.elementskit-clients-slider
  button.slick-prev:before {
  content: "\e875" !important;
}

@media only screen and (max-width: 960px) {
  .footer-top-section .elementor-row .elementor-col-20:last-child {
    width: 60% !important;
  }

  body ul.product-category-lists li a h4 {
    text-transform: initial !important;
  }

  .content-wrapper .inner-wrapper {
    padding: 0 20px;
  }

  body footer.copyrights-section:after {
    display: none;
  }

  body .content-wrapper .section-title {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
  }

  body .content-wrapper .section-description {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .pageLoaded .product-submenu-popup,
  .pageLoaded .discover-submenu-wrapper {
    display: none;
  }

  body .product-submenu-popup ul.product-type-lists li {
    margin: 0 31px 0 0px;
  }

  body .discover-submenu-item .elementor-image a:before {
    border-right: 20px solid #96c93e;
  }

  body
    .elementor-posts-container
    .category-customer-stories
    .elementor-post__thumbnail {
    padding-bottom: calc(0.7 * 100%) !important;
  }

  .blog-details-title-wrapper {
    padding: 40px 20px !important;
  }

  .blog-details-title-wrapper h2.elementor-heading-title {
    font-size: 30px !important;
  }

  .blog-details-title-wrapper .elementor-text-editor {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .blog-details-banner-wrapper {
    padding: 40px 20px !important;
  }

  .most-read-column .elementor-heading-title {
    font-size: 20px !important;
  }

  .most-read-column .elementor-column-wrap {
    padding: 40px 20px !important;
  }

  .related-articles-section {
    padding: 60px 10px !important;
  }

  .related-articles-section .elementor-heading-title {
    font-size: 30px !important;
  }

  .related-articles-section .elementor-invisible {
    visibility: visible !important;
  }

  .blog-comments-wrapper {
    width: calc(100% - 105px) !important;
  }

  .blog-details-title-wrapper .elementor-text-editor br {
    display: none !important;
  }

  body .drawing-section img.attachment-full.size-full {
    height: 300px;
    object-fit: cover;
  }

  body .product-submenu-category-column {
    position: relative;
    width: 100%;
  }

  body .product-submenu-category-column:before {
    content: "";
    width: 14px;
    height: 100%;
    position: absolute;
    background: url(../images/right-arrow-white.png) no-repeat;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background-size: 14px;
    top: 24%;
    left: 2px;
    background-position: center;
  }

  body .product-submenu-category-column:after {
    content: "";
    width: 14px;
    height: 100%;
    position: absolute;
    background: url(../images/right-arrow-white.png) no-repeat;
    background-size: 14px;
    top: 23%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    background-position: center;
  }

  .elementor-element.elementor-element-6ddce3f.elementor-column.elementor-inner-column.discover-submenu-item {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  body .drawing-section img.attachment-full.size-full {
    height: 200px;
  }
}

/*Visualizer*/

a,
a:hover,
a:focus {
  outline: none;
  color: #000000;
  text-decoration: none;
}

p.colorant-info {
    text-align: left;
    color: var(--Black, #2D2D2D);
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 1rem;
}

body .content-wrapper .roff-button.download-image-button,
body .content-wrapper .roff-button.upload-view-button {
  width: auto;
  display: none;
}

body .content-wrapper .roff-button.download-image-button span,
body .content-wrapper .roff-button.upload-view-button span {
  color: #282f39;
  padding: 0 14px;
  font-weight: 500;
}

#upload-demo {
  display: none;
}

p.crop-instructions {
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  font-weight: 500;
}

.grout-colorant-lists-wrapper .grout-color-lists-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex: initial !important;
  flex-wrap: wrap !important;
}

body .content-wrapper .roff-button.btn-grey:before,
body .content-wrapper .roff-button.btn-grey:after,
body .content-wrapper .roff-button.btn-grey span:before,
body .content-wrapper .roff-button.btn-grey span:after {
  background-color: #282f39;
}

body .content-wrapper .roff-button.download-image-button:before,
body .content-wrapper .roff-button.download-image-button:after,
body .content-wrapper .roff-button.download-image-button span:before,
body .content-wrapper .roff-button.download-image-button span:after,
body .content-wrapper .roff-button.upload-view-button:before,
body .content-wrapper .roff-button.upload-view-button:after,
body .content-wrapper .roff-button.upload-view-button span:before,
body .content-wrapper .roff-button.upload-view-button span:after {
  background-color: #96c93e;
}

body .content-wrapper .roff-button.btn-grey:hover span {
  color: #ffffff;
}

body .content-wrapper .roff-button.download-image-button {
  display: none;
}

.visualizer-back-button {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "WorkSansMedium", sans-serif;
  letter-spacing: 0.42px;
  line-height: 16px;
  color: #282f39;
  border: none;
  outline: none;
  padding: 10px;
  display: none;
  cursor: pointer;
  margin-right: 30px;
  background-color: transparent;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* .visualizer-back-button:hover {
  color: #96c93e;
} */

.innerpage {
  margin-top: 103px;
}

.txtCenter {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.tool-preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 222;
  position: fixed;
  text-align: center;
  background-color: #ffffff;
}

.tool-preloader-content {
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tool-preloader .preloader-meter {
  height: 12px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100px;
  position: relative;
  border-radius: 50px;
  margin-bottom: 15px;
  border: 2px solid #edeced;
}

.tool-preloader .preloader-meter span {
  height: 100%;
  display: block;
}

.tool-preloader h3 {
  color: #282f39;
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
  font-family: "WorkSansSemiBold", sans-serif;
}

.tool-preloader p {
  color: #282f39;
  font-size: 14px;
  text-align: center;
}

.tool-preloader .preloader-progress {
  background-color: #282f39;
  -webkit-animation: preloaderProgressBar 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: preloaderProgressBar 2s ease-in-out;
  -moz-animation-fill-mode: both;
}

@keyframes preloaderProgressBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes preloaderProgressBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes preloaderProgressBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.grout-visualizer-section .section-title-wrapper {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  background-color: #ffffff;
}

.grout-visualizer-section .section-title {
  color: #282f39;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "WorkSansSemiBold", sans-serif;
}

.grout-visualizer-section .section-description {
  width: 100%;
  color: #282f39;
  font-size: 18px;
  max-width: 653px;
  text-align: center;
  line-height: 26px;
  margin: 16px 0 0px 0;
  display: inline-block;
  letter-spacing: 0.36px;
}

.grout-visualizer-tool-wrapper {
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 14px 14px 0 0;
}

/* .grout-visualizer-tool-wrapper {
    width: 100%;
    position: relative;
    background-color: #F3F7F9;
} */

.grout-visualizer-filter-column {
    min-height: 200px;
    padding: 2rem 1rem;
    padding-top: 0;
    position: relative;
    background-color: var(--White, #FFF);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 10px 10px;
}

.enable-info {
    top: 0;
    right: 0px;
    width: 100%;
    z-index: 1;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 350px 50px 20px 50px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgb(55 55 55 / 0.89);
    border-radius: 0 0 12px 12px;
}

.grout-visualizer-filter.row {
  margin: 0px !important;
}

.choose-style-title {
  color: #d8e8ea;
  font-size: 32px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 24px;
  padding-bottom: 24px;
  letter-spacing: 1.92px;
  text-transform: capitalize;
  border-bottom: 1px solid rgb(255 255 255 / 0.35);
}

.grout-visualizer-filter .visualizer-layout-title-wrapper .choose-style-title{
    padding: 0;
    margin: 0;
}

/* .visualizer-layout-title-wrapper h3 {
    color: #262626;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    font-family: 'WorkSansMedium';
} */

.visualizer-layout-title-wrapper h3 {
  text-align: left;
  letter-spacing: 0.36px;
  color: var(--Black, #2d2d2d);
  font-size: 30px;
  font-weight: 600;
}

.grout-visualizer-view-column {
  position: relative;
  padding: 1rem;
}

.grout-visualizer-tool-wrapper .inner-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  flex-direction: column !important;
}

.grout-filter-category-wrapper h4 {
  color: #d8e8ea;
  font-size: 18px;
  text-align: left;
  line-height: 26px;
  margin-bottom: 8px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  font-family: "WorkSansMedium";
}

.tile-angle-wrapper,
.tile-layout-wrapper {
  width: 47%;
}

/* .visualizer-layout-title-wrapper {
    width: 100%;
    margin-top: 15px;
    padding: 0px 0px 15px 0;
    border-bottom: 1px solid #1c1b46;
    flex-direction: row;
    justify-content: flex-start !important;
} */

.visualizer-layout-title-wrapper {
  width: 100%;
  margin-top: 15px;
  padding: 0px 0px 15px 0;
  border-bottom: 1px solid #cecece;
  flex-direction: row;
  justify-content: flex-start !important;
}

.grout-visualizer-filter .visualizer-layout-title-wrapper{
    margin-bottom: 2rem;
}

.visualizer-layout-title-wrapper > h3 {
  flex: 1;
}

.no-template {
  min-height: 256px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.no-template > li {
  color: #fff;
  width: 100% !important;
  text-align: center;
  background-color: transparent !important;
}

ul.grout-colorant-lists li,
ul.grout-finish-lists li {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin: 6.1px;
  position: relative;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.visualizer-select-input:focus {
  background-color: transparent !important;
  border: 2px solid #9f9f9f !important;
  box-shadow: none !important;
  color: #9f9f9f !important;
}

ul.grout-finish-lists li {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}

ul.grout-finish-lists li.default-grout-finish {
  background-color: transparent;
  border: 1px solid #9f9f9f;
}

.grout-colorant-lists li:before,
.grout-finish-lists li:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.grout-colorant-lists li:hover:before,
.grout-finish-lists li:hover:before {
  border: 2px solid #f3f7f9;
}

ul.grout-finish-lists {
  flex-direction: row !important;
  justify-content: flex-start;
}

ul.grout-finish-lists li {
  height: 45px !important;
  width: 45px !important;
}

.visualizer-select-label {
  width: 100%;
  display: block;
  position: relative;
}

.visualizer-select-input {
    width: 100%;
    height: 42px;
    outline: none;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 25px;
    background: url(../images/arrow-down-grey.png) no-repeat transparent;
    background-size: 10px;
    background-position: right 10px top 14px;
    border-radius: 10px;
    border: 1px solid #222;
    background: var(--White, #FFF);
    color: var(--Black, #2D2D2D);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.grout-colorant-lists-wrapper {
  width: 100%;
  padding: 0 4px;
  margin: 12px 0px;
  /*min-height: 135px;*/
  position: relative;
}

ul.grout-colorant-lists {
  flex-wrap: wrap;
  place-content: flex-start;
}

.style-common-box {
    margin: 0px !important;
    width: 100%;
    border-bottom: 1px solid rgba(23, 23, 23, 0.24);
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.grout-filter-category-wrapper h3 {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.36px;
    margin-bottom: 1rem;
}

ul.grout-colorant-lists.slick-initialized.slick-slider {
  display: block;
}

.grout-colorant-lists-wrapper button.slick-prev {
  width: 14px;
  height: 18px;
  position: absolute;
  background: url(../images/right-arrow-white.png) no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  margin: 0;
  opacity: 1;
}

.grout-colorant-lists-wrapper button.slick-next {
  width: 14px;
  height: 18px;
  position: absolute;
  background: url(../images/right-arrow-white.png) no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  opacity: 1;
}

.grout-colorant-lists-wrapper button.slick-arrow:before,
.grout-colorant-lists-wrapper button.slick-arrow:after {
  display: none;
}

.grout-colorant-lists-wrapper button.slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: auto;
}

.grout-colorant-lists-wrapper button.slick-prev {
  left: -20px;
}

.grout-colorant-lists-wrapper button.slick-next {
  right: -20px;
}

.grout-filter-category-wrapper {
  width: 100%;
  margin-bottom: 34px;
  position: relative;
}

.tile-horizontalskew .tile-size-selection-wrapper:after,
.tile-verticalskew .tile-size-selection-wrapper:after,
.tile-verticalskew .grout-filter-category-wrapper.select-tile-type:after,
.tile-horizontalskew .grout-filter-category-wrapper.select-tile-type:after,
.tile-diagonal .tile-size-selection-wrapper:after,
.tile-diagonal .select-tile-type:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
}

.tile-horizontalskew .tile-size-selection-wrapper,
.tile-verticalskew .tile-size-selection-wrapper,
.tile-verticalskew .grout-filter-category-wrapper.select-tile-type,
.tile-horizontalskew .grout-filter-category-wrapper.select-tile-type,
.tile-diagonal .grout-filter-category-wrapper.select-tile-type,
.tile-diagonal .grout-filter-category-wrapper.tile-size-selection-wrapper {
  opacity: 0.4;
}

.visualizer-area-wrapper {
  width: 100%;
  position: relative;
}

.tile-template-wrapper,
.choose-tile-outer-wrapper,
.choose-tile-inner-wrapper {
  width: 100%;
  position: relative;
  flex-direction: row !important;
  align-items: center;
}

/* .choose-tile-outer-wrapper {
    min-height: 300px;
    padding: 50px 44px;
    background-color: #FFFFFF;
} */

.choose-tile-outer-wrapper {
  min-height: 300px;
  padding: 2rem 1rem;
  background-color: #f2f2f2;
}

.tile-upload-wrapper {
  width: 100%;
  position: relative;
  /*margin-bottom:30px;*/
}

.tile-template-wrapper {
  width: 100%;
}

.tile-upload-wrapper h5,
.tile-template-wrapper h5 {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #282f39;
  margin-bottom: 10px;
}

/* .grout-visualizer-view-column .tile-template-lists {
    width: 100%;
    padding: 21px 18px;
    background-color: #1c1b46;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-height: 350px;
    overflow: hidden;
    place-content: flex-start;
} */

.grout-visualizer-view-column .tile-template-lists {
  width: 100%;
  padding: 1rem;
  border-radius: 4px;
  max-height: 394px;
  overflow: hidden;
  place-content: flex-start;
  border-radius: 10px;
  background: #3b4498;
}

.grout-visualizer-view-column li.tile-selector {
  padding: 2px;
  margin: 1%;
  width: 18% !important;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
  border-radius: 10px;
}

.grout-visualizer-view-column li.tile-selector.no-hover:hover {
  border: none !important;
}

.grout-visualizer-view-column li.tile-selector:hover,
.grout-visualizer-view-column li.tile-selector.active {
  border: 2px solid #ffffff;
}

.grout-visualizer-view-column li.tile-selector img {
  width: 100%;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 8px;
}

/* .grout-visualizer-view-column span.or-label {
    margin: 0 auto;
    color: #7D7D7D;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-family: 'WorkSansBold';
    padding: 0px 20px !important;
       -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
} */

.grout-visualizer-view-column span.or-label {
  margin: 0 auto;
  padding: 0px 20px !important;
  color: var(--Description, #2b2b2b);
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.364px;
  /*    -webkit-transform: translate(-50%,-50%);
    transform              : translate(-50%,-50%);*/
}

.grout-visualizer-view-column h3.steps-label {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.grout-visualizer-view-column .grout-selection-column {
  width: 40%;
  padding: 30px;
  max-width: 424px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
}

.grout-visualizer-view-column ul.grout-selector-lists {
  width: 100%;
  margin-top: 20px;
}

.grout-visualizer-view-column ul.grout-selector-lists li {
  width: 50px;
  height: 50px;
  margin: 11px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

.grout-visualizer-view-column ul.grout-selector-lists li:hover,
.grout-visualizer-view-column ul.grout-selector-lists li.active {
  border: 2px solid #000000;
}

.grout-visualizer-view-column .grout-selection-section {
  width: 100%;
  margin: 40px 0;
}

.grout-visualizer-view-column .upload-tile-button input[type="file"] {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
}

.grout-visualizer-view-column .upload-tile-button {
  color: #000000;
  position: relative;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 16px;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  width: 214px;
  background-color: #e3e4e5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.grout-visualizer-view-column .upload-tile-button img {
  max-width: 30px;
  margin-right: 7px;
  vertical-align: middle;
  display: inline-block;
}

.grout-visualizer-view-column .upload-tile-button span {
  vertical-align: middle;
  display: inline-block;
}

.grout-visualizer-view-column .upload-tile-button-wrapper {
  width: 100%;
  margin: 12px 0;
}

.grout-visualizer-view-column #my-image,
.grout-visualizer-view-column .upload-submit-button,
.grout-visualizer-view-column .apply-button,
.grout-visualizer-view-column .reset-upload {
  display: block;
}

.grout-visualizer-view-column .upload-wrapper {
  text-align: center;
  padding: 30px;
}

body .grout-visualizer-view-column .upload-submit-button,
body .grout-visualizer-view-column .apply-button,
body .grout-visualizer-view-column .reset-upload {
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
}

.grout-visualizer-view-column .upload-button-wrapper {
  display: none;
  margin-top: 20px;
  text-align: center;
}

.grout-visualizer-view-column .croppie-container .cr-boundary {
  margin: 1rem 0 0;
}
.download-image-button-wrapper.flex.flexJustifyCenter {
  margin: 1rem 0;
}

.grout-visualizer-view-column .upload-button-wrapper button {
  margin: 5px;
  display: inline-block;
}

.grout-visualizer-view-column button.apply-button:disabled {
  cursor: auto;
  background-color: #dad9d9;
  color: #ffffff !important;
}

.grout-visualizer-view-column label.cabinet {
  margin: 0;
  width: 100%;
  padding: 26px;
  display: block;
  cursor: pointer;
  min-height: 390px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 3px dashed #d2d2d2;
}

.grout-visualizer-view-column label.cabinet input.file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.grout-visualizer-view-column #upload-demo {
  width: 100%;
  min-height: 540px;
  padding-bottom: 0px;
}

.grout-visualizer-view-column figure {
  position: relative;
  width: 260px;
  height: 260px;
  display: inline-block;
}

.grout-visualizer-view-column .upload-wrapper .img-thumbnail {
  width: 195px;
  height: 195px;
}

/* .grout-visualizer-view-column figure figcaption {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    color: #7D7D7D;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    width: 80%;
    background-color: rgb(255 255 255 / 65%);
    padding: 15px 10px;
    border-radius: 4px;
} */

.grout-visualizer-view-column figure figcaption {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80%;
  padding: 15px 10px;
  color: #9f9f9f;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.364px;
}

.tile-preview-image {
  display: none;
}

.grout-visualizer-view-column figcaption i {
  font-size: 50px;
  display: block;
  margin: 10px auto;
  margin-top: 0;
  color: rgb(164 164 164 / 52%);
}

body.loaded.modal-open {
  overflow: visible !important;
  padding-right: 0 !important;
}

.modal-open .grout-visualizer-view-column .modal {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
}

.grout-visualizer-view-column .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0;
}

.grout-visualizer-view-column .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.grout-visualizer-view-column .modal-body {
  padding: 0;
}

.grout-visualizer-view-column .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

body.loaded.modal-open .modal-backdrop.fade.in {
  display: none;
}

p.upload-instructions {
  margin-top: 2rem;
  width: 100%;
  position: relative;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.364px;
  margin-bottom: 0;
}

.header-btn[type='button']{
    background-color: #b3d236;
}

p.upload-instructions b {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.364px;
}

.visualizer-area-wrapper .croppie-container .cr-slider-wrap {
  display: none;
}

.choose-tile-outer-wrapper {
  display: block;
}

.final-result-wrapper {
  width: 100%;
  position: relative;
  display: none;
}

a.roff-expert-link {
    color: #282f39;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    margin-top: 1rem;
}

a.roff-expert-link img {
  margin-right: 10px;
  vertical-align: middle;
}

/* a.roff-expert-link span {
  text-decoration: underline;
} */

.form-checkbox .checkbox-custom {
  opacity: 0;
  position: absolute;
  margin: 0;
  display: block;
}

.form-checkbox .checkbox-custom-label {
    width: 100%;
    margin: 0;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    color: var(--Black, #2D2D2D);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

.grout-filter-choice-wrapper .form-checkbox {
    margin: 0;
    width: 50%;
    margin-bottom: 0px;
    position: relative;
    gap: 0.5rem;
}

.grout-filter-choice-wrapper .form-checkbox .radio-custom {
  opacity: 0;
  position: absolute;
  margin: 0;
  display: block;
}

.grout-visualizer-form .border-center{
    position: relative;
}

.grout-visualizer-form .border-center::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translate(-50%, 0);
    background-color:  rgba(23, 23, 23, 0.24);
    height: 100%;
    width: 1px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.grout-filter-category-wrapper.col-sm-6 {
    max-width: 47%;
}

.grout-visualizer-view-column.new-cal {
    padding: 0;
    position: unset;
}

.new-cal h3 {
    color: var(--Black, #2D2D2D);
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 2rem 0;
}

.grout-visualizer-view-column.new-cal .tile-template-lists{
    background-color: #FFFFFF;
}

.grout-visualizer-view-column.new-cal figure figcaption{
    color: #000000;
}

.upload-img img {
    width: 30px;
    margin: 0 auto;
    margin-bottom: 1rem;
    filter: brightness(5);
}

.grout-visualizer-view-column.new-cal .upload-img img {
    filter: brightness(1);
}

.grout-filter-choice-wrapper
  .form-checkbox
  .radio-custom:checked
  + .checkbox-custom-label:before {
  background-color: #95ba41;
  border: 2px solid #95ba41;
}

.grout-filter-choice-wrapper
  .form-checkbox
  .radio-custom
  + .checkbox-custom-label:before {
    content: "";
    background: transparent;
    border: 2px solid #000000;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    margin-top: -2px;
    height: 17px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
    /* display: flex; */
}

.grout-filter-choice-wrapper .form-checkbox .radio-custom + label:after {
  position: absolute;
  display: block;
  content: "";
  top: 3px;
  bottom: auto;
  left: 6px;
  width: 5px;
  height: 9px;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  border-right: 2px solid #282f39;
  border-bottom: 2px solid #282f39;
}

.grout-filter-choice-wrapper
  .form-checkbox
  .radio-custom:checked
  + label:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.select-template-lists {
  margin-left: -5px;
  position: relative;
  width: calc(100% + 5px);
}

.select-template-lists li {
  width: 128px !important;
  height: 128px;
  margin: 5px;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.select-template-lists li img {
  width: 100%;
  display: block;
}

.select-template-lists li:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.select-template-lists li:hover:before {
  border: 2px solid #f3f7f9;
}

.sidebar-upload-image-wrapper {
  width: 100%;
  height: 414px;
  margin-top: 12px;
  place-content: center;
  position: relative;
  cursor: pointer;
  border: 2px dashed #9f9f9f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sidebar-upload-image-wrapper span {
  color: #9f9f9f;
  font-size: 28px;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* .sidebar-upload-image-wrapper:hover {
  border: 2px dashed #ffffff;
} */

/* .sidebar-upload-image-wrapper:hover span {
  color: #ffffff;
} */

.upload-img-icon {
  max-width: 17px;
}

.roff-tool-popup {
  display: none;
}

@media only screen and (min-width: 1000px) {
  .grout-visualizer-filter-column {
    margin-top: 0px !important;
  }

  .grout-colorant-lists-wrapper .grout-color-lists-item {
    max-height: 133px;
  }
}

@media only screen and (min-width: 1600px) {
  .grout-visualizer-view-column li.tile-selector img {
    width: 100%;
    display: block;
    /*max-height: 60px;*/
  }
}

span.download-image-instructions {
    color: #555555;
    font-size: 15px;
    line-height: normal;
    margin-top: 2rem;
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
}

span.download-image-instructions sup {
  color: red;
  font-weight: 700;
}

/**/
.tile-view-wrapper {
    z-index: 1;
    width: 800px;
    height: 540px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-perspective: 360px;
    -moz-perspective: 360px;
    perspective: 360px;
    border-radius: 16px;
}

/* .main-img-mg{
    border-radius: 16px;
} */

img.floor-bg {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.final-result-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border-radius: 16px;
}

.tile-row {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  justify-content: space-around;
  position: relative;
}

.tile-cell {
  margin: 1.5px;
  flex: 1 0 auto;
  height: auto;
  position: relative;
  background-color: #ffffff;
  background: url(../images/tile1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.tile-cell:before {
  content: "";
  float: left;
  padding-top: 100%;
}

section.tile-area {
  left: 0;
  right: 0;
  width: 800px;
  height: 540px;
  bottom: -72px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: rotateX(-108deg) translateY(61px) scaleX(1);
  transform: rotateX(-108deg) translateY(61px) scaleX(1);
}

.tile-area:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.6;
  position: absolute;
  background: url(../images/empty-image.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

.final-result-wrapper.wall-surface-view .tile-view-wrapper {
  -webkit-perspective: none;
  -moz-perspective: none;
  perspective: none;
}

body .link-wrapper {
  display: none;
}

.final-result-wrapper.tile-rectangle .tile-cell,
body .final-result-wrapper.tile-horizontalskew .tile-cell {
  width: 180px !important;
  height: 60px !important;
}

body .final-result-wrapper.tile-rectangle .tile-cell {
  width: 180px !important;
  height: 58px !important;
}

body .final-result-wrapper.tile-verticalskew .tile-cell {
  width: 180px !important;
  height: 80px !important;
}

.final-result-wrapper.tile-rectangle .tile-view-wrapper,
body .final-result-wrapper.tile-horizontalskew .tile-view-wrapper,
body .final-result-wrapper.tile-verticalskew .tile-view-wrapper {
  -webkit-perspective: 260px;
  -moz-perspective: 260px;
  perspective: 260px;
}

/*.final-result-wrapper.tile-rectangle section.tile-area,
body .final-result-wrapper.tile-horizontalskew section.tile-area {
    height: 425px;*/
/*bottom: -5px;*/
/*bottom: -156px;
    -webkit-transform: rotateX(-90deg) translateX(0px) translateY(130px) scaleX(1);
    transform: rotateX(-90deg) translateX(0px) translateY(130px) scaleX(1);
}*/

.final-result-wrapper.tile-rectangle section.tile-area,
body .final-result-wrapper.tile-horizontalskew section.tile-area {
  height: 520px;
  bottom: -59px;
  -webkit-transform: rotateX(-113deg) translateX(0) rotateZ(0deg)
    translateY(-6px) scaleX(1);
  transform: rotateX(-113deg) translateX(0) rotateZ(0deg) translateY(-6px)
    scaleX(1);
}

body .final-result-wrapper.wall-surface-view section.tile-area {
  height: 100%;
  bottom: 0;
  /*-webkit-transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
    transform          : rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);*/
}

body
  .final-result-wrapper.wall-surface-view.final-result-wrapper.tile-rectangle
  .tile-cell,
body .final-result-wrapper.wall-surface-view.tile-horizontalskew .tile-cell,
body .final-result-wrapper.wall-surface-view.tile-verticalskew .tile-cell {
  width: 220px !important;
  height: 80px !important;
}

body .final-result-wrapper.tile-verticalskew section.tile-area {
  height: 825px;
  bottom: 0;
  -webkit-transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1);
  transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1);
}

.visualizer-preloader {
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background-color: rgb(0 0 0 / 92%);
}

.visualizer-preloader img {
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  max-width: 74px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*.grout-filter-category-wrapper.select-another-template-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: -18px;
    background-color: #666668;
    width: 100%;
    height: 1px;
}*/

/*.grout-filter-category-wrapper.select-another-template-wrapper {
    margin-top: 45px;
    padding-top: 10px;
}*/

.visualizer-preloader:after {
  position: absolute;
  content: "Downloading...";
  left: 50%;
  margin: 0 auto;
  color: #ffffff;
  top: 45%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.visualizer-preloader.downloading-img:after {
  opacity: 1;
  visibility: visible;
}

img.download-logo {
  width: auto;
  z-index: 10;
  position: absolute;
  max-width: 70px;
  left: 15px;
  top: 15px;
}

.download-shade {
  z-index: 10;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: rgb(150 201 62 / 86%);
  padding: 0px 10px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.36px;
}

/*TILE ANGLE*/
.final-result-wrapper.tile-diagonal section.tile-area,
body .final-result-wrapper.wall-surface-view.tile-diagonal section.tile-area {
  left: -350px;
  right: 0;
  width: 1310px;
  height: 1063px;
  bottom: -111px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .final-result-wrapper.tile-horizontalskew .tile-row.tile-row-odd,
body .final-result-wrapper.tile-verticalskew .tile-row.tile-row-odd {
  left: 90px;
}

body
  .final-result-wrapper.wall-surface-view.tile-horizontalskew
  .tile-row.tile-row-odd,
body
  .final-result-wrapper.wall-surface-view.tile-verticalskew
  .tile-row.tile-row-odd {
  left: 108px;
}

/*END TILE ANGLE*/

.tile-row.skew-tiles {
  display: none;
}

body .final-result-wrapper.tile-verticalskew .tile-row.skew-tiles {
  display: flex;
}

/*body .final-result-wrapper.tile-verticalskew:not(.wall-surface-view) section.tile-area {
    -webkit-transform: rotateX(270deg) translateX(0px) rotateY(0deg) rotateZ(90deg) scaleX(1) translateX(-67px);
    transform: rotateX(270deg) translateX(0px) rotateY(0deg) rotateZ(90deg) scaleX(1) translateX(-67px);
    bottom: -350px;
    height: 840px;
}
*/

body
  .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
  section.tile-area {
  -webkit-transform: rotateX(246deg) translateX(0) rotateY(0deg) rotateZ(90deg)
    scaleX(1) translateX(-50px);
  transform: rotateX(246deg) translateX(0) rotateY(0deg) rotateZ(90deg)
    scaleX(1) translateX(-50px);
  bottom: -313px;
  height: 950px;
}

body
  .final-result-wrapper.tile-diagonal:not(.wall-surface-view)
  section.tile-area {
  transform: rotateX(441deg) translateX(0px) rotateY(3deg) rotateZ(120deg)
    scaleX(1) translateX(-357px);
  transform: rotateX(441deg) translateX(0px) rotateY(3deg) rotateZ(120deg)
    scaleX(1) translateX(-357px);
  height: 1037px;
  bottom: -500px;
}

body
  .final-result-wrapper.tile-diagonal:not(.wall-surface-view)
  .tile-view-wrapper {
  background: url(../images/diagonal3.jpg) no-repeat;
  background-size: cover;
  background-position: center top -120px;
  -webkit-perspective: 823px;
  -moz-perspective: 823px;
  perspective: 823px;
}

body .final-result-wrapper.tile-diagonal:not(.wall-surface-view) .tile-cell {
  /* height: 154px;
    width: 183px;
    -webkit-transform: skew(0deg, -40deg);
    transform: skew(0deg, -40deg);*/
}

body
  .final-result-wrapper.tile-diagonal:not(.wall-surface-view)
  .tile-row.skew-tiles {
  display: block;
}

.loaded .contact-icon {
  display: none;
}

body
  div
  .final-result-wrapper.wall-surface-view:not(.tile-verticalskew)
  section.tile-area {
  height: 44.3%;
  width: 425px;
  bottom: auto;
  -webkit-transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1)
    scaleY(1.01);
  transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1)
    scaleY(1.01);
  top: 48.2px;
  right: 0;
  background-position: unset;
}

body
  div
  .final-result-wrapper.wall-surface-view.tile-horizontalskew:not(
    .tile-verticalskew
  )
  section.tile-area {
  -webkit-transform: rotateX(0deg) translateX(0px) translateY(-16px) scaleX(1)
    scaleY(0.87) !important;
  transform: rotateX(0deg) translateX(0px) translateY(-16px) scaleX(1)
    scaleY(0.87) !important;
}

body .final-result-wrapper.wall-surface-view .tile-cell:before {
  content: "";
  float: left;
  padding-top: 84%;
}

body
  .final-result-wrapper.wall-surface-view.final-result-wrapper.tile-rectangle
  .tile-cell,
body .final-result-wrapper.wall-surface-view.tile-horizontalskew .tile-cell,
body .final-result-wrapper.wall-surface-view.tile-verticalskew .tile-cell {
  width: 95px !important;
  height: 44.5px !important;
}

body .final-result-wrapper.wall-surface-view.medium-tile .tile-cell {
  width: 95px !important;
}

body
  .final-result-wrapper.wall-surface-view.tile-horizontalskew
  .tile-row.tile-row-odd,
body
  .final-result-wrapper.wall-surface-view.tile-verticalskew
  .tile-row.tile-row-odd {
  left: 49px !important;
}

/*body div .final-result-wrapper.wall-surface-view.tile-verticalskew section.tile-area {
    height: 489px;
    bottom: auto;
    -webkit-transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1);
    width: 239px;
    top: -87px;
}*/

body
  div
  .final-result-wrapper.wall-surface-view.tile-verticalskew
  section.tile-area {
  height: 428px;
  bottom: auto;
  -webkit-transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1);
  transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1);
  width: 210px;
  top: -62px;
  left: 0px;
}

.final-result-wrapper.wall-surface-view div#capture {
  height: 450px;
  overflow: hidden;
}




@media only screen and (min-width: 1000px) {
  body .content-wrapper .roff-button.download-image-button {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

/*end mar 30*/
@media only screen and (max-width: 1000px) {
  .visualizer-preloader:after {
    top: 40%;
  }

  body header.main-header {
    display: none;
  }

  .grout-visualizer-section .section-title-wrapper {
    display: none;
  }

  .choose-tile-outer-wrapper {
    min-height: auto;
    padding: 40px 40px;
  }

  .visualizer-layout-title-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    min-height: auto;
  }

  .visualizer-layout-title-wrapper h3 {
    /* display: none; */
  }

  .grout-visualizer-tool-wrapper .inner-wrapper {
    padding: 0;
    -moz-box-wrap: wrap-reverse;
    -webkit-box-wrap: wrap-reverse;
    -ms-flexbox-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .grout-visualizer-view-column {
    width: 100%;
    /* padding: 0px; */
    position: relative;
  }

  .grout-visualizer-filter-column {
    width: 100%;
    padding: 25px;
    max-width: 100%;
    margin-top: 4rem;
}

  .tile-template-wrapper,
  .choose-tile-inner-wrapper {
    flex-wrap: wrap;
    text-align: center;
  }

  .tile-upload-wrapper {
    width: 100%;
  }

  .tile-template-wrapper {
    width: 100%;
  }

  .grout-visualizer-view-column .tile-template-lists {
    padding: 5px 4px;
    max-height: none;
    overflow: hidden;
  }

  .tile-upload-wrapper h5,
  .tile-template-wrapper h5 {
    font-size: 16px;
    text-align: center;
  }

  .tile-template-wrapper h5 {
    display: none;
  }

  .grout-visualizer-view-column figcaption img {
    max-width: 40px;
  }

  p.upload-instructions {
    margin-top: 15px;
  }

  .grout-visualizer-view-column span.or-label {
    position: relative;
    left: 0;
    right: 0;
    margin: 15px auto;
    -webkit-transform: none;
    transform: none;
  }

  .grout-visualizer-view-column label.cabinet {
    padding: 15px;
    min-height: 130px;
  }

  .grout-visualizer-view-column figure {
    width: 170px;
    height: 90px;
    vertical-align: middle;
  }

  .grout-visualizer-view-column li.tile-selector {
    margin: 0%;
    width: 25%;
    padding: 2px;
  }

  .enable-info {
    font-size: 0px;
    display: block;
  }

  .choose-style-title {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    letter-spacing: 1.5px;
  }

  .grout-filter-category-wrapper h4 {
    font-size: 15px;
    font-family: "WorkSansRegular";
  }

  ul.grout-colorant-lists {
    display: flex;
  }

  .grout-colorant-lists-wrapper {
    padding: 0px 14px 0 0;
    margin-left: 0;
    overflow: hidden;
  }

  .grout-colorant-lists-wrapper .grout-color-lists-item {
    max-width: 100%;
    width: 100%;
    height: auto;
    background-color: transparent;
    display: inline-block !important;
    flex: 0 0 auto !important;
  }

  .grout-colorant-lists-wrapper .grout-color-lists-item li {
    display: inline-block;
    margin: 0.8%;
    width: 11.288%;
    height: 5.22vh;
  }

  p.crop-instructions {
    bottom: 7px;
    font-size: 12px;
    line-height: normal;
  }

  /* .visualizer-back-button {
    display: none !important;
  } */

  .action-button-wrapper.flex {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  body .content-wrapper .roff-button.download-image-button,
  body .content-wrapper .roff-button.upload-view-button {
    height: 35px;
    margin: 15px 0;
    padding: 0 5px;
  }

  body .content-wrapper .roff-button.download-image-button span,
  body .content-wrapper .roff-button.upload-view-button span {
    line-height: 30px;
    font-size: 12px;
  }

  .link-wrapper.flex.flexJustifyCenter {
    padding: 0 20px;
    display: none;
    /* -webkit-justify-content: space-between; */
    /* -ms-flex-pack: space-between; */
    /* justify-content: space-between; */
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .roff-tool-popup {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 50px;
    padding: 15px;
    margin: 0 auto;
    position: fixed;
    max-width: 90%;
    z-index: 12;
    visibility: hidden;
    border-radius: 5px;
    background-color: rgb(0 0 0 / 86%);
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .roff-tool-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .roff-tool-popup-desc {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    font-style: normal;
    text-align: left;
  }

  .roff-tool-popup-close {
    top: 5px;
    right: 10px;
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    font-weight: 100;
  }

  .grout-visualizer-view-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: initial !important;
    flex-wrap: wrap;
  }

  .grout-visualizer-view-column #upload-demo {
    min-height: 280px;
  }

  .grout-visualizer-view-column .croppie-container .cr-viewport,
  .grout-visualizer-view-column .croppie-container .cr-resizer {
    box-shadow: 0 0 2000px 2000px rgb(32 32 32 / 0.79);
  }

  header.roff-header {
    height: 85px;
  }

  .innerpage {
    margin-top: 85px;
  }

  .tile-view-wrapper {
    width: 100%;
    height: 264px;
    max-width: 100%;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
    background-position: center top -70px;
  }

  img.floor-bg {
    top: -70px;
  }

  section.tile-area {
    /* width: 100%; */
    /* height: 360px; */
    /*bottom           : -96px;*/
    /* overflow: hidden; */
    /* position: absolute; */
    /*-webkit-transform: rotateX(-97deg) translateX(0px) translateY(0px) scaleX(1);
        transform          : rotateX(-97deg) translateX(0px) translateY(0px) scaleX(1);*/
  }

  .tile-cell {
    margin: 1px;
  }

  /* span.download-image-instructions {
    font-size: 8px;
    margin: 5px 0;
  } */

  .grout-filter-choice-wrapper .form-checkbox .radio-custom + label:after {
    top: 2px;
  }

  a.roff-expert-link {
    font-size: 12px;
    text-align: left;
    margin: 0px 0 0px 0;
  }

  a.roff-expert-link img {
    margin-right: 6px;
    max-width: 18px;
  }

  body.visualizer-result-show .grout-visualizer-view-column {
    top: 0px;
    width: 100%;
    z-index: 2222;
    position: fixed;
    background-color: #f7f7f7;
  }

  .final-result-wrapper.tile-rectangle section.tile-area,
  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    height: 360px;
    bottom: -82px;
    -webkit-transform: rotateX(-108deg) translateX(0px) translateY(-10px)
      scaleX(1);
    transform: rotateX(-98deg) translateX(0px) translateY(0px) scaleX(1);
  }

  body .final-result-wrapper.tile-rectangle .tile-cell {
    width: 90px !important;
    height: 55px !important;
  }

  .grout-color-outer-wrapper {
    position: relative;
    width: 100%;
  }

  .grout-color-outer-wrapper:before {
    content: "";
    width: 14px;
    height: 100%;
    position: absolute;
    background: url(../images/right-arrow-white.png) no-repeat;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background-size: 14px;
    top: 46%;
    left: -15px;
    background-position: center;
  }

  .grout-colorant-lists-wrapper:after {
    /*content: '';*/
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    right: -5px;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 71%);
  }

  .grout-color-outer-wrapper:after {
    content: "";
    width: 14px;
    height: 100%;
    position: absolute;
    background: url(../images/right-arrow-white.png) no-repeat;
    background-size: 14px;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    background-position: center;
  }

  body .final-result-wrapper.tile-horizontalskew .tile-cell {
    width: 120px !important;
    height: 50px !important;
  }

  body .final-result-wrapper.tile-horizontalskew .tile-row.tile-row-odd {
    left: 60px;
  }

  body .final-result-wrapper.tile-verticalskew .tile-row.tile-row-odd {
    left: 100px;
  }

  body .final-result-wrapper.wall-surface-view section.tile-area {
    -webkit-transform: rotateX(0deg) translateX(0px) translateY(-10px) scaleX(1);
    transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
  }

  body
    .final-result-wrapper.wall-surface-view.final-result-wrapper.tile-rectangle
    .tile-cell,
  body .final-result-wrapper.wall-surface-view.tile-horizontalskew .tile-cell,
  body .final-result-wrapper.wall-surface-view.tile-verticalskew .tile-cell {
    width: 180px !important;
    height: 55px !important;
  }

  body .final-result-wrapper.tile-verticalskew .tile-view-wrapper {
    -webkit-perspective: 210px;
    -moz-perspective: 210px;
    perspective: 210px;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(262deg) translateX(0px) rotateY(0deg)
      rotateZ(90deg) scaleX(1);
    transform: rotateX(262deg) translateX(0px) rotateY(0deg) rotateZ(90deg)
      scaleX(1);
    bottom: -263px;
    height: 643px;
  }

  body
    .final-result-wrapper.tile-verticalskew.wall-surface-view
    section.tile-area {
    height: 100vw;
    -webkit-transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1);
  }

  body .final-result-wrapper.tile-verticalskew .tile-cell {
    width: 180px !important;
    height: 55px !important;
  }

  body
    .final-result-wrapper.tile-diagonal:not(.wall-surface-view)
    .tile-view-wrapper {
    -webkit-perspective: 867px;
    -moz-perspective: 867px;
    perspective: 867px;
  }

  body
    .final-result-wrapper.tile-diagonal:not(.wall-surface-view)
    section.tile-area {
    transform: rotateX(441deg) translateX(0px) rotateY(3deg) rotateZ(120deg)
      scaleX(1) translateX(-82px);
    transform: rotateX(441deg) translateX(0px) rotateY(3deg) rotateZ(120deg)
      scaleX(1) translateX(-82px);
    height: 1037px;
    bottom: -500px;
  }

  ul.header-menu-lists {
    display: none;
  }

  header.roff-header {
    padding: 0 20px;
  }

  a.header-logo img {
    display: block;
    max-width: 86px;
  }

  body .final-result-wrapper.wall-surface-view.tile-diagonal section.tile-area {
    left: -280px;
    right: 0;
    width: 745px;
    height: 1063px;
    bottom: -383px;
  }

  body .content-wrapper .roff-button.download-image-button span,
  body .content-wrapper .roff-button.upload-view-button span {
    padding: 0 5px;
  }
}


/* new responsive start  */

@media only screen and (max-width: 1299px) {
    .grout-visualizer-view-column label.cabinet {
        min-height: 360px;
    }
    
    .visualizer-layout-title-wrapper h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .grout-visualizer-view-column label.cabinet {
        min-height: 320px;
    }
}

@media only screen and (max-width: 1099px) {
    .grout-visualizer-view-column label.cabinet {
        min-height: 260px;
        height: 260px;
    }
}

@media only screen and (max-width: 1000px) {
  .tile-view-wrapper {
    width: 100%;
    height: 540px;
    max-width: 100%;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
    background-position: center top -70px;
}

/* section.tile-area {
  width: 93%;
  height: 337px;
  overflow: hidden;
  position: absolute;
  height: 540px;
  bottom: -48px;
  -webkit-transform: rotateX(-108deg) translateY(61px) scaleX(1);
  transform: rotateX(-106deg) translateY(60px) scaleX(1);
} */

section.tile-area {
  left: 0;
  right: 0;
  width: 778px;
  height: 439px;
  bottom: -10px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: rotateX(-108deg) translateY(61px) scaleX(1);
  transform: rotateX(-113deg) translateY(48px) scaleX(1);
}

span.download-image-instructions {
  font-size: 12px;
  margin: 10px 0;
}
}

@media only screen and (max-width: 991px) {
    .grout-visualizer-view-column figure figcaption {
        top: 100%;
        width: 300px;
    }

    .grout-visualizer-view-column li.tile-selector {
        width: 20% !important;
    }

    .choose-tile-outer-wrapper {
        min-height: auto;
        border-radius: 14px;
        padding: 1rem;
    }

    .grout-visualizer-view-column .tile-template-lists {
      padding: 5px 4px;
      max-height: 100%;
      overflow: hidden;
      height: auto;
      min-height: 100%;
  }

  .visualizer-layout-title-wrapper h3 {
    /* display: none; */
    font-size: 22px;
   white-space: nowrap;
}

.final-result-wrapper {
  max-width: 700px;
  border-radius: 12px;
}

/* section.tile-area {
  width: 695px;
  height: 362px;
  bottom: -33px;
  -webkit-transform: rotateX(-108deg) translateY(61px) scaleX(1);
  transform: rotateX(-106deg) translateY(143px) scaleX(1);
} */

section.tile-area {
  width: 100%;
  height: 108%;
  bottom: -7rem;
  -webkit-transform: rotateX(-108deg) translateY(61px) scaleX(1);
  transform: rotateX(-106deg) translateY(74px) scaleX(1);
}

.tile-view-wrapper {
  height: 400px;
  border-radius: 16px;
}
}


@media only screen and (max-width: 767px) {
  .final-result-wrapper {
    max-width: 576px;
    border-radius: 10px;
}

.tile-view-wrapper {
  height: 276px;
  border-radius: 14px;
}

section.tile-area {
  width: 87%;
  height: 127%;
  bottom: -7rem;
  -webkit-transform: rotateX(-108deg) translateY(61px) scaleX(1);
  transform: rotateX(-101deg) translateY(24px) scaleX(1);
}
}

@media only screen and (max-width: 621px) {
  .final-result-wrapper {
    max-width: 419px;
    border-radius: 10px;
}

.tile-view-wrapper {
  height: 166px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.visualizer-layout-title-wrapper .header-btn {
  border-radius: 22px;
  padding: 0.58rem 2rem;
  font-size: 12px;
}

img.floor-bg {
  border-radius: 10px;
}

section.tile-area {
  width: 83%;
  height: 172%;
  bottom: -7rem;
  -webkit-transform: rotateX(-108deg) translateY(61px) scaleX(1);
  transform: rotateX(-98deg) translateY(24px) scaleX(1);
}

.grout-visualizer-form .border-center {
  flex-wrap: wrap;
  flex-direction: column;
}

.grout-filter-category-wrapper.col-sm-6 {
  max-width: 100%;
}

.grout-visualizer-form .border-center::after{
  opacity: 0;
}

.style-common-box {
  border-bottom: none;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.grout-filter-category-wrapper {
  margin-bottom: 25px;
}

}

/* new responsive end */

@media only screen and (min-width: 370px) and (max-width: 400px) and (min-height: 800px) {
  .grout-colorant-lists-wrapper .grout-color-lists-item li {
    width: 11.288%;
    height: 4.499vh;
  }
}

@media only screen and (min-width: 400px) and (max-width: 450px) {
  .grout-colorant-lists-wrapper .grout-color-lists-item li {
    margin: 0.9%;
  }

  section.tile-area {
    bottom: -152px;
    -webkit-transform: rotateX(-98deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotateX(-107.2deg) translateX(0px) translateY(12px) scaleX(1);
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(257deg) translateX(0px) rotateZ(90deg) scaleX(1);
    transform: rotateX(257deg) translateX(0px) rotateZ(90deg) scaleX(1);
    bottom: -173px;
    height: 496px;
  }

  body
    .final-result-wrapper.tile-diagonal:not(.wall-surface-view)
    section.tile-area {
    transform: rotateX(441deg) rotateY(3deg) rotateZ(120deg) scaleX(1)
      translateX(-42px);
    transform: rotateX(441deg) rotateY(3deg) rotateZ(120deg) scaleX(1)
      translateX(-42px);
    height: 1056px;
    bottom: -472px;
  }
}

@media only screen and (max-width: 400px) {
  .tile-view-wrapper {
    background-position: center top -60px;
  }

  img.floor-bg {
    top: -60px;
  }

  section.tile-area {
    bottom: -141px !important;
    -webkit-transform: rotateX(-107.1deg) translateY(8px) scaleX(1) !important;
    transform: rotateX(-107.1deg) translateY(8px) scaleX(1) !important;
  }

  body .content-wrapper .roff-button.download-image-button,
  body .content-wrapper .roff-button.upload-view-button {
    padding: 0px;
  }

  a.roff-expert-link {
    font-size: 10px;
  }

  .final-result-wrapper.tile-rectangle section.tile-area {
    height: 400px;
    bottom: -77px;
    -webkit-transform: rotateX(-108deg) translateX(0px) translateY(57px)
      scaleX(1);
    transform: rotateX(-108deg) translateX(0px) translateY(57px) scaleX(1);
  }

  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    height: 540px;
    bottom: -142px;
    -webkit-transform: rotateX(-97deg) translateX(0px) translateY(72px)
      scaleX(1);
    transform: rotateX(-97deg) translateX(0px) translateY(-34px) scaleX(1);
  }

  body
    .final-result-wrapper.tile-horizontalskew.wall-surface-view
    section.tile-area {
    -webkit-transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(260.9deg) translateX(0px) translateY(43px)
      rotateZ(90deg) scaleX(1);
    transform: rotateX(260.9deg) translateX(0px) translateY(43px) rotateZ(90deg)
      scaleX(1);
    bottom: -100px;
    height: 430px;
  }

  body
    .final-result-wrapper.tile-diagonal:not(.wall-surface-view)
    section.tile-area {
    transform: rotateX(441deg) rotateY(3deg) rotateZ(120deg) scaleX(1)
      translateX(0px);
    transform: rotateX(441deg) rotateY(3deg) rotateZ(120deg) scaleX(1)
      translateX(0px);
    height: 1056px;
    bottom: -440px;
  }
}

@media only screen and (max-width: 370px) {
  .tile-view-wrapper {
    background-position: center top -50px;
  }

  img.floor-bg {
    top: -50px;
  }

  section.tile-area {
    bottom: -74px;
    -webkit-transform: rotateX(-100deg) translateX(0px) translateY(0px)
      scaleX(1);
    transform: rotateX(-99deg) translateX(0px) translateY(0px) scaleX(1);
  }

  a.roff-expert-link {
    font-size: 9px;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(257deg) translateX(0px) rotateZ(90deg) scaleX(1);
    transform: rotateX(257deg) translateX(0px) rotateZ(90deg) scaleX(1);
    bottom: -113px;
    height: 416px;
  }

  body
    .final-result-wrapper.tile-diagonal:not(.wall-surface-view)
    section.tile-area {
    transform: rotateX(441deg) rotateY(3deg) rotateZ(120deg) scaleX(1)
      translateX(0px);
    transform: rotateX(441deg) rotateY(3deg) rotateZ(120deg) scaleX(1)
      translateX(0px);
    height: 1056px;
    bottom: -418px;
  }
}

@media only screen and (min-width: 450px) and (max-width: 500px) {
  .grout-colorant-lists-wrapper .grout-color-lists-item li {
    margin: 1%;
    width: 11.288%;
    height: 5.495vh;
  }

  .tile-view-wrapper {
    height: 290px;
  }

  .roff-tool-popup-desc {
    padding-right: 50px;
  }

  .final-result-wrapper.tile-rectangle section.tile-area,
  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    bottom: -87px;
    -webkit-transform: rotateX(-95deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotateX(-95deg) translateX(0px) translateY(0px) scaleX(1);
  }
}

/*Mar 30*/
@media only screen and (max-width: 1000px) {
  .final-result-wrapper.wall-surface-view div#capture {
    height: auto;
    overflow: visible;
  }

  body
    div
    .final-result-wrapper.wall-surface-view:not(.tile-verticalskew)
    section.tile-area {
    height: 145px;
    width: 61%;
    bottom: auto;
    -webkit-transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1) !important;
    transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1) !important;
    top: 33%;
  }

  body
    .final-result-wrapper.wall-surface-view.final-result-wrapper.tile-rectangle
    .tile-cell,
  body .final-result-wrapper.wall-surface-view.tile-horizontalskew .tile-cell,
  body .final-result-wrapper.wall-surface-view.tile-verticalskew .tile-cell {
    width: 32% !important;
    height: 29px !important;
  }

  body div .final-result-wrapper.wall-surface-view img.floor-bg {
    top: 0;
  }

  body
    .final-result-wrapper.wall-surface-view.tile-horizontalskew
    .tile-row.tile-row-odd,
  body
    .final-result-wrapper.wall-surface-view.tile-verticalskew
    .tile-row.tile-row-odd {
    left: 17% !important;
  }

  body
    div
    .final-result-wrapper.wall-surface-view.tile-verticalskew
    section.tile-area {
    height: 254px;
    bottom: auto;
    -webkit-transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1) !important;
    transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1) !important;
    width: 30%;
    top: 19px;
  }

  body
    div
    .final-result-wrapper.wall-surface-view.tile-verticalskew
    .tile-cell {
    width: 39% !important;
    height: 23px !important;
  }
}

@media only screen and (max-width: 400px) {
  body
    div
    .final-result-wrapper.wall-surface-view:not(.tile-verticalskew)
    section.tile-area {
    height: 100.5px;
    width: 52.5%;
    bottom: auto;
    -webkit-transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
    top: 20.3%;
  }

  body
    div
    .final-result-wrapper.wall-surface-view.tile-horizontalskew:not(
      .tile-verticalskew
    )
    section.tile-area {
    /*top: 23.3% !important;*/
  }

  body
    div
    .final-result-wrapper.wall-surface-view.tile-verticalskew
    section.tile-area {
    height: 210px;
    bottom: auto;
    -webkit-transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1) !important;
    transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1) !important;
    width: 26%;
    top: -1px;
  }

  body
    div
    .final-result-wrapper.wall-surface-view.tile-verticalskew
    .tile-cell {
    width: 39% !important;
    height: 23px !important;
  }
}

@media only screen and (min-width: 400px) and (max-width: 450px) {
  body
    div
    .final-result-wrapper.wall-surface-view:not(.tile-verticalskew)
    section.tile-area {
    /*top: 21% !important;*/
  }

  body
    div
    .final-result-wrapper.wall-surface-view
    span.download-image-instructions {
    margin-top: 14px;
  }

  body
    div
    .final-result-wrapper.wall-surface-view:not(.tile-verticalskew)
    section.tile-area {
    height: 107px;
    width: 53%;
  }
}

@media only screen and (min-width: 450px) and (max-width: 500px) {
  body div .final-result-wrapper.wall-surface-view .tile-view-wrapper {
    height: 100vh;
    max-height: 300px;
  }
}

@media only screen and (max-width: 764px) {
  .grout-visualizer-view-column li.tile-selector {
    width: 25% !important;
  }

  #grout-colorant-wrapper.grout-colorant-lists-wrapper {
    padding: 0px;
  }

  .template-outer-wrapper.flex.flex-row {
    flex-direction: column !important;
  }

  .select-template-lists li {
    width: 32px !important;
    height: 32px !important;
  }

  ul.select-template-lists.flex.flexWrap.no-template {
    min-height: auto;
  }

  .sidebar-upload-image-wrapper {
    height: 150px;
  }

  /* section.tile-area {
    height: 540px;
    bottom: -146px;
    -webkit-transform: rotateX(-95deg) translateY(11px) scaleX(1);
    transform: rotateX(-95deg) translateY(11px) scaleX(1);
  } */

  body
    div
    .final-result-wrapper.wall-surface-view.tile-horizontalskew:not(
      .tile-verticalskew
    )
    section.tile-area {
    /* height: 44.3% !important; */
    -webkit-transform: rotateX(0deg) translateX(0px) translateY(0) scaleX(1)
      scaleY(1) !important;
    transform: rotateX(0deg) translateX(0px) translateY(0) scaleX(1) scaleY(1) !important;
  }

  .final-result-wrapper.tile-rectangle section.tile-area,
  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    height: 360px;
    bottom: -249px;
    -webkit-transform: rotateX(-108deg) translateX(0px) translateY(-10px)
      scaleX(1);
    transform: rotateX(-98deg) translateX(0px) translateY(-38px) scaleX(1);
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    width: 591px !important;
  }
}

@media only screen and (min-width: 362px) and (max-width: 376px) {
  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(260deg) translateX(0px) translateY(222px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(260deg) translateX(0px) translateY(222px) rotateZ(90deg)
      scaleX(1) !important;
    bottom: -225px !important;
    height: 540px;
  }

  body
    div
    .final-result-wrapper.wall-surface-view:not(.tile-verticalskew)
    section.tile-area {
    height: 95.5px;
    width: 52.5%;
    bottom: auto;
    -webkit-transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1) !important;
    top: 19.5%;
  }
}

@media only screen and (max-width: 361px) {
  body
    div
    .final-result-wrapper.wall-surface-view:not(.tile-verticalskew)
    section.tile-area {
    height: 92.5px;
    width: 52.5%;
    bottom: auto;
    -webkit-transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1) !important;
    top: 18.5%;
  }
}

@media only screen and (max-width: 400px) {
  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(246deg) translateX(0px) translateY(113px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(246deg) translateX(0px) translateY(113px) rotateZ(90deg)
      scaleX(1) !important;
    bottom: -141px !important;
    height: 496px;
  }

  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    height: 540px;
    bottom: -142px !important;
    -webkit-transform: rotateX(-110deg) translateX(0px) translateY(-34px)
      scaleX(1) !important;
    transform: rotateX(-110deg) translateX(0px) translateY(-34px) scaleX(1) !important;
  }

  .final-result-wrapper.tile-rectangle section.tile-area,
  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    height: 360px;
    bottom: -82px;
    -webkit-transform: rotateX(-108deg) translateX(0px) translateY(-10px)
      scaleX(1);
    transform: rotateX(-98deg) translateX(0px) translateY(0px) scaleX(1);
  }
}

@media only screen and (min-width: 410px) and (max-width: 450px) {
  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(248deg) translateX(0px) translateY(104px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(237deg) translateX(0px) translateY(147px) rotateZ(90deg)
      scaleX(1) !important;
    bottom: -104px !important;
    height: 550px;
  }

  .final-result-wrapper.tile-rectangle section.tile-area,
  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    height: 540px !important;
    -webkit-transform: rotateX(-109.2deg) translateX(0px) translateY(-4px)
      scaleX(1) !important;
    transform: rotateX(-109.2deg) translateX(0px) translateY(-4px) scaleX(1) !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 376px) {
  section.tile-area {
    bottom: -150px !important;
    -webkit-transform: rotateX(-98deg) translateX(0px) translateY(0px) scaleX(1) !important;
    transform: rotateX(-107.3deg) translateX(0px) translateY(12px) scaleX(1) !important;
  }

  .final-result-wrapper.tile-rectangle section.tile-area,
  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    height: 460px !important;
    bottom: -98px !important;
    -webkit-transform: rotateX(-109deg) translateX(0px) translateY(12px)
      scaleX(1) !important;
    transform: rotateX(-109deg) translateX(0px) translateY(12px) scaleX(1) !important;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(245deg) translateX(-89px) translateY(182px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(248deg) translateX(-107px) translateY(277px)
      rotateZ(90deg) scaleX(1) !important;
    bottom: -282px !important;
    height: 684px;
  }
}

@media only screen and (min-width: 381px) and (max-width: 400px) {
  section.tile-area {
    bottom: -150px !important;
    -webkit-transform: rotateX(-98deg) translateX(0px) translateY(0px) scaleX(1) !important;
    transform: rotateX(-107.3deg) translateX(0px) translateY(12px) scaleX(1) !important;
  }

  .final-result-wrapper.tile-rectangle section.tile-area,
  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    height: 460px !important;
    bottom: -98px !important;
    -webkit-transform: rotateX(-109deg) translateX(0px) translateY(12px)
      scaleX(1) !important;
    transform: rotateX(-109deg) translateX(0px) translateY(12px) scaleX(1) !important;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(245deg) translateX(-89px) translateY(182px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(245deg) translateX(-89px) translateY(182px)
      rotateZ(90deg) scaleX(1) !important;
    bottom: -287px !important;
    height: 684px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 415px) {
  section.tile-area {
    bottom: -150px !important;
    -webkit-transform: rotateX(-98deg) translateX(0px) translateY(0px) scaleX(1) !important;
    transform: rotateX(-107.3deg) translateX(0px) translateY(12px) scaleX(1) !important;
  }

  .final-result-wrapper.tile-rectangle section.tile-area,
  body
    .final-result-wrapper.tile-horizontalskew:not(.wall-surface-view)
    section.tile-area {
    height: 460px !important;
    bottom: -98px !important;
    -webkit-transform: rotateX(-109deg) translateX(0px) translateY(12px)
      scaleX(1) !important;
    transform: rotateX(-109deg) translateX(0px) translateY(12px) scaleX(1) !important;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(245deg) translateX(-89px) translateY(182px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(245deg) translateX(-89px) translateY(182px)
      rotateZ(90deg) scaleX(1) !important;
    bottom: -287px !important;
    height: 684px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 430px) {
  section.tile-area {
    bottom: -150px !important;
    -webkit-transform: rotateX(-98deg) translateX(0px) translateY(0px) scaleX(1) !important;
    transform: rotateX(-107.3deg) translateX(0px) translateY(12px) scaleX(1) !important;
  }

  .final-result-wrapper.tile-rectangle section.tile-area,
  body
    .final-result-wrapper.tile-horizontalskew:not(.wall-surface-view)
    section.tile-area {
    bottom: -156px !important;
    -webkit-transform: rotateX(-109deg) translateX(0px) translateY(12px)
      scaleX(1) !important;
    transform: rotateX(-109deg) translateX(0px) translateY(12px) scaleX(1) !important;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(248deg) translateX(0px) translateY(104px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(246deg) translateX(-85px) translateY(22px) rotateZ(90deg)
      scaleX(1) !important;
    bottom: -193px !important;
    height: 550px;
    width: 591px !important;
  }
}

@media only screen and (min-width: 430px) and (max-width: 450px) {
  section.tile-area {
    bottom: -158px !important;
    -webkit-transform: rotateX(-98deg) translateX(0px) translateY(0px) scaleX(1) !important;
    transform: rotateX(-106.2deg) translateX(0px) translateY(12px) scaleX(1) !important;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(248deg) translateX(0px) translateY(104px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(246deg) translateX(-85px) translateY(22px) rotateZ(90deg)
      scaleX(1) !important;
    bottom: -193px !important;
    height: 550px;
    width: 591px !important;
  }
}

@media only screen and (min-width: 450px) and (max-width: 460px) {
  section.tile-area {
    bottom: -138px !important;
    -webkit-transform: rotateX(-107deg) translateX(0px) translateY(20px)
      scaleX(1) !important;
    transform: rotateX(-107deg) translateX(0px) translateY(20px) scaleX(1) !important;
  }

  .final-result-wrapper.tile-rectangle section.tile-area,
  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    bottom: -137px !important;
    -webkit-transform: rotateX(-110deg) translateX(0px) translateY(-12px)
      scaleX(1) !important;
    transform: rotateX(-110deg) translateX(0px) translateY(-12px) scaleX(1) !important;
    height: 540px;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(248deg) translateX(0px) translateY(104px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(246deg) translateX(-87px) translateY(-35px)
      rotateZ(90deg) scaleX(1) !important;
    bottom: -178px !important;
    height: 550px;
    width: 637px !important;
  }
}

@media only screen and (min-width: 461px) and (max-width: 480px) {
  section.tile-area {
    bottom: -138px !important;
    -webkit-transform: rotateX(-107deg) translateX(0px) translateY(20px)
      scaleX(1) !important;
    transform: rotateX(-107deg) translateX(0px) translateY(20px) scaleX(1) !important;
  }

  .final-result-wrapper.tile-rectangle section.tile-area,
  body
    .final-result-wrapper.tile-horizontalskew:not(.wall-surface-view)
    section.tile-area {
    height: 540px !important;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(248deg) translateX(0px) translateY(104px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(246deg) translateX(-61px) translateY(-23px)
      rotateZ(90deg) scaleX(1) !important;
    bottom: -180px !important;
    height: 550px;
    width: 591px !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 500px) {
  /* section.tile-area {
    bottom: -160px !important;
    -webkit-transform: rotateX(-107deg) translateX(0px) translateY(20px)
      scaleX(1) !important;
    transform: rotateX(-106deg) translateX(0px) translateY(10px) scaleX(1) !important;
  } */

  .final-result-wrapper.tile-rectangle section.tile-area,
  body
    .final-result-wrapper.tile-horizontalskew:not(.wall-surface-view)
    section.tile-area {
    bottom: -146px !important;
    -webkit-transform: rotateX(-108deg) translateX(0px) translateY(-18px)
      scaleX(1) !important;
    transform: rotateX(-108deg) translateX(0px) translateY(-18px) scaleX(1) !important;
    height: 540px;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(248deg) translateX(-54px) translateY(-35px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(248deg) translateX(-54px) translateY(-35px)
      rotateZ(90deg) scaleX(1) !important;
    bottom: -185px !important;
    height: 550px;
    width: 591px !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 520px) {
  /* section.tile-area {
    bottom: -197px !important;
    -webkit-transform: rotateX(-107deg) translateX(0px) translateY(20px)
      scaleX(1) !important;
    transform: rotateX(-103deg) translateX(0px) translateY(3px) scaleX(1) !important;
  } */

  .final-result-wrapper.tile-rectangle section.tile-area,
  body
    .final-result-wrapper.tile-horizontalskew:not(.wall-surface-view)
    section.tile-area {
    bottom: -184px !important;
    -webkit-transform: rotateX(-103deg) translateX(0px) translateY(-14px)
      scaleX(1) !important;
    transform: rotateX(-103deg) translateX(0px) translateY(-14px) scaleX(1) !important;
    height: 540px;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(252.2deg) translateX(-38px) translateY(-41px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(252.2deg) translateX(-38px) translateY(-41px)
      rotateZ(90deg) scaleX(1) !important;
    bottom: -211px !important;
    height: 550px;
    width: 591px !important;
  }
}

@media only screen and (min-width: 521px) and (max-width: 540px) {
  /* section.tile-area {
    bottom: -197px !important;
    -webkit-transform: rotateX(-107deg) translateX(0px) translateY(20px)
      scaleX(1) !important;
    transform: rotateX(-103deg) translateX(0px) translateY(3px) scaleX(1) !important;
  } */

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(246deg) translateX(-85px) translateY(22px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(254deg) translateX(-31px) translateY(-71px)
      rotateZ(90deg) scaleX(1) !important;
    bottom: -219px !important;
    height: 550px;
    width: 591px !important;
  }
}

@media only screen and (min-width: 541px) and (max-width: 560px) {
  /* section.tile-area {
    bottom: -218px !important;
    -webkit-transform: rotateX(-101deg) translateX(0px) translateY(3px)
      scaleX(1) !important;
    transform: rotateX(-101deg) translateX(0px) translateY(3px) scaleX(1) !important;
  } */

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(246deg) translateX(-85px) translateY(22px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(246deg) translateX(-85px) translateY(22px) rotateZ(90deg)
      scaleX(1) !important;
    bottom: -193px !important;
    height: 550px;
    width: 591px !important;
  }
}

@media only screen and (min-width: 561px) and (max-width: 580px) {
  /* section.tile-area {
    bottom: -227px !important;
    -webkit-transform: rotateX(-100deg) translateX(0px) translateY(20px)
      scaleX(1) !important;
    transform: rotateX(-100deg) translateX(0px) translateY(3px) scaleX(1) !important;
  } */

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(256deg) translateX(-11px) translateY(-112px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(256deg) translateX(-11px) translateY(-112px)
      rotateZ(90deg) scaleX(1) !important;
    bottom: -232px !important;
    height: 550px;
    width: 591px !important;
  }
}

@media only screen and (min-width: 581px) and (max-width: 600px) {
  /* section.tile-area {
    bottom: -238px !important;
    -webkit-transform: rotateX(-99deg) translateX(0px) translateY(3px) scaleX(1) !important;
    transform: rotateX(-99deg) translateX(0px) translateY(3px) scaleX(1) !important;
  } */

  .final-result-wrapper.tile-rectangle section.tile-area,
  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    bottom: -224px !important;
    -webkit-transform: rotateX(-99deg) translateX(0px) translateY(-14px)
      scaleX(1) !important;
    transform: rotateX(-99deg) translateX(0px) translateY(-14px) scaleX(1) !important;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(257.3deg) translateX(4px) translateY(-135px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(257.3deg) translateX(4px) translateY(-135px)
      rotateZ(90deg) scaleX(1) !important;
    bottom: -234px !important;
    height: 550px;
    width: 591px !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 620px) {
  /* section.tile-area {
    bottom: -252px !important;
    -webkit-transform: rotateX(-99deg) translateX(0px) translateY(3px) scaleX(1) !important;
    transform: rotateX(-99deg) translateX(0px) translateY(3px) scaleX(1) !important;
  } */

  .final-result-wrapper.tile-rectangle section.tile-area,
  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    bottom: -232px !important;
    -webkit-transform: rotateX(-99deg) translateX(0px) translateY(3px) scaleX(1) !important;
    transform: rotateX(-99deg) translateX(0px) translateY(-31px) scaleX(1) !important;
  }

  body
    .final-result-wrapper.tile-verticalskew:not(.wall-surface-view)
    section.tile-area {
    -webkit-transform: rotateX(260deg) translateX(4px) translateY(-120px)
      rotateZ(90deg) scaleX(1) !important;
    transform: rotateX(260deg) translateX(4px) translateY(-120px) rotateZ(90deg)
      scaleX(1) !important;
    bottom: -243px !important;
    height: 550px;
    width: 591px !important;
  }
}

/*@media only screen and (min-width:441px) and (max-width: 450px) {
    body div .final-result-wrapper.wall-surface-view:not(.tile-verticalskew) section.tile-area {
        height: 114.3px;
        width: 53%;
    }

    body div .final-result-wrapper.wall-surface-view:not(.tile-verticalskew) section.tile-area {
        top: 23.2% !important;
    }
}
*/
.container {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}