* {
  font-family: Poppins, sans-serif;
}

.flex {
  display: flex;
}

.flexWrap {
  flex-wrap: wrap;
}

.flexJustifyBetween {
  justify-content: space-between;
}

.flexAlignItemsStart {
  align-items: start;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline-color: currentcolor;
}

.slick-track {
  position: relative;
  transition: left 0.5s ease-in-out;
}

a,
a:hover,
a:focus {
  outline: none;
  color: #000000;
  text-decoration: none;
}

p.colorant-info {
  text-align: left;
  letter-spacing: 0px;
  color: #9F9F9F;
  font-size: 11px;
  line-height: 14px;
}

body .content-wrapper .mkplus-button.download-image-button,
body .content-wrapper .mkplus-button.upload-view-button {
  width: auto;
  display: none;
}

body .content-wrapper .mkplus-button.download-image-button span,
body .content-wrapper .mkplus-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 .mkplus-button.btn-grey:before,
body .content-wrapper .mkplus-button.btn-grey:after,
body .content-wrapper .mkplus-button.btn-grey span:before,
body .content-wrapper .mkplus-button.btn-grey span:after {
  background-color: #282F39;
}

body .content-wrapper .mkplus-button.download-image-button:before,
body .content-wrapper .mkplus-button.download-image-button:after,
body .content-wrapper .mkplus-button.download-image-button span:before,
body .content-wrapper .mkplus-button.download-image-button span:after,
body .content-wrapper .mkplus-button.upload-view-button:before,
body .content-wrapper .mkplus-button.upload-view-button:after,
body .content-wrapper .mkplus-button.upload-view-button span:before,
body .content-wrapper .mkplus-button.upload-view-button span:after {
  background-color: #96C93E;
}

body .content-wrapper .mkplus-button.btn-grey:hover span {
  color: #FFFFFF;
}

body .content-wrapper .mkplus-button.download-image-button {
  display: none;
}

.visualizer-back-button {
  font-size: 14px;
  text-transform: uppercase;
  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;
}

.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: 100px 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;
}

.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: #F3F7F9;
}

.grout-visualizer-filter-column {
  width: 34%;
  max-width: 465px;
  min-height: 200px;
  padding: 30px 70px;
  position: relative;
  background-color: #282F39;
}

.enable-info {
  top: 0;
  right: 0px;
  width: 100%;
  z-index: 11;
  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);
}

.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);
}

.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;
}

.grout-visualizer-view-column {
  width: 66%;
  position: relative;
  padding: 24px 70px 24px 21px;
}

.grout-visualizer-tool-wrapper .inner-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.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;
}

.tile-angle-wrapper,
.tile-layout-wrapper {
  width: 47%;
}

.visualizer-layout-title-wrapper {
  width: 100%;
  min-height: 67px;
  margin-bottom: 24px;
  padding: 0px 0px 24px 0;
  border-bottom: 1px solid #707070;
}

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 {
  outline-color: currentcolor;
  color: var(--darkreader-text-9f9f9f, #aba499);
  border-top-color: var(--darkreader-border-9f9f9f, #4b5154);
  border-right-color: var(--darkreader-border-9f9f9f, #4b5154);
  border-bottom-color: var(--darkreader-border-9f9f9f, #4b5154);
  border-left-color: var(--darkreader-border-9f9f9f, #4b5154);
  background-color: transparent;
  background-image: url(../res/arrow-down-grey.png);
}

.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;
}

.visualizer-select-label {
  width: 100%;
  display: block;
  position: relative;
}

.visualizer-select-input {
  width: 100%;
  height: 42px;
  outline: none;
  color: #9F9F9F;
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  text-transform: capitalize;
  border: 2px solid #9F9F9F;
  text-transform: capitalize;
  -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;
}

.grout-colorant-lists-wrapper {
  width: 100%;
  padding: 0 4px;
  margin: 12px 0px;
  min-height: 135px;
  position: relative;
}

ul.grout-colorant-lists {
  display: none;
}

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;
}

.choose-tile-outer-wrapper,
.choose-tile-inner-wrapper {
  width: 100%;
  position: relative;
}

.choose-tile-outer-wrapper {
  min-height: 520px;
  padding: 50px 44px;
  background-color: #FFFFFF;
}

.tile-upload-wrapper {
  width: 46%;
  position: relative;
}

.tile-template-wrapper {
  width: 46%;
}

.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: #363636;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-height: 260px;
  overflow: hidden;
}

.grout-visualizer-view-column li.tile-selector {
  padding: 2px;
  margin: 1%;
  width: 23%;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

.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: 60px;
  height: 60px;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.grout-visualizer-view-column span.or-label {
  top: 47%;
  left: 50%;
  margin: 0 auto;
  color: #7D7D7D;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -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: 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: 260px;
  -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%;
  max-width: 850px;
  min-height: 540px;
  padding-bottom: 0px;
}

.grout-visualizer-view-column figure {
  position: relative;
  width: 195px;
  height: 195px;
  display: inline-block;
}

.grout-visualizer-view-column .upload-wrapper .img-thumbnail {
  width: 195px;
  height: 195px;
}

.grout-visualizer-view-column figure figcaption {
  font-size: 11px;
  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;
}

.tile-preview-image {
  display: none;
}

.grout-visualizer-view-column figcaption img {
  max-width: 45px;
  display: block;
  margin: 10px auto;
  margin-top: 0;
}

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 .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .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 {
  color: #6B6B6B;
  font-size: 10px;
  line-height: 14px;
  margin-top: 8px;
  width: 100%;
  position: relative;
}

p.upload-instructions b {
  display: block;
}

.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.mkplus-expert-link {
  color: #282f39;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 24px 0 33px 0;
  display: inline-block;
}

a.mkplus-expert-link img {
  margin-right: 10px;
  vertical-align: middle;
}

a.mkplus-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%;
  color: #FFFFFF;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  vertical-align: middle;
}

.grout-filter-choice-wrapper .form-checkbox {
  margin: 0;
  width: 50%;
  margin-bottom: 0px;
  position: relative;
}

.grout-filter-choice-wrapper .form-checkbox .radio-custom {
  opacity: 0;
  position: absolute;
  margin: 0;
  display: block;
}

.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 #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  margin-top: -2px;
  border-radius: 50px;
  height: 17px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.grout-filter-choice-wrapper .form-checkbox .radio-custom+label:after {
  position: absolute;
  display: block;
  content: "";
  top: 8px;
  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);
  z-index: 9;
  background: transparent;
}

.select-template-lists {
  margin-left: -5px;
  position: relative;
  width: calc(100% + 5px);
}

.select-template-lists li {
  width: 32px;
  height: 32px;
  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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  margin-top: 12px;
  padding: 5px 14px;
  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: 14px;
  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;
}

.sidebar-upload-image-wrapper img.upload-img-icon {
  max-width: 17px;
}

.mkplus-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: 10px;
  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: 420px;
  -moz-perspective: 420px;
  perspective: 420px;
  background-color: #d4abab;
  background: url(/res/floor-bg.jpg);
  background-size: 100%;
  background-position: center top -123px;
  background-repeat: no-repeat;
}

img.floor-bg {
  position: absolute;
  top: -123px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.final-result-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
}

.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: 560px;
  bottom: -80px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  background-color: #FFFFFF;
  -webkit-transform: rotateX(-103deg) translateX(0px) translateY(-14px) scaleX(1);
  transform: rotateX(-103deg) translateX(0px) translateY(-14px) scaleX(1);
}

.tile-area:before {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  opacity: 0.6;
  position: absolute;
  background-image: var(--sparkle-bg) !important;
  background-blend-mode: multiply;
  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: 320px;
  -moz-perspective: 320px;
  perspective: 320px;
}

.final-result-wrapper.tile-rectangle section.tile-area,
body .final-result-wrapper.tile-horizontalskew section.tile-area {
  height: 425px;
  bottom: -5px;
  -webkit-transform: rotateX(-108deg) translateX(0px) translateY(-10px) scaleX(1);
  transform: rotateX(-108deg) translateX(0px) translateY(-10px) 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: -312px;
  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(253deg) translateX(0px) rotateY(0deg) rotateZ(90deg) scaleX(1) translateX(-160px);
  transform: rotateX(253deg) translateX(0px) rotateY(0deg) rotateZ(90deg) scaleX(1) translateX(-160px);
  bottom: -223px;
  height: 840px;
}

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;
}

/*mar 30*/
body div .final-result-wrapper.wall-surface-view:not(.tile-verticalskew) section.tile-area {
  height: 44%;
  width: 490px;
  bottom: auto;
  -webkit-transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
  transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
  top: 40px;
}

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;
}

.final-result-wrapper.wall-surface-view div#capture {
  height: 410px;
  overflow: hidden;
}

@media only screen and (min-width: 1000px) {
  body .content-wrapper .mkplus-button.download-image-button {
    margin: 0 auto;
    margin-top: 30px;
  }
}

/*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: 46px;
    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%;
  }

  .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;
  }

  ul.grout-colorant-lists {
    display: flex;
  }

  .grout-colorant-lists-wrapper button.slick-prev {
  left: 5px;
  z-index: 1;
}

  .grout-colorant-lists-wrapper button.slick-next {
  right: 5px;
  z-index: 1;
}

  .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.220vh;
  }

  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 .mkplus-button.download-image-button,
  body .content-wrapper .mkplus-button.upload-view-button {
    height: 35px;
    margin: 15px 0;
    padding: 0 5px;
  }

  body .content-wrapper .mkplus-button.download-image-button span,
  body .content-wrapper .mkplus-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;
  }

  .mkplus-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;
  }

  .mkplus-tool-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .mkplus-tool-popup-desc {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    font-style: normal;
    text-align: left;
  }

  .mkplus-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.mkplus-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: 5px;
  }

  a.mkplus-expert-link {
    font-size: 12px;
    text-align: left;
    margin: 0px 0 0px 0;
  }

  a.mkplus-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(../res/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;
    display: none;
  }

  .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(../res/right-arrow-white.png) no-repeat;
    background-size: 14px;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    background-position: center;
    display: none;
  }

  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.mkplus-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 .mkplus-button.download-image-button span,
  body .content-wrapper .mkplus-button.upload-view-button span {
    padding: 0 5px;
  }
}

@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: -77px;
    -webkit-transform: rotateX(-98deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotateX(-98deg) translateX(0px) translateY(0px) 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: -73px;
    -webkit-transform: rotateX(-98deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotateX(-100deg) translateX(0px) translateY(0px) scaleX(1);
  }

  body .content-wrapper .mkplus-button.download-image-button,
  body .content-wrapper .mkplus-button.upload-view-button {
    padding: 0px;
  }

  a.mkplus-expert-link {
    font-size: 10px;
  }

  .final-result-wrapper.tile-rectangle section.tile-area {
    height: 400px;
    bottom: -93px;
    -webkit-transform: rotateX(-99deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotateX(-99deg) translateX(0px) translateY(0px) scaleX(1);
  }

  body .final-result-wrapper.tile-horizontalskew section.tile-area {
    height: 360px;
    bottom: -73px;
    -webkit-transform: rotateX(-99deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotateX(-101deg) translateX(0px) translateY(0px) 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(257deg) translateX(0px) rotateZ(90deg) scaleX(1);
    transform: rotateX(257deg) translateX(0px) rotateZ(90deg) scaleX(1);
    bottom: -116px;
    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.mkplus-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;
  }

  .mkplus-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);
    transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
    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);
    transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1);
    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: 114px;
    width: 61%;
    bottom: auto;
    -webkit-transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotateX(0deg) translateX(0px) translateY(0px) scaleX(1);
    top: 28%;
  }

  body div .final-result-wrapper.wall-surface-view.tile-verticalskew section.tile-area {
    height: 230px;
    bottom: auto;
    -webkit-transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1);
    transform: rotate(-90deg) translateX(0px) translateY(0px) scaleX(1);
    width: 30%;
    top: 16px;
  }

  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: 32% !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: 123px;
  }
}

@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;
  }
}