@charset "UTF-8";
/* Created on : Feb 13, 2015, 14:40:08 PM
Author     : QArea
*/
:root {
  --primary-color: #5383be;
  --primary-color-darken: #4476b4;
  --primary-color-darkest: #365e8f; }

/* =============================================================================
Default styles
========================================================================== */
html {
  box-sizing: border-box; }

html, body {
  height: 100%; }

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

body {
  margin: 0;
  color: #333;
  font: 14px 'vw_headline_otblack', Arial, Helvetica, sans-serif;
  background: #fff;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

img {
  border-style: none;
  width: 100%;
  vertical-align: top;
  height: auto; }

a {
  text-decoration: none;
  color: #000;
  outline: none; }

input,
textarea,
select {
  font: 100% Roboto, sans-serif;
  font-weight: normal;
  vertical-align: middle;
  color: #000; }

select option {
  padding: 0.5em 0.3em; }

textarea {
  overflow: auto;
  resize: none;
  vertical-align: top; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999; }

body {
  background: #F1F5F6;
  margin: 0;
  color: #333;
  font-size: 14px;
  padding: 0; }

p {
  color: #333;
  font-size: 14px;
  margin: 0; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix:after {
  content: "";
  clear: both;
  display: table; }

.form-label {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "FreeSetCTT", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  -ms-text-align-last: right;
  text-align: left; }

.btn-submit {
  padding: 12px 20px;
  display: block;
  width: 100%;
  border-radius: 0;
  border: none;
  color: white;
  text-align: right;
  font-size: 17px;
  background: var(--primary-color); }
  .btn-submit [class^="icon2-"] {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: 3px; }
  .btn-submit:hover {
    background: var(--primary-color-darken); }

/* =============================================================================
ANIMATIONS
========================================================================== */
@-webkit-keyframes bubbleUp {
  from {
    transform: scale(1.1, 1.1); }
  to {
    transform: scale(1, 1); } }

@keyframes bubbleUp {
  from {
    transform: scale(1.1, 1.1); }
  to {
    transform: scale(1, 1); } }

@-webkit-keyframes appear {
  0% {
    -webkit-transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes appear {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }

/* =============================================================================
Default styles
========================================================================== */
html {
  box-sizing: border-box; }

html, body {
  height: 100%; }

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

body {
  margin: 0;
  color: #333;
  font: 14px "Roboto", sans-serif;
  background: #fff;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

img {
  border-style: none;
  width: 100%;
  vertical-align: top;
  height: auto; }

a {
  text-decoration: none;
  color: #000;
  outline: none; }

input,
textarea,
select {
  font: 100% Roboto, sans-serif;
  font-weight: normal;
  vertical-align: middle;
  color: #000; }

select option {
  padding: 0.5em 0.3em; }

textarea {
  overflow: auto;
  resize: none;
  vertical-align: top; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999; }

body {
  background: #F1F5F6;
  margin: 0;
  color: #333;
  font-size: 14px;
  padding: 0; }

p {
  color: #333;
  font-size: 14px;
  margin: 0; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

.left {
  float: left; }

.right {
  float: right; }

@media print {
  * {
    height: auto !important;
    min-height: 0 !important; }
  html, body {
    height: auto; }
  .wrapper {
    display: table !important;
    height: auto !important; }
  .main__outher__result, .main__outher {
    height: auto !important;
    min-height: 0 !important; }
  header {
    display: none !important; }
  .menu, footer, .result__footer {
    display: none !important; }
  .tabs-container {
    padding-top: 0; }
  .result-pggrid {
    display: table !important;
    width: 100% !important; }
    .result-pggrid li {
      margin: 0 0 0 0;
      display: table-row !important;
      page-break-inside: avoid !important; }
    .result-pggrid .result-pgcontent, .result-pggrid .result-pginfo, .result-pggrid .chat-custom-glass, .result-pggrid .print-result {
      display: table-cell !important;
      vertical-align: top !important;
      margin: 0 0 5mm 0 !important;
      padding-bottom: 5mm !important; }
      .result-pggrid .result-pgcontent .custom-glass__ribbon, .result-pggrid .result-pginfo .custom-glass__ribbon, .result-pggrid .chat-custom-glass .custom-glass__ribbon, .result-pggrid .print-result .custom-glass__ribbon {
        display: none; }
      .result-pggrid .result-pgcontent .live-chat-custom-glass, .result-pggrid .result-pginfo .live-chat-custom-glass, .result-pggrid .chat-custom-glass .live-chat-custom-glass, .result-pggrid .print-result .live-chat-custom-glass {
        display: none !important; }
    .result-pggrid .result-pginfo {
      padding-top: 0 !important; }
    .result-pggrid .result-pgcontent img {
      width: 60% !important; }
    .result-pggrid .mathing-line h3 {
      white-space: nowrap;
      width: 1px !important;
      margin-bottom: 6px !important; }
    .result-pggrid .result-item-col-2 {
      width: auto !important;
      display: table-row !important; }
  .product-hover {
    display: none !important; }
  .LPMcontainer {
    display: none !important; }
  .dimensions-list .col-img {
    width: 100%; }
  .question-type-dimensions {
    width: 100%; }
  .collection-dreamline {
    width: 100%; }
  .tooltip {
    display: none !important; }
  .choice-block .two-wall .dimensions-flip-image .dimensions-indicator[data-type="G"] {
    top: 57% !important; }
  .choice-block .two-wall .dimensions-flip-image .dimensions-indicator[data-type="M"] {
    top: 58%; }
  .choice-block .two-wall .dimensions-flip-image .dimensions-indicator[data-type="F"] {
    top: 55%; }
  .btn-confirm {
    display: none; }
  .dimensions-list .installation_selector {
    opacity: 0; } }

@font-face {
  font-family: 'vw_headline_otblack';
  src: url("/css/fonts/Book/VWHeadlineOT-Black-webfont.eot");
  src: url("/css/fonts/Book/VWHeadlineOT-Black-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Book/VWHeadlineOT-Black-webfont.woff2") format("woff2"), url("/css/fonts/Book/VWHeadlineOT-Black-webfont.woff") format("woff"), url("/css/fonts/Book/VWHeadlineOT-Black-webfont.ttf") format("truetype"), url("/css/fonts/Book/VWHeadlineOT-Black-webfont.svg#vw_headline_otblack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansregular';
  src: url("/css/fonts/opensans_regular/OpenSans-Regular-webfont.eot");
  src: url("/css/fonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/opensans_regular/OpenSans-Regular-webfont.woff") format("woff"), url("/css/fonts/opensans_regular/OpenSans-Regular-webfont.ttf") format("truetype"), url("/css/fonts/opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'open_sansbold';
  src: url("/css/fonts/opensans_bold/OpenSans-Bold-webfont.eot");
  src: url("/css/fonts/opensans_bold/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/opensans_bold/OpenSans-Bold-webfont.woff") format("woff"), url("/css/fonts/opensans_bold/OpenSans-Bold-webfont.ttf") format("truetype"), url("/css/fonts/opensans_bold/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'open_sanssemibold';
  src: url("/css/fonts/opensans_semibold/OpenSans-Semibold-webfont.eot");
  src: url("/css/fonts/opensans_semibold/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/opensans_semibold/OpenSans-Semibold-webfont.woff") format("woff"), url("/css/fonts/opensans_semibold/OpenSans-Semibold-webfont.ttf") format("truetype"), url("/css/fonts/opensans_semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'open_sanslight';
  src: url("/css/fonts/opensans_light/OpenSans-Light-webfont.eot");
  src: url("/css/fonts/opensans_light/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/opensans_light/OpenSans-Light-webfont.woff") format("woff"), url("/css/fonts/opensans_light/OpenSans-Light-webfont.ttf") format("truetype"), url("/css/fonts/opensans_light/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'helvetica_neue';
  src: url("/css/fonts/Helvetica-Neue/HelveticaNeueInterface-Regular.eot");
  src: url("/css/fonts/Helvetica-Neue/HelveticaNeueInterface-Regular.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Helvetica-Neue/HelveticaNeueInterface-Regular.woff2") format("woff2"), url("/css/fonts/Helvetica-Neue/HelveticaNeueInterface-Regular.woff") format("woff"), url("/css/fonts/Helvetica-Neue/HelveticaNeueInterface-Regular.ttf") format("truetype"), url("/css/fonts/Helvetica-Neue/HelveticaNeueInterface-Regular.svg#.HelveticaNeueInterface-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-share:before {
  content: "\e902"; }

.icon-help:before {
  content: "\e903"; }

.icon-print:before {
  content: "\e904"; }

.cart:before,
.icon-cart:before {
  content: "\e93a";
  font-weight: normal; }

.icon-eye:before {
  content: "\e9ce"; }

.icon-heart:before {
  content: "\e905"; }

.icon-cart:before {
  content: "\e93a"; }

@font-face {
  font-family: 'wizzard';
  src: url("/css/fonts/wizzard.ttf?rrgad") format("truetype"), url("/css/fonts/wizzard.woff?rrgad") format("woff"), url("/css/fonts/wizzard.svg?rrgad#wizzard") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon2-"], [class*=" icon2-"] {
  font-family: 'wizzard' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon2-caret:before {
  content: ""; }

.icon2-arrow-l:before {
  content: ""; }

.icon2-arrow-r:before {
  content: ""; }

.icon2-chat:before {
  content: ""; }

.icon2-check:before {
  content: ""; }

.icon2-help:before {
  content: ""; }

.icon2-print:before {
  content: ""; }

.icon2-share:before {
  content: ""; }

@font-face {
  font-family: 'icomoon3';
  src: url("/css/fonts/icomoon2/icomoon.ttf?50pdvm") format("truetype"), url("/css/fonts/icomoon2/icomoon.woff?50pdvm") format("woff"), url("/css/fonts/icomoon2/icomoon.svg?50pdvm#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon3-"], [class*=" icon3-"] {
  font-family: 'icomoon3' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon3-phone:before {
  content: "\e942"; }

.icon3-envelop:before {
  content: "\e945"; }

.icon3-bubble2:before {
  content: "\e96e"; }

body {
  background: #fff; }

select {
  border-color: #d6d7dc;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAA0CAYAAADrPTp5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAE/SURBVHja7NixSsNAHMfx3z+GgnRwcClk8CHSXMaCY7eOQgMufQYnbdqxDyFGXc3g4iskJGRJfQCHzM6ao3+HVpDWiEMSsfxvO+44Pnfb94iZ8ZeDBCAAAQjg3wBO5mEX9PYI4BTAe8W2DoBXAJOXy7OHWgGmacK6uO7hsLME83H1iRgWvvektUbtAACwpjcWcPAM4Gj3NPIKf3wPAI0BAMC6CvogI9naMi1m3vxz0igAACz/bgRGuLl5UPjj86/rjQPWL3G7ANGgmHnu9lorgJ+GAAQgAAEIQAACEIAA9g+Q53m3LMtflREzT2zbrr+MoijqGYaxBFBZRsw8dF23uTLKsszSWn9bRkTkOY7TfBmladpfrVY7ZaSUaq+MkiQZMXO4mQZKqfbLKI7jBRENlFLNl5H8kAhAAALYW8DHAE5CSahcK4uDAAAAAElFTkSuQmCC"); }

header {
  background: #fff; }
  header h1 {
    color: var(--primary-color); }

.SYS_LOADED {
  visibility: hidden; }

footer {
  background: #fff; }

.menu {
  background: #fff; }
  .menu li span {
    background: var(--primary-color); }
  .menu ul li a span {
    color: var(--primary-color); }
  .menu ul li.active a span {
    background: var(--primary-color); }

.help-block a i, .help-block a.disabled:hover i {
  color: var(--primary-color); }

.arrows:before {
  background-color: var(--primary-color);
  border-color: var(--primary-color); }

.arrows:hover:before {
  border-color: var(--primary-color);
  background-color: var(--primary-color); }

.product-accessories-block .product-accessories-item .finished,
.menu ul li.finish span.finished,
.menu ul li.glass span.finished,
.menu ul li.door span.finished,
.menu ul li.wall span.finished,
.menu ul li.type span.finished {
  background-image: url("/images/theme/default/checked.png"); }

.popup-container h1 {
  color: var(--primary-color); }

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
  background: var(--primary-color); }

#isNotStraight {
  color: #000; }

button.btn-confirm,
button.hardware-btn-confirm {
  background: var(--primary-color); }
  button.btn-confirm:hover,
  button.hardware-btn-confirm:hover {
    background-color: var(--primary-color); }

.checkbox-in-box {
  color: #000; }

form[name~=shareForm] button {
  background: var(--primary-color); }

.result-pginfo h3 {
  color: var(--primary-color); }

.more a {
  color: var(--primary-color); }
  .more a a:hover {
    color: var(--primary-color); }

.dimensions-help-link {
  background-image: url("/images/theme/default/questionicon.svg"); }

.lnk_view {
  background: rgba(var(--primary-color), 0.7); }

.result-pgoptions li:hover {
  background: var(--primary-color); }

.result-pgoptions > li,
.result-pggrid > li.mathing-line h3 {
  color: var(--primary-color); }

.like {
  display: none !important; }

.result-btn {
  background: var(--primary-color) !important; }

.bv-stars .bv-cv2-cleanslate .bv-compat .bv-inline-rating-container .bv-rating-stars-on {
  color: var(--primary-color) !important; }

.bv-stars .bv-cv2-cleanslate .bv-compat .bv-inline-rating-container .bv-text-link {
  color: var(--primary-color) !important; }

.bv-stars .bv-cv2-cleanslate .bv-inline-rating-container .bv-text-link {
  color: var(--primary-color) !important; }

.menu ul li a {
  color: var(--primary-color); }

footer .mySelections .added-item .remove-btn:before, footer .mySelections .added-item .remove-btn:after,
.wall .added-item .remove-btn:before,
.wall .added-item .remove-btn:after,
.order__right .remove-btn:before,
.order__right .remove-btn:after {
  background: var(--primary-color); }

.check .icon2-check {
  color: var(--primary-color); }

.mySelectionsTrigger.title {
  color: var(--primary-color); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  color: var(--primary-color); }

.dimension-error {
  position: relative; }

.dimension-error-message {
  position: absolute;
  background-color: #0c0c0c;
  padding: 10px;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border: 0px solid #000000;
  color: #ff7777;
  font-size: 12px;
  font-weight: 100;
  z-index: 999;
  top: -2px;
  left: 60px;
  opacity: 1; }

.dimension-error .dimension-error-message {
  -webkit-animation: show-error 5s;
  animation: show-error 5s;
  opacity: 0; }

@keyframes show-error {
  0% {
    opacity: 0; }
  9% {
    opacity: 1; }
  50% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes show-error {
  0% {
    opacity: 0; }
  9% {
    opacity: 1; }
  50% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes show-error {
  0% {
    opacity: 0; }
  9% {
    opacity: 1; }
  50% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
  width: 33px;
  margin-left: -8px; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
  font-weight: normal; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  font-weight: 700; }

@media screen and (min-width: 961px) {
  .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    font-size: 48px; } }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "FreeSetCTT", sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  color: var(--primary-color); }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

@media screen and (max-width: 768px) {
  .odometer.odometer-auto-theme,
  .odometer.odometer-theme-default {
    line-height: 1em; }
  .odometer.odometer-auto-theme .odometer-digit,
  .odometer.odometer-theme-default
.odometer-digit {
    width: auto;
    margin: 0; } }

select {
  background-repeat: no-repeat;
  background-position: right 0px;
  width: 100%;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  cursor: pointer;
  appearance: none;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 26px;
  padding: 0.25em 25px 0.25em 5px; }
  select.disabled {
    color: #ccc;
    border-color: #ccc;
    background-position: right -24px;
    width: 10px;
    height: auto;
    height: 26px; }

select::-ms-expand {
  display: none; }

header {
  height: 75px;
  width: 100%;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  text-align: center;
  background: var(--primary-color); }
  header h1 {
    text-align: center;
    color: var(--primary-color);
    font-size: 28px;
    padding-top: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    display: none; }
  header .container {
    max-width: 1660px;
    display: flex;
    align-items: center;
    padding: 8px 0; }
  header .live-chat-custom-glass {
    display: none; }
  @media all and (min-width: 1024px) {
    header {
      min-height: 110px; } }
  @media (min-width: 768px) {
    header {
      display: flex;
      align-items: center;
      height: auto; }
      header h1 {
        margin-top: 20px;
        width: 300px;
        height: 30px;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMDAgMjMuMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAwIDIzLjIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzNDQURERSIgZD0iTTcsMjIuNkg0LjhWMy4zSDBWMi4xaDEydjEuMkg3VjIyLjZ6IE0xNS43LDB2MTVoNy4xVjguOGgxLjl2MTMuOGgtMS45di02LjdoLTcuMXY2LjdoLTEuOVYwSDE1Ljd6DQoJIE0zNi41LDIxLjd2MC45aC02LjZjLTAuNywwLTEuMi0wLjItMS42LTAuNmMtMC4zLTAuNC0wLjUtMS0wLjUtMS44VjExYzAtMC43LDAuMi0xLjIsMC42LTEuNkMyOC44LDksMjkuMyw4LjgsMzAsOC44aDYuNXYwLjloLTUuNQ0KCWMtMC44LDAtMS4yLDAuNC0xLjIsMS4xVjE1aDUuNXYwLjloLTUuNXY0LjZjMCwwLjgsMC40LDEuMiwxLjIsMS4ySDM2LjV6IE00Ni43LDIuMWgyLjJ2MTMuNGMwLDEuNSwwLjMsMi44LDAuOCwzLjkNCgljMC45LDEuNywyLjQsMi42LDQuNSwyLjZjMS43LDAsMy4xLTAuNiwzLjktMS43YzAuOS0xLjEsMS4zLTIuNywxLjMtNC43VjIuMWgxLjN2MTMuNGMwLDEuOS0wLjMsMy40LTAuOSw0LjZjLTEuMSwyLTMuMSwzLTUuOSwzDQoJYy0yLjQsMC00LjMtMC44LTUuNS0yLjVjLTEuMS0xLjQtMS42LTMuMS0xLjYtNS4yVjIuMXogTTY0LDBoMS45djIxYzAsMC40LDAuMSwwLjYsMC4yLDAuN2MwLjIsMC4xLDAuNSwwLjEsMS4xLDAuMWgxLjN2MC44aC0yLjkNCgljLTAuNiwwLTEuMS0wLjItMS4zLTAuNmMtMC4zLTAuNC0wLjQtMC45LTAuNC0xLjZWMHogTTc1LjEsMjIuNmgtMS45VjkuN2gtNFY4LjhoOS42djAuOWgtMy43VjIyLjZ6IE04MS41LDQuNg0KCWMwLjMsMCwwLjYsMC4xLDAuOSwwLjNjMC4yLDAuMiwwLjQsMC41LDAuNCwwLjljMCwwLjMtMC4xLDAuNy0wLjQsMC45Yy0wLjIsMC4zLTAuNSwwLjQtMC45LDAuNGMtMC4zLDAtMC43LTAuMS0wLjktMC40DQoJYy0wLjMtMC4yLTAuNC0wLjUtMC40LTAuOWMwLTAuMywwLjEtMC43LDAuNC0wLjlDODAuOCw0LjcsODEuMSw0LjYsODEuNSw0LjZ6IE04Mi41LDguOHYxMy44aC0xLjlWOC44SDgyLjV6IE04Ni4zLDIyLjZoLTFWMTEuMQ0KCWMwLTAuNywwLjEtMS4yLDAuMy0xLjZjMC4zLTAuNiwwLjctMC44LDEuNC0wLjhjMC41LDAsMSwwLjIsMS40LDAuNmMwLjMsMC4zLDAuNiwwLjcsMC44LDEuM2wzLjEsOC41bDMuMy04LjcNCgljMC4yLTAuNSwwLjQtMC45LDAuNi0xLjJjMC4zLTAuMywwLjctMC41LDEuMi0wLjVjMC42LDAsMSwwLjIsMS4zLDAuN2MwLjIsMC41LDAuNCwxLjEsMC40LDEuOHYxMS41aC0xLjlWMTEuMQ0KCWMwLTAuNC0wLjEtMC42LTAuMy0wLjZjLTAuMiwwLTAuNCwwLjItMC41LDAuNmwtNC42LDEybC00LjQtMTJjLTAuMS0wLjQtMC4zLTAuNi0wLjUtMC42Yy0wLjMsMC0wLjUsMC4zLTAuNSwwLjhWMjIuNnogTTEwMS44LDIyLjYNCgloLTFsMy45LTEyLjZjMC4xLTAuNSwwLjMtMC44LDAuNi0xLjFjMC4zLTAuMywwLjYtMC40LDEtMC40YzAuNCwwLDAuOCwwLjIsMS4xLDAuNWMwLjIsMC4zLDAuNSwwLjYsMC42LDEuMWw0LjMsMTIuNGgtMi4ybC0xLjMtMy44DQoJaC01LjlMMTAxLjgsMjIuNnogTTEwMy4yLDE3LjloNS4ybC0yLjQtNi44Yy0wLjEtMC4zLTAuMi0wLjQtMC4zLTAuNGMtMC4yLDAtMC40LDAuMS0wLjUsMC40TDEwMy4yLDE3Ljl6IE0xMTguNSwyMi42aC0xLjlWOS43aC00DQoJVjguOGg5LjZ2MC45aC0zLjdWMjIuNnogTTEzMi41LDIxLjd2MC45aC02LjZjLTAuNywwLTEuMi0wLjItMS42LTAuNmMtMC4zLTAuNC0wLjUtMS0wLjUtMS44VjExYzAtMC43LDAuMi0xLjIsMC42LTEuNg0KCXMwLjktMC42LDEuNi0wLjZoNi41djAuOUgxMjdjLTAuOCwwLTEuMiwwLjQtMS4yLDEuMVYxNWg1LjV2MC45aC01LjV2NC42YzAsMC44LDAuNCwxLjIsMS4yLDEuMkgxMzIuNXogTTE0Mi4xLDcuMw0KCWMwLTIsMC43LTMuNSwyLjItNC42YzEuMi0wLjgsMi41LTEuMiw0LjEtMS4yYzEsMCwxLjksMC4yLDIuNywwLjdjMC44LDAuNSwxLjQsMS4yLDEuOSwyLjFsLTAuOSwwLjVjLTAuNC0wLjctMC45LTEuMy0xLjYtMS44DQoJYy0wLjYtMC40LTEuNC0wLjYtMi4yLTAuNmMtMS4yLDAtMi4yLDAuNC0yLjksMS4zYy0wLjcsMC44LTEuMSwxLjktMS4xLDMuMWMwLDEuNSwwLjgsMi43LDIuNCwzLjVjMS41LDAuNywzLDEuNCw0LjUsMg0KCWMxLjYsMS4xLDIuNCwyLjYsMi40LDQuN2MwLDEuOC0wLjYsMy4yLTEuNyw0LjNjLTEuMywxLjItMi45LDEuOC00LjcsMS44Yy0xLjUsMC0yLjctMC40LTMuOC0xLjJjLTAuNi0wLjUtMS4xLTEuMS0xLjUtMS44bDEtMC43DQoJYzAuNiwxLDEuMSwxLjcsMS43LDIuMWMwLjcsMC41LDEuNiwwLjcsMi42LDAuN2MxLjEsMCwyLjEtMC40LDIuOS0xLjNjMC44LTAuOSwxLjItMS45LDEuMi0zLjFjMC0xLjgtMC44LTMuMS0yLjQtNA0KCWMtMS41LTAuNy0yLjktMS40LTQuNC0yQzE0Mi45LDEwLjgsMTQyLjEsOS4zLDE0Mi4xLDcuM3ogTTE1OC4zLDB2MTVoNy4xVjguOGgxLjl2MTMuOGgtMS45di02LjdoLTcuMXY2LjdoLTEuOVYwSDE1OC4zeg0KCSBNMTY5LjgsMTUuN2MwLTIuMywwLjYtNC4xLDEuOS01LjRjMS4yLTEuMiwyLjctMS43LDQuNS0xLjdjMS43LDAsMy4yLDAuNiw0LjUsMS44YzEuNSwxLjQsMi4yLDMuMiwyLjIsNS4zYzAsMi0wLjUsMy42LTEuNiw1DQoJYy0xLjIsMS41LTIuOCwyLjItNC44LDIuMmMtMS45LDAtMy41LTAuNy00LjgtMi4yQzE3MC41LDE5LjMsMTY5LjgsMTcuNiwxNjkuOCwxNS43eiBNMTcyLDE1LjhjMCwyLjMsMC41LDQuMSwxLjYsNS4yDQoJYzAuOCwwLjgsMS43LDEuMiwyLjcsMS4yYzEuNiwwLDIuOC0wLjcsMy42LTIuMmMwLjctMS4yLDEtMi42LDEtNC4yYzAtMi0wLjUtMy42LTEuNC00LjhjLTAuOC0xLjEtMS44LTEuNi0zLTEuNg0KCWMtMS42LDAtMi43LDAuNy0zLjUsMi4yQzE3Mi4zLDEyLjcsMTcyLDE0LjEsMTcyLDE1Ljh6IE0xODQsOC44aDEuOWw0LjIsMTEuMWwyLTUuM0wxOTAsOC44aDJsNC4xLDExLjJsNC4yLTExLjJoMWwtNSwxMy4xDQoJYy0wLjEsMC4yLTAuMiwwLjQtMC4zLDAuNmMtMC4xLDAuMS0wLjMsMC4yLTAuNCwwLjJjLTAuMiwwLTAuMy0wLjEtMC40LTAuMmMtMC4xLTAuMS0wLjItMC4zLTAuMy0wLjZsLTIuMy02LjFsLTIuMyw2LjENCgljLTAuMSwwLjItMC4yLDAuNC0wLjMsMC41Yy0wLjEsMC4yLTAuMywwLjItMC41LDAuMmMtMC4yLDAtMC4zLTAuMS0wLjUtMC4yYy0wLjEtMC4xLTAuMi0wLjMtMC4zLTAuNkwxODQsOC44eiBNMjExLjcsMjEuN3YwLjkNCgloLTYuNmMtMC43LDAtMS4yLTAuMi0xLjYtMC42Yy0wLjMtMC40LTAuNS0xLTAuNS0xLjhWMTFjMC0wLjcsMC4yLTEuMiwwLjYtMS42czAuOS0wLjYsMS42LTAuNmg2LjV2MC45aC01LjUNCgljLTAuOCwwLTEuMiwwLjQtMS4yLDEuMVYxNWg1LjV2MC45SDIwNXY0LjZjMCwwLjgsMC40LDEuMiwxLjIsMS4ySDIxMS43eiBNMjE0LjQsMjIuNlY4LjhoNC4zYzEuMywwLDIuMywwLjIsMy4yLDAuNw0KCWMxLjMsMC43LDEuOSwxLjcsMS45LDMuMmMwLDEtMC40LDEuOC0xLjIsMi40Yy0wLjcsMC41LTEuNiwwLjktMi43LDFsNC4xLDYuNWgtMi4zbC00LjctNy4zYzEuNywwLDIuOS0wLjEsMy41LTAuNA0KCWMwLjgtMC40LDEuMS0xLjEsMS4xLTIuMmMwLTEuMS0wLjMtMS44LTAuOS0yLjNjLTAuNi0wLjUtMS41LTAuNy0yLjUtMC43aC0xLjh2MTIuOUgyMTQuNHogTTIzOS4zLDIyLjZoLTUuNlYyLjFoNS4xDQoJYzMuMiwwLDUuOCwwLjcsOCwyLjJjMi42LDEuOCwzLjksNC41LDMuOSw4YzAsMy40LTEuMSw2LTMuMiw3LjhDMjQ1LjQsMjEuOCwyNDIuNywyMi42LDIzOS4zLDIyLjZ6IE0yMzUuOSwzLjJ2MTguNGgyLjcNCgljMy4yLDAsNS42LTAuOCw3LjItMi40YzEuNi0xLjYsMi40LTMuOCwyLjQtNi43YzAtMy40LTEtNS44LTMtNy40Yy0xLjYtMS4zLTQtMS45LTYuOS0xLjlIMjM1Ljl6IE0yNTIuNiwxNS43DQoJYzAtMi4zLDAuNi00LjEsMS45LTUuNGMxLjItMS4yLDIuNy0xLjcsNC41LTEuN2MxLjcsMCwzLjIsMC42LDQuNSwxLjhjMS41LDEuNCwyLjIsMy4yLDIuMiw1LjNjMCwyLTAuNSwzLjYtMS42LDUNCgljLTEuMiwxLjUtMi44LDIuMi00LjgsMi4yYy0xLjksMC0zLjUtMC43LTQuOC0yLjJDMjUzLjMsMTkuMywyNTIuNiwxNy42LDI1Mi42LDE1Ljd6IE0yNTQuOCwxNS44YzAsMi4zLDAuNSw0LjEsMS42LDUuMg0KCWMwLjgsMC44LDEuNywxLjIsMi43LDEuMmMxLjYsMCwyLjgtMC43LDMuNi0yLjJjMC43LTEuMiwxLTIuNiwxLTQuMmMwLTItMC41LTMuNi0xLjQtNC44Yy0wLjgtMS4xLTEuOC0xLjYtMy0xLjYNCgljLTEuNiwwLTIuNywwLjctMy41LDIuMkMyNTUuMSwxMi43LDI1NC44LDE0LjEsMjU0LjgsMTUuOHogTTI2Ny43LDE1LjdjMC0yLjMsMC42LTQuMSwxLjktNS40YzEuMi0xLjIsMi43LTEuNyw0LjUtMS43DQoJYzEuNywwLDMuMiwwLjYsNC41LDEuOGMxLjUsMS40LDIuMiwzLjIsMi4yLDUuM2MwLDItMC41LDMuNi0xLjYsNWMtMS4yLDEuNS0yLjgsMi4yLTQuOCwyLjJjLTEuOSwwLTMuNS0wLjctNC44LTIuMg0KCUMyNjguMywxOS4zLDI2Ny43LDE3LjYsMjY3LjcsMTUuN3ogTTI2OS44LDE1LjhjMCwyLjMsMC41LDQuMSwxLjYsNS4yYzAuOCwwLjgsMS43LDEuMiwyLjcsMS4yYzEuNiwwLDIuOC0wLjcsMy42LTIuMg0KCWMwLjctMS4yLDEtMi42LDEtNC4yYzAtMi0wLjUtMy42LTEuNC00LjhjLTAuOC0xLjEtMS44LTEuNi0zLTEuNmMtMS42LDAtMi43LDAuNy0zLjUsMi4yQzI3MC4xLDEyLjcsMjY5LjgsMTQuMSwyNjkuOCwxNS44eg0KCSBNMjgzLjIsMjIuNlY4LjhoNC4zYzEuMywwLDIuMywwLjIsMy4yLDAuN2MxLjMsMC43LDEuOSwxLjcsMS45LDMuMmMwLDEtMC40LDEuOC0xLjIsMi40Yy0wLjcsMC41LTEuNiwwLjktMi43LDFsNC4xLDYuNWgtMi4zDQoJbC00LjctNy4zYzEuNywwLDIuOS0wLjEsMy41LTAuNGMwLjgtMC40LDEuMS0xLjEsMS4xLTIuMmMwLTEuMS0wLjMtMS44LTAuOS0yLjNjLTAuNi0wLjUtMS41LTAuNy0yLjUtMC43aC0xLjh2MTIuOUgyODMuMnoNCgkgTTI5Ni42LDIuMmMtMS45LDAtMy40LDEuNS0zLjQsMy40czEuNSwzLjQsMy40LDMuNGMxLjksMCwzLjQtMS41LDMuNC0zLjRTMjk4LjUsMi4yLDI5Ni42LDIuMnogTTI5Ni42LDguNmMtMS42LDAtMy0xLjMtMy0zDQoJYzAtMS42LDEuMy0zLDMtM2MxLjYsMCwzLDEuMywzLDNDMjk5LjYsNy4zLDI5OC4yLDguNiwyOTYuNiw4LjZ6IE0yOTUuNyw1Ljl2MS43aC0wLjVWMy43aDEuOGMwLjQsMCwwLjcsMC4xLDAuOSwwLjINCgljMC4yLDAuMiwwLjQsMC40LDAuNCwwLjhjMCwwLjMsMCwwLjUtMC4xLDAuNmMtMC4xLDAuMS0wLjIsMC4zLTAuNCwwLjNjMC4xLDAuMSwwLjMsMC4xLDAuMywwLjJzMC4xLDAuMywwLjEsMC41bDAsMC43DQoJYzAsMC4xLDAsMC4yLDAsMC4yYzAsMC4xLDAuMSwwLjEsMC4yLDAuMXYwLjFoLTAuNmMwLTAuMSwwLTAuMi0wLjEtMC4zYzAtMC4xLDAtMC4zLDAtMC40YzAtMC4xLDAtMC4yLDAtMC4zYzAtMC4yLDAtMC40LTAuMS0wLjUNCglzLTAuMy0wLjItMC42LTAuMkgyOTUuN3ogTTI5NS43LDQuMXYxLjNoMS4yYzAuMiwwLDAuNCwwLDAuNi0wLjFjMC4xLTAuMSwwLjItMC4zLDAuMi0wLjVjMC0wLjQtMC4yLTAuNy0wLjctMC43SDI5NS43eiIvPg0KPC9zdmc+DQo=");
        opacity: 0; } }
  @media (min-width: 1024px) {
    header .live-chat-custom-glass {
      position: absolute;
      top: 2%;
      right: 170px;
      display: inline-block;
      margin: 22px 27px 0 0;
      width: 15%; } }
  @media (min-width: 1450px) {
    header h1 {
      width: 370px; }
    header .live-chat-custom-glass {
      top: -9px;
      width: 300px; } }

.menu ul {
  display: flex;
  justify-content: center; }

.menu li {
  box-sizing: border-box;
  transition: 300ms background-color;
  cursor: pointer;
  text-align: center;
  position: relative;
  float: left;
  color: #fff; }
  .menu li:last-child {
    border-right: none; }
  .menu li.unavailable,
  .menu li.unavailable * {
    cursor: default; }

.product-accessories-block .product-accessories-item {
  position: relative; }

.menu ul li span.finished {
  display: none; }

.product-accessories-block .product-accessories-item .finished,
.menu ul li.finish span.finished,
.menu ul li.glass span.finished,
.menu ul li.door span.finished,
.menu ul li.wall span.finished,
.menu ul li.type span.finished {
  position: absolute;
  right: -2px;
  top: 1px;
  left: auto;
  display: inline-block;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: 90%; }

.menu ul .active,
.menu ul .ui-state-active,
.menu ul li.finish.ui-state-active,
.menu ul li.glass.ui-state-active {
  background: transparent; }

.menu ul a:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  height: 100%; }

.menu ul li a {
  display: inline-block;
  padding: 14px 25px 8px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  color: #231F20;
  position: relative;
  border-radius: 0 0 20px 20px;
  text-transform: uppercase; }
  .menu ul li a strong {
    font-weight: 300; }
  @media (min-width: 992px) {
    .menu ul li a {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .menu ul li a {
      font-weight: 400;
      display: flex; } }

.menu ul .active {
  color: #333;
  z-index: 200; }
  .menu ul .active a {
    color: #fff;
    background: var(--primary-color);
    font-weight: 500; }
    .menu ul .active a:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 10px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #fff;
      margin-left: -2px; }
    @media (max-width: 767px) {
      .menu ul .active a {
        border-radius: 0;
        font-weight: 700; }
        .menu ul .active a:after {
          display: none; } }

.menu ul li span {
  position: absolute;
  height: 21px;
  width: 21px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  margin: 8px auto 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  font-family: Helvetica, Arial, 'sans-serif'; }

.menu ul li a span {
  background: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 23px;
  margin: 4px auto 0px auto;
  font-family: Roboto;
  font-weight: 900; }

.menu ul li.active a span {
  color: #fff; }

.menu .thumbnail {
  display: none; }

.menu .finished {
  display: none !important; }

.arrows {
  display: none;
  position: fixed;
  color: #88979E;
  width: 85px;
  height: 12px;
  border: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  padding-top: 45px;
  letter-spacing: 0;
  z-index: 14;
  top: 50%;
  margin-top: -42px;
  cursor: pointer; }
  .arrows:before {
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 6px; }
  .arrows span {
    display: block; }

.next {
  right: 2%; }

.next:before {
  background-image: url("/images/next.png"); }

.prev {
  left: 2%; }

.prev:before {
  background-image: url("/images/prev.png"); }

.popup-container .popup-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 34px;
  height: 34px;
  z-index: 200;
  font-family: "FreeSetCTT", sans-serif; }

.popup.is-visible {
  opacity: 1;
  z-index: 1000;
  visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible;
  overflow: auto; }

.is-visible .popup-container {
  transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  visibility: visible;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  -o-backface-visibility: visible; }

.popup-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  min-height: 300px;
  min-width: 300px;
  max-width: 600px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  padding: 20px 20px 30px 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  overflow: hidden;
  font-family: "Roboto", sans-serif; }
  .popup-container h1 {
    margin: 30px 0 12px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    text-align: center; }
    @media (max-width: 767px) {
      .popup-container h1 {
        font-size: 22px; } }
  .popup-container .form-label {
    margin-bottom: 6px;
    color: #7D7D7D;
    font-weight: normal; }
    @media (max-width: 767px) {
      .popup-container .form-label {
        font-size: 12px; } }
  .popup-container .form-control {
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #D6D7DC;
    outline-color: var(--primary-color);
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 767px) {
      .popup-container .form-control {
        font-size: 14px; } }
  .popup-container input.form-control {
    min-height: 41px;
    color: #231F20; }
  .popup-container .btn-submit {
    border-radius: 20px;
    text-align: center;
    font-family: "Roboto", sans-serif; }
    @media (max-width: 767px) {
      .popup-container .btn-submit {
        font-size: 16px; } }
    .popup-container .btn-submit .icon2-arrow-r {
      display: none; }

.popup-container div.ng-binding {
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "FreeSetCTT", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-align: left; }

.popup-container h3.ng-binding {
  font-family: "FreeSetCTT", sans-serif;
  margin: 19px 0 0;
  padding-left: 16px;
  font-size: 12px;
  color: #333;
  font-weight: 900;
  text-align: left; }

.popup-container ul.ng-binding {
  margin-left: 13px; }

.popup-container ul.ng-binding:last-of-type {
  width: 53%; }

.popup-container ul.ng-binding li {
  color: #333;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 1px; }

.popup-container .popup-close::before, .popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  width: 23px;
  height: 2px;
  background-color: var(--primary-color); }

.popup-container .popup-close::before {
  transform: rotate(45deg); }

.popup-container .popup-close::after {
  transform: rotate(-45deg); }

.popup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.lightbox-content .ng-bind-html {
  margin-left: 10px;
  margin-right: 10px; }

.popup-container p.ng-binding {
  margin-left: 15px;
  margin-right: 15px; }
  @media (max-width: 767px) {
    .popup-container p.ng-binding {
      margin-left: 0;
      margin-right: 0; } }

.product-popup .popup-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 2; }

.product-popup #center-column {
  padding: 0 10px;
  margin: 40px auto 0;
  max-width: 964px; }

.product-popup .pb-left-column {
  width: 291px;
  padding: 15px 19px;
  margin-right: 5.3%;
  border: 1px solid #d8d8d9; }

.popup-txt-box {
  display: block;
  margin: 0 auto 10px;
  padding: 20px 10px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  max-height: 65vh;
  overflow: auto; }
  @media (max-width: 767px) {
    .popup-txt-box {
      padding: 0;
      border: none; } }

.popup-txt {
  display: block;
  margin: 0;
  padding: 0;
  color: #231F20;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.4;
  text-align: left; }
  @media (max-width: 767px) {
    .popup-txt {
      font-size: 16px;
      line-height: 24px; } }

footer {
  padding-top: 0;
  padding-bottom: 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: var(--primary-color);
  min-height: 115px; }

/* =============================================================================
Content
========================================================================== */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

body {
  visibility: hidden; }

.wrapper {
  min-height: 100%;
  background: #fff;
  position: relative; }

.container {
  width: 97%;
  margin: 0 auto;
  max-width: 1660px;
  position: relative; }

.header-is-sticked .menu {
  display: none; }

.header__title {
  color: #fff;
  font-family: "open_sanslight";
  font-size: 33px;
  letter-spacing: 1px;
  padding: 2px 48px 2px 0;
  margin-right: 25px;
  float: left;
  text-align: left; }
  .header__title strong {
    letter-spacing: 2px;
    display: block;
    font-family: "open_sansregular";
    font-weight: 700; }
  @media all and (max-width: 1023px) {
    .header__title {
      font-size: 26px; } }
  @media all and (max-width: 767px) {
    .header__title {
      font-size: 12px;
      margin-left: 55px;
      padding: 0; } }
  @media all and (max-width: 520px) {
    .header__title {
      display: none; } }

.logo img + a {
  margin-top: 3px; }

.logo {
  display: inline-block;
  float: left;
  width: 240px;
  margin-left: 50px; }
  .logo a {
    display: inline-block; }
  .logo a + a {
    margin-left: 5px; }
  @media (max-width: 767px) {
    .logo {
      width: 162px; } }
  @media (max-width: 360px) {
    .logo {
      width: 130px; } }
  @media (min-width: 521px) {
    .logo {
      float: none;
      margin-left: 0; } }
  @media (min-width: 768px) {
    .logo {
      float: left; } }

.logo img {
  width: auto;
  max-width: 100%; }

.primary-clr {
  color: var(--primary-color); }

.help-block {
  float: right;
  margin-left: auto; }

.help-block a {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  margin-right: 4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: normal; }

.help-block a.disabled {
  cursor: default; }

.help-block a i,
.help-block a.disabled:hover i {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
  color: #fff;
  border-radius: 100%;
  font-size: 26px;
  transform: none; }
  @media (max-width: 480px) {
    .help-block a i,
    .help-block a.disabled:hover i {
      font-size: 24px; } }

form[name~="shareForm"] {
  width: 65%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    form[name~="shareForm"] {
      width: 100%; } }

form[name~="shareForm"] div {
  text-align: left;
  margin-bottom: 17px;
  font-size: 16px; }

form[name~="shareForm"] textarea {
  min-height: 70px;
  resize: vertical; }

form[name~="shareForm"] div input,
form[name~="shareForm"] div textarea {
  padding: 2px 5px;
  width: 100%; }

form[name~="shareForm"] div input.ng-dirty.ng-invalid {
  border: 1px solid #f00; }

form[name~="shareForm"] .error-msg {
  margin-top: 2px;
  color: red;
  font-size: 13px; }

.help-block a i:before {
  line-height: 29px; }

.help-block a:hover i {
  width: 31px;
  height: 31px;
  transform: scale(1.1);
  margin-bottom: 4px; }

.help-block a:hover i:before {
  line-height: 31px; }

.help-block a.disabled:hover i:before {
  line-height: 29px; }

/* burger menu style */
.menu-opener {
  display: block;
  position: absolute;
  left: 0;
  top: 2px; }
  @media (min-width: 768px) {
    .menu-opener {
      display: none; } }

.menu-btn {
  position: relative;
  float: right;
  width: 48px !important;
  height: 48px;
  background: #fff;
  border-radius: 3px; }

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 25%;
  right: 25%;
  height: 4px;
  margin-top: -2px;
  /* height/2 */
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

.menu-btn:before,
.menu-btn:after {
  content: "";
  top: 30%; }

.menu-btn:after {
  top: 70%; }

.opened .menu-btn span {
  width: 0;
  opacity: 0; }

.opened .menu-btn:before {
  transform: rotate(45deg);
  top: 50%;
  left: 8px;
  right: 19%; }

.opened .menu-btn:after {
  transform: rotate(-45deg);
  top: 50%;
  left: 8px;
  right: 19%; }

/* close button transition */
.active .menu-btn span {
  opacity: 0; }

.menu-btn:hover {
  opacity: 0.9; }

.active .menu-btn:after,
.active .menu-btn:before {
  transform: rotate(45deg);
  top: 50%;
  left: 15%;
  right: 15%; }

.active .menu-btn:after {
  transform: rotate(-45deg); }

/* ---Help Popup--- */
.col-img__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.col-img__inner .btn-confirm {
  top: auto;
  bottom: -60px;
  left: 50%;
  margin: 0;
  min-width: 140px;
  transform: translateX(-50%); }
  @media (min-width: 768px) {
    .col-img__inner .btn-confirm {
      bottom: -70px; } }

.contacts {
  max-width: 60%;
  margin: 0 auto;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  top: -8px;
  left: 20%;
  z-index: 99;
  background: #fff;
  min-height: calc(100% + 26px);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media all and (max-width: 1300px) {
    .contacts {
      max-width: 70%;
      left: 15%; } }
  @media all and (max-width: 767px) {
    .contacts a,
    .contacts p {
      font-size: 12px; } }
  @media all and (max-width: 600px) {
    .contacts {
      max-width: 100%;
      left: 0;
      padding: 5px; } }
  @media all and (max-width: 374px) {
    .contacts p {
      font-size: 10px;
      line-height: 1.2; } }
  .contacts-item {
    background: var(--primary-color);
    border-radius: 5px;
    padding: 5px 15px;
    align-items: center;
    display: flex;
    margin: 10px;
    min-height: 50px; }
    @media all and (max-width: 600px) {
      .contacts-item {
        margin: 5px 10px; } }
    .contacts-item i {
      color: #fff;
      font-size: 22px;
      margin-right: 15px; }
      @media all and (max-width: 600px) {
        .contacts-item i {
          font-size: 12px;
          margin-right: 5px; } }
    .contacts-item a {
      color: #fff; }

.result-pginfo .result-pgoptions > li:last-child,
.product-popup .result-pgoptions > li:last-child,
.result-pginfo .result-pgoptions li,
.product-popup .result-pgoptions li,
.result-pginfo .result-pgoptions,
.product-popup .result-pgoptions {
  border: 0; }

.result-pginfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.popup-container .tabs .choice-block {
  width: auto; }

.popup-container .col-3 div {
  margin-left: 20px;
  width: 205px; }

.popup-container .popup-title {
  padding: 0 25px;
  font-size: 24px;
  margin-bottom: 25px; }

.popup-container #short_description_content {
  text-align: left; }

#short_description_block {
  border-bottom: 1px solid #d8d8d9;
  padding-bottom: 6px;
  overflow: hidden;
  margin-bottom: 8px; }

#short_description_block p {
  margin-left: 0;
  margin-right: 0; }

.product-price {
  text-decoration: line-through;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 4px;
  display: inline-block;
  color: #bcbec0;
  font-size: 30px;
  font-weight: normal; }

.product-price sup {
  font-size: 12px; }

.product-see {
  color: #6d6e71;
  padding: 0 0 0 13px;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 600; }

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: rgba(0, 0, 0, 0);
  white-space: nowrap; }

/* ---Main--- */
.product-accessories-block .product-accessories-item span,
.product-accessories-block .product-accessories-item:hover span,
.product-accessories-block .product-accessories-item span.finished,
.product-accessories-block .product-accessories-item:hover span.finished {
  right: -1px;
  top: 1px; }

.anotherSelection {
  display: none; }

.product-accessories-block .product-accessories-item span {
  position: absolute;
  height: 21px;
  width: 21px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  margin: 8px auto 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  background: var(--primary-color);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: Helvetica, Arial, "sans-serif"; }

.tabs {
  width: 100%; }

.tabs-container {
  position: static;
  margin: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%; }

.tabs-container h2 {
  padding: 0 10px;
  text-align: center;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0;
  color: var(--primary-color); }
  @media (min-width: 940px) {
    .tabs-container h2 {
      min-height: 1.9em; } }

#wall-number-1 .choice-block {
  width: 870px; }

.passed-questions-item {
  /* padding-top: 30px;*/ }
  @media (max-width: 767px) and (orientation: portrait) {
    .passed-questions-item {
      /*padding-top: 10px;*/
      padding-bottom: 70px; } }

.passed-questions-item .choice-block h2 {
  text-transform: uppercase; }

.tabs .choice-block {
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 50px; }

.ui-tabs-panel[aria-hidden="false"] .choice-block {
  -webkit-animation: appear 300ms ease;
  animation: appear 300ms ease; }

.dimensions-list {
  position: relative;
  height: 100%;
  padding-top: 35px; }
  .dimensions-list:after {
    content: "";
    clear: both;
    display: table; }

.dimensions-help-link {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  background-repeat: no-repeat; }

.flex-cleaner,
.confirm-wrapper {
  display: block;
  position: relative;
  width: 100% !important;
  float: none !important; }

button.btn-confirm,
button.hardware-btn-confirm {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 120px;
  height: 25px;
  color: #fff;
  font-weight: bold;
  border: 0;
  border-radius: 3px;
  z-index: 10; }

.button.btn-confirm {
  width: 100%;
  /*max*/ }

button.btn-confirm:disabled,
button.hardware-btn-confirm:disabled {
  background: #ccc; }

button.btn-confirm:disabled:hover,
button.hardware-btn-confirm:disabled:hover {
  background: #ccc; }

button.hardware-btn-confirm {
  bottom: 0; }

.tabs .choice-block {
  line-height: 20px;
  cursor: auto; }

#extras-5 .choice-block ul li {
  padding: 0 0 0 0; }

#extras-5 .choice-block ul {
  margin: 0 0 0 0; }

.choice-block .center {
  width: 120px; }

.choice-block .img-wrapper {
  border: 1px solid transparent;
  padding: 15px 15px 35px;
  height: auto !important;
  position: relative;
  display: inline-block; }
  .choice-block .img-wrapper img {
    margin: 0 auto;
    display: block;
    width: 123%;
    height: auto; }

@media (min-width: 768px) {
  .choice-block .img-wrapper img {
    width: auto;
    max-width: 224px;
    max-height: 234px; } }

.col-2 .img-wrapper img {
  width: 100%;
  height: auto;
  max-width: 224px;
  max-height: none; }

.choice-block .center span {
  background-color: #e3ebec;
  width: 65px;
  height: 65px;
  display: block;
  line-height: 65px;
  margin: 125px auto 0;
  border-radius: 50%;
  text-transform: uppercase;
  font-family: "vw_headline_otblack";
  font-weight: normal; }

.choice-block .img-wrapper .remove-btn {
  display: none; }

.tabs .choice-block h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  width: 100%;
  text-align: center; }

.tabs .choice-block .checkbox input {
  display: none; }

/*.spinner {
    margin-bottom: 5px;
}*/
#isNotStraight {
  cursor: pointer; }

#isNotStraight input {
  display: inline-block;
  margin: -3px 5px 0 0; }

div.item-info {
  height: 100%;
  width: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto !important;
  text-align: center;
  cursor: auto; }

.item-info:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.checkbox {
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%; }

.check .icon2-check {
  display: none;
  position: absolute;
  top: 7%;
  right: 17%;
  padding: 11px;
  width: 36px;
  height: 36px;
  color: var(--primary-color);
  font-size: 14px;
  border-radius: 50%;
  background: white;
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.2); }

@media (min-width: 768px) {
  .check .icon2-check {
    top: 14%;
    right: 23%; } }

.choice-block .item-info h3 {
  padding: 0 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  line-height: 1.15em;
  color: #231F20;
  white-space: nowrap; }
  @media (min-width: 320px) and (orientation: landscape) {
    .choice-block .item-info h3 {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .choice-block .item-info h3 {
      font-size: 20px; } }
  @media (min-width: 940px) and (orientation: landscape) {
    .choice-block .item-info h3 {
      font-size: 16px;
      bottom: 2px; } }

.choice-block.col-3 .item-info h3 {
  padding-right: 15px;
  /* @media (min-width: 768px) {
    padding-right: 50px;
  }*/ }
  @media (orientation: portrait) and (max-width: 767px) {
    .choice-block.col-3 .item-info h3 {
      bottom: 20px; } }

@media (min-width: 768px) {
  .choice-block.col-4 .item-info h3 {
    padding-right: 0;
    padding-left: 42px; } }

@media (orientation: portrait) and (max-width: 767px) {
  .choice-block.col-4 .item-info h3 {
    bottom: 20px; } }

#extras-5 .choice-block .item-info h3 {
  display: block;
  position: absolute;
  bottom: 12px;
  width: 100%; }

.tabs .choice-block .checkbox input {
  display: none; }

input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  height: 80%;
  width: 60%;
  margin: 0 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  vertical-align: middle;
  transform: translate(-10px, 0); }

input[type="checkbox"]:checked + label::before {
  display: inline-block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  vertical-align: middle; }

div.img-wrapper.checked {
  padding: 15px 15px 35px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  position: relative; }
  div.img-wrapper.checked .icon2-check {
    display: inline-flex; }

.flip-block {
  position: relative;
  height: 100%; }

.dimensions-block.choice-block ul li label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 5px; }
  @media all and (max-width: 959px) {
    .dimensions-block.choice-block ul li label {
      display: flex;
      align-items: center;
      min-height: 26px; } }

.dimensions-block.choice-block .measure-width-block label:not(.checkbox-in-box) {
  font-weight: 600; }

.dimensions-block.choice-block .measure-width-block label:first-letter {
  text-transform: uppercase;
  display: inline-block; }

.dimensions-block.choice-block ul li label:first-letter {
  text-transform: uppercase; }

.more {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 0;
  /*position: absolute;*/
  /*    left: 0px;
    right: 0px;
    top: 15px;*/
  z-index: 100; }

.more a {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  background: none !important; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 18px; }

.spinner label {
  display: block; }

.dimensions-block .spinner label {
  font-size: 9px; }

@media (min-width: 420px) {
  .dimensions-block .spinner label {
    font-size: 12px; } }

.spinner select {
  width: 49%;
  margin-bottom: 5px;
  background-position: right -26px; }

.spinner input[type="text"] {
  height: 30px;
  width: 49%;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px; }

/*-------------------------------------------- ------------------------*/
.dimensions-indicator-fraction {
  opacity: 0;
  font-size: 12px; }
  @media (min-width: 320px) {
    .dimensions-indicator-fraction {
      opacity: 1; } }

.dimensions-indicator {
  position: absolute;
  color: #f38c34;
  text-shadow: 1px 0 3px #ffffff; }

.dimensions-indicator.disabled,
.dimensions-indicator[disabled] {
  color: #a8a6a6; }

.dimensions-indicator-installation_type {
  display: none; }

.dimensions-list img.right-image {
  display: none; }

.dimensions-flip-image img.right-image {
  display: block; }

.dimensions-flip-image img.left-image {
  display: none; }

.js-animation-base-head {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  align-items: center; }

@media all and (max-width: 767px) {
  .js-animation-base-head {
    position: absolute;
    bottom: 48px;
    margin: 0;
    left: 0;
    width: 100%;
    z-index: 1; } }

.js-animation-base-head span {
  display: flex;
  cursor: pointer; }
  @media all and (max-width: 767px) {
    .js-animation-base-head span {
      background: #f2f6f9;
      border: 1px solid #5383be;
      border-radius: 4px;
      padding: 8px;
      width: calc(50% - 4px);
      font-size: 15px;
      min-width: 165px;
      margin: 0 2px; } }
  @media all and (max-width: 375px) {
    .js-animation-base-head span {
      min-width: 151px;
      padding: 8px 5px;
      font-size: 14px; } }

.js-animation-base-head svg {
  margin-right: 10px; }
  @media all and (max-width: 375px) {
    .js-animation-base-head svg {
      margin-right: 5px; } }

/* --- 3 (two-wall)---*/
/* --- 3 normal ---*/
/* --- 3 normal original ---*/
.dimensions-indicator[data-group="width"] {
  transform: rotate(0deg);
  top: 25%;
  left: 48%; }

.dimensions-indicator[data-group="height"] {
  top: 25%;
  left: 73%;
  width: 40px;
  text-align: left; }

.dimensions-indicator[data-type="F"] {
  right: 43%;
  bottom: 44%;
  width: 40px; }
  @media (min-width: 480px) {
    .dimensions-indicator[data-type="F"] {
      right: 45%;
      bottom: 40%; } }
  @media (min-width: 560px) {
    .dimensions-indicator[data-type="F"] {
      right: 47%;
      bottom: 38%; } }
  @media (min-width: 768px) {
    .dimensions-indicator[data-type="F"] {
      bottom: 32%; } }
  @media (min-width: 960px) {
    .dimensions-indicator[data-type="F"] {
      right: 45%;
      bottom: 39%; } }

.dimensions-indicator[data-type="M"] {
  top: 49%;
  left: 34%;
  width: 40px; }
  @media (min-width: 410px) {
    .dimensions-indicator[data-type="M"] {
      top: 52%;
      left: 35%; } }
  @media (min-width: 520px) {
    .dimensions-indicator[data-type="M"] {
      top: 54%;
      left: 37%; } }
  @media (min-width: 610px) {
    .dimensions-indicator[data-type="M"] {
      top: 58%;
      left: 38%; } }
  @media (min-width: 768px) {
    .dimensions-indicator[data-type="M"] {
      top: 62%;
      left: 37%; } }
  @media (min-width: 960px) {
    .dimensions-indicator[data-type="M"] {
      top: 56%;
      left: 36%; } }

/* --- 3 normal flip ---*/
.dimensions-flip-image .dimensions-indicator[data-group="width"] {
  transform: rotate(0deg);
  top: 22%;
  left: 48%; }
  @media (min-width: 560px) {
    .dimensions-flip-image .dimensions-indicator[data-group="width"] {
      top: 29%; } }

.dimensions-flip-image .dimensions-indicator[data-group="height"] {
  top: 25%;
  left: 14%;
  text-align: right; }
  @media (min-width: 560px) {
    .dimensions-flip-image .dimensions-indicator[data-group="height"] {
      left: 18%; } }

.dimensions-flip-image .dimensions-indicator[data-type="F"] {
  right: 48%;
  bottom: 36%;
  width: 40px; }
  @media (min-width: 560px) {
    .dimensions-flip-image .dimensions-indicator[data-type="F"] {
      right: 46.5%;
      bottom: 36.5%; } }

.dimensions-flip-image .dimensions-indicator[data-type="M"] {
  top: 54%;
  left: 54%;
  width: 40px; }
  @media (min-width: 560px) {
    .dimensions-flip-image .dimensions-indicator[data-type="M"] {
      top: 58%;
      left: 56%; } }
  @media (min-width: 768px) {
    .dimensions-flip-image .dimensions-indicator[data-type="M"] {
      top: 62%;
      left: 55%; } }
  @media (min-width: 960px) {
    .dimensions-flip-image .dimensions-indicator[data-type="M"] {
      top: 57%; } }

/* --- 3 plumb (not-plumb-wall) ---*/
.not-plumb-wall .dimensions-indicator[data-type="A"] {
  transform: rotate(7deg);
  top: -4%; }
  @media (min-width: 560px) {
    .not-plumb-wall .dimensions-indicator[data-type="A"] {
      top: -2%; } }

.not-plumb-wall .dimensions-indicator[data-type="B"] {
  transform: rotate(0deg);
  top: 25%; }
  @media (min-width: 560px) {
    .not-plumb-wall .dimensions-indicator[data-type="B"] {
      top: 29%; } }

.not-plumb-wall .dimensions-indicator[data-type="C"] {
  transform: rotate(-10deg);
  top: 69%;
  left: 59%; }
  @media (min-width: 420px) {
    .not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 71%; } }
  @media (min-width: 470px) {
    .not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 74%; } }
  @media (min-width: 560px) {
    .not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 74%; } }
  @media (min-width: 650px) {
    .not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 79%; } }
  @media (min-width: 768px) {
    .not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 84%; } }
  @media (min-width: 960px) {
    .not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 76%;
      left: 58%; } }

.not-plumb-wall .dimensions-indicator[data-type="F"] {
  top: 53%;
  right: 40%; }
  @media (min-width: 440px) {
    .not-plumb-wall .dimensions-indicator[data-type="F"] {
      top: 52%; } }
  @media (min-width: 500px) {
    .not-plumb-wall .dimensions-indicator[data-type="F"] {
      top: 54%;
      right: 46%; } }
  @media (min-width: 660px) {
    .not-plumb-wall .dimensions-indicator[data-type="F"] {
      top: 57%;
      right: 47%; } }
  @media (min-width: 768px) {
    .not-plumb-wall .dimensions-indicator[data-type="F"] {
      top: 59%;
      right: 46%; } }
  @media (min-width: 960px) {
    .not-plumb-wall .dimensions-indicator[data-type="F"] {
      top: 53%;
      right: 44%; } }

.not-plumb-wall .dimensions-indicator[data-type="M"] {
  top: 48%;
  left: 35%; }
  @media (min-width: 500px) {
    .not-plumb-wall .dimensions-indicator[data-type="M"] {
      top: 53%;
      left: 37%; } }
  @media (min-width: 560px) {
    .not-plumb-wall .dimensions-indicator[data-type="M"] {
      top: 55%; } }
  @media (min-width: 660px) {
    .not-plumb-wall .dimensions-indicator[data-type="M"] {
      top: 57%;
      left: 38%; } }
  @media (min-width: 768px) {
    .not-plumb-wall .dimensions-indicator[data-type="M"] {
      top: 60%;
      left: 37%; } }
  @media (min-width: 960px) {
    .not-plumb-wall .dimensions-indicator[data-type="M"] {
      top: 55%;
      left: 36%; } }

.not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="F"] {
  top: 51%;
  right: 47%; }
  @media (min-width: 560px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="F"] {
      top: 55%;
      right: 46%; } }
  @media (min-width: 768px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="F"] {
      top: 59%;
      right: 45%; } }
  @media (min-width: 960px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="F"] {
      top: 53%; } }

.not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="M"] {
  top: 51%;
  left: 54%; }
  @media (min-width: 560px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="M"] {
      top: 56%;
      left: 56%; } }
  @media (min-width: 768px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="M"] {
      top: 60%;
      left: 56%; } }
  @media (min-width: 960px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="M"] {
      top: 54%;
      left: 56%; } }

/* 3 wall tub */
.tub .dimensions-flip-image .dimensions-indicator[data-group="width"],
.tub .dimensions-indicator[data-group="width"] {
  top: 31%; }
  @media (min-width: 560px) {
    .tub .dimensions-flip-image .dimensions-indicator[data-group="width"],
    .tub .dimensions-indicator[data-group="width"] {
      top: 35%; } }

.tub .dimensions-flip-image .dimensions-indicator[data-group="height"],
.tub .dimensions-indicator[data-group="height"] {
  top: 16%; }

.not-plumb-wall.tub .dimensions-indicator[data-type="A"],
.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="A"] {
  top: -2%; }

.not-plumb-wall.tub .dimensions-indicator[data-type="B"],
.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="B"] {
  top: 33%; }
  @media (min-width: 768px) {
    .not-plumb-wall.tub .dimensions-indicator[data-type="B"],
    .not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="B"] {
      top: 35%; } }
  @media (min-width: 960px) {
    .not-plumb-wall.tub .dimensions-indicator[data-type="B"],
    .not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="B"] {
      top: 32%; } }

.not-plumb-wall.tub .dimensions-indicator[data-type="C"] {
  transform: rotate(-3deg);
  top: 54%;
  left: 51%; }
  @media (min-width: 560px) {
    .not-plumb-wall.tub .dimensions-indicator[data-type="C"] {
      top: 60%; } }
  @media (min-width: 960px) {
    .not-plumb-wall.tub .dimensions-indicator[data-type="C"] {
      top: 58%; } }

.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
  transform: rotate(3deg);
  top: 53%;
  left: 44%; }
  @media (min-width: 560px) {
    .not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 58%;
      left: 47%; } }
  @media (min-width: 768px) {
    .not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 62%; } }
  @media (min-width: 960px) {
    .not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 56%; } }

/* --- 3 plumb flip ---*/
.not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="A"] {
  transform: rotate(-8deg);
  top: -5%; }
  @media (min-width: 560px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="A"] {
      top: -3%; } }

.not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="B"] {
  transform: rotate(0deg);
  top: 24%; }
  @media (min-width: 560px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="B"] {
      top: 30%; } }
  @media (min-width: 960px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="B"] {
      top: 29%; } }

.not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="C"] {
  transform: rotate(10deg);
  top: 71%;
  left: 38%; }
  @media (min-width: 470px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="C"] {
      top: 74%; } }
  @media (min-width: 560px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="C"] {
      top: 77%; } }
  @media (min-width: 680px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="C"] {
      top: 80%;
      left: 41%; } }
  @media (min-width: 768px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="C"] {
      top: 84%; } }
  @media (min-width: 960px) {
    .not-plumb-wall .dimensions-flip-image .dimensions-indicator[data-type="C"] {
      top: 76%;
      left: 39%; } }

/* --- 2 (two-wall) ---*/
/* --- 2 normal ---*/
/* --- 2 normal original ---*/
.two-wall .dimensions-indicator[data-group="width"] {
  transform: rotate(0deg);
  top: 19%;
  left: 44%; }
  @media (min-width: 560px) {
    .two-wall .dimensions-indicator[data-group="width"] {
      top: 23%; } }
  @media (min-width: 960px) {
    .two-wall .dimensions-indicator[data-group="width"] {
      top: 20%; } }

.two-wall .dimensions-indicator[data-group="height"] {
  top: 19%;
  left: 22%;
  max-width: 40px; }

.two-wall.notched .dimensions-indicator[data-group="height"] {
  top: 30%;
  left: 77%;
  max-width: 40px; }

.two-wall .dimensions-indicator[data-type="F"] {
  left: 14%;
  top: 45%;
  width: 40px; }
  @media (min-width: 460px) {
    .two-wall .dimensions-indicator[data-type="F"] {
      left: 17%;
      top: 47%; } }
  @media (min-width: 560px) {
    .two-wall .dimensions-indicator[data-type="F"] {
      left: 22%;
      top: 48%; } }
  @media (min-width: 768px) {
    .two-wall .dimensions-indicator[data-type="F"] {
      left: 21%;
      top: 53%; } }
  @media (min-width: 960px) {
    .two-wall .dimensions-indicator[data-type="F"] {
      left: 20%;
      top: 45%; } }

.two-wall .dimensions-indicator[data-type="M"] {
  top: 50%;
  left: 38%;
  width: 40px; }
  @media (min-width: 560px) {
    .two-wall .dimensions-indicator[data-type="M"] {
      top: 54%;
      left: 40%; } }
  @media (min-width: 768px) {
    .two-wall .dimensions-indicator[data-type="M"] {
      top: 58%; } }
  @media (min-width: 960px) {
    .two-wall .dimensions-indicator[data-type="M"] {
      top: 53%;
      left: 39%; } }

.two-wall .dimensions-indicator[data-type="G"] {
  top: 49%;
  left: 29%;
  width: 40px; }
  @media (min-width: 560px) {
    .two-wall .dimensions-indicator[data-type="G"] {
      top: 53%;
      left: 31%; } }
  @media (min-width: 768px) {
    .two-wall .dimensions-indicator[data-type="G"] {
      top: 57%;
      left: 30%; } }
  @media (min-width: 960px) {
    .two-wall .dimensions-indicator[data-type="G"] {
      top: 52%;
      left: 30%; } }

.two-wall .dimensions-indicator[data-group="depth"] {
  transform: rotate(0deg);
  top: 30%;
  left: 59%; }
  @media (min-width: 560px) {
    .two-wall .dimensions-indicator[data-group="depth"] {
      top: 36%; } }
  @media (min-width: 768px) {
    .two-wall .dimensions-indicator[data-group="depth"] {
      top: 38%; } }
  @media (min-width: 960px) {
    .two-wall .dimensions-indicator[data-group="depth"] {
      top: 34%; } }

.two-wall.tub .dimensions-indicator[data-group="width"] {
  transform: rotate(0deg);
  top: 26%;
  left: 37%; }
  @media (min-width: 560px) {
    .two-wall.tub .dimensions-indicator[data-group="width"] {
      top: 28.5%; } }

.two-wall.tub .dimensions-indicator[data-group="height"] {
  top: 12%;
  left: 21%; }
  @media (min-width: 560px) {
    .two-wall.tub .dimensions-indicator[data-group="height"] {
      top: 16%;
      left: 23%; } }
  @media (min-width: 768px) {
    .two-wall.tub .dimensions-indicator[data-group="height"] {
      left: 22%; } }
  @media (min-width: 960px) {
    .two-wall.tub .dimensions-indicator[data-group="height"] {
      top: 13%;
      left: 21%; } }

.two-wall.tub .dimensions-indicator[data-group="depth"] {
  transform: rotate(0deg);
  top: 26%;
  left: 71%;
  width: 40px; }

/* --- 2 normal flip ---*/
.two-wall .dimensions-flip-image .dimensions-indicator[data-group="width"] {
  transform: rotate(0deg);
  top: 18%;
  left: 51%; }
  @media (min-width: 560px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-group="width"] {
      top: 24%; } }
  @media (min-width: 960px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-group="width"] {
      top: 22%; } }

.two-wall .dimensions-flip-image .dimensions-indicator[data-group="height"] {
  top: 23%;
  left: 73%;
  text-align: left; }

.two-wall.notched
.dimensions-flip-image
.dimensions-indicator[data-group="height"] {
  top: 18%;
  left: 21%;
  text-align: left; }
  @media (min-width: 560px) {
    .two-wall.notched
.dimensions-flip-image
.dimensions-indicator[data-group="height"] {
      top: 22%; } }

.two-wall .dimensions-flip-image .dimensions-indicator[data-group="depth"] {
  transform: rotate(0deg);
  top: 34%;
  right: 55%;
  left: auto;
  width: 40px; }
  @media (min-width: 560px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-group="depth"] {
      top: 39%;
      right: 58%; } }
  @media (min-width: 960px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-group="depth"] {
      top: 34%;
      right: 57%; } }

.two-wall .dimensions-flip-image .dimensions-indicator[data-type="F"] {
  top: 46%;
  left: 70%;
  width: 64px; }
  @media (min-width: 640px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-type="F"] {
      top: 49%; } }
  @media (min-width: 768px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-type="F"] {
      top: 53%; } }
  @media (min-width: 960px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-type="F"] {
      top: 49%;
      left: 69%; } }

.two-wall .dimensions-flip-image .dimensions-indicator[data-type="M"] {
  top: 48%;
  left: 51%;
  width: 40px; }
  @media (min-width: 520px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-type="M"] {
      top: 55%;
      left: 54%; } }
  @media (min-width: 768px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-type="M"] {
      top: 59%;
      left: 53%; } }
  @media (min-width: 960px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-type="M"] {
      top: 54%;
      left: 52%; } }

.two-wall .dimensions-flip-image .dimensions-indicator[data-type="G"] {
  left: 60%;
  top: 47%;
  width: 40px; }
  @media (min-width: 520px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-type="G"] {
      left: 62%;
      top: 51%; } }
  @media (min-width: 640px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-type="G"] {
      left: 63%;
      top: 54%; } }
  @media (min-width: 768px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-type="G"] {
      left: 62%;
      top: 58%; } }
  @media (min-width: 960px) {
    .two-wall .dimensions-flip-image .dimensions-indicator[data-type="G"] {
      left: 61%;
      top: 52.5%; } }

/* tub */
.two-wall.tub .dimensions-flip-image .dimensions-indicator[data-group="width"] {
  transform: rotate(0deg);
  top: 27%;
  left: 51%; }
  @media (min-width: 520px) {
    .two-wall.tub .dimensions-flip-image .dimensions-indicator[data-group="width"] {
      top: 32%; } }
  @media (min-width: 960px) {
    .two-wall.tub .dimensions-flip-image .dimensions-indicator[data-group="width"] {
      top: 30%; } }

.two-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="height"] {
  top: 12%;
  left: 73%; }

.two-wall.tub .dimensions-flip-image .dimensions-indicator[data-group="depth"] {
  transform: rotate(0deg);
  top: 24%;
  left: 19%; }
  @media (min-width: 560px) {
    .two-wall.tub .dimensions-flip-image .dimensions-indicator[data-group="depth"] {
      top: 24%;
      left: 19%; } }
  @media (min-width: 768px) {
    .two-wall.tub .dimensions-flip-image .dimensions-indicator[data-group="depth"] {
      left: 22%; } }

/* --- 2 plumb (not-plumb-wall) ---*/
/* --- 2 plumb original ---*/
.two-wall.not-plumb-wall .dimensions-indicator[data-type="A"] {
  transform: rotate(8deg);
  top: 2%; }

.two-wall.not-plumb-wall .dimensions-indicator[data-type="B"] {
  transform: rotate(0deg);
  top: 24%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall .dimensions-indicator[data-type="B"] {
      top: 29%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall .dimensions-indicator[data-type="B"] {
      top: 27%; } }

.two-wall.not-plumb-wall .dimensions-indicator[data-type="C"] {
  transform: rotate(-7deg);
  top: 57%;
  left: 45%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 66%; } }
  @media (min-width: 768px) {
    .two-wall.not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 71%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 62%; } }
  @media (min-width: 1200px) {
    .two-wall.not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 64%; } }

.two-wall.notched.not-plumb-wall .dimensions-indicator[data-type="C"] {
  transform: rotate(-7deg);
  top: 65%;
  left: 59%; }
  @media (min-width: 440px) {
    .two-wall.notched.not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 70%; } }
  @media (min-width: 560px) {
    .two-wall.notched.not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 73%; } }
  @media (min-width: 660px) {
    .two-wall.notched.not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 77%; } }
  @media (min-width: 768px) {
    .two-wall.notched.not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 82%; } }
  @media (min-width: 960px) {
    .two-wall.notched.not-plumb-wall .dimensions-indicator[data-type="C"] {
      top: 73%; } }

/* tub */
.two-wall.not-plumb-wall.tub .dimensions-indicator[data-type="A"] {
  transform: rotate(7deg);
  top: 0;
  left: 43%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall.tub .dimensions-indicator[data-type="A"] {
      top: 1%; } }

.two-wall.not-plumb-wall.tub .dimensions-indicator[data-type="B"] {
  transform: rotate(0deg);
  top: 19%;
  left: 43%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall.tub .dimensions-indicator[data-type="B"] {
      top: 23%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall.tub .dimensions-indicator[data-type="B"] {
      top: 22%; } }

.two-wall.not-plumb-wall.tub .dimensions-indicator[data-type="C"] {
  transform: rotate(-5deg);
  top: 37%;
  left: 43%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall.tub .dimensions-indicator[data-type="C"] {
      top: 43%; } }
  @media (min-width: 768px) {
    .two-wall.not-plumb-wall.tub .dimensions-indicator[data-type="C"] {
      top: 47%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall.tub .dimensions-indicator[data-type="C"] {
      top: 41%; } }

.two-wall.not-plumb-wall
.dimensions-indicator[data-group="depth"][data-type="A"] {
  transform: rotate(-12deg);
  top: 0;
  left: 70%;
  width: 40px; }

.two-wall.not-plumb-wall
.dimensions-indicator[data-group="depth"][data-type="B"] {
  top: 24%;
  left: 54%;
  width: 40px; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall
.dimensions-indicator[data-group="depth"][data-type="B"] {
      top: 29%;
      left: 56%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall
.dimensions-indicator[data-group="depth"][data-type="B"] {
      top: 27%;
      left: 55%; } }

.two-wall.not-plumb-wall
.dimensions-indicator[data-group="depth"][data-type="C"] {
  transform: rotate(10deg);
  top: 62%;
  left: 72%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall
.dimensions-indicator[data-group="depth"][data-type="C"] {
      top: 69%; } }
  @media (min-width: 768px) {
    .two-wall.not-plumb-wall
.dimensions-indicator[data-group="depth"][data-type="C"] {
      top: 74%;
      left: 73%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall
.dimensions-indicator[data-group="depth"][data-type="C"] {
      top: 67%;
      left: 73%; } }

/* tub */
.two-wall.not-plumb-wall.tub
.dimensions-indicator[data-group="depth"][data-type="A"] {
  transform: rotate(-12deg);
  top: 0;
  left: 69%; }

.two-wall.not-plumb-wall.tub
.dimensions-indicator[data-group="depth"][data-type="B"] {
  transform: rotate(-2deg);
  top: 25%;
  left: 70%; }

.two-wall.not-plumb-wall.tub
.dimensions-indicator[data-group="depth"][data-type="C"] {
  transform: rotate(9deg);
  top: 47%;
  left: 70%; }

/* --- 2 plumb flip ---*/
.two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-type="A"] {
  transform: rotate(-7deg);
  top: 0;
  left: 54%; }

.two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-type="B"] {
  transform: rotate(0deg);
  top: 23%;
  left: 52%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-type="B"] {
      top: 28%; } }
  @media (min-width: 768px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-type="B"] {
      top: 32%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-type="B"] {
      top: 27%; } }

.two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
  transform: rotate(7deg);
  top: 58%;
  left: 54%; }
  @media (min-width: 768px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 61%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 53%; } }
  @media (min-width: 1200px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 56%; } }

.two-wall.not-plumb-wall.notched
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
  transform: rotate(7deg);
  top: 67%;
  left: 35%; }
  @media (min-width: 500px) {
    .two-wall.not-plumb-wall.notched
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 72%;
      left: 40%; } }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall.notched
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 75%; } }
  @media (min-width: 660px) {
    .two-wall.not-plumb-wall.notched
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 78%; } }
  @media (min-width: 768px) {
    .two-wall.not-plumb-wall.notched
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 82%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall.notched
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 73.5%;
      left: 39%; } }

/* tub */
.two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="A"] {
  transform: rotate(-7deg);
  top: -1%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="A"] {
      top: 2%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="A"] {
      top: 0; } }

.two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="B"] {
  transform: rotate(0deg);
  top: 19%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="B"] {
      top: 23%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="B"] {
      top: 22%; } }

.two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
  transform: rotate(5deg);
  top: 37%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 43%; } }
  @media (min-width: 768px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 47%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-type="C"] {
      top: 42%; } }

.two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="A"] {
  transform: rotate(14deg);
  top: -1%;
  left: 21%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="A"] {
      top: 2%;
      left: 23%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="A"] {
      top: 0;
      left: 21%; } }

.two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="B"] {
  top: 24%;
  left: 35%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="B"] {
      top: 29%;
      left: 37%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="B"] {
      top: 27%;
      left: 36%; } }

.two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="C"] {
  transform: rotate(-9deg);
  top: 62%;
  left: 19%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="C"] {
      top: 68%;
      left: 20%; } }
  @media (min-width: 768px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="C"] {
      top: 68%;
      left: 20%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="C"] {
      top: 65%;
      left: 21%; } }

/* tub */
.two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="A"] {
  transform: rotate(12deg);
  top: 0;
  left: 20%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="A"] {
      top: 2%;
      left: 23%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="A"] {
      top: 0;
      left: 22%; } }

.two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="B"] {
  transform: rotate(4deg);
  top: 23%;
  left: 19%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="B"] {
      top: 25%;
      left: 22%; } }
  @media (min-width: 768px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="B"] {
      top: 25%;
      left: 22%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="B"] {
      left: 21%; } }

.two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="C"] {
  transform: rotate(-8deg);
  top: 46%;
  left: 21%; }
  @media (min-width: 560px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="C"] {
      top: 51%;
      left: 22%; } }
  @media (min-width: 768px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="C"] {
      top: 56%; } }
  @media (min-width: 960px) {
    .two-wall.not-plumb-wall.tub
.dimensions-flip-image
.dimensions-indicator[data-group="depth"][data-type="C"] {
      top: 49%;
      left: 21%; } }

/* ======================================================= */
/* SubMenu */
#extras-5 > h2 {
  /*margin-bottom: 10px;*/ }

.submenu {
  text-align: center;
  display: table;
  margin: 0 auto 50px;
  position: relative;
  z-index: 11; }

.submenu h2 {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 0; }

.submenu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative; }

.submenu ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 15px; }

.submenu ul li:first-child {
  margin-left: 0; }

.submenu ul li .current-page-item {
  width: 100px; }

.submenu ul li a,
.subtitle {
  font-size: 20px;
  color: var(--primary-color);
  padding-bottom: 5px; }

.subtitle {
  text-align: center;
  display: block;
  cursor: auto;
  font-size: 24px;
  margin-top: 24px; }

#extras-5 .col-3 {
  overflow: hidden; }

#extras-5 .choice-block {
  padding-top: 20px;
  height: auto;
  position: relative;
  padding-bottom: 100px;
  margin-top: 5%; }

/* Result tab */
.result-pgcontainer {
  width: 90%;
  padding: 0 50px;
  margin: 0 auto; }

.result-pgcontainer ul,
.result-pgcontainer li {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.result-pgcontainer .result-pggrid {
  position: relative;
  text-align: left;
  padding: 0 0 90px 0; }

.result-pggrid > li {
  display: inline-block;
  margin: 15px 10px;
  padding: 0;
  vertical-align: top;
  position: relative;
  text-align: left;
  box-sizing: border-box; }

.result-pggrid > li.mathing-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin: 15px 0 5px 0;
  background: none;
  border: none;
  box-shadow: none; }
  @media (min-width: 678px) {
    .result-pggrid > li.mathing-line {
      flex-direction: row; } }

.result-pggrid > li.mathing-line h3 {
  margin: 0 auto -2px auto;
  width: 100%;
  color: var(--primary-color);
  font-family: "FreeSetCTT", sans-serif;
  font-size: 29px;
  font-weight: normal;
  text-align: center; }
  @media (min-width: 768px) {
    .result-pggrid > li.mathing-line h3 {
      font-size: 35px; } }

.result-pgcontainer-wide {
  width: auto;
  padding-left: 0;
  padding-right: 0; }
  .result-pgcontainer-wide .result-pggrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .result-pgcontainer-wide .result-pggrid li {
      width: 100%; }
      .result-pgcontainer-wide .result-pggrid li.bannerClassic {
        display: inline-block;
        width: calc(50% - 10px);
        display: none !important; }
    .result-pgcontainer-wide .result-pggrid .result-item-col-2 {
      display: flex;
      flex-direction: column;
      width: 290px; }
      .result-pgcontainer-wide .result-pggrid .result-item-col-2 .result-pginfo h3 {
        font-size: 24px; }
      .result-pgcontainer-wide .result-pggrid .result-item-col-2 a {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.3; }
  @media (min-width: 900px) {
    .result-pgcontainer-wide .result-pggrid .result-item-col-2 {
      width: calc(50% - 20px); } }
  @media (min-width: 961px) {
    .result-pgcontainer-wide .result-pggrid {
      justify-content: space-between;
      padding-left: 50px;
      padding-right: 50px; }
      .result-pgcontainer-wide .result-pggrid .result-item-col-2 {
        width: calc(50% - 24px); } }
  @media (min-width: 1200px) {
    .result-pgcontainer-wide .result-pggrid {
      padding-left: 0;
      padding-right: 0; }
      .result-pgcontainer-wide .result-pggrid .result-item-col-2 {
        flex-direction: row; }
        .result-pgcontainer-wide .result-pggrid .result-item-col-2 a {
          font-size: 14px;
          font-weight: 300; } }

.result-title {
  flex: 1; }

.result-pgcontent {
  position: relative; }
  @media (min-width: 1200px) {
    .result-pgcontent {
      width: 50%;
      margin-right: 0;
      margin-bottom: 0; } }

.result-pginfo {
  padding: 20px 20px;
  position: relative;
  background: #fbfcff; }
  @media (min-width: 1200px) {
    .result-pginfo {
      width: 50%;
      padding: 20px 20px 20px 40px;
      border-radius: 0 16px 16px 0; } }
  @media (max-width: 899px) {
    .result-pginfo {
      flex-grow: 1; } }

.result-pggrid .result-item-col-1 {
  max-width: 290px; }
  .result-pggrid .result-item-col-1 .result-pgcontent {
    border-radius: 16px 16px 0 0;
    overflow: hidden; }
  @media (min-width: 768px) {
    .result-pggrid .result-item-col-1 {
      max-width: none;
      display: flex;
      justify-content: center; }
      .result-pggrid .result-item-col-1 .result-pgcontent {
        flex-shrink: 0;
        max-width: 400px;
        border-radius: 16px 0 0 16px; } }

@media (min-width: 900px) {
  .product-desc {
    min-height: 4.05em; } }

.result-pginfo .bv-stars {
  min-height: 20px;
  margin-bottom: 0px; }

.result-pginfo h3 {
  font-size: 20px;
  margin: 0 0 7px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #231F20; }

.result-pginfo p {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif; }
  .result-pginfo p a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3; }

/*.result-pginfo strong {
  color: #6d6e71;
  font-size: 13px;
  padding: 0 0 0 13px;
  font-family: $font-main;
}

.result-pginfo span {
  font-size: 32px;
  text-decoration: line-through;
  display: inline-block;
  color: #939598;
  font-family: $font-main;
  letter-spacing: 2px;
  margin-bottom: 4px;
}*/
.result-pginfo .result-price {
  display: none; }

.price-holder {
  display: none; }

.result-pginfo span sup {
  font-size: 17px; }

.result-pgitem {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer; }

.result-pgoptions {
  height: 60px;
  width: 100%;
  border-top: 3px solid #47a3da;
  border-bottom: 3px solid #47a3da; }

.result-pgoptions > li {
  width: 50%;
  height: 100%;
  text-align: center;
  float: left;
  padding-top: 36px;
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  color: #47a3da;
  font-size: 13px;
  border-left: 3px solid #47a3da; }

.result-pgoptions > li.acessory {
  background-image: url("/images/acessory-icon.png");
  background-repeat: no-repeat;
  background-position: center 14px;
  background-size: 27px 27px; }

.result-pgoptions > li:last-child {
  border-right: 3px solid #47a3da; }

.result-pgoptions li a {
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

.cart:before,
.result-pgoptions li a:before {
  font-family: "icomoon", sans-serif;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 12px;
  width: 100%;
  left: 0; }

.cart:hover:before {
  font-size: 24px; }

.cart:before {
  top: 0; }

.result-pgoptions li:hover {
  background: #47a3da;
  color: #fff; }

.result-pgoptions li a,
.result-pgoptions li a:hover {
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.result-pgoptions li.acessory:hover {
  background-image: url("/images/acessory-icon-hover.png");
  background-repeat: no-repeat;
  background-position: center 14px;
  background-size: 27px 27px; }

.result-pgoptions li:hover a:before {
  color: #fff; }

.result-pgoptions li.checked,
.result-pgoptions li.checked a:before {
  color: #fd533f; }

.result-pgoptions li.checked:hover {
  background: #fff;
  color: #fd533f; }

.result-pgoptions li.checked:hover a:before {
  font-size: 24px; }

.cart {
  padding-top: 29px;
  background: url("/images/cart.jpg") no-repeat 50% 0;
  color: #337fbc;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.8px;
  background-size: 32px; }

.cart-position {
  position: absolute;
  right: 12px;
  bottom: 13px; }

.products-share {
  padding-top: 29px;
  background: url("/images/share.jpg") no-repeat 50% 0;
  color: #337fbc;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.8px;
  background-size: 30px;
  z-index: 1;
  cursor: pointer; }

.products-share:hover {
  background-size: 32px; }

.share-position {
  position: absolute;
  right: 57px;
  bottom: 10px; }

.result-pginfo .result-pgoptions li:first-of-type {
  position: absolute;
  right: 0;
  bottom: -72px; }

.result-pginfo .result-pgoptions {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 95px; }

.result-pginfo .result-pgoptions li {
  width: 100%; }

.lnk_view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: table;
  transition: opacity 400ms ease 0s;
  opacity: 0; }

.lnk_view:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.lnk_view span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.product-hover {
  position: absolute;
  height: 100%;
  width: 290px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0; }
  @media (min-width: 900px) {
    .product-hover {
      width: 100%; } }

.product-hover:hover .lnk_view {
  opacity: 0.8;
  color: #fff;
  font-size: 16px; }

.popup__inner {
  max-height: 200px;
  overflow: auto; }

/* product page */
#center-column {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 700px !important; }

.popup-container {
  max-width: 700px !important; }

.popup-container ul {
  list-style: disc; }

.popup-container ul li {
  padding-bottom: 5px; }

.popup-container .straight_wall_popup_img {
  text-align: center;
  padding: 10px 0; }
  .popup-container .straight_wall_popup_img img {
    max-width: 400px; }
  .popup-container .straight_wall_popup_img button {
    margin: 10px auto; }

.product-popup #center-column {
  max-height: none; }

.backtoresult {
  font-size: 18px;
  font-weight: bold;
  color: #2175a0;
  margin-bottom: 20px;
  display: block; }

.primary_block {
  overflow: hidden; }

#more_info_block {
  margin-top: 45px;
  text-align: left; }

.idTabs {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #2175a0;
  border-bottom: 1px solid #2175a0;
  margin-bottom: 20px; }

.idTabs li {
  float: left;
  border: 1px solid #bdc6c7;
  background: #dce4e5;
  padding: 10px;
  text-align: center;
  font-size: 17px; }

#acessories_tabs {
  border: 1px solid #2175a0;
  margin: 0; }

#acessories_tabs li {
  width: 33.33%; }

#acessories_block {
  margin-top: 20px; }

#acessories_block > div {
  width: 100%;
  overflow: hidden; }

#acessories_block ul {
  white-space: nowrap;
  text-align: left;
  float: left;
  display: block;
  padding: 5px 0 10px 0; }

.popup-container #acessories_block ul {
  padding: 0 0 10px; }

.popup-container #acessories_block ul li {
  margin: 0 10px 0 0;
  width: 100px;
  vertical-align: top;
  /*border: 1px solid #eee;*/ }

.popup-container .idTabs {
  border: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to right, #eeeeee 0%, #eeeeee 100%), linear-gradient(to right, #eeeeee 0%, #eeeeee 100%), linear-gradient(to right, #eeeeee 0%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 99% 1px, 100% 1px, 100% 1px;
  background-position: 0 13px, 0 15px, 0 11px;
  background-repeat: no-repeat, no-repeat, no-repeat; }

.popup-container .idTabs li {
  border: 0;
  background: none;
  font-size: 22px;
  padding: 0 13px 0 0;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
  margin: 0 0 23px;
  font-family: "Roboto", sans-serif; }

.popup-container #more_info_tabs li a {
  color: #203c79; }

#acessories_block ul li {
  display: inline-block;
  width: 15%;
  margin: 0 2.5%;
  padding: 5px;
  border: 1px solid #2175a0; }

#acessories_block ul li:hover {
  -webkit-animation: bubbleUp 700ms ease;
  animation: bubbleUp 700ms ease; }

.product-popup .popup-container .pb-right-column .acessories-title {
  font-size: 14px;
  font-weight: 600;
  color: #58595b;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }

.idTabs li.ui-tabs-active {
  background: #f1f5f6; }

.sheets {
  padding-bottom: 20px;
  overflow: hidden;
  padding-top: 10px; }

#acessories_sheets {
  border: 1px solid #2175a0;
  border-top: 0; }

.sheets li {
  font-weight: normal;
  font-size: 15px;
  list-style-type: disc; }

#more_info_tabs li a {
  color: #2175a0; }

#more_info_tabs li a.selected {
  cursor: default; }

#idTab1 ul {
  margin-bottom: 10px; }

#idTab1 p span {
  color: #2175a0;
  text-align: left; }

#idTab1 ul,
#idTab1 ul li {
  list-style: none;
  text-align: left; }

#idTab1 ul li:before {
  content: "\2022";
  margin: 0 3px 0 0;
  color: #2175a0; }

#idTab1 ul li span {
  color: #333; }

#idTab1 p {
  margin-bottom: 10px;
  line-height: 18px; }

.pb-left-column {
  width: 30%;
  float: left;
  text-align: center;
  border: 1px solid #2175a0;
  padding: 30px 0;
  margin-right: 5%;
  margin-top: 47px; }

.product-popup .popup-container .pb-right-column {
  margin-left: 338px; }

.product-popup .popup-container .pb-right-column h2 {
  color: #337fbc;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin: 7px 0 9px;
  position: static;
  text-align: left; }

.wrap_image_block {
  max-width: 320px;
  margin: 0 auto; }

.tableCont table {
  border: 1px solid #c0c0c0; }

.tableCont table td {
  padding: 5px;
  border: 1px solid #575759;
  color: #58595b;
  font-size: 13px; }

.tableCont table td a {
  text-decoration: underline;
  color: #575759; }

.optional-features-head {
  height: 35px; }

/* ------------ Footer ------------ */
.matchmakerConfiguratorInventory .noSelections {
  max-width: 160px;
  margin-top: 23px;
  float: left; }

.matchmakerConfiguratorInventory .noSelections p {
  color: var(--primary-color);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  line-height: 1.2; }

.resultsCounterContainer {
  float: right;
  margin-right: 12px; }

.resultsCounterContainer .resultsCounter {
  display: inline-block;
  color: var(--primary-color);
  font-size: 48px;
  line-height: 1;
  font-weight: normal;
  margin-top: 18px;
  white-space: nowrap; }

.resultsCounterContainer .resultsCounter .odometr {
  float: left; }

.resultsCounterContainer .resultsCounter span.label {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 0;
  padding-right: 5px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  color: #231F20;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; }

.resultsCounterContainer .resultsCounter span.label a {
  color: #009ddc;
  text-decoration: none; }

.resultsCounterContainer .resultsCounter span.label a:hover {
  color: #055d8b; }

/* Results */
footer .mySelections .added-item,
.wall .added-item,
.wall div.img-wrapper.checked {
  list-style: none;
  display: inline-block !important;
  vertical-align: bottom;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  padding: 0;
  border: transparent;
  background: transparent; }

footer .mySelections .added-item.hidden,
.wall .added-item.hidden {
  display: none !important; }

.order__right .remove-btn {
  background: #ffa3a3;
  border: 0;
  border-radius: 3px;
  margin-left: -35px;
  display: none; }

.order__right tr:hover .remove-btn {
  display: block; }

footer .mySelections .added-item .remove-btn,
.wall .added-item .remove-btn {
  position: absolute;
  right: 18px;
  left: auto;
  top: 3px;
  bottom: auto;
  display: block;
  margin: 0;
  height: 19px;
  width: 19px;
  font-size: 10px;
  font-weight: bold;
  color: var(--primary-color);
  line-height: normal;
  text-align: center;
  background: #f4f9ff;
  border-radius: 50%;
  border: 1px solid transparent; }
  footer .mySelections .added-item .remove-btn:before, footer .mySelections .added-item .remove-btn:after,
  .wall .added-item .remove-btn:before,
  .wall .added-item .remove-btn:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    width: 9px;
    margin: 0 auto;
    background: var(--primary-color); }
  footer .mySelections .added-item .remove-btn:before,
  .wall .added-item .remove-btn:before {
    margin-top: -1px;
    transform: rotate(-45deg); }
  footer .mySelections .added-item .remove-btn:after,
  .wall .added-item .remove-btn:after {
    margin-top: -1px;
    transform: rotate(45deg); }

footer .mySelections .added-item img,
.wall .added-item img {
  width: 100%;
  vertical-align: top;
  height: auto;
  margin: 0 2px; }

footer .mySelections .added-item.item-2 img,
.wall .added-item.item-2 img {
  width: 44%;
  margin: 10px 3%;
  display: inline-block; }

footer .mySelections .added-item.item-3 img,
.wall .added-item.item-2 img {
  width: 30%;
  margin: 15px 1%;
  display: inline-block; }

footer .mySelections .added-item.item-4 img,
.wall .added-item.item-4 img {
  width: 30%;
  margin: 3px 1%;
  display: inline-block; }

footer .mySelections .added-item.item-5 img,
.wall .added-item.item-5 img {
  width: 30%;
  margin: 3px 1%;
  display: inline-block; }

footer .mySelections .selection-items,
.wall .selection-items {
  position: relative;
  width: 0;
  float: left; }

.mySelections {
  padding-top: 5px;
  padding-bottom: 5px;
  float: left; }
  @media (max-width: 527px) {
    .mySelections {
      width: 100%; } }

.mySelections .full,
.wall .full {
  width: auto;
  min-width: 105px; }
  @media (max-width: 527px) {
    .mySelections .full,
    .wall .full {
      min-width: 33%; } }

.mySelections .item-info,
.wall .item-info {
  height: auto;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  top: auto;
  padding: 0 4px; }

.mySelections .item-info {
  bottom: -41px; }

.mySelections .item-info .checkbox,
.wall .item-info .checkbox {
  display: none; }

.mySelections .item-info h3,
.wall .item-info h3 {
  margin-left: -12px;
  color: #231F20;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (max-width: 527px) {
    .mySelections .item-info h3,
    .wall .item-info h3 {
      font-size: 12px; } }

.matchmakerConfiguratorInventory {
  position: relative;
  width: 63%;
  float: left; }
  @media (max-width: 527px) {
    .matchmakerConfiguratorInventory {
      width: 50%; } }

.clear:after {
  content: "";
  clear: both;
  display: table; }

.mySelectionsTrigger.title {
  margin: 10px 30px 0 0;
  color: var(--primary-color);
  float: left;
  width: 70px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  padding-top: 10px;
  display: none; }

.editSelections {
  color: #009ddc; }

.mySelectionsTrigger.close {
  width: 37px;
  height: 37px;
  padding: 0;
  display: none;
  margin-top: 22px;
  margin-left: 15px;
  background: rgba(0, 0, 0, 0) url("/images/downArrowInGrayCircle.png") no-repeat; }

.clearAllFilters {
  display: none; }

footer.expanded .clearAllFilters {
  display: inline-block;
  vertical-align: middle;
  margin-top: 22px; }

footer.expanded {
  background-color: #e3ebec; }

footer {
  transition: 500ms all ease; }

footer.expanded .mySelections {
  left: 0;
  bottom: 35px;
  top: auto; }

footer.expanded .matchmakerConfiguratorInventory {
  height: 200px; }

footer.expanded .mySelectionsTrigger.close {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle; }

footer.expanded .mySelections li.added-item {
  width: 74px;
  margin-right: 7px; }

.selections-cloned-sprite {
  opacity: 1;
  position: absolute;
  min-width: 75px !important;
  height: 79px !important;
  z-index: 10000;
  background-color: white; }

.languages {
  display: block;
  margin: 0 auto -8px auto;
  text-align: center;
  font-size: 14px; }

.languages li {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: top; }

.languages li:before {
  content: "|";
  padding: 0 6px;
  vertical-align: middle; }

.languages li:first-child:before {
  content: none; }

.languages li a {
  text-decoration: underline;
  color: #fff;
  vertical-align: middle; }

.languages li a:hover {
  text-decoration: underline;
  color: #2175a0; }

.passed-questions-menu-bar {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0 10px 10px 10px;
  white-space: nowrap; }

.passed-questions-menu-bar .passed-questions-menu-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box; }
  .passed-questions-menu-bar .passed-questions-menu-item [class^="icon2-"],
  .passed-questions-menu-bar .passed-questions-menu-item [class*=" icon2-"] {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    color: inherit;
    vertical-align: middle; }
    .passed-questions-menu-bar .passed-questions-menu-item [class^="icon2-"]:hover,
    .passed-questions-menu-bar .passed-questions-menu-item [class*=" icon2-"]:hover {
      color: inherit; }

.passed-questions-menu-bar .passed-questions-menu-item span {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0.5em;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #000;
  background: none; }

.passed-questions-menu-bar .passed-questions-menu-item a {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 18px;
  padding: 0.5em;
  border: 0;
  color: var(--primary-color);
  background: none; }

.passed-questions-menu-bar .passed-questions-menu-item a:hover {
  color: #2175a0;
  background: none; }

.passed-questions-menu-bar .passed-questions-menu-item.active a {
  border-color: var(--primary-color);
  background: none; }

.passed-questions-menu-bar .passed-questions-menu-item.active a:hover {
  color: var(--primary-color-darkest); }

.menu .selected-answer-animation-target {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 1px;
  overflow: visible; }

.close-mobile-menu {
  display: none; }

.tooltip {
  padding: 5px 25px 5px 5px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  position: absolute;
  right: 0;
  width: 96%;
  margin: -10px 2% auto;
  z-index: 500;
  background: #f89406;
  color: #fff;
  top: -300px;
  opacity: 0;
  transition: opacity 1.5s, top 1s 0.75s, bottom 1s 0.75s; }
  @media (max-width: 414px) {
    .tooltip {
      font-size: 12px; } }

.tooltip.is--visible {
  top: 50px;
  opacity: 1; }
  @media (max-width: 414px) {
    .tooltip.is--visible {
      top: 68px; } }

/*
.no-smil .wrapper{ height: 100%; } //ie
*/
html.is--last-step,
.is--last-step body {
  height: auto; }

.middle {
  margin-left: auto;
  margin-right: auto; }

.wrapper > .main__outher {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  min-height: 100%;
  padding-bottom: 10px;
  padding-top: 0;
  background: #fff; }

.wrapper > .main__outher__result {
  height: auto;
  min-height: 100% !important; }

.wrapper .main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-bottom: 115px; }
  @media (min-width: 768px) {
    .wrapper .main {
      padding-top: 3.5vh; } }
  @media (min-width: 1200px) {
    .wrapper .main {
      max-width: 1340px;
      padding-left: 20px;
      padding-right: 20px; } }

.wrapper {
  /* padding: 75px 0 40px;*/
  min-height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center; }

.choice-block__inner {
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 40px;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 640px) {
    .choice-block__inner {
      margin-top: 0; } }
  @media (max-height: 768px) {
    .choice-block__inner {
      margin-top: 0; } }

.choice-block__inner:after {
  content: "";
  display: table;
  clear: both; }

.choice-block__inner .img-wrapper {
  position: relative; }

.col-img {
  position: relative; }

.dimensions-list .col-img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  text-align: center;
  margin-bottom: 70px; }
  .dimensions-list .col-img img {
    margin-left: auto;
    margin-right: auto;
    width: 50%; }
  .dimensions-list .col-img .installation_selector {
    width: 18px;
    /*margin: 5px auto 25px auto;*/
    margin-right: 10px;
    display: inline-block; }
    .dimensions-list .col-img .installation_selector img {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: auto; }

.dimensions-list img {
  display: block; }

.dynamic-svg .st97 {
  transition: 0.3s;
  opacity: 0.3; }

.dynamic-svg .st98 {
  transition: 0.3s;
  fill: #5383be; }

.dynamic-svg .st99 {
  transition: 0.3s;
  stroke: #5383be; }

.dynamic-svg .done-highlight-svg .st98 {
  fill: #5383be;
  opacity: 1; }

.dynamic-svg .done-highlight-svg .st99 {
  stroke: #5383be;
  opacity: 1; }

.dynamic-svg .hover-highlight-svg .st97 {
  opacity: 1; }

.dynamic-svg .hover-highlight-svg .st98 {
  fill: #231f20; }

.dynamic-svg .hover-highlight-svg .st99 {
  stroke: #231f20; }

.dynamic-svg .focus-highlight-svg .st97 {
  opacity: 1; }

.dynamic-svg .focus-highlight-svg .st98 {
  fill: #231f20; }

.dynamic-svg .focus-highlight-svg .st99 {
  stroke: #231f20; }

.done-highlight-svg .st97 {
  opacity: 1; }

.helper-wrapper {
  position: relative;
  display: inline-block; }

.radio_checkitem {
  cursor: pointer; }

.is--not-strainght {
  padding: 10px 20px 10px 0;
  position: relative; }

.popup__inner {
  padding: 0 15px; }

@media (min-width: 768px) {
  .choice-block.col-3 .img-wrapper {
    width: 32%;
    margin-right: 0;
    margin-left: 0; }
  .choice-block.col-4 .img-wrapper {
    width: 18%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 15px; }
  .choice-block.col-5 .img-wrapper {
    width: 32%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .choice-block.col-2 .img-wrapper,
  .choice-block.col-1 .img-wrapper {
    width: 32%;
    margin-right: 0;
    margin-left: 0; } }

@media (min-width: 992px) {
  .choice-block.col-2 .img-wrapper,
  .choice-block.col-1 .img-wrapper {
    width: 49%; }
  .choice-block.col-2 {
    width: 66%; } }

.result-pgitem-flip {
  position: relative;
  margin: 0 auto;
  width: 290px;
  height: 290px;
  overflow: hidden; }

.result-pgitem-flip img {
  max-height: 100%;
  width: auto;
  margin: auto;
  display: block; }

@media (min-width: 900px) {
  .result-pgitem-flip {
    width: auto;
    height: auto; }
    .result-pgitem-flip img {
      width: 100%;
      height: auto;
      margin: 0 auto; } }

.result-item-col-2 .result-pgcontent {
  border-radius: 16px 16px 0 0;
  overflow: hidden; }

@media (min-width: 1200px) {
  .result-item-col-2 .result-pgcontent {
    border-radius: 16px 0 0 16px; } }

@media (min-width: 1200px) {
  .result-item-col-2 .result-pgitem-flip {
    height: 327px; }
    .result-item-col-2 .result-pgitem-flip img {
      height: 100%; } }

.product-popup {
  max-height: 100%; }

.product-popup .product-price:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 48%;
  border-bottom: 2px solid #337fbc;
  left: 0; }

.popup-container #acessories_block ul li {
  border: none !important;
  padding: 0; }

.popup-container #acessories_block ul li a {
  border: 1px solid #ccc;
  overflow: hidden;
  display: block;
  padding: 5px; }

.product-popup .product-price {
  text-decoration: none;
  position: relative; }

.product-popup .pb-left-column,
.product-popup .pb-right-column {
  margin-top: 0; }

.product-accessories-decript strong {
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 12px;
  white-space: normal; }

.product-accessories-block {
  float: left; }

.product-accessories-decript {
  margin-top: 3px;
  font-weight: normal;
  font-size: 10px;
  color: #bcbec0; }

.choice-block {
  position: relative; }

.product-popup .popup-container {
  width: 100% !important;
  max-width: 100% !important; }

.product-popup #center-column {
  max-width: 1200px !important;
  width: 100%; }

.product-popup__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.not-plumb-wall .notched_width,
.not-plumb-wall .notched_height,
.not-plumb-wall .notched_depth {
  float: left;
  width: 32%;
  margin-right: 2%; }
  .not-plumb-wall .notched_width .spinner,
  .not-plumb-wall .notched_height .spinner,
  .not-plumb-wall .notched_depth .spinner {
    width: 100%; }

.not-plumb-wall .notched_depth + .notched_height {
  margin-right: 0; }

@media (min-width: 960px) {
  .not-plumb-wall .notched_width,
  .not-plumb-wall .notched_height,
  .not-plumb-wall .notched_depth {
    float: none;
    width: auto;
    margin-right: 0; }
    .not-plumb-wall .notched_width .spinner select,
    .not-plumb-wall .notched_height .spinner select,
    .not-plumb-wall .notched_depth .spinner select {
      width: 49%; } }

.LPMcontainer.LPMoverlay {
  right: -1px !important;
  top: auto !important;
  bottom: 190px !important; }
  .LPMcontainer.LPMoverlay .LPMimage {
    bottom: 8px; }

@media screen and (orientation: portrait) {
  .LPMcontainer.LPMoverlay {
    right: -10px !important; } }

@media screen and (orientation: landscape) {
  .LPMcontainer.LPMoverlay {
    right: -10px !important; } }

@media screen and (orientation: landscape) and (max-width: 792px) {
  .LPMcontainer.LPMoverlay {
    bottom: 125px !important;
    right: -10px !important; } }

/* #Media Queries
================================================== */
@media screen and (orientation: portrait) {
  div#feedbackify #fbya #fbyb .fby-tab-scale {
    padding: 0 !important; }
  div#feedbackify #fbya #fbyb .fby-tab-content {
    border-radius: 0 !important;
    border: 1px solid #fff !important; }
  div#feedbackify #fbya #fbyb .fby-tab-r {
    transform: rotate(-90deg) !important;
    bottom: 8vh !important;
    right: -57px !important; } }

@media screen and (orientation: landscape) {
  div#feedbackify #fbya #fbyb .fby-tab-scale {
    padding: 0 !important; }
  div#feedbackify #fbya #fbyb .fby-tab-content {
    border-radius: 0 !important;
    border: 1px solid #fff !important; }
  div#feedbackify #fbya #fbyb .fby-tab-r {
    transform: rotate(-90deg) !important;
    bottom: 8vh !important;
    right: -57px !important; } }

@media (max-width: 1025px) {
  div#feedbackify #fbya #fbyb .fby-tab-r .fby-tab-scale {
    padding-bottom: 0 !important; } }

@media (min-height: 807px) and (orientation: landscape) {
  div#feedbackify #fbya #fbyb .fby-tab-content {
    font-size: 13px !important; } }

@media screen and (max-width: 960px) {
  .measure-width-block {
    margin: 3px 0; }
  .measure-width-block.height .spinner label,
  .measure-width-block.height .spinner select,
  .measure-width-block label,
  .measure-width-block select {
    float: left;
    margin-right: 2%; }
  .measure-width-block.height .spinner label,
  .measure-width-block label {
    width: 36%;
    font-size: 12px;
    line-height: 1.1; }
  .measure-width-block.height .spinner {
    width: 100%; }
  .measure-width-block.height .spinner select,
  .measure-width-block select {
    width: 30%;
    height: 26px; }
  .measure-width-block select:last-child {
    margin-right: 0; }
  .not-plumb-wall .measure-width-block label,
  .not-plumb-wall .measure-width-block select {
    float: none;
    width: 100%;
    margin-right: 0; }
  .not-plumb-wall .measure-width-block label {
    margin-bottom: 5px; }
  .not-plumb-wall .measure-width-block.height .spinner label,
  .not-plumb-wall .measure-width-block.height .spinner select,
  .not-plumb-wall .spinner {
    width: 32%;
    margin-right: 2%;
    float: left; }
  .measure-width-block.height .spinner label {
    width: 36%; }
  .dimensions-block.choice-block ul li label.checkbox-in-box {
    margin-top: 10px; }
  .measure-width-block.height .spinner select {
    width: 30%; }
  .measure-width-block.height .spinner select:last-child,
  .not-plumb-wall .spinner:last-child {
    margin-right: 0; } }

@media screen and (max-width: 961px) {
  header h1 {
    font-size: 22px; }
  header nav {
    margin-right: 15.5%; }
  .col-5 div.item-info {
    width: 100%; }
  .col-4 div.item-info {
    width: 100%; }
  .col-3 div.item-info {
    width: 100%; }
  .choice-block .center {
    width: 10%; }
  .more {
    display: none; } }

@media screen and (max-width: 767px) {
  .tabs.question-type-radio.have--passed-question-bar .choice-block {
    padding-top: 40px; }
  .hide-in-mobile {
    display: none; }
  .tabs.question-type-dimensions .dimensions-list {
    margin: 0; }
  .tabs.question-type-dimensions .choice-block {
    padding: 0; }
  header {
    text-align: center;
    position: fixed;
    top: 0;
    display: flex; }
  .custom-logo img {
    max-height: 33px;
    width: auto; }
  .logo img {
    max-height: 25px; }
  .container {
    width: 95%; }
  .help-block a {
    margin-right: 0; }
  /*.help-block a.print {
    visibility: hidden;
    margin-left: 15px;
    display: none;
  }*/
  .tabs .tabs-container {
    width: auto;
    padding-top: 85px; }
  #isNotStraight input {
    width: 20px;
    height: 20px; }
  button.btn-confirm,
  button.hardware-btn-confirm {
    width: 85px;
    height: 32px;
    font-size: 16px; }
  button.btn-confirm {
    width: auto;
    height: auto;
    padding: 4px 8px;
    right: 3.5%;
    left: auto;
    top: 15px;
    bottom: auto; }
  .more {
    text-align: left;
    right: auto;
    top: 20px;
    left: 3.5%; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu ul {
    flex-direction: column;
    height: 100%;
    margin-right: 0;
    background: #fff; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu ul li {
    width: 100%; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu ul li.ui-state-active {
    border-right: none; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu {
    width: 70px;
    float: left;
    margin-right: 10px;
    display: none; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu .container {
    z-index: 1005; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu.menu-opened {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 75px;
    left: 0;
    z-index: 1000; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu-opener {
    top: 16px; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu ul li {
    height: auto; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu ul li a {
    padding: 10px 20px; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu ul li a strong {
    display: none;
    line-height: 1.4;
    opacity: 0;
    float: left;
    transition: visibility 0s linear 1.5s, opacity 1.5s linear; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu.menu-opened ul li a strong {
    display: inline-block;
    opacity: 1;
    transition-delay: 0s;
    font-size: 16px; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu ul li a span {
    float: left;
    position: static;
    margin: 5px 10px; }
  .wrapper:not(.customer-homedepot):not(.customer-homedepotca):not(.customer-lowes) .menu .container {
    width: 100%;
    margin-left: 0;
    box-sizing: content-box; }
  .menu-btn {
    width: 43px !important;
    height: 42px; }
  .product-accessories-block .product-accessories-item .finished,
  .menu ul li.finish span.finished,
  .menu ul li.glass span.finished,
  .menu ul li.door span.finished,
  .menu ul li.wall span.finished,
  .menu ul li.type span.finished {
    top: 3px;
    right: 2px; }
  .close-mobile-menu {
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    height: 40px;
    position: absolute;
    display: block;
    right: 10px;
    top: 5px;
    width: 40px;
    z-index: 1006; }
  .close-mobile-menu:before,
  .close-mobile-menu:after {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -10px; }
  .close-mobile-menu:before {
    transform: rotate(-45deg); }
  .close-mobile-menu:after {
    transform: rotate(45deg); }
  .tabs-container {
    position: static; }
  .arrows {
    display: none; }
  .dimensions-block.choice-block {
    height: auto;
    position: static; }
  .choice-block .center {
    width: 13%; }
  .choice-block .center span {
    width: 40px;
    height: 40px;
    line-height: 41px;
    margin: 82px auto 0; }
  .dimensions-block .submenu ul {
    width: 311px; }
  .dimensions-block .submenu ul li:nth-child(2) {
    margin-left: 0;
    margin-bottom: 10px; }
  .dimensions-block .submenu ul li.ui-tabs-active a {
    text-decoration: underline;
    padding-bottom: 5px; }
  .dimensions-block .submenu ul li:last-child {
    display: none; }
  .dimensions-block .choice-block {
    margin-top: 60px;
    padding-top: 0; }
  .dimensions-block .choice-block ul li:first-child {
    margin-left: 0; }
  .dimensions-block .ui-tabs-panel {
    margin-top: 35px; }
  .dimensions-block .choice-block ul li {
    width: 44%; }
  .tabs .choice-block {
    width: 93%; }
  .mySelectionsTrigger {
    visibility: hidden; }
  .menu .selected-answer-animation-target {
    display: block; }
  .matchmakerConfiguratorInventory .noSelections {
    line-height: 15px; }
  .resultsCounterContainer .resultsCounter {
    margin-top: 5px; }
  .mySelectionsTrigger.title {
    padding-top: 5px; }
  .odometer-inside {
    text-align: center; }
  .result-pgcontent {
    width: 100%;
    float: none; }
  .result-pginfo {
    width: 100%; }
  .cart-position {
    right: 15%; }
  .share-position {
    right: auto;
    left: 15%;
    bottom: 15px; }
  .result-pginfo h3 {
    font-size: 1.5em;
    margin: 10px 0; }
  .result-pginfo p {
    font-size: 14px;
    line-height: 18px; }
  .product-popup .pb-left-column {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 10px;
    max-width: 400px; }
  .product-popup .popup-container .pb-right-column {
    margin-left: 0;
    margin-top: 20px; }
  .product-popup .popup-container .pb-right-column h2 {
    font-size: 26px; }
  .popup-container p {
    margin-bottom: 20px; }
  .popup-container #acessories_block ul {
    white-space: normal;
    padding: 0; }
  .popup-container #acessories_block ul li {
    margin: 0 10px 0 0;
    width: 100px; }
  .popup-container ul.ng-binding:last-of-type,
  .popup-container ul.ng-binding {
    width: 100%;
    float: none; }
  .product-see {
    font-size: 14px; }
  .result-pginfo .result-pgoptions {
    position: relative;
    width: 100%;
    bottom: 0;
    height: 1px; }
  .result-pginfo .result-pgoptions li {
    width: 50%;
    height: 60px; }
  .result-pginfo .result-pgoptions li a {
    font-size: 12px; }
  .result-pginfo .result-pgoptions li:first-of-type {
    position: absolute;
    right: 0;
    bottom: -82px; }
  .result-pginfo .result-pgoptions li:last-of-type {
    position: absolute;
    left: 0;
    bottom: -82px; }
  .result-pgcontainer {
    padding: 0 10px; }
  .result-pgcontainer .result-pggrid {
    padding-top: 0; }
  .popup-container {
    width: 95%; }
  .popup-container iframe {
    width: 100%;
    max-width: 600px; }
  .popup__cart--content {
    max-width: 600px;
    margin: auto; }
  .finish-flex .img-wrapper {
    margin: 0 2px; }
  div.img-wrapper.checked,
  .tabs .choice-block {
    height: auto; }
  input[type="checkbox"]:checked + label::before {
    background-size: 60%; }
  #undefined-sticky-wrapper {
    position: absolute;
    left: 0;
    top: 0; }
  .passed-questions-menu-bar {
    padding-left: 3.5%;
    padding-right: 3.5%;
    box-sizing: border-box;
    width: 100%; }
  div.img-wrapper.checked,
  .choice-block .img-wrapper {
    padding: 0 0 30px 0; }
  .choice-block {
    padding-bottom: 35px; }
  .dimensions-list .col-content {
    width: 100%;
    float: left; }
  .dimensions-list .col-img {
    width: 80%;
    margin: 0 auto 70px auto;
    padding-bottom: 10px; } }

@media screen and (max-width: 767px) and (min-width: 768px) {
  padding-bottom: 0; }

@media (max-width: 940px) {
  .tabs-container h2 {
    /*margin-bottom: 20px;*/
    line-height: 1.1;
    font-size: 25px; }
  .choice-block .item-info h3 {
    line-height: 1;
    /* font-size: 12px;*/
    bottom: 2px; } }

@media screen and (max-width: 650px) {
  .tabs .choice-block {
    width: 100%;
    max-width: 88%; }
  .more {
    font-size: 15px; }
  .choice-block .center span {
    display: none; }
  .dimensions-block .choice-block ul li {
    width: 100%;
    margin: 0; }
  .dimensions-block .choice-block {
    top: 15px;
    margin-top: 110px; }
  #extras-5 .choice-block,
  #wall-number-1 .choice-block,
  #shower-type-3 .choice-block,
  #door-opening-4 .choice-block {
    margin-top: 75px;
    top: 0;
    padding: 0; } }

@media (max-width: 640px) {
  .help-popup.popup .popup-container {
    max-width: 95% !important;
    width: 100%;
    max-height: 100% !important;
    overflow: auto; } }

@media screen and (max-width: 550px) {
  .result-pggrid > li {
    width: 100%; }
  .submenu ul li {
    margin: 0;
    display: block;
    left: 0; }
  .submenu ul li.ui-tabs-active a {
    text-decoration: underline; }
  .submenu ul li.slide-line {
    display: none; }
  .tabs-container h2 {
    font-size: 20px; }
  .tabs .choice-block.col-2 {
    max-width: 88.4%; } }

@media screen and (max-width: 450px) {
  .help-popup-container {
    width: 85%; }
  .result-pgcontainer {
    width: 95%; } }

@media screen and (max-width: 400px) {
  .result-pgcontainer {
    padding: 0 10px; }
  #result-6 {
    padding: 0; }
  .choice-block .item-info h3 {
    bottom: -10px; } }

@media screen and (orientation: landscape) and (max-height: 600px) {
  .choice-block .img-wrapper {
    max-width: 30%; }
  div.img-wrapper.checked,
  .choice-block .img-wrapper {
    padding: 7px 7px 30px 7px; }
  .measure-width-block label,
  .measure-width-block select {
    float: left;
    margin-right: 2%; }
  .measure-width-block label {
    width: 36%;
    font-size: 12px;
    line-height: 1.1; }
  .measure-width-block select {
    width: 30%;
    height: 26px; }
  .measure-width-block select:last-child {
    margin-right: 0; }
  .not-plumb-wall .measure-width-block label,
  .not-plumb-wall .measure-width-block select {
    float: none;
    width: 100%;
    margin-right: 0; }
  .not-plumb-wall .measure-width-block label {
    margin-bottom: 5px; }
  .not-plumb-wall .spinner {
    width: 32%;
    margin-right: 2%;
    float: left; } }

@media screen and (orientation: landscape) and (max-width: 768px) {
  .question-type-select .choice-block {
    max-width: 90%; }
  .tabs .choice-block {
    padding-bottom: 45px; }
  .wrapper > .main__outher {
    padding-top: 0; }
  .choice-block.col-2 .img-wrapper {
    width: 22%;
    margin-right: 1%;
    margin-left: 1%; }
  .choice-block.col-3 .img-wrapper, .choice-block.col-4 .img-wrapper, .choice-block.col-5 .img-wrapper {
    width: 16%;
    margin-right: 1%;
    margin-left: 1%; } }

@media screen and (orientation: portrait) and (max-width: 481px) {
  .choice-block.col-4 .img-wrapper {
    width: 35% !important;
    margin: 0 2%; }
  .choice-block.col-5 .img-wrapper {
    width: 35% !important;
    margin: 0 2% !important; }
  /*.choice-block.col-3 .img-wrapper {
    width: 29% !important;
    margin: 0 9% !important;
  }*/ }

@media screen and (orientation: landscape) and (max-width: 481px) {
  .wrapper {
    min-height: 320px; }
  .choice-block .img-wrapper {
    max-width: 35%; } }

@media (min-width: 768px) {
  /*.wrapper {
    padding-top: 140px;
    padding-bottom: 90px;
  }*/
  .choice-block .check .icon2-check {
    top: 16%;
    right: 32%; }
  .choice-block.col-2 .check .icon2-check {
    top: 15%;
    right: 33%; }
  .choice-block.col-3 .item-info h3,
  .choice-block.col-5 .item-info h3 {
    min-height: 38px;
    bottom: 5px;
    font-size: 20px; }
  .tabs .choice-block {
    position: relative; } }

.menu {
  width: 100%;
  position: fixed;
  left: 0;
  top: 110px;
  z-index: 100; }
  @media (max-width: 1023px) {
    .menu {
      top: 90px; } }

@media screen and (min-width: 960px) {
  .result-pggrid > li {
    display: flex; }
  .tabs .choice-block {
    padding-bottom: 75px; }
  .tabs.question-type-select .choice-block {
    padding-bottom: 50px; }
  .tabs .choice-block {
    margin-top: -30px;
    padding-bottom: 75px; }
  .tabs .choice-block.col-5 {
    margin-top: 0; }
  .measure-width-block:after {
    display: table;
    content: "";
    clear: both; }
  .measure-width-block {
    border: 1px solid #d6d7dc;
    padding: 7px 10px 8px 12px;
    margin-bottom: 10px;
    border-radius: 5px; }
  .measure-other-block {
    padding: 8px 11px 8px 13px; }
  .dimensions-list {
    width: 100%; }
  .dimensions-list .col-content {
    float: left;
    width: 30%;
    min-width: 300px; }
  .dimensions-list .col-img {
    width: 40%;
    margin: 0 5% 35px;
    float: left; }
  .choice-block.col-2 .check .icon2-check {
    right: 30%; }
  .help-block {
    min-width: 180px; } }

@media (min-width: 1024px) {
  .question-type-radio .choice-block h2 {
    margin-bottom: 2em; }
  .dimensions-block.choice-block ul li label {
    font-size: 12px; } }

@media (min-width: 1200px) {
  .choice-block .check .icon2-check {
    right: 29%; } }

@media (orientation: portrait) and (max-width: 767px) {
  .choice-block {
    padding-bottom: 50px; }
  .choice-block.col-3 .img-wrapper {
    /*width: 32%;
    margin-right: 0;
    margin-left: 0;*/
    width: 29%;
    margin: 0 9%; }
  .choice-block.col-4 .img-wrapper {
    width: 27%;
    margin-right: 5%;
    margin-left: 5%; }
  .choice-block.col-2 .img-wrapper,
  .choice-block.col-1 .img-wrapper {
    width: 40%;
    margin-right: 5%;
    margin-left: 5%; } }

@media screen and (min-width: 768px) and (max-width: 960px) {
  .tabs.question-type-radio .choice-block {
    height: 300px; } }

@media (min-width: 480px) {
  div.tooltip {
    max-width: 360px;
    margin-left: -180px;
    left: 50%; } }

.dimensions-list__input,
.dimensions-list__select {
  float: right;
  margin-left: 5px;
  width: 60px;
  height: 32px;
  padding: 6px 0; }

.dimensions-list__label {
  float: right;
  white-space: nowrap;
  padding: 0.35em 0;
  font-size: 14px; }

.dimensions-list__item {
  margin-bottom: 10px; }

.dimensions-list__input {
  border: 1px solid var(--primary-color);
  padding: 0.5em 5px;
  background: #fff;
  border-radius: 6px; }

.dimensions-list__select {
  background: url("/images/select-arrow.png") no-repeat 93% center #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  padding: 0.5em 5px;
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  cursor: pointer; }

.dimensions-list__select:disabled {
  color: #ccc;
  border-color: #ccc;
  background: url("/images/select-arrow-disabled.png") no-repeat 98% center; }

.revert__layout .col-content,
.revert__layout .col-img {
  /*width: 100%;*/
  /*max-width: 550px;*/ }

@media (min-width: 640px) {
  .revert__layout .col-content {
    float: left;
    width: 58%;
    margin-right: 2%; }
  .revert__layout .col-img {
    float: right;
    width: 40%;
    margin: 0; }
  .sku-form__footer ul {
    margin-left: 50px; } }

.order__form {
  max-width: 550px;
  margin: auto; }

.order__title {
  color: var(--primary-color);
  font-size: 20px;
  margin-bottom: 1.5em;
  text-align: center; }

.order__table__input {
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 3px 4px;
  font-size: 1.1em;
  color: #57585a;
  display: block;
  width: 100%; }

.order__input {
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 1.3em;
  color: #57585a;
  display: block;
  width: 100%;
  margin-bottom: 15px; }

.order__select {
  height: 37px;
  border: 2px solid #ccc;
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 1.3em;
  color: #57585a;
  display: block;
  width: 100%;
  margin-bottom: 15px; }

.order__textarea {
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 1.3em;
  color: #57585a;
  display: block;
  width: 100%;
  margin-bottom: 15px; }

.order__submit {
  background: var(--primary-color);
  color: #fff;
  border-radius: 6px;
  padding: 7px;
  border: none;
  width: 250px;
  display: block;
  margin: 5px auto;
  font-weight: bold;
  text-transform: uppercase;
  float: right; }

.order__label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block; }

.order__form .personal-data-form input[type="number"]::-webkit-inner-spin-button,
.order__form .personal-data-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.order__form .personal-data-form input[type="number"] {
  -moz-appearance: textfield; }

.sku-form__title {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 1.5em;
  text-align: center; }

.sku-form__header {
  text-align: center; }

.sku-form__header label {
  color: var(--primary-color);
  vertical-align: middle;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px; }

.sku-form__header input {
  border: 2px solid #ccc;
  background: #fff;
  vertical-align: middle;
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 1.3em;
  color: #57585a;
  display: inline-block;
  width: 190px; }

.sku-form__gallery {
  overflow: hidden;
  margin: 15px -5px; }

.sku-form__gallery-item {
  width: 20%;
  float: left;
  padding: 0 5px; }

.sku-form__content__title {
  font-size: 18px;
  margin: 7px 0;
  text-align: center; }

.sku-form__content__title .expl {
  font-size: 12px; }

.sku-form__content__title strong {
  color: var(--primary-color);
  font-weight: bold; }

.sku-form__content table {
  table-layout: fixed;
  width: 100%; }

.sku-form__content table tr:hover {
  background-color: rgba(255, 255, 179, 0.6);
  cursor: pointer; }

.sku-form__content table th:nth-child(1),
.sku-form__content table td:nth-child(1) {
  width: 50%; }

.sku-form__content table th:nth-child(2),
.sku-form__content table td:nth-child(2) {
  width: 15%;
  text-align: center; }

.sku-form__content table th:nth-child(3),
.sku-form__content table td:nth-child(3) {
  width: 15%;
  text-align: center; }

.sku-form__content table th:nth-child(4),
.sku-form__content table td:nth-child(4) {
  width: 20%;
  text-align: center; }

.sku-form__content table td,
.sku-form__content table td span,
.sku-form__content table td input {
  font-size: 12px !important; }

@media (min-width: 960px) {
  .order__form {
    max-width: 100%; } }

@media (min-width: 768px) {
  .sku-form__content table td,
  .sku-form__content table td span,
  .sku-form__content table td input {
    font-size: 14px !important; }
  .sku-form__content table th:nth-child(1),
  .sku-form__content table td:nth-child(1) {
    width: 50%; }
  .sku-form__content table th:nth-child(2),
  .sku-form__content table td:nth-child(2) {
    width: 15%;
    text-align: center; }
  .sku-form__content table th:nth-child(3),
  .sku-form__content table td:nth-child(3) {
    width: 15%;
    text-align: center; }
  .sku-form__content table th:nth-child(3),
  .sku-form__content table td:nth-child(3) {
    width: 20%;
    text-align: center; }
  .wrapper {
    height: 100%; }
  .wrapper > .main__outher {
    height: 100%; } }

.order-item-row,
.sku-form__content__title,
.expl-hover {
  position: relative;
  overflow: visible !important; }

.expl {
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  z-index: 999;
  display: none; }

.expl-tbl {
  width: 200%; }

.expl p {
  font-size: 10px;
  color: #fefefe;
  font-weight: 100; }

.expl small {
  color: #cecece; }

.expl p.highlited {
  font-size: 12px;
  color: #ffdddd; }

.expl-left {
  width: 25%;
  float: left; }

.expl-right {
  width: 75%;
  float: right;
  background-color: rgba(100, 100, 100, 0.8);
  padding: 7px;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  border: 0px solid #000000;
  color: #fefefe;
  font-size: 12px;
  font-weight: 100; }

.order-item-row:hover .expl,
.sku-form__content__title:hover .expl,
.expl-hover:hover .expl {
  display: block; }

.sku-form__content table th {
  color: #fff;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 10px;
  font-size: 16px; }

.sku-form__content table td {
  padding: 10px;
  border: 1px dotted #ccc;
  border-top: none; }

.sku-form__footer,
.price-form__footer {
  margin: 20px 0 40px 0; }

.sku-form__footer input,
.price-form__footer input {
  width: 30px;
  border: none; }

.sku-form__footer strong,
.price-form__footer strong {
  color: var(--primary-color); }

.sku-form__footer li,
.price-form__footer li {
  display: block;
  margin-bottom: 5px; }

.sku-form__submit {
  background: var(--primary-color);
  color: #fff;
  border-radius: 6px;
  padding: 7px 15px;
  border: none;
  display: inline-block;
  margin: 5px auto;
  font-weight: bold;
  text-transform: uppercase; }

.sku-form__info {
  padding-left: 5px;
  display: inline-block; }

.form_icon:before {
  content: "";
  display: inline-block;
  background: var(--primary-color) url(../images/info.png) no-repeat center center;
  width: 25px;
  height: 25px;
  border-radius: 25px; }
  @media (max-width: 450px) {
    .form_icon:before {
      width: 20px;
      height: 20px;
      border-radius: 20px; } }

.sku-form__after {
  text-align: center; }

.sku-form__email {
  display: inline-block;
  margin-right: 20px;
  /*font-size: 16px;*/
  white-space: nowrap; }

.sku-form__email:before {
  content: "";
  display: inline-block;
  background: var(--primary-color) url(../images/mail.png) no-repeat center center;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px; }

/*EMERALD FOOTER*/
.footer--emerald {
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #d2d4d4;
  z-index: 999;
  width: 100%; }

.footer__list {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal; }

.footer__list--wide li {
  margin-left: 2em;
  margin-right: 2em; }

.footer__list li {
  display: inline-block; }

.footer__list a {
  color: #3c3d3f;
  transition: color 0.3s;
  padding: 0.5em;
  display: block; }

.footer__list a:hover {
  color: #fff; }

@media (min-width: 960px) {
  .footer__list {
    text-align: right;
    font-size: 18px; }
  .footer__list--wide li {
    margin-right: 0; }
  .footer__step--last .footer__list {
    text-align: center; }
  /* .order__left,
  .order__right {
    width: 50%;
    float: left;
    padding: 0 10px;
  }*/ }

/*EMERALD FOOTER END*/
.lightbox {
  font-size: 20px;
  max-width: 400px;
  border: 1px solid #8f8f8f;
  font-weight: normal;
  font-family: arial, serif;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  line-height: 1.5; }

.lightbox__section {
  margin-bottom: 25px; }

.lightbox__footer {
  font-size: 1.1em;
  border-top: 3px solid #939598; }

.lightbox__footer .half {
  margin-top: 0.5em; }

.lightbox strong {
  color: #404041; }

.align-right {
  text-align: right; }

.grid {
  overflow: hidden; }

.half {
  float: left;
  width: 50%; }

.thankyou {
  text-align: center; }

.thankyou img {
  max-width: 60%; }

.checkbox-in-box {
  margin: 5px 0;
  width: 100% !important; }

.checkbox-in-box input {
  margin-left: 0; }
  @media (max-width: 767px) {
    .checkbox-in-box input {
      width: 20px;
      height: 20px; } }

.result-btn {
  position: relative;
  display: inline-block;
  padding: 0.475em 1.5em;
  min-width: 220px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  background: var(--primary-color);
  border-radius: 20px; }

.double {
  overflow: hidden; }
  .double > a {
    width: 48%;
    float: left;
    margin-right: 4%; }
    .double > a:last-child {
      margin-right: 0; }

.result__footer {
  padding-top: 15px;
  width: 100%; }
  @media (min-width: 1200px) {
    .result__footer {
      padding-top: 4px; } }

.bv-rating-ratio-count .bv-rating-label {
  position: absolute !important;
  left: 82px !important;
  top: 0 !important;
  z-index: 1 !important; }

a.bv-rating-stars-container {
  position: relative !important;
  padding-right: 34px !important;
  z-index: 2 !important; }

.custom-glass__ribbon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 64px;
  height: 64px;
  line-height: 0;
  font-size: 0;
  z-index: 11; }
  .custom-glass__ribbon img {
    display: block;
    width: 100%;
    height: auto; }

.help-block a {
  cursor: pointer; }

.help-block .icon2-сhat:before {
  line-height: 30px; }

.help-block .live-chat {
  position: relative;
  display: none; }
  .help-block .live-chat .LPMcontainer {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    overflow: hidden; }
    .help-block .live-chat .LPMcontainer:focus {
      outline: none !important;
      box-shadow: none; }
    .help-block .live-chat .LPMcontainer .LPMimage {
      display: none; }
    .help-block .live-chat .LPMcontainer img {
      opacity: 0; }

.chat-custom-glass {
  display: inline-block;
  margin: 7px 0 0 19px;
  width: 195px;
  flex-shrink: 0; }

.live-chat-custom-glass {
  display: block; }
  .live-chat-custom-glass img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto; }

.product-colors {
  width: 100%;
  float: left;
  margin: 0 0 5px 0 !important; }
  .product-colors li {
    float: left;
    width: 18px !important;
    margin-right: 8px; }
    .product-colors li img {
      height: 24px;
      width: 24px;
      border-radius: 6px;
      display: block;
      margin: 0; }

.radio-dobbleclick-prevent {
  z-index: 999999;
  height: 200%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* LiveChat begin*/
.LPMcontainer.LPMoverlay.LiveChat {
  max-width: 90%;
  font-size: 0;
  line-height: 0;
  max-width: 100% !important;
  font-size: 0 !important;
  line-height: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important; }

.LPMimage {
  width: auto; }

.LPMcontainer.LPMoverlay.LiveChat img {
  position: static !important;
  max-width: 100%;
  height: auto;
  max-width: 100% !important; }

body > .LPMcontainer.LPMoverlay.LiveChat {
  display: block !important; }

body > .LPMcontainer.LPMoverlay.StickChat {
  top: auto !important;
  margin-top: auto !important;
  right: 144px !important;
  bottom: -59px !important;
  transform: rotate(90deg);
  width: 34px !important;
  min-height: 150px !important; }

body > .LPMcontainer.LPMoverlay.StickChatDay {
  display: block !important; }

body > .LPMcontainer.LPMoverlay.StickChatNight {
  display: block !important;
  right: 150px !important;
  bottom: -81px !important; }

#feedbackify .fby-tab-r {
  bottom: 8vh !important;
  top: auto !important;
  margin-top: auto !important; }

.lp_desktop #lpChat > .lp_maximized {
  right: 42px !important; }

.lp_surveyError_wrapper {
  display: none; }

@media (max-width: 1588px) {
  body > .LPMcontainer.LPMoverlay.StickChat {
    top: auto !important;
    margin-top: auto !important;
    bottom: 23vh !important;
    right: -2px !important;
    transform: rotate(0deg); }
  body > .LPMcontainer.LPMoverlay.StickChat:hover {
    right: 0 !important; }
  div#feedbackify #fbya #fbyb .fby-tab-r {
    /*bottom: 26px !important;*/ } }

/* LiveChat end*/
.line-rating-holder
.bv-cv2-cleanslate
.bv-core-container-141
.bv-inline-rating-container
.bv-rating,
.line-rating-holder
.bv-cv2-cleanslate
.bv-core-container-141
.bv-inline-rating-container
.bv-rating-label,
.line-rating-holder
.bv-cv2-cleanslate
.bv-core-container-141
.bv-inline-rating-container
.bv-text-link,
.line-rating-holder
.bv-cv2-cleanslate
.bv-core-container-141
.bv-inline-rating-container
.bv-text-link:visited,
.line-rating-holder
.bv-cv2-cleanslate
.bv-core-container-141
.bv-rating-stars-container,
.line-rating-holder .bv-cv2-cleanslate .bv-core-container-141 .bv-rating-stars,
.line-rating-holder
.bv-cv2-cleanslate
.bv-core-container-141
.bv-rating-stars-container:hover {
  font-family: "Roboto", sans-serif !important; }

.bv-cv2-cleanslate
.bv-core-container-141
.bv-inline-rating-container
.bv-stars-container
.bv-rating-label {
  margin-left: 5px !important; }

.line-rating-holder {
  margin-bottom: 5px; }

.rating-box {
  display: flex;
  align-items: center; }

.rating {
  position: relative; }

.rating .on {
  position: absolute;
  color: var(--primary-color);
  overflow: hidden;
  font-size: 20px;
  line-height: 1; }

.rating .off {
  color: #bdbfbf;
  font-size: 20px;
  line-height: 1; }

.rating-label {
  font-size: 15px;
  line-height: 1;
  color: var(--primary-color);
  margin-left: 5px; }

.progressbar-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 590px;
  margin: 12px auto 10px; }
  @media all and (max-width: 767px) {
    .progressbar-holder {
      width: 100%;
      margin: 12px auto 5px; } }

.menu ul.progressbar {
  margin: 0 0 0 -30px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  counter-reset: my-awesome-counter; }
  @media all and (max-width: 767px) {
    .menu ul.progressbar {
      margin: 0 3%;
      justify-content: space-between; } }

.menu ul.progressbar li {
  font-size: 0;
  line-height: 0;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  position: relative;
  counter-increment: my-awesome-counter;
  cursor: default; }
  @media all and (max-width: 767px) {
    .menu ul.progressbar li {
      background: #fff;
      width: 56px; } }
  @media all and (max-width: 374px) {
    .menu ul.progressbar li {
      width: 46px; } }

.menu ul.progressbar li:last-of-type {
  margin-right: 0; }

.menu ul.progressbar li:after {
  content: counter(my-awesome-counter);
  position: absolute;
  left: 4px;
  top: 4px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d7d7d;
  background: none;
  border: 1px solid #7d7d7d;
  border-radius: 18px;
  font-size: 14px;
  z-index: 222;
  box-sizing: border-box; }
  @media all and (max-width: 767px) {
    .menu ul.progressbar li:after {
      left: 14px; } }
  @media all and (max-width: 374px) {
    .menu ul.progressbar li:after {
      left: 9px; } }

.menu ul.progressbar li.active:after {
  font-weight: 400;
  color: var(--primary-color);
  border-color: var(--primary-color); }

.menu ul.progressbar li.checked {
  cursor: pointer; }

.menu ul.progressbar li.checked:after {
  content: "";
  background: var(--primary-color) url("/images/complete.svg") no-repeat center;
  border: 4px solid #fff;
  width: 34px;
  height: 34px;
  box-shadow: 0 0 0 1px var(--primary-color);
  left: 1px;
  top: 1px; }
  @media all and (max-width: 767px) {
    .menu ul.progressbar li.checked:after {
      left: 11px; } }
  @media all and (max-width: 374px) {
    .menu ul.progressbar li.checked:after {
      left: 6px; } }

.menu ul.progressbar li:before {
  content: "";
  height: 0.5px;
  width: 78px;
  background: #c4c4c4;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -1px 11px 0;
  z-index: -1; }
  @media all and (max-width: 767px) {
    .menu ul.progressbar li:before {
      margin: -1px 0 0;
      width: 16vw; } }

.menu ul.progressbar li:first-of-type:before {
  display: none; }

.menu ul.progressbar li.checked:before,
.menu ul.progressbar li.active:before {
  background: var(--primary-color); }

.head-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 355px; }
  .head-actions.mobile-only {
    display: none; }

.head-actions input {
  margin: 3px 3px 3px 0; }

.head-actions label {
  display: flex; }

.switch {
  display: flex;
  align-items: center;
  margin-left: 29px; }
  .switch input {
    position: absolute;
    opacity: 0;
    margin: 0; }
  .switch div {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border-radius: 2px;
    border: 1.5px solid #5383be;
    order: 1; }
  .switch input:checked + div {
    background: #5383be url("/images/check.svg") no-repeat;
    background-position: center;
    background-size: contain; }

.dimensions-block.choice-block ul li .head-actions label {
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0; }

.reset {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
  color: var(--primary-color);
  cursor: pointer; }

.reset svg {
  margin-right: 8px; }

.reset svg path {
  fill: var(--primary-color); }

.reset.inactive {
  color: #d6d7dc;
  cursor: default; }

.reset.inactive svg path {
  fill: #d6d7dc; }

.dimension-item {
  display: flex;
  align-items: center;
  margin: 20px 0 10px; }

@media all and (min-width: 768px) and (max-width: 959px) {
  .not-plumb-wall .select_group_block {
    display: inline-block;
    width: 50%;
    min-width: 50%; } }

@media all and (min-width: 1280px) {
  .not-plumb-wall .select_group_block {
    display: inline-block;
    width: 50%;
    min-width: 50%; } }

@media all and (min-width: 768px) and (max-width: 959px) {
  .not-plumb-wall .select_group_block:nth-of-type(3) {
    display: inline-block;
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
    margin-left: 30px; } }

@media all and (min-width: 1280px) {
  .not-plumb-wall .select_group_block:nth-of-type(3) {
    display: inline-block;
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
    margin-left: 30px; } }

.item-letter {
  text-transform: uppercase;
  line-height: 51px;
  font-size: 24px;
  font-weight: 500;
  margin-right: 20px;
  color: inherit;
  border-width: 0 1.5px 0 0;
  border-style: solid;
  border-color: inherit;
  width: 55px;
  min-width: 55px;
  text-align: center; }
  @media all and (max-width: 767px) {
    .item-letter {
      margin-right: 10px;
      font-size: 18px;
      width: 45px;
      min-width: 45px; } }
  @media all and (max-width: 374px) {
    .item-letter {
      margin-right: 5px;
      width: 35px;
      min-width: 35px;
      font-size: 16px; } }

.item-value {
  max-width: 280px;
  border-color: inherit; }
  @media all and (min-width: 960px) {
    .item-value {
      width: calc(100% - 50px); } }
  @media all and (max-width: 374px) {
    .item-value {
      width: calc(100% - 60px); } }

.not-plumb-wall .item-value {
  max-width: 280px; }
  @media all and (min-width: 960px) {
    .not-plumb-wall .item-value {
      width: calc(100% - 50px); } }

.item-value-labels {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #231f20;
  display: flex;
  justify-content: space-between;
  padding-right: 19px;
  white-space: nowrap; }

.item-value-labels span:first-letter {
  text-transform: uppercase; }

.required-field {
  color: #f90202; }

.rf-indent {
  margin-left: 75px; }

.item-value-selection {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  border-width: 0.5px;
  border-style: solid;
  border-color: inherit; }

.item-value-selection select {
  font-size: 14px;
  line-height: 21px;
  background: none;
  border: none;
  padding: 5px 16px 5px 9px;
  outline: none;
  cursor: pointer;
  min-width: 83px;
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
  width: 83px; }

.item-value-selection select:disabled {
  cursor: not-allowed; }

.buttress {
  display: flex;
  align-items: center;
  flex: 1 0 auto; }

.buttress select {
  width: 180px; }
  @media all and (max-width: 374px) {
    .buttress select {
      width: 143px; } }

.buttress:after {
  content: "/";
  color: #7d7d7d;
  display: block;
  margin: 0 0 0 7px; }

.dimension-item {
  color: #d6d7dc;
  border-color: #d6d7dc; }

.dimension-item .item-value-selection select {
  color: #7d7d7d; }

.dimension-item:hover {
  border-color: #5383be; }

.dimension-item:hover .item-letter {
  color: #5383be;
  border-color: #d6d7dc; }

.dimension-item.disabled {
  color: #d6d7dc;
  border-color: #d6d7dc; }

.dimension-item.disabled:hover .item-letter {
  color: #d6d7dc; }

.dimension-item.disabled .item-value-selection select {
  color: #7d7d7d; }

.dimension-item.selected {
  color: #5383be;
  border-color: #5383be; }

.dimension-item.selected:hover .item-letter {
  border-color: #5383be; }

.dimension-item.done:hover,
.dimension-item.done {
  color: #231f20;
  border-color: #231f20; }

.dimension-item.done:hover .item-letter {
  color: #231f20;
  border-color: #231f20; }

.dimension-item.done:hover .item-value-selection select,
.dimension-item.done .item-value-selection select {
  color: #231f20; }

.dimension-item.done:after {
  content: "";
  display: block;
  background: url("/images/done.svg") no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  margin-top: 19px;
  flex-shrink: 0;
  margin-right: -30px; }

.custom_select {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 4px;
  height: 32px;
  background-color: #fff;
  position: relative; }

.custom_select-decimal {
  display: flex;
  background: url("/images/arrow-down.svg") no-repeat;
  background-position: right 17px center;
  flex: 1 0 auto;
  position: relative;
  width: 192px; }
  @media all and (max-width: 959px) {
    .custom_select-decimal {
      width: 160px; } }
  .custom_select-decimal:after {
    content: "/";
    color: #7d7d7d;
    display: block;
    margin: 0 0 0 7px;
    line-height: 32px; }

.custom_select-fraction {
  width: 83px;
  background: url("/images/arrow-down.svg") no-repeat;
  background-position: right 5px center;
  position: relative;
  display: flex; }

.custom_select-dropdown-wraper {
  position: absolute;
  width: 100%; }

.custom_select-item {
  padding: 1px 5px;
  transition: 0.3s;
  margin: 2px 7px;
  border-radius: 4px;
  color: #757575;
  background-color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }

.custom_select-item.custom_select_item_selected,
.custom_select-item:hover {
  transition: 0.3s;
  background-color: #ccc; }

.custom_select-show-result {
  padding: 0px 20px 0px 13px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  flex: 1 0 auto; }

.custom_select_fraction_disabled {
  cursor: no-drop; }
  .custom_select_fraction_disabled .custom_select-show-result {
    cursor: no-drop; }

/*.group_block_item:nth-child(1) {
  .dimension-item:nth-child(1) {
    .custom_select {
      z-index: 26;
    }
  }
  .dimension-item:nth-child(2) {
    .custom_select {
      z-index: 25;
    }
  }
  .dimension-item:nth-child(3) {
    .custom_select {
      z-index: 24;
    }
  }
}*/
/*
.group_block_item:nth-child(2) {
  .dimension-item:nth-child(1) {
    .custom_select {
      z-index: 23;
    }
  }
  .dimension-item:nth-child(2) {
    .custom_select {
      z-index: 22;
    }
  }
  .dimension-item:nth-child(3) {
    .custom_select {
      z-index: 21;
    }
  }
}
.group_block_item:nth-child(3) {
  .dimension-item:nth-child(1) {
    .custom_select {
      z-index: 20;
    }
  }
  .dimension-item:nth-child(2) {
    .custom_select {
      z-index: 19;
    }
  }
  .dimension-item:nth-child(3) {
    .custom_select {
      z-index: 18;
    }
  }
}
.group_block_item:nth-child(4) {
  .dimension-item:nth-child(1) {
    .custom_select {
      z-index: 17;
    }
  }
  .dimension-item:nth-child(2) {
    .custom_select {
      z-index: 16;
    }
  }
  .dimension-item:nth-child(3) {
    .custom_select {
      z-index: 15;
    }
  }
}
.group_block_item:nth-child(5) {
  .custom_select {
    z-index: 14;
  }
}
.group_block_item:nth-child(6) {
  .custom_select {
    z-index: 13;
  }
}
.group_block_item:nth-child(7) {
  .custom_select {
    z-index: 12;
  }
}*/
.overlay_blur_select {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent; }
  .overlay_blur_select.overlay_blur_select_active {
    display: block; }

.custom_select-dropdown-wraper .custom_select-dropdown-item {
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #d6d7dc;
  max-height: 230px;
  border-radius: 4px;
  overflow-y: scroll; }
  .custom_select-dropdown-wraper .custom_select-dropdown-item::-webkit-scrollbar {
    width: 5px; }
  .custom_select-dropdown-wraper .custom_select-dropdown-item::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px; }
  .custom_select-dropdown-wraper .custom_select-dropdown-item::-webkit-scrollbar-thumb {
    background-color: #757575;
    border-radius: 10px; }

.confirm-btn {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #f96302;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 8px 18px;
  margin: 0 auto;
  display: block;
  letter-spacing: 1.5px;
  position: relative;
  transition: all 0.3s ease; }

.btn-holder {
  display: inline-block;
  margin: 22px 0 22px 75px;
  position: relative; }
  .btn-holder div {
    font-size: 14px;
    position: absolute;
    background: #fce3d3;
    color: #231F20;
    padding: 8px 18px;
    width: 100%;
    max-width: 263px;
    opacity: 0;
    pointer-events: none;
    left: 50%;
    top: 0;
    border-radius: 4px;
    transform: translate3d(-50%, 0%, 0);
    transition: all 0.3s ease;
    text-align: center; }
    .btn-holder div span {
      display: block; }
    .btn-holder div:before {
      content: "";
      position: absolute;
      opacity: 0;
      pointer-events: none;
      left: 50%;
      bottom: -9px;
      transform: translate3d(-50%, 0%, 0);
      transition: all 0.3s ease;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #fce3d3 transparent transparent transparent; }
  .btn-holder:hover div {
    opacity: 1;
    transform: translate3d(-50%, calc(-100% - 12px), 0); }
    .btn-holder:hover div:before {
      opacity: 1; }
  @media all and (max-width: 374px) {
    .btn-holder {
      margin: 5px auto; } }
  @media all and (max-width: 767px) {
    .btn-holder {
      background: #fff;
      position: fixed;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 2;
      padding: 20px 0;
      margin: 0 auto; } }

@media all and (min-width: 768px) {
  .sticky-btn .btn-holder {
    position: fixed;
    bottom: 57.5px;
    z-index: 11;
    left: 50%;
    margin: 0;
    transform: translateX(-50%); } }

.confirm-btn:disabled {
  cursor: default;
  background: #a0a0a0; }

.confirm-btn:disabled:hover {
  background: #BDB4B4; }

.confirm-btn:not(:disabled):hover {
  background: var(--primary-color-darken); }

.confirm-btn:not(:disabled):focus {
  background: var(--primary-color-darkest); }

@media all and (max-width: 767px) {
  .d-xs-none {
    display: none; } }

@media all and (min-width: 768px) {
  .d-md-none {
    display: none; } }

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