/* ==========================================================================
    GLOBAL
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Open+Sans:ital,wght@0,500;0,600;0,700;1,400&display=swap");
body, html, #MAIN {
  width: 100%;
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #454545; }

body, html {
  overflow-y: hidden;
  overflow-x: hidden; }

#MAIN {
  display: flex;
  flex-direction: column;
  min-height: 0;
  position: relative; }

html {
  box-sizing: border-box; }

#MAIN main {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  min-height: 0; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 400; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

p {
  font-size: 12px; }

ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: .8;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
  align-items: center;
  display: flex; }

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px; }

label.css-label {
  background-image: url(/img/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.validation-error {
  font-size: 0.8em;
  color: #AD0B17; }

img.desktop-logo {
  display: block; }

img.mobile-logo {
  display: none; }

.view {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: 400ms opacity ease-in; }

.view.active {
  opacity: 1;
  z-index: 2; }

cham-wait .spinner-wrapper .spinner {
  height: auto !important; }

cham-wait .spinner-wrapper .spinner::before {
  height: 80px;
  width: 80px;
  border: solid 7px #eee;
  border-bottom-color: #555555; }

*:focus {
  outline: none !important; }

@media only screen and (min-width: 1441px), only screen and (min-width: 1025px) and (max-width: 1440px) {
  html {
    box-sizing: border-box;
    /*   min-height: 600px;*/
    overflow-y: auto; } }

.d-flex {
  display: flex; }

.align-items-center {
  align-items: center; }

.flex-wrap {
  flex-wrap: wrap; }

html {
  overflow: hidden; }

@media only screen and (max-width: 720px) and (min-width: 320px), only screen and (max-width: 1024px) and (min-width: 719px) {
  html {
    overflow-y: auto; } }

body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  font-size: 12px;
  color: #3D3D3D; }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    display: flex;
    height: 100%;
    overflow-y: auto; } }

.button {
  background: #ffde00;
  color: #454545;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: capitalize;
  text-align: center;
  width: auto;
  margin: 10px auto;
  /*border-radius: 35px;*/ }

.show {
  /*display: block !important;*/
  display: flex !important;
  min-height: 0;
  flex-direction: column; }

.prod-col label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  padding-top: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
  grid-template-columns: unset !important; }

.prod-col label input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.prod-col label .control_indicator {
  position: absolute;
  top: 10px;
  left: 0;
  height: 14px;
  width: 14px;
  background: #fff;
  border: 1px solid #797979; }

input:checked ~ .control_indicator {
  background: #fff; }

input:checked ~ .control_indicator:after {
  display: block; }

textarea {
  resize: none; }

input, button, textarea {
  -webkit-appearance: none; }

.control_indicator:after {
  left: 4px;
  top: 2px;
  width: 3px;
  height: 6px;
  border: solid #3D3D3D;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.control_indicator:after {
  box-sizing: content-box;
  content: '';
  position: absolute;
  display: none; }

.main_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 0 0 100%; }

#landing {
  background: url(../img/landing.jpg);
  background-position: bottom;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: none;
  overflow-y: auto; }

#landing .landing-overlay {
  display: flex;
  height: 100%;
  /*  background: url(../img/landing-overlay.svg);
    background-position: bottom;
    background-size: cover;*/
  width: 100%; }

#landing .landing-overlay .content-left {
  margin: 0;
  text-align: center;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  overflow: auto;
  max-height: 100vh; }

@media screen and (max-height: 400px) {
  #landing .landing-overlay .content-left {
    max-height: 88vh; } }

@media only screen and (max-width: 767px) {
  #landing .landing-overlay .content-left img {
    max-height: 92px; } }

#landing .landing-overlay .content-left .landing_btn_wrap {
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 414px; }

#landing .landing-overlay .content-left .landing_btn_wrap .button {
  border: 1px solid #333333;
  min-width: 100px;
  padding: 0;
  text-align: center;
  margin: 18px 8px !important;
  flex: auto;
  width: 120px; }

#landing .landing-overlay .content-left > div {
  background-color: transparent;
  overflow: auto; }

@media only screen and (max-width: 767px) {
  #landing .landing-overlay .content-left > div {
    padding: 20px 1rem;
    margin: auto; } }

#landing .landing-overlay .content-left h4 {
  font-size: 46px;
  line-height: 1.25;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: left;
  font-weight: 300;
  font-style: normal;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7); }

#landing .landing-overlay .content-left h2 {
  margin: 40px 0 15px;
  font-size: 34px;
  color: #3D3D3D;
  text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  #landing .landing-overlay .content-left h2 {
    font-size: 24px; } }

@media only screen and (min-width: 770px) and (max-width: 929px) {
  #landing .landing-overlay .content-left h2 {
    margin: 15px 0 15px;
    font-size: 24px; } }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #landing .landing-overlay .content-left h2 {
    max-height: 100px;
    margin-top: 22px; } }

#landing .landing-overlay .content-left h3 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7); }

#landing .landing-overlay .content-left p {
  color: #3D3D3D;
  font-size: 24px;
  margin-bottom: 0; }

@media only screen and (max-width: 767px), only screen and (min-width: 770px) and (max-width: 929px) {
  #landing .landing-overlay .content-left p {
    font-size: 16px; } }

#landing .landing-overlay .content-left div.button-wrapper {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center; }

#landing .landing-overlay .content-left div.button-wrapper div#begin-viz, #landing .landing-overlay .content-left div.button-wrapper #my-projects, #landing .landing-overlay .content-left div.button-wrapper div#upload {
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #454545;
  justify-content: center;
  position: relative;
  margin: 30px 0;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  border-radius: 5px;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 12px;
  min-height: 40px;
  align-items: center;
  /*        &:hover {
          background-color: white;
          color: $theme-grey;
          border: solid 2px $theme-grey;

        }*/ }

@media only screen and (max-width: 767px), only screen and (min-width: 770px) and (max-width: 929px) {
  #landing .landing-overlay .content-left div.button-wrapper div#begin-viz, #landing .landing-overlay .content-left div.button-wrapper #my-projects, #landing .landing-overlay .content-left div.button-wrapper div#upload {
    margin: 18px 0;
    min-width: 80px; } }

@media only screen and (max-width: 767px) {
  #landing .landing-overlay .content-left div.button-wrapper div#begin-viz, #landing .landing-overlay .content-left div.button-wrapper #my-projects, #landing .landing-overlay .content-left div.button-wrapper div#upload {
    margin: 0 0 .5rem 0;
    width: 100%; } }

#landing .landing-overlay .content-left div.button-wrapper div #begin-viz {
  margin-right: 1rem; }

#landing .landing-overlay .content-left div.button-wrapper div#upload {
  background: #dddddd;
  color: #3D3D3D; }

#landing .landing-overlay .content-left div.button-wrapper #my-projects {
  margin: 0;
  text-decoration: underline;
  color: #3D3D3D;
  text-shadow: 0px 1px 1px #fff; }

#landing .landing-overlay .content-right {
  display: flex;
  flex: 0 0 50%;
  flex-flow: column nowrap; }

#landing .landing-overlay .content-right .choose-div {
  background-color: white;
  margin: 50px 50px 0; }

#landing .landing-overlay .content-right .choose-div h3 {
  color: #3D3D3D;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 0;
  font-weight: 700; }

#top-menu {
  text-align: right;
  background: #ffde00;
  color: black;
  display: none;
  flex-flow: row wrap;
  min-height: max-content;
  position: relative;
  width: auto;
  z-index: 1;
  /*  border-bottom: 1px solid $theme-color-guild-grey;*/
  border-bottom: 4px solid black;
  align-items: center;
  justify-content: flex-start; }

#top-menu .header-logo {
  display: flex;
  align-items: center;
  margin: 12px 20px; }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #top-menu .header-logo {
    margin: 0; } }

#top-menu .header-logo img {
  width: 100%;
  max-width: 150px; }

@media only screen and (max-width: 767px) {
  #top-menu .header-logo img {
    max-width: 77px; } }

#top-menu.extended span.extended {
  display: inline-block; }

#top-menu #menu-social span {
  padding: 0 4px; }

#top-menu #menu-social span i {
  font-size: 20px; }

#top-menu.extended.mobile #mobile-menu-trigger i {
  color: black; }

#top-menu #mobile-menu-trigger {
  position: absolute;
  right: 13px;
  font-size: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  border-right: none;
  cursor: pointer;
  padding: 0;
  display: none; }

#top-menu #mobile-menu-trigger .fa-bars {
  color: #333333; }

@media (max-width: 1024px) {
  #top-menu #mobile-menu-trigger {
    display: block; } }

#top-menu .menus_block {
  margin-left: 30px; }

@media (min-width: 1025px) {
  #top-menu .menus_block {
    display: flex !important; } }

@media (max-width: 1024px) {
  #top-menu .menus_block {
    margin-left: 0;
    display: none;
    background: #333333;
    position: absolute;
    top: 97px;
    right: 0;
    width: 230px;
    padding: 0;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.8); }
  #top-menu .menus_block span {
    color: #ffffff; } }

@media screen and (max-height: 400px) {
  #top-menu .menus_block {
    overflow-y: auto;
    max-height: 50vh; } }

@media (max-width: 1024px) {
  #top-menu {
    padding: 10px 0;
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 0;
    height: 97px; }
  #top-menu.mobile span {
    display: flex !important;
    width: 100%;
    /*justify-content: flex-start;*/ } }

@media only screen and (max-width: 767px) {
  #top-menu {
    padding: 10px 0; } }

#top-menu span {
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  padding: 10px 15px;
  color: black;
  font-weight: 400;
  /*   &#menu-projects  {
    border-right: solid .01em white;

    }
    &#menu-print {
    border-left: solid .01em white;

    }*/ }

#top-menu span:last-child {
  border: none;
  border-right: none; }

#top-menu span.extended {
  display: none; }

#top-menu span#menu-help {
  border-right: none; }

@media (max-width: 1024px) {
  #top-menu span {
    text-align: right;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-right: none;
    border-bottom: 1px solid #cccccc0f; }
  #top-menu span.extended {
    display: none; }
  #top-menu span.mobile-extend {
    display: none; } }

#top-menu span.quote-btn {
  font-weight: 700;
  font-size: 16px;
  color: #002688; }

@media (max-width: 1024px) {
  #top-menu .header-logo {
    display: block !important;
    top: 0;
    left: 0;
    width: auto !important;
    padding: 0 20px;
    /*img {
      max-width: 120px;
    }*/ } }

#roomscenes {
  padding: 0;
  display: none; }

#roomscenes {
  padding: 0;
  display: none;
  flex-direction: column; }

#roomscenes .scenes-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px; }

#roomscenes .scenes-nav #upload-im, #roomscenes .scenes-nav #my-projects-scenes {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: white;
  background-color: #002688;
  min-width: 140px;
  padding: 10px 20px;
  justify-content: center;
  position: relative;
  line-height: 1.5;
  margin: 10px;
  border: solid 2px #002688;
  border-radius: 6px;
  font-family: 'Lato', sans-serif;
  letter-spacing: .05em;
  cursor: pointer; }

#roomscenes .scenes-nav #upload-im:hover, #roomscenes .scenes-nav #my-projects-scenes:hover {
  background-color: white;
  color: #333333;
  border: solid 2px #333333; }

#roomscenes .header {
  display: flex;
  justify-content: center;
  padding: 30px 20px 20px;
  width: 100%;
  min-height: max-content; }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #roomscenes .header {
    margin-top: 92px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #roomscenes .header {
    margin-top: 106px; } }

#roomscenes .header .headline {
  display: flex;
  flex-flow: column nowrap; }

#roomscenes .header .headline h2 {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #3D3D3D;
  /*text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);*/ }

#roomscenes .header .button {
  margin: 0 10px; }

#roomscenes .header img:last-of-type {
  margin-bottom: 20px; }

#roomscenes .primary_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

@media only screen and (max-width: 767px) {
  #roomscenes .primary_menu ul {
    justify-content: space-between;
    flex-wrap: wrap; } }

#roomscenes .primary_menu ul li {
  border: 1px solid #dddddd;
  padding: 13px 10px;
  margin: 5px 11px;
  background: #dddddd;
  min-width: 140px;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 600; }

@media only screen and (max-width: 767px) {
  #roomscenes .primary_menu ul li {
    flex: auto;
    min-width: 42.3%;
    max-width: 44.3%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #roomscenes .primary_menu ul li {
    min-width: 128px; } }

#roomscenes .primary_menu ul li.active {
  background: #ffde00; }

#roomscenes ul#room-category-filters {
  display: flex;
  width: 100%;
  padding: 0 10px; }

#roomscenes ul#room-category-filters li {
  padding: 10px 70px;
  border: solid 1px #3D3D3D;
  margin: 0px 10px;
  color: #3D3D3D;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer; }

#roomscenes ul#room-category-filters li.selected {
  background-color: #FFDE00; }

#roomscenes #scene-filter {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

#roomscenes #scene-filter span {
  text-transform: uppercase;
  border: 1px solid #000;
  min-width: 200px;
  display: inline-block;
  padding: 13px 0;
  margin: 0 8px 16px;
  font-size: 14px;
  cursor: pointer;
  flex: 0 0 auto;
  font-weight: 700;
  letter-spacing: 2px; }

#roomscenes #scene-filter span.selected {
  background: #5DAF3D;
  color: #fff;
  border: none; }

#roomscenes cham-roomscenes {
  margin-top: 20px;
  display: block; }

@media only screen and (max-width: 767px) {
  #roomscenes cham-roomscenes {
    margin-top: 9px; } }

#roomscenes cham-roomscenes cham-lazy ul {
  /*display: grid;
        margin: 0;
        padding: 0;
        grid-template-columns: 25% 24% 24% 24%;
        grid-gap: 1%;
        list-style: none;*/
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0 10px 15px; }

#roomscenes cham-roomscenes cham-lazy li {
  outline: none !important;
  flex: 0 0 18.8%;
  margin: 0.6%;
  flex-flow: column wrap;
  position: relative; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #roomscenes cham-roomscenes cham-lazy li {
    flex: 0 0 48.8%; } }

#roomscenes cham-roomscenes cham-lazy li.upload-image-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-flow: column nowrap;
  background-color: #F4F2EF;
  /*        border: 3px solid green;*/
  outline: 1px solid #C3B9B0 !important;
  outline-offset: -15px; }

#roomscenes cham-roomscenes cham-lazy li.upload-image-button img {
  width: 60px;
  height: 60px; }

#roomscenes cham-roomscenes cham-lazy li.upload-image-button i {
  font-size: 50px; }

#roomscenes cham-roomscenes cham-lazy li.upload-image-button h4 {
  font-size: 24px;
  color: #3D3D3D;
  text-align: center;
  font-weight: 300;
  margin-top: 10px; }

#roomscenes cham-roomscenes cham-lazy li img {
  width: 100%;
  height: 100%; }

#roomscenes cham-roomscenes cham-lazy li:hover .cover {
  visibility: visible;
  opacity: 1;
  transition: opacity .2s linear; }

#visualizer {
  display: none; }

#visualizer .disclaimer {
  text-align: center;
  border-top: 1px solid #333;
  font-size: 13px;
  padding-top: 10px; }

#visualizer .content {
  display: flex;
  flex-direction: row-reverse;
  /*grid-template-columns: 32% auto;*/ }

@media (max-width: 1024px) {
  #visualizer .content {
    display: flex;
    flex-flow: column nowrap; } }

#visualizer .content .prod-col {
  /*max-height: 45.5vw;*/
  overflow: hidden;
  min-height: 100%;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  flex: 0 0 590px; }

#visualizer .content .prod-col .center-line {
  height: 1px;
  border-bottom: solid 1px #ebebeb;
  flex: 1 1 auto; }

#visualizer .content .prod-col h3 {
  text-align: center;
  margin: 15px 0 15px 0;
  font-size: 22px;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  font-family: 'Lato', sans-serif; }

#visualizer .content .prod-col select {
  padding: 5px;
  width: 89%;
  color: #5d5d5d;
  margin: 20px 20px 0;
  box-sizing: border-box; }

#visualizer .content .prod-col select option:disabled {
  color: lightgray; }

#visualizer .content .prod-col .form .input-container {
  display: block !important;
  position: relative; }

#visualizer .content .prod-col .form .input-container i {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  color: #00456b; }

#visualizer .content .prod-col .form .sub-select {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  font-size: 11px; }

#visualizer .content .prod-col .form .sub-select label {
  display: grid;
  grid-template-columns: 20px auto;
  padding-top: 10px; }

#visualizer .content .prod-col .form .sub-select label input {
  margin-top: 0px; }

#visualizer .content .prod-col .tab-content-title {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  background-color: #002688;
  color: white; }

#visualizer .content .prod-col .tab-content-title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  flex: 0 0 45.5%;
  text-align: center;
  border-bottom: solid 1px #002688;
  padding: 15px 0;
  margin: 9px 0;
  /*   &:first-child {
              margin-right:5px;
          }*/ }

#visualizer .content .prod-col .tab-content-title h3.selected {
  border-bottom: solid 1px white; }

#visualizer .content .prod-col .tab-content-title img {
  width: 100%; }

#visualizer .content .prod-col .tab-content-title img:last-of-type {
  margin-bottom: 15px; }

#visualizer .content .prod-col cham-series-template {
  outline: none;
  margin-top: 10px; }

#visualizer .content .prod-col cham-series-template cham-lazy {
  height: calc(100vh - 123px);
  /* Track */
  /* Handle */
  /* Handle on hover */ }

#visualizer .content .prod-col cham-series-template cham-lazy::-webkit-scrollbar {
  width: 12px; }

#visualizer .content .prod-col cham-series-template cham-lazy::-webkit-scrollbar-track {
  background: #f1f1f1; }

#visualizer .content .prod-col cham-series-template cham-lazy::-webkit-scrollbar-thumb {
  background: #bdbdbd; }

#visualizer .content .prod-col cham-series-template cham-lazy::-webkit-scrollbar-thumb:hover {
  background: #888;
  cursor: pointer; }

#visualizer .content .prod-col cham-series-template ul {
  /*display: grid;
          grid-template-columns: 23% 23% 23% 23%;*/
  outline: none;
  padding-right: 5px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0 20px 20px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #visualizer .content .prod-col cham-series-template ul {
    padding-bottom: 75px; } }

#visualizer .content .prod-col cham-series-template ul .category-container {
  display: flex;
  flex-wrap: wrap; }

#visualizer .content .prod-col cham-series-template ul h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  border-bottom: solid 1px #454545;
  padding-bottom: 5px;
  margin-left: 10px; }

#visualizer .content .prod-col cham-series-template ul h4:first-child {
  border-bottom: none; }

#visualizer .content .prod-col cham-series-template ul li {
  /*          width: 100%;*/
  padding: 8px;
  margin: 0;
  outline: none !important;
  flex: 0 0 33%; }

#visualizer .content .prod-col cham-series-template ul li.selected .image-wrapper {
  position: relative; }

#visualizer .content .prod-col cham-series-template ul li.selected .image-wrapper .selected-img {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 49%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400; }

#visualizer .content .prod-col cham-series-template ul li .image-wrapper {
  position: relative; }

#visualizer .content .prod-col cham-series-template ul li .image-wrapper .selected-img {
  display: none; }

#visualizer .content .prod-col cham-series-template ul li a.view-product {
  position: absolute;
  z-index: 500;
  bottom: 15px;
  right: 15px; }

#visualizer .content .prod-col cham-series-template ul li a.view-product i {
  font-size: 20px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }

#visualizer .content .prod-col cham-series-template ul li img {
  padding: 0px;
  transform: rotate(90deg); }

#visualizer .content .prod-col cham-series-template ul li .title {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 2px;
  width: 100%;
  text-align: left;
  word-break: break-word;
  font-weight: 400;
  color: #454545; }

#visualizer .content .prod-col cham-series-template ul li .sub-title {
  font-family: 'Lato', sans-serif;
  font-size: 9px;
  line-height: 1.25;
  margin-top: 2px;
  width: 100%;
  text-align: left;
  word-break: break-word;
  color: #454545; }

#visualizer .content .prod-col#tab-content-floor .prod-header {
  padding: 10px 10px;
  font-size: 17px;
  font-weight: bold; }

#visualizer .content .prod-col#tab-content-floor #prod-series-container {
  max-height: 66.5vmin;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */ }

#visualizer .content .prod-col#tab-content-floor #prod-series-container::-webkit-scrollbar {
  width: 12px; }

#visualizer .content .prod-col#tab-content-floor #prod-series-container::-webkit-scrollbar-track {
  background: #f1f1f1; }

#visualizer .content .prod-col#tab-content-floor #prod-series-container::-webkit-scrollbar-thumb {
  background: #bdbdbd; }

#visualizer .content .prod-col#tab-content-floor #prod-series-container::-webkit-scrollbar-thumb:hover {
  background: #888;
  cursor: pointer; }

#visualizer .content .prod-col#tab-content-floor cham-series-template cham-lazy {
  height: auto !important; }

#visualizer .content .prod-col#tab-content-floor .image-wrapper {
  position: relative; }

#visualizer .content .prod-col#tab-content-floor .image-wrapper .waterproof {
  position: ABSOLUTE;
  width: 20%;
  right: 8%;
  top: 7%; }

#visualizer .content .viz-col {
  position: relative;
  width: 100%; }

@media only screen and (max-width: 767px) {
  #visualizer .content .viz-col {
    margin-top: 53px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #visualizer .content .viz-col {
    margin-top: 97px; } }

#visualizer .content .viz-col #rotate-floor {
  background: #002688;
  position: absolute;
  z-index: 1;
  font-weight: 400;
  justify-content: center;
  right: 20px;
  top: 20px;
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  min-width: 140px;
  text-align: center;
  cursor: pointer;
  color: white;
  border: solid 2px #6E1411;
  border-radius: 6px;
  font-family: 'Lato', sans-serif;
  letter-spacing: .05em; }

#visualizer .content .viz-col #rotate-floor:hover {
  background-color: white;
  color: #002688; }

#visualizer .content .viz-col #compare-floors {
  position: absolute;
  z-index: 1;
  left: 40%;
  top: 20px;
  text-transform: uppercase;
  padding: 12px 0;
  font-size: 14px;
  min-width: 170px;
  justify-content: center;
  margin: 0;
  background-color: #333333; }

#visualizer .content .viz-col #compare-floors:hover {
  background: #FFDE00; }

#visualizer .content .viz-col #comparer {
  background: #f0f0f0;
  position: relative;
  max-height: 100vh;
  min-height: 200px; }

#visualizer .content .viz-col #comparer .ba-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-height: 100vh; }

#visualizer .content .viz-col #comparer .ba-slider img {
  display: block;
  margin: 0 auto;
  max-height: 100vh; }

#visualizer .content .viz-col #comparer .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden; }

#visualizer .content .viz-col #comparer #overlay {
  position: ABSOLUTE;
  width: 100%;
  height: 100%;
  top: 0; }

#visualizer .content .viz-col #comparer .handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 50px;
  margin-left: -25px;
  background: rgba(0, 0, 0, 0);
  cursor: ew-resize; }

#visualizer .content .viz-col #comparer .handle .compare-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #ffffffbd;
  left: 24px; }

#visualizer .content .viz-col #comparer .handle .compare-line img {
  position: absolute;
  top: 46%;
  width: 45px;
  left: -20.5px;
  min-height: unset; }

#visualizer .content .viz-col #comparer .draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px; }

#visualizer .content .viz-col #comparer .compare-prod {
  position: absolute;
  text-align: center;
  padding: 5px;
  width: 7vw;
  bottom: 25px;
  background: #fff;
  z-index: 1;
  cursor: pointer; }

#visualizer .content .viz-col #comparer .compare-prod.hide {
  display: none; }

#visualizer .content .viz-col #comparer .compare-prod#current-prod {
  left: 15px; }

#visualizer .content .viz-col #comparer .compare-prod#previous-prod {
  right: 15px; }

#visualizer .content .viz-col #comparer .compare-prod .prod-img {
  width: 100% !important;
  min-height: unset; }

#visualizer .content .viz-col #comparer .compare-prod .expand {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.9;
  width: 24% !important; }

#visualizer .content .viz-col #comparer .compare-prod span {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  margin-top: 5px; }

#visualizer .content .viz-col #comparer.hide #current-prod {
  display: none; }

#visualizer .content .viz-col #comparer.hide .resize {
  width: 100% !important; }

#visualizer .content .viz-col #comparer.hide .handle {
  /* Thin line seperator */
  display: none; }

#visualizer .content .viz-col #comparer.hide .draggable:after {
  display: none; }

#visualizer .content .viz-col #comparer.hide #overlay {
  display: none; }

#loading-screen {
  position: fixed;
  width: 100%;
  background: #333333a6;
  height: 100%;
  display: none;
  top: 0;
  z-index: 1000; }

#loading-screen img {
  position: absolute;
  width: 100px;
  opacity: 0.85;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cover {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 500;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  visibility: visible;
  opacity: 0;
  transition: visibility 0s .75s,opacity .1s linear;
  color: white;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: none; }

.cover img {
  width: 100%;
  max-width: 75px; }

.cover p {
  font-size: 14px !important;
  color: white;
  padding: 12px 26px !important;
  border-radius: 4px;
  background-color: #E1252E;
  text-transform: uppercase;
  border-radius: 40px;
  font-weight: 700;
  background-color: #3D3D3D; }

.cover p i {
  font-size: 18px; }

.light-box-main {
  position: fixed;
  z-index: 1000000000;
  background: #33333394;
  width: 100%;
  top: 0;
  display: none;
  overflow-y: auto;
  height: 100%; }

.light-box-main .content-main {
  margin: 0;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px; }

.light-box-main .content-main .close-icon {
  width: 25px;
  position: absolute;
  right: 24px;
  top: 20px;
  cursor: pointer; }

.light-box-main.show {
  display: block; }

.light-box-main#product-view .content-main {
  min-width: 400px; }

.light-box-main#help-lightbox {
  text-align: center; }

.light-box-main#help-lightbox .content-main {
  min-width: 700px; }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .light-box-main#help-lightbox .content-main {
    min-width: 360px; } }

.light-box-main#help-lightbox .content-main h4 {
  font-size: 24px;
  padding-bottom: 15px;
  float: left;
  color: #454545;
  font-weight: 700;
  margin: 0;
  width: 100%;
  text-align: center; }

.light-box-main#help-lightbox .content-main span {
  margin-top: 10px;
  margin: 10px auto;
  text-align: center;
  max-width: 100px;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: none; }

.light-box-main#help-lightbox .content-main .content {
  display: flex;
  flex-flow: column nowrap;
  /* flex: 1 1 auto; */
  justify-content: flex-start;
  padding: 0 15px;
  width: 100%; }

.light-box-main#help-lightbox .content-main .content .wrap-it {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin: 10px; }

.light-box-main#help-lightbox .content-main .content .wrap-it h4 {
  color: #454545;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin: 0;
  padding-bottom: 0; }

.light-box-main#help-lightbox .content-main .content .wrap-it h4:last-of-type {
  margin-top: 25px; }

.light-box-main#help-lightbox .content-main .content .wrap-it .w-bar {
  border-bottom: solid 2px #ffde00;
  margin: 10px 0 10px;
  width: 100%; }

.light-box-main#help-lightbox .content-main .content .wrap-it p {
  color: #4C4C4C;
  font-size: 15px;
  line-height: 1.3;
  width: 100%;
  text-transform: none;
  font-weight: 400;
  margin: 0;
  text-align: left;
  font-family: 'Inter', sans-serif; }

.light-box-main#social-lightbox {
  text-align: center; }

.light-box-main#social-lightbox .content-main {
  max-width: 317px;
  min-width: 0;
  width: 100%;
  border-radius: 7px; }

.light-box-main#social-lightbox .content-main h4 {
  color: #454545;
  margin-bottom: 20px;
  letter-spacing: normal;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #555555;
  text-transform: uppercase; }

.light-box-main#social-lightbox .content-main h5 {
  font-weight: 400;
  margin-top: 4px;
  font-size: 15px;
  letter-spacing: normal;
  margin: 20px 0; }

.light-box-main#social-lightbox .content-main .social {
  display: flex;
  align-items: center;
  justify-content: center; }

.light-box-main#social-lightbox .content-main span {
  margin: 0 20px;
  display: flex;
  align-items: flex-end; }

@media only screen and (max-width: 767px) {
  .light-box-main#social-lightbox .content-main span {
    margin: 0 14px; } }

.light-box-main#social-lightbox .content-main span img {
  width: 30px;
  cursor: pointer; }

.light-box-main#social-lightbox .content-main span svg {
  width: 68px;
  padding: 0 13px;
  fill: #5daf3d;
  cursor: pointer; }

.light-box-main#social-lightbox .content-main .st0 {
  clip-path: url(#SVGID_2_);
  fill: #3D3D3D; }

.light-box-main#social-lightbox .content-main i {
  color: #333333;
  font-size: 30px;
  cursor: pointer; }

.light-box-main#social-lightbox .content-main cham-share ul {
  text-align: center;
  margin-bottom: 10px; }

.light-box-main#social-lightbox .content-main cham-share ul li {
  width: 14%;
  margin: 0 5%;
  display: inline-block; }

.light-box-main#social-lightbox .content-main cham-share ul li path {
  fill: #FFDE00; }

.light-box-main#feedback-lightbox cham-feedback {
  margin: 15px 0;
  /*  button:nth-child(2) {
    
      }*/ }

.light-box-main#feedback-lightbox cham-feedback h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #333333;
  letter-spacing: normal; }

.light-box-main#feedback-lightbox cham-feedback label {
  margin: 5px 0;
  font-size: 12px; }

.light-box-main#email-lightbox .content-main {
  width: 600px;
  max-width: 90%;
  max-height: 73%;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  transform: none; }

.light-box-main#email-lightbox .header div {
  font-size: 30px;
  color: #454545;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #555555;
  text-transform: uppercase; }

.light-box-main#email-lightbox #email-feedback {
  background: #91c55233;
  padding: 15px 10px;
  margin-bottom: 13px;
  font-size: 12px;
  border-radius: 4px;
  display: none; }

.light-box-main#email-lightbox .content {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: 'Lato', sans-serif; }

.light-box-main#email-lightbox .content label {
  display: block;
  margin-top: 14px;
  font-size: 12px; }

.light-box-main#email-lightbox .content input {
  display: block;
  width: 98%;
  border: 1px solid #bbbbbb;
  outline: none;
  padding: 5px;
  margin: 5px 0 0px 0; }

.light-box-main#email-lightbox .content textarea {
  width: 100%;
  border: 1px solid #ece9e7;
  height: 60px;
  margin-top: 5px;
  max-width: 100%; }

.light-box-main#email-lightbox .content .error-mail {
  color: #C04846;
  font-size: 12px;
  display: none; }

.light-box-main#email-lightbox .content button {
  margin-top: 30px;
  border: none;
  background: #dddddd;
  color: #3D3D3D;
  min-width: 170px;
  padding: 10px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  justify-content: center; }

.light-box-main#product-view .prod-title {
  text-align: CENTER;
  display: block;
  padding-bottom: 10px;
  margin-top: -8px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #5D5D5D; }

.light-box-main#product-view .img-wrapper {
  position: relative; }

.light-box-main#product-view .img-wrapper img {
  width: 100%; }

.light-box-main#product-view .prod-image {
  display: block;
  margin: auto;
  position: absolute; }

.light-box-main#product-view .prod-img-loading {
  display: block;
  margin: auto; }

.largescreen {
  display: block;
  margin: 0 auto; }

.smallscreen {
  display: none; }

cham-projects div.project-context {
  color: #5D5D5D;
  max-height: 73vh; }

cham-projects div.project-context h2 {
  margin: 0 0 15px;
  color: #5D5D5D;
  letter-spacing: normal;
  text-transform: uppercase; }

cham-projects div.calltoaction > button {
  cursor: pointer;
  letter-spacing: 0;
  background: #dddddd;
  color: #3D3D3D;
  border: 1px solid #dddddd;
  font-size: 14px; }

cham-projects div.input-box input, cham-saveproject input[type=text] {
  border: 1px solid #bbbbbb; }

cham-projects div.project-context .close {
  position: absolute;
  top: 15px;
  right: 15px; }

cham-projects div.project-context .close svg {
  width: 20px;
  height: 20px; }

cham-projects div.calltoaction > button:nth-child(2) {
  border: 1px solid #FFDE00;
  background-color: #FFDE00;
  color: white;
  display: none; }

cham-projects div.calltoaction div.change button, cham-projects div.calltoaction div.forgot button, cham-projects div.calltoaction div.newaccount button {
  text-transform: uppercase;
  color: #5D5D5D;
  letter-spacing: normal;
  font-size: 12px; }

cham-register div.doublewide > button, cham-register div.doublewide > button:nth-child(2) {
  cursor: pointer; }

cham-projects div.project-context h2.saveTitle label {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  font-family: 'Open Sans', sans-serif; }

cham-projects .projectDate {
  font-size: 12px;
  margin-bottom: 5px;
  display: flex;
  flex-flow: column nowrap; }

cham-projects .titleBarBTNS button {
  font-family: 'Lato', sans-serif; }

cham-projects div.project-context {
  /* width */
  border-radius: 5px;
  /* Track */
  /* Handle */
  /* Handle on hover */ }

cham-projects div.project-context::-webkit-scrollbar {
  width: 10px; }

cham-projects div.project-context::-webkit-scrollbar-track {
  background: #f1f1f1; }

cham-projects div.project-context::-webkit-scrollbar-thumb {
  background: #bdbdbd; }

cham-projects div.project-context::-webkit-scrollbar-thumb:hover {
  background: #888;
  cursor: pointer; }

cham-projects div.project-context {
  max-width: 600px;
  width: 90% !important; }

cham-projects div.project-context .doublewide {
  display: flex;
  flex-flow: column nowrap; }

cham-projects section {
  z-index: 500;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  overflow-y: auto; }

cham-viz.zoom img {
  display: none !important;
  opacity: 0;
  transition: visibility 0s linear .3s,opacity .3s; }

im-upload #upload-section .project-button.btn-upload.browse {
  background: #454545 !important;
  border: none !important;
  padding: 11px 30px; }

im-upload #upload-section > div .modal-headline {
  letter-spacing: normal; }

div#back-to-IM {
  font-weight: 400;
  justify-content: center;
  margin: 0;
  padding: 11px 0;
  font-size: 12px;
  min-width: 140px;
  color: #3D3D3D;
  font-family: 'Lato', sans-serif;
  letter-spacing: .05em;
  cursor: pointer;
  right: 266px;
  position: absolute;
  z-index: 1;
  bottom: 22px;
  text-align: center;
  display: none;
  background: #ffffff;
  border-radius: 2px; }

@media only screen and (max-width: 767px) {
  div#back-to-IM {
    right: 0;
    left: 0;
    width: 130px;
    margin: 0 auto;
    bottom: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  div#back-to-IM {
    bottom: 10px;
    right: 252px; } }

im-upload #upload-section > div .modal-headline {
  font-size: 26px;
  color: #454545;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase; }

im-upload #upload-section > div .modal-close {
  width: 20px; }

im-upload #upload-section > div .modal-box .upload-box .uploaderBTN {
  background: #575756;
  color: #fff;
  letter-spacing: normal;
  font-size: 16px;
  width: 140px;
  padding: 10px 30px;
  font-weight: 400; }

im-upload #upload-section > div .modal-close {
  right: 15px;
  top: 15px; }

.viz-controls {
  position: absolute;
  right: 25px;
  bottom: 24px;
  z-index: 300;
  background: #333333;
  padding: 0 8px; }

.viz-controls span {
  padding: 10px 8px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-transform: lowercase;
  color: #ffffff; }

.viz-controls span i {
  color: #FFDE00;
  display: none; }

/*RESTRICTS THE HEIGHT OF IM UPLOADED IMAGE IN THE VIZ*/
body.IMContain {
  display: block; }

body.IMContain img {
  object-fit: contain;
  max-height: 910px; }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) {
  #visualizer .content .prod-col {
    order: 2; }
  #roomscenes {
    padding-top: 0; }
  span#menu-social {
    width: 34% !important;
    margin-top: 15px; }
  #visualizer .content .viz-col #compare-floors {
    top: 60px;
    /*padding: 5px 0;
    font-size: 12px;
    min-width: 90px;*/
    margin: 0; } }

span.req {
  display: none; }

@media only screen and (max-width: 767px) {
  #landing .content div:first-child h4 img {
    margin: 0 5px;
    width: 20px; }
  #visualizer .content .prod-col .tab-content cham-series-template cham-lazy {
    height: 85vmin; }
  #visualizer .content {
    margin-top: 44px; }
  .viz-controls {
    position: unset;
    display: flex !important;
    width: 100%;
    justify-content: center; }
  .viz-controls span {
    margin: 2px; }
  im-upload #upload-section > div .modal-headline {
    font-size: 18px; }
  .button {
    font-size: 12px;
    padding: 8px 40px; } }

/*#rotate-floor {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 300;
  color: $gold;
  border: 2px solid black;
  background: #fff;
  font-size: 14px;
  padding: 8px 20px;
  margin: 0;
}*/
@media only screen and (min-width: 770px) and (max-width: 929px) {
  .landing_logo img {
    max-height: 84px;
    width: auto; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  #landing {
    height: 100%; }
  #landing .content div:first-child h4 img {
    margin: 0 5px;
    width: 20px; }
  #roomscenes cham-roomscenes cham-lazy li {
    flex: 0 0 100%;
    margin: 7px 0; }
  #visualizer .content .prod-col .tabs .tab {
    font-size: .67em; }
  #visualizer .content .prod-col .tab-content cham-series-template ul li {
    flex: 0 0 31%; }
  .smallscreen {
    display: block; }
  .im-component .lightbox > div {
    max-width: 300px; }
  #landing .content div:first-child h2 {
    font-size: 40px;
    line-height: 1.25;
    margin-top: 0; }
  #landing .content div:first-child h4 {
    font-size: 16px;
    margin: 20px 60px 20px; }
  .light-box-main#social-lightbox .content-main i {
    font-size: 36px; }
  #landing .content div.button-wrapper {
    flex-flow: column;
    align-items: center; }
  #landing .content img.logo {
    width: 280px; }
  #landing .content > div {
    margin: 0 0 5% 0;
    width: 100%; }
  #roomscenes cham-roomscenes cham-lazy li.upload-image-button h4 {
    font-size: 18px;
    padding: 10px 0; }
  #roomscenes cham-roomscenes cham-lazy li.upload-image-button p {
    font-size: 11px; }
  li.upload-image-button {
    min-height: 200px; }
  #visualizer .content .prod-col select {
    width: 90%; }
  #visualizer .content .viz-col #rotate-floor {
    min-width: 100px;
    font-size: 10px; }
  #visualizer .content .viz-col #compare-floors {
    top: 40px;
    margin: 0;
    min-width: 100px;
    left: 2%;
    font-size: 10px; }
  #visualizer .content .prod-col cham-series-template ul li {
    flex: 0 0 33%; }
  cham-projects div.project-context h2 {
    font-size: 18px; }
  #visualizer .content .viz-col #comparer .compare-prod {
    width: 15vw;
    bottom: 15px; }
  #visualizer .content .viz-col #comparer .compare-prod span {
    font-size: 7px; }
  #roomscenes .header h2 {
    font-size: 50px; }
  #roomscenes .scenes-nav #upload-im, #roomscenes .scenes-nav #my-projects-scenes {
    min-width: 110px; }
  cham-projectlist div.TitleBar {
    display: flex;
    align-items: center;
    display: flex;
    width: 100%;
    flex-flow: column nowrap;
    align-items: flex-start; }
  cham-projectlist ul.myProjectBTNsUL {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column nowrap; }
  cham-projectlist ul.myProjectBTNsUL li {
    min-width: 180px; }
  cham-projectlist div.innerWrapper {
    padding-left: 0;
    padding-top: 10px; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  #roomscenes cham-roomscenes cham-lazy li {
    flex: 0 0 48.8%; }
  #visualizer .content .prod-col .tab-content cham-series-template ul li {
    flex: 0 0 18.7%; }
  .im-component .lightbox > div {
    max-width: 450px; }
  #visualizer .content .viz-col #comparer .compare-prod {
    width: 11vw;
    bottom: 15px; }
  #visualizer .content .viz-col #comparer .compare-prod span {
    font-size: 8px; }
  #landing .content div:first-child h2 {
    font-size: 42px; }
  #landing .content div:first-child h4 {
    font-size: 14px; }
  #landing .content div.button-wrapper div#begin-viz, #landing .content div.button-wrapper div#upload {
    max-width: 200px; }
  #landing .content div.button-wrapper {
    justify-content: center; }
  #landing .content > div {
    margin: 0 0 5% 0;
    width: 100%;
    padding: 20px; }
  #roomscenes cham-roomscenes cham-lazy li.upload-image-button h4 {
    font-size: 18px;
    padding: 10px 0; }
  #roomscenes cham-roomscenes cham-lazy li.upload-image-button p {
    font-size: 11px; }
  #visualizer .content .prod-col cham-series-template ul li {
    flex: 0 0 20%; }
  #visualizer .content .prod-col select {
    width: auto;
    margin: 20px 20px 0 30px; }
  #visualizer .content .viz-col #rotate-floor {
    min-width: 100px;
    font-size: 10px; }
  #visualizer .content .viz-col #compare-floors {
    top: 40px;
    margin: 0;
    min-width: 100px;
    left: 2%;
    font-size: 10px; }
  .light-box-main#product-view .content-main {
    min-width: 300px; } }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body {
    display: flex;
    height: 100%;
    overflow-y: auto; } }

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #landing .content div:first-child h4 {
    /*font-size: 12px;*/ } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #visualizer .content .prod-col .tab-content cham-series-template cham-lazy {
    height: 45vw; }
  #visualizer .content .viz-col #rotate-floor {
    top: 60px !important; }
  .viz-controls {
    bottom: 10px;
    right: 10px; }
  #landing .content > div {
    margin: 0 0 5% 0;
    width: 100%; }
  #visualizer .content .prod-col select {
    width: auto;
    margin: 20px 20px 0 30px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #visualizer .content .prod-col .tab-content cham-series-template ul li {
    flex: 0 0 19%; }
  .im-component .lightbox > div {
    max-width: 600px; }
  #roomscenes cham-roomscenes cham-lazy li.upload-image-button i {
    font-size: 40px; }
  #roomscenes cham-roomscenes cham-lazy li.upload-image-button h4 {
    font-size: 18px;
    padding: 10px 0; }
  #roomscenes cham-roomscenes cham-lazy li.upload-image-button p {
    font-size: 11px; }
  #visualizer .content .prod-col cham-series-template ul li {
    flex: 0 0 20%; }
  #visualizer .content .prod-col cham-series-template cham-lazy {
    height: 51vmin; }
  #visualizer .content .viz-col #rotate-floor {
    min-width: 120px; }
  #visualizer .content .viz-col #compare-floors {
    top: 60px;
    margin: 0;
    min-width: 120px;
    left: 47%; }
  #visualizer .content .viz-col #comparer .compare-prod {
    width: 15vw;
    bottom: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #top-menu #mobile-menu-trigger {
    display: block; }
  #top-menu .header-logo img {
    position: unset; }
  #visualizer .content .prod-col .tab-content cham-series-template ul li {
    flex: 0 0 13.5%; }
  #roomscenes cham-roomscenes cham-lazy li.upload-image-button h4 {
    font-size: 22px;
    padding: 10px 0; }
  #roomscenes cham-roomscenes cham-lazy li.upload-image-button p {
    font-size: 11px; }
  #visualizer .content .prod-col cham-series-template ul li {
    flex: 0 0 12.5%; }
  #visualizer .content .viz-col #comparer .compare-prod {
    width: 12vw;
    bottom: 15px; } }

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #visualizer .content .prod-col .tabs .tab {
    font-size: .6em; }
  #visualizer .content .prod-col cham-series-template ul li {
    flex: 0 0 33.3%; }
  #visualizer .content .viz-col #comparer .ba-slider img {
    object-fit: contain !important; } }

@media only screen and (min-width: 770px) and (max-width: 929px) and (orientation: landscape) {
  .im-component .lightbox > div {
    max-width: 600px; }
  #landing .content {
    padding: 0;
    padding-top: 20px;
    max-width: 100%; }
  .light-box-main#product-view .content-main {
    min-width: 300px; }
  #landing .content div:first-child h4 {
    font-size: 14px; }
  #landing .content div.button-wrapper div#begin-viz, #landing .content div.button-wrapper div#upload {
    max-width: 200px; }
  #landing .content div.button-wrapper {
    justify-content: center; }
  #roomscenes cham-roomscenes cham-lazy li.upload-image-button h4 {
    font-size: 18px;
    padding: 10px 0; }
  #roomscenes cham-roomscenes cham-lazy li.upload-image-button p {
    font-size: 11px; }
  #visualizer .content .prod-col cham-series-template ul li {
    flex: 0 0 16.5%; }
  #visualizer .content .viz-col #rotate-floor {
    min-width: 100px;
    font-size: 10px; }
  #visualizer .content .viz-col #compare-floors {
    top: 60px;
    margin: 0;
    min-width: 100px;
    left: 59%;
    font-size: 10px; } }

@media only screen and (min-width: 1025px) and (max-width: 1440px), only screen and (min-width: 1441px) {
  #comparer {
    overflow: hidden; }
  #visualizer .content .viz-col #comparer {
    min-height: 92vh; } }

/***Modal Popup Changes*/
cham-register, cham-login, #feedback-lightbox .content-main, #help-lightbox .content-main {
  overflow-y: auto;
  max-height: 74vh; }

.light-box-main#social-lightbox .content-main h4 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 29px;
  text-align: left;
  text-transform: uppercase;
  color: #333333; }

cham-projects div.project-context h2,
cham-feedback .im-context .header h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #3D3D3D;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: normal; }

cham-forgotpw .context,
cham-login .context,
cham-register .context,
cham-saveproject .context {
  padding-right: 240px; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  cham-forgotpw .context,
  cham-login .context,
  cham-register .context,
  cham-saveproject .context {
    padding-right: 25px; } }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  cham-projects div.input-box {
    width: 100%; } }

cham-projects div.input-box p {
  font-family: "Open Sans", sans-serif;
  color: #3D3D3D;
  font-size: 12px; }

cham-projects div.input-box input, cham-saveproject input[type=text],
cham-feedback input, cham-feedback textarea {
  border: 1px solid #dddddd;
  padding: 9px; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  cham-projects div.input-box input, cham-saveproject input[type=text],
  cham-feedback input, cham-feedback textarea {
    width: 100%; } }

cham-saveproject .formBTNS button {
  background: #dddddd;
  color: #3D3D3D;
  border: 2px solid #dddddd;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  width: 180px;
  padding: 8px;
  letter-spacing: 0; }

cham-projects div.project-context h2.saveTitle {
  font-size: 16px;
  text-transform: none; }

cham-projects .login .calltoaction > button {
  background: #dddddd;
  color: #3D3D3D;
  border: 2px solid #dddddd;
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  width: 193px;
  padding: 8px;
  margin-top: 8px;
  border-radius: 0; }

cham-projects .login .calltoaction .newaccount button, cham-projects .login .calltoaction .forgot button {
  padding: 0;
  color: #3D3D3D;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase; }

cham-projects .login .calltoaction .change {
  display: none; }

/**Modal Feedback*/
#feedback-lightbox .content-main {
  max-width: 600px;
  width: 100%;
  border-radius: 7px;
  padding: 27px 32px;
  flex: 0 0 93%; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  #feedback-lightbox .content-main {
    width: 93%; } }

cham-feedback p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px; }

cham-feedback label {
  font-size: 12px; }

cham-feedback input {
  max-width: 268px;
  margin-bottom: 9px; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  cham-feedback input {
    width: 100%;
    max-width: 100%; } }

cham-feedback .buttons {
  display: flex;
  margin-top: 14px; }

cham-feedback .buttons button {
  width: 200px;
  background: #dddddd;
  color: #3D3D3D;
  border: 1px solid #dddddd;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 18px;
  letter-spacing: 0; }

cham-feedback .buttons button.cancel {
  background: #ffffff;
  color: #3D3D3D;
  border: 1px solid #dddddd;
  font-weight: 300;
  margin-right: 0; }

/***Modal Register*/
cham-projects cham-register .input-box {
  margin-bottom: 15px; }

cham-projects cham-register .createyourownaccount {
  padding: 30px 39px;
  width: 100%;
  padding-right: 240px; }

@media only screen and (max-width: 767px) {
  cham-projects cham-register .createyourownaccount {
    padding: 30px 39px; } }

@media screen and (max-height: 500px) {
  cham-projects cham-register .createyourownaccount {
    max-height: 265px;
    overflow-y: auto; } }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  cham-projects cham-register .createyourownaccount {
    width: 100%; } }

cham-projects cham-register .createyourownaccount .register-subheading {
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  margin-bottom: 23px;
  display: block; }

cham-projects cham-register div.doublewide {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

cham-projects cham-register div.doublewide button {
  width: 200px;
  margin: 6px 0 17px;
  min-width: 0;
  height: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  background: #dddddd;
  color: #3D3D3D;
  border: 1px solid #dddddd;
  padding: 9px 0; }

cham-projects cham-register div.doublewide > button:nth-child(2) {
  padding: 0;
  margin: 0;
  width: auto;
  font-size: 12px;
  font-family: "Open Sans", sans-serif; }

cham-forgotpw div.calltoaction {
  margin-top: 5px;
  display: flex; }

cham-forgotpw div.calltoaction button:nth-of-type(3) {
  background: #ffffff;
  color: #3D3D3D;
  border: 1px solid #dddddd; }

cham-forgotpw div.calltoaction > button:nth-of-type(2) {
  background: #ffffff;
  color: #3D3D3D;
  border: 1px solid #dddddd; }

/****/
.MyProjectsInner .TitleBar {
  padding: 0; }

.MyProjectsInner .TitleBar h2 {
  width: 100%;
  color: #3D3D3D;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0; }

.MyProjectsInner .titleBarBTNS {
  padding-right: 10px;
  color: #3D3D3D;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  .MyProjectsInner .titleBarBTNS {
    margin: 12px 0; } }

.MyProjectsInner .titleBarBTNS button {
  color: #3D3D3D;
  white-space: nowrap;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  margin-left: 22px;
  text-transform: none;
  letter-spacing: 0; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  .MyProjectsInner .titleBarBTNS button {
    margin: 0 22px 0 0; } }

.MyProjectsInner .Content {
  padding: 0; }

.MyProjectsInner .Content .projectWrapper {
  padding: 0;
  margin-top: 23px; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  .MyProjectsInner .Content .projectWrapper {
    width: 100% !important;
    display: flex;
    flex-direction: column; } }

.MyProjectsInner .Content .projectWrapper img {
  height: 89px;
  object-fit: cover; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  .MyProjectsInner .Content .projectWrapper img {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px;
    max-height: 219px; } }

.MyProjectsInner .Content .projectWrapper .innerWrapper {
  padding-left: 13px; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  .MyProjectsInner .Content .projectWrapper .innerWrapper {
    padding-left: 0; } }

.MyProjectsInner .Content .projectWrapper .innerWrapper h2 {
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #333333;
  text-align: left;
  text-transform: capitalize; }

.MyProjectsInner .Content .projectWrapper .innerWrapper .projectDate {
  flex-flow: nowrap;
  color: #3D3D3D;
  margin: 10px 0; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  .MyProjectsInner .Content .projectWrapper .innerWrapper .projectDate {
    flex-flow: wrap; } }

.MyProjectsInner .Content .projectWrapper .innerWrapper .myProjectBTNS ul {
  display: flex;
  margin-top: 2px; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  .MyProjectsInner .Content .projectWrapper .innerWrapper .myProjectBTNS ul {
    flex-direction: column; } }

.MyProjectsInner .Content .projectWrapper .innerWrapper .myProjectBTNS ul li {
  width: auto;
  flex: 1;
  font-size: 14px;
  border-radius: 0;
  padding: 7px 0;
  margin: 0;
  flex-flow: nowrap;
  background: #dddddd;
  color: #3D3D3D;
  border: 1px solid #dddddd;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  .MyProjectsInner .Content .projectWrapper .innerWrapper .myProjectBTNS ul li {
    margin: 10px 0; } }

.MyProjectsInner .Content .projectWrapper .innerWrapper .myProjectBTNS ul li.Remove {
  background: #ffffff;
  color: #3D3D3D;
  border: 1px solid #dddddd;
  margin-left: 10px; }

@media only screen and (max-width: 720px) and (min-width: 320px) {
  .MyProjectsInner .Content .projectWrapper .innerWrapper .myProjectBTNS ul li.Remove {
    margin-left: 0; } }

cham-projectlist div.Content div.norecords {
  margin: 30px 0; }

/**Visualizer*/
#surface-list {
  background: #f2f2f2;
  padding: 0 9px;
  width: 148px;
  overflow-y: auto; }

@media only screen and (max-width: 767px) {
  #surface-list {
    width: 108px; } }

#surface-list .surface {
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #3D3D3D;
  padding: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Lato';
  font-size: 12px;
  margin: 10px 0;
  min-height: 62px;
  padding: 6px 0;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  #surface-list .surface {
    font-size: 11px; } }

#surface-list .surface.selected {
  border: 1px solid #292929;
  background-color: #ffde00; }

#surface-list .surface.floorsurface {
  background: #dddddd; }

#surface-list .surface .selected-color {
  width: 90%;
  padding: 2px; }

#colors-section, #floor-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto; }

#colors-section h4, #floor-section h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Lato';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0;
  text-align: center; }

@media only screen and (max-width: 767px) {
  #colors-section h4, #floor-section h4 {
    font-size: 14px; } }

#colors-section #series-tabs, #floor-section #series-tabs {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  margin-bottom: 15px;
  min-height: max-content; }

#colors-section #series-tabs .series, #floor-section #series-tabs .series {
  background: #ffffff;
  border: 1px solid #dddddd;
  color: #3D3D3D;
  padding: 12px 0;
  flex: auto;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  /*
      &:nth-child(2) {
        margin-left: 20px;
      }*/ }

@media only screen and (max-width: 767px) {
  #colors-section #series-tabs .series, #floor-section #series-tabs .series {
    padding: 7px 0;
    font-size: 11px; } }

#colors-section #series-tabs .series:not(:first-child), #floor-section #series-tabs .series:not(:first-child) {
  margin-left: 20px; }

#colors-section #series-tabs .series.selected, #floor-section #series-tabs .series.selected {
  background: #dddddd; }

#color-search {
  padding: 0 12px;
  display: flex;
  margin: 11px 0;
  min-height: max-content; }

#color-search .search_color_input {
  position: relative;
  flex: auto; }

#color-search .search_color_input input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 7px 23px 7px 8px;
  border-radius: 0; }

#color-search .search_color_input .exec-reset {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 7px;
  font-weight: bold;
  height: 17px;
  cursor: pointer; }

#color-search .search_color_input .exec-reset .fa-xmark {
  color: #09589B; }

#color-search button {
  background: #dddddd;
  border: 1px solid #dddddd;
  color: #3D3D3D;
  width: 100px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  #color-search button {
    font-size: 11px; } }

#color-selectors {
  display: flex;
  flex: 1;
  flex-direction: column; }

#color-selectors .color-tabs-container {
  display: flex;
  padding: 0 12px;
  justify-content: space-between;
  margin: 3px 0 20px;
  min-height: max-content; }

#color-selectors .color-tabs-container .color-tab {
  font-size: 14px;
  flex: auto;
  text-align: center;
  text-decoration: none;
  border-bottom: 2px solid #dddddd;
  padding: 14px 0;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  #color-selectors .color-tabs-container .color-tab {
    font-size: 12px;
    padding: 7px 0; } }

#color-selectors .color-tabs-container .color-tab.selected {
  font-weight: 700;
  border-bottom: 2px solid #333333; }

#color-selectors .tab-content cham-lazy {
  max-height: 255px; }

#color-selectors .tab-content cham-lazy ul {
  display: flex;
  flex-direction: column;
  padding: 0 12px; }

#color-selectors .tab-content cham-lazy ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  line-height: normal;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 0 0;
  margin-top: 8px;
  padding: 4px 9px 18px 9px;
  margin-bottom: -12px; }

#color-selectors .tab-content cham-lazy ul li:nth-last-child(1) {
  margin-bottom: 20px;
  border-radius: 5px; }

#color-selectors .tab-content cham-lazy ul li .color_name_selector {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: normal;
  font-size: 12px;
  color: #3D3D3D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto; }

#color-selectors .tab-content cham-lazy ul li .color_name_selector .heart-icon {
  margin-right: 5px;
  width: 28px;
  margin-top: 4px; }

#color-selectors .tab-content cham-lazy ul li .color_name_selector .heart-icon img {
  padding: 0;
  width: 28px; }

#color-selectors .tab-content cham-lazy ul li .color_code {
  display: flex;
  justify-content: end;
  font-size: 12px;
  color: #3D3D3D;
  width: auto; }

fandeck-picker div.pickit {
  width: 95%; }

@media only screen and (max-width: 767px) {
  fandeck-picker div.pickit {
    width: 91%; } }

fandeck-picker div.pickit i {
  font-size: 16px;
  background: #dddddd;
  height: 90px;
  width: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px; }

.fa-angle-left:before {
  content: "\f053" !important; }

.fa-angle-right:before {
  content: "\f054" !important; }

#floor-section h4 {
  margin-bottom: 7px; }

.near-colors {
  padding: 0 10px;
  margin-top: auto; }

.near-colors h4 {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Lato';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .near-colors h4 {
    font-size: 12px; } }

.near-colors cham-lazy {
  height: 106px;
  overflow: hidden; }

.near-colors .owl-carousel {
  padding: 0 25px;
  box-shadow: none;
  display: block;
  margin-top: 0;
  margin-bottom: 0; }

.near-colors .owl-carousel .owl-stage-outer {
  margin-top: 0; }

.near-colors .owl-carousel .owl-stage-outer .owl-item .image-wrapper {
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  margin: 0px 4px;
  height: 65px;
  display: flex; }

.near-colors .owl-carousel .owl-stage-outer .owl-item .image-wrapper .color_name_selector {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: normal;
  font-size: 12px;
  color: #3D3D3D;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  display: flex;
  justify-content: right;
  margin-left: auto; }

.near-colors .owl-carousel .owl-stage-outer .owl-item .image-wrapper .color_name_selector .heart-icon {
  margin-right: 5px;
  width: 28px;
  margin-top: 7px;
  align-self: baseline; }

.near-colors .owl-carousel .owl-stage-outer .owl-item .image-wrapper .color_name_selector .heart-icon img {
  padding: 0;
  width: 28px; }

.near-colors .owl-carousel .owl-nav {
  position: initial;
  width: auto; }

.near-colors .owl-carousel .owl-nav .owl-prev, .near-colors .owl-carousel .owl-nav .owl-next {
  position: absolute;
  height: 90px;
  background-color: #dddddd;
  width: 20px;
  border-radius: 4px;
  width: 19px;
  top: 0px;
  font-size: 16px;
  color: #292929;
  font-weight: 900; }

.near-colors .owl-carousel .owl-nav .owl-prev.disabled, .near-colors .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.4; }

.near-colors .owl-carousel .owl-nav .owl-prev span, .near-colors .owl-carousel .owl-nav .owl-next span {
  font-size: 2rem; }

.near-colors .owl-carousel .owl-nav .owl-prev {
  left: 0px; }

.near-colors .owl-carousel .owl-nav .owl-next {
  right: 0px; }

.color_code_name_comp {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 7px 4px; }

.near-colors li.owl-carousel > div {
  visibility: hidden; }

.near-colors li.owl-carousel.owl-loaded > div {
  visibility: visible; }

/* ROOF SHINGLES CSS */
div#roof-menu-toggle-button {
  background: white;
  padding: 10px 20px;
  color: black;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 5px;
  cursor: pointer;
  justify-content: center;
  cursor: pointer;
  letter-spacing: .1em;
  border-radius: 4px;
  border: solid 1px black;
  font-weight: 500; }

div#roof-section .title {
  display: none; }

div#roof-section .sub-title {
  font-size: 11px !important; }

div#roof-section #exit-roof-menu {
  padding: 20px 30px 0;
  /* letter-spacing: .1em; */
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  color: black;
  display: flex;
  align-items: center; }

div#roof-section #exit-roof-menu i {
  font-size: 19px;
  margin-right: 10px; }

div#roof-section cham-series-template ul li {
  flex: 0 0 25% !important; }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  div#roof-section cham-series-template ul li {
    flex: 0 0 50% !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  div#roof-section cham-series-template ul li {
    flex: 0 0 16.5% !important; } }

#visualizer .content .prod-col cham-series-template#roof-series cham-lazy {
  height: calc(100vh - 175px); }

@media only screen and (max-width: 767px) and (orientation: landscape), only screen and (min-width: 770px) and (max-width: 929px) and (orientation: landscape) {
  #visualizer .content .prod-col cham-series-template#roof-series cham-lazy {
    height: calc(100vh - 5px); } }

.surface.floorsurface.selected {
  color: black !important; }

#visualizer .content .prod-col cham-series-template ul li img {
  padding: 0px;
  transform: unset; }

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