@keyframes spin {
  0% {
    transform: rotate(0deg) translateZ(0); }
  100% {
    transform: rotate(360deg) translateZ(0); } }


@font-face {
  font-family: 'ABBvoice_W_Rg';
  src: url('../../fonts/WOFF2/ABBvoice_W_Rg.woff2') format('woff2'),
        url('../../fonts/WOFF/ABBvoice_W_Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ABBvoice_W_Lt';
  src: url('../../fonts/WOFF2/ABBvoice_W_Lt.woff2') format('woff2'),
        url('../../fonts/WOFF/ABBvoice_W_Lt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ABBvoice_W_Md';
  src: url('../../fonts/WOFF2/ABBvoice_W_Md.woff2') format('woff2'),
        url('../../fonts/WOFF/ABBvoice_W_Md.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ABBvoice_W_Bd';
  src: url('../../fonts/WOFF2/ABBvoice_W_Bd.woff2') format('woff2'),
        url('../../fonts/WOFF/ABBvoice_W_Bd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

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

html {
  box-sizing: border-box;
  font-size: 16px; }

body {
  margin: 0;
  color: #000;
  font-family: "ABBvoice_W_Rg";
  font-size: 16px;
  line-height: 1.2; }

a {
  color: #ff000f;
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

p {
  margin: 0 0 24px; }
  p img {
    margin-bottom: 24px; }

ol, ul, li {
  margin: 0;
  padding: 0; }

svg {
  pointer-events: none; }

.only-print {
  display: none;
}

.upper {
  text-transform: uppercase; }

.center {
  text-align: center; }

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important; } }

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important; } }

/*======================================
 *  Selectric v1.12.0
 *====================================== */
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }
  .selectric-items li.selected {
    background: #E0E0E0;
    color: #444; }
  .selectric-items li.highlighted {
    background: #D0D0D0;
    color: #444; }
  .selectric-items li:hover {
    background: #D5D5D5;
    color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;margin: 0 auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media (min-width: 992px) {
  .animate-item:nth-child(2) {
    transition-delay: .1s; }
  .animate-item:nth-child(3) {
    transition-delay: .2s; }
  .animate-item:nth-child(4) {
    transition-delay: .3s; }
  .animate-item:nth-child(5) {
    transition-delay: .4s; }
  .animate-item:nth-child(6) {
    transition-delay: .5s; }
  .animate-item:nth-child(7) {
    transition-delay: .6s; }
  .animate-item:nth-child(8) {
    transition-delay: .7s; }
  .animate-item:nth-child(9) {
    transition-delay: .8s; }
  .animate-2row:nth-child(even) {
    transition-delay: .2s; }
  .animate-fall, .animate-fall-long {
    opacity: 0;
    transform: translate(0, -10px);
    transition: .5s ease all; }
    .animate-fall.is-visible,
    .is-visible .animate-fall, .animate-fall-long.is-visible,
    .is-visible .animate-fall-long {
      transform: translate(0);
      opacity: 1; }
  .animate-fall-long {
    transform: translate(0, -50px); }
  .animate-slidein {
    opacity: 0;
    transform: translate(-5%, 0);
    transition: .5s ease all; }
    .animate-slidein.is-visible,
    .is-visible .animate-slidein {
      transform: translate(0);
      opacity: 1; }
  .animate-pop {
    opacity: 0;
    transform: scale(1.2);
    transition: .5s ease all; }
    .animate-pop.is-visible,
    .is-visible .animate-pop {
      transform: scale(1);
      opacity: 1; }
  .animate-fade {
    opacity: 0;
    transition: .3s ease all; }
    .animate-fade.is-visible,
    .is-visible .animate-fade {
      opacity: 1; } }

.btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: .3s ease all; }
  .btn.view-primary {
    font-size: 13px;
    font-family: "ABBvoice_W_Lt";
    background-color: #ff000f;
    color: #fff;
    padding: 0 10px;
    border-radius: 40px;
    line-height: 35px; }
    .btn.view-primary.view-primary-highlight {
      font-family: "ABBvoice_W_Rg";
      padding: 5px 30px; }
  .btn.view-circle {
    height: 71px;
    width: 71px;
    background-color: #222222;
    color: #fff;
    border-radius: 50%;
    position: relative; }
    .btn.view-circle svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin-top: -1px; }
    .btn.view-circle.view-shadow {
      box-shadow: 0px 14px 49px 0px rgba(0, 0, 0, 0.6); }
  @media (max-width: 991px) {
    .btn {
      white-space: nowrap; } }
  @media (min-width: 992px) {
    .btn.view-primary {
      padding: 0 30px;
      font-size: 16px;
      line-height: 43px; }
      .btn.view-primary.view-primary-highlight {
        padding: 5px 60px; }
    .btn.view-primary:hover {
      background-color: #d1000c; }
    .btn.view-circle:hover {
      background-color: #d1000c; } }

.canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row; }
  .canvas:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background-color: #000;
    opacity: .05; }
  .canvas-item {
    width: 50%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .canvas-item.view-image {
      background-image: url(../dummy/photo1.jpg); }
    .canvas-item.view-texture {
      background-image: url(../dummy/texture1.jpg); }
  .canvas-upload-bg {
    background-color: #262626;
    opacity: .85;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .canvas-upload {
    height: 300px;
    width: 300px;
    background-color: #222222;
    color: #c7c7c7;
    font-size: 15px;
    transition: .3s ease all;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .canvas-upload .shape-canvas-upload-border {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none; }
    .canvas-upload-in {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .canvas-upload-progress {
      font-size: 20px;
      font-family: "ABBvoice_W_Lt"; }
    .canvas-upload-icon {
      position: relative;
      margin: 0 auto 30px;
      height: 84px;
      width: 83px; }
      .canvas-upload-icon .canvas-upload-progress {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .canvas-upload-icon .shape-upload-circle,
      .canvas-upload-icon .shape-icon-camera {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .is-uploading .canvas-upload-icon-before {
        opacity: 0; }
      .canvas-upload-icon-after {
        opacity: 0; }
        .is-uploading .canvas-upload-icon-after {
          opacity: 1; }
        .is-uploading .canvas-upload-icon-after .shape-upload-circle-loading {
          animation: 1s infinite spin; }
    .canvas-upload-title {
      margin-bottom: 2px; }
    .canvas-upload-desc {
      font-family: "ABBvoice_W_Lt"; }
    .canvas-upload-close {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 100;
      color: #fff;
      cursor: pointer; }
      .canvas-upload-close svg {
        margin-top: -2px; }
  .canvas-upload-close, .canvas-upload {
    opacity: 0;
    pointer-events: none;
    transition: .3s ease all; }
    .upload-is-open .canvas-upload-close, .upload-is-open .canvas-upload {
      opacity: 1;
      pointer-events: auto; }
  .canvas-upload-bg {
    opacity: 0;
    pointer-events: none;
    transition: .3s ease all; }
    .upload-is-open .canvas-upload-bg {
      opacity: .8;
      pointer-events: auto; }
  .canvas-item-uploaded {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    background-color: cyan;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease all; }
    .canvas-item-uploaded-btns {
      position: absolute;
      top: 15px;
      left: 15px; }
      .canvas-item-uploaded-btns .btn:last-child {
        position: relative;
        right: 20px; }
    .canvas-item-uploaded-bottom {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding-bottom: 180px; }
    .is-uploaded .canvas-item-uploaded {
      opacity: 1;
      pointer-events: auto; }
  .canvas-item-photoselect {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0;
    cursor: pointer;
    transition: .3s ease all; }
    .canvas-item-photoselect svg {
      margin-top: -3px; }
    .upload-is-open .canvas-item-photoselect {
      opacity: 0 !important; }
  .canvas-item-product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .canvas-item-product-in {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .canvas-item-product-in img {
        transition: .3s ease all;
        width: 350px; }
        .is-scaled .canvas-item-product-in img {
          width: 450px; }
      .canvas-item-product-in-resize.btn {
        position: absolute;
        top: -35px;
        right: -35px;
        opacity: 0;
        pointer-events: none; }
        .canvas-item-product-in-resize.btn .shape.view-top {
          position: absolute;
          top: 27px;
          left: 42px;
          transition: .3s	ease all; }
          .is-scaled .canvas-item-product-in-resize.btn .shape.view-top {
            transform: rotate(-180deg) translate(5px, 5px); }
        .canvas-item-product-in-resize.btn .shape.view-bottom {
          position: absolute;
          top: 35px;
          left: 22px;
          transform: rotate(-180deg);
          transition: .3s	ease all; }
          .is-scaled .canvas-item-product-in-resize.btn .shape.view-bottom {
            transform: rotate(0) translate(-2px, 2px); }
  .canvas-corner-info {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row; }
    .canvas-corner-info .title.view-product {
      margin-right: 15px; }
  @media (max-width: 991px) {
    .canvas {
      height: calc(100% - 90px); }
      .canvas-upload {
        height: 250px;
        width: 250px; }
        .canvas-upload .shape-canvas-upload-border {
          height: 250px;
          width: 250px; }
      .canvas-item {
        width: 100%; }
        .canvas-item#canvas-photo {
          display: none; }
      .canvas-corner-info {
        position: absolute;
        top: 20px;
        right: 0;
        left: 0;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row;
        padding: 0 10px; }
      .canvas-item-product {
        width: 50%; } }
  @media (min-width: 992px) {
    .canvas-item {
      height: calc(100% - 130px); }
    .canvas-upload, .canvas-item-product {
      margin-top: 31.5px; }
    .canvas-corner-info {
      position: absolute;
      top: 20px;
      right: 30px; }
      .canvas-corner-info .title.view-product {
        margin-right: 24px; } }
  @media (min-width: 992px) {
    .canvas-upload:hover {
      background-color: #000; }
    .canvas-item:hover .canvas-item-photoselect {
      opacity: 1; }
    .canvas-item-product:hover .canvas-item-product-in-resize {
      opacity: 1;
      pointer-events: auto; } }

.container {
  margin: 0 auto;
  max-width: 920px; }
  @media (max-width: 991px) {
    .container {
      margin: 0 20px; } }

.coverlink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.menu-toggle {
  float: right;
  height: 35px;
  z-index: 10;
  padding: 7px 0 0 15px;
  margin-left: 10px;
  cursor: pointer;
  transition: .2s ease all;
  position: relative;
  z-index: 5; }
  .menu-toggle-label {
    font-family: "ABBvoice_W_Md";
    color: #000;
    font-size: 15px;
    margin-left: 5px;
    text-transform: uppercase;
    position: relative; }
  .menu-toggle-label, .menu-toggle-burger {
    display: inline-block;
    vertical-align: middle; }
  .menu-toggle .item {
    width: 20px;
    height: 3px;
    background-color: #000;
    margin: 0 0 4px;
    display: block;
    position: relative;
    transition: .2s ease all;
    border-radius: 5px; }
    .menu-toggle .item:last-child {
      margin-bottom: 0; }
  .menu-is-open .menu-toggle .item:nth-child(1) {
    transform: rotate(45deg);
    top: 7px; }
  .menu-is-open .menu-toggle .item:nth-child(2) {
    opacity: 0; }
  .menu-is-open .menu-toggle .item:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 7px; }
  @media (min-width: 992px) {
    .menu-toggle {
      display: none; } }

.popup-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease all; }
  .popup-is-open .popup-bg {
    opacity: .8;
    pointer-events: auto; }

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  color: #171717;
  cursor: pointer;
  transition: .3s ease all; }
  .popup-close:hover {
    color: #ff000f; }

.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%) scale(0.9); */
  transform: scale(0.9);
  margin: -244px -400px;
  padding: 50px 20px;
  width: 90%;
  max-width: 800px;
  z-index: 15000;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease all; }
  .popup-is-open .popup-main {
    opacity: 1;
    /* transform: translate(-50%, -50%) scale(1); */
    transform: scale(1);
    pointer-events: auto; }
  .popup-main-in {
    position: relative;
    z-index: 10; }

.popup-title {
  position: relative;
  padding-top: 12px; }
  .popup-title:before {
    content: '';
    height: 5px;
    width: 42px;
    transform: translate(-50%, 0);
    background-color: #ff000f;
    position: absolute;
    top: -5px;
    right: auto;
    left: auto; }

.popup-desc {
  font-size: 16px;
  color: #6d6d6d;
  margin-top: 20px; }
  .popup-desc p {
    margin: 0; }

.popup-btn {
  margin-top: 40px; }

@media (max-width: 991px) {
  .popup-main {
    background-color: #fff;
    left: 5%;
    margin: -180px 0; } }

@media (min-width: 992px) {
  .popup-close {
    right: 40px; }
  .popup-main {
    padding: 50px;
    /* margin-left: 72px; */ }
    .popup-main:before, .popup-main:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #fff; }
    .popup-main:before {
      transform: rotate(-1.5deg) translate(0, 0);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
      z-index: 5; }
    .popup-main:after {
      transform: rotate(1.5deg) translate(0, 0); } }

.productnav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  pointer-events: none; }
  .productnav .slick-list {
    height: 800px;
    overflow: hidden; }
    .productnav .slick-list .slick-track {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      height: 90px;
      background-color: #f0f0f0; }
  .productnav-item {
    text-decoration: none;
    color: #888888;
    padding: 6px 5px;
    text-align: center;
    position: relative;
    pointer-events: auto;
    transition: .3s ease all; }
    .productnav-item:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 0;
      background-color: #ff000f;
      transition: .3s ease all; }
    .productnav-item-img {
      height: 55px;
      position: relative; }
      .productnav-item-img svg {
        height: 50px;
        width: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .productnav-item-name {
      display: block;
      font-size: 14px;
      font-family: "ABBvoice_W_Lt";
      margin-top: 5px; }
  .productnav-list {
    margin: 0 30px; }
  .productnav-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 90px;
    pointer-events: none; }
    .productnav-controls-item {
      color: #000;
      text-decoration: none;
      height: 90px;
      width: 30px;
      z-index: 100;
      position: relative;
      background-color: #e9e9e9;
      pointer-events: auto;
      transition: .3s ease all; }
      .productnav-controls-item-shape {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .productnav-controls-item.view-left {
        float: left; }
      .productnav-controls-item.view-right {
        float: right; }
      .productnav-controls-item.slick-disabled {
        pointer-events: none; }
        .productnav-controls-item.slick-disabled svg {
          opacity: .1; }
      .productnav-controls-item:active {
        background-color: #c7c4c4; }
  @media (max-width: 991px) {
    .productnav {
      position: fixed; }
      .productnav-bottom .slick-list {
        overflow: visible; }
      .productnav-item-name {
        font-size: 12px; }
      .productnav-item.is-open {
        background-color: #e9e9e9; }
        .productnav-item.is-open:after {
          height: 4px; } }
  @media (min-width: 992px) {
    .productnav .slick-list .slick-track {
      height: 130px; }
    .productnav-list {
      margin: 0 50px; }
    .productnav-item {
      padding: 27px 10px; }
      .productnav-item.slick-first .productsubnav-list {
        transform: translate(50%, 0);
        margin-left: -100px; }
      .productnav-item.slick-last .productsubnav-list {
        transform: translate(-50%, 0);
        margin-right: -100px; }
      .productnav-item:hover {
        background-color: #e9e9e9; }
        .productnav-item:hover:after {
          height: 4px; }
        .productnav-item:hover .productsubnav {
          opacity: 1;
          visibility: visible;
          margin-bottom: 0;
          pointer-events: auto;
          transition: .2s ease all; }
    .productnav-controls {
      height: 130px; }
      .productnav-controls-item {
        width: 50px;
        height: 130px; }
        .productnav-controls-item:hover {
          background-color: #c7c4c4; } }

.productsubnav {
  z-index: 20; }
  .productsubnav-arrow {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
    z-index: 20; }
  .productsubnav-list {
    position: relative;
    z-index: 15;
    background-color: #222222;
    padding: 30px 0; }
  .productsubnav-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 95px;
    text-align: center;
    cursor: pointer;
    opacity: .7;
    transition: .3s ease all; }
    .productsubnav-item-name {
      font-size: 14px;
      color: #d2d2d2;
      font-family: "ABBvoice_W_Lt";
      padding-top: 10px;
      transition: .3s ease all;
      white-space: normal; }
    .productsubnav-item:hover {
      opacity: 1; }
      .productsubnav-item:hover .productsubnav-name {
        color: #fff; }
  @media (max-width: 991px) {
    .productsubnav {
      display: none; }
      .productsubnav-item img {
        height: 65px;
        width: 65px; }
      .productsubnav-mobilecover {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 100px;
        left: 0;
        background-color: #000;
        opacity: .5;
        z-index: 10000;
        display: none; }
        .subnav-is-open .productsubnav-mobilecover {
          display: block; }
      .productsubnav-mobile {
        width: 100%;
        height: 167px;
        position: fixed;
        right: 0;
        bottom: 90px;
        left: 0;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        background-color: #222222;
        z-index: 10005;
        display: none; }
        .productsubnav-mobile .productsubnav {
          display: block; }
        .subnav-is-open .productsubnav-mobile {
          display: block; }
      .productsubnav-arrow {
        display: none !important; }
      .productsubnav-list {
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        text-align: center; } }
  @media (min-width: 992px) {
    .productsubnav {
      position: absolute;
      bottom: 130px;
      left: 50%;
      transform: translate(-50%, 0); }
      .productsubnav-item {
        width: 130px; } }
  @media (min-width: 992px) {
    .productsubnav {
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      transition: .2s ease all; }
      .productsubnav-list {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        width: 570px;
        padding: 15px 25px; }
      .productsubnav-list--narrowed {
        width: 440px;
      }
      .productsubnav-item {
        margin: 15px 0; } }

.shape {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  fill: currentcolor; }
  .shape-defs {
    height: 0;
    width: 0;
    position: absolute;
    visibility: hidden;
    overflow: hidden; }
  .shape-abb_logo {
    height: 31px;
    width: 79px; }
  .shape-icon-layers {
    height: 24px;
    width: 24px; }
  .shape-icon-bricks {
    height: 18px;
    width: 32px; }
  .shape-icon-frame {
    height: 18px;
    width: 25px; }
  .shape-icon-printer {
    height: 24px;
    width: 24px; }
  .shape-icon-folder {
    height: 20px;
    width: 24px; }
  .shape-icon-resize {
    height: 29px;
    width: 27px; }
  .shape-icon-camera {
    height: 20px;
    width: 24px; }
    .shape-icon-camera.view-large {
      height: 27px;
      width: 32px; }
  .shape-icon-close {
    height: 21px;
    width: 21px; }
  .shape-icon-control {
    height: 61px;
    width: 61px; }
  .shape-icon-upload {
    height: 59px;
    width: 63px; }
  .shape-icon-chair {
    height: 57px;
    width: 55px; }
  .shape-icon-paint {
    height: 59px;
    width: 60px; }
  .shape-icon-carret {
    height: 29px;
    width: 91px; }
    .shape-icon-carret-small {
      height: 10px;
      width: 32px; }
  .shape-icon-resize-arrow {
    height: 14px;
    width: 13px; }
  .shape-point-outline {
    height: 36px;
    width: 32px; }
  .shape-canvas-upload-border {
    height: 300px;
    width: 300px; }
  .shape-upload-circle, .shape-upload-circle-loading {
    height: 84px;
    width: 84px; }
  .shape-arrow {
    height: 18px;
    width: 10px; }
    .shape-arrow-right {
      height: 13px;
      width: 50px; }
    .shape-arrow-back {
      height: 21px;
      width: 24px; }
    .shape-arrow.view-left {
      transform: rotate(-180deg); }
  .shape-room-livingroom {
    height: 42px;
    width: 80px; }
  .shape-room-kitchen {
    height: 42px;
    width: 42px; }
  .shape-room-bedroom {
    height: 42px;
    width: 52px; }
  .shape-room-childroom {
    height: 42px;
    width: 36px; }
  .shape-room-bathroom {
    height: 42px;
    width: 46px; }
  .shape-room-hall {
    height: 42px;
    width: 40px; }
  .shape-texture-color {
    height: 47px;
    width: 45px; }
  .shape-texture-concrete {
    height: 47px;
    width: 52px; }
  .shape-texture-wood {
    height: 47px;
    width: 47px; }
  .shape-texture-stone {
    height: 47px;
    width: 47px; }
  .shape-texture-wallpaper {
    height: 47px;
    width: 47px; }
  .shape-texture-tiling {
    height: 47px;
    width: 47px; }
  .shape-texture-plaster {
    height: 47px;
    width: 47px; }

.sidebar-nav-item-upload {
  position: fixed;
  top: 155px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  background-color: #1F1F1F;
  display: none; }
  .sidebar-nav-item-upload-file {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100000;
    opacity: 0; }
  .sidebar-nav-item-upload .canvas-upload {
    opacity: 1;
    pointer-events: auto; }
  .mobileupload-is-open .sidebar-nav-item-upload {
    display: block; }

.sidebar-photonav {
  background-color: #161616;
  z-index: 500; }
  .sidebar-photonav-list {
    height: 100%; }
    .sidebar-photonav-list.view-colors {
      padding: 25px; }
  .sidebar-photonav-item {
    cursor: pointer;
    position: relative; }
    .sidebar-photonav-item:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: .4;
      transition: .3s ease all; }
    .sidebar-photonav-item img {
      display: block;
      width: 100%; }
  .sidebar-photonav-color {
    height: 30px;
    width: 30px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    border: 2px solid #161616;
    transition: .3s ease all; }
  @media (max-width: 991px) {
    .sidebar-photonav {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      display: none; }
      .sidebar-photonav-list {
        overflow: scroll;
        -webkit-overflow-scrolling: touch; }
      .sidebar-photonav-item {
        float: left;
        width: 50%; }
      .sidebar-photonav.is-open {
        display: block;
        position: fixed;
        top: 170px;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 20px 55px 0;
        background-color: #232323;
        z-index: 850; } }
  @media (min-width: 992px) {
    .sidebar-photonav {
      width: 208px;
      transition: .3s ease all;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 352px;
      height: 100%;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .sidebar-photonav-item:hover:before {
      opacity: 0; }
    .sidebar-photonav-color:hover {
      transform: scale(1.2);
      border: 2px solid #fff; } }

.sidebar-subnav {
  background-color: #222222;
  z-index: 500;
  transition: .3s ease all; }
  .sidebar-subnav-item {
    padding: 10px 0;
    display: block;
    transition: .3s ease all; }
    .sidebar-subnav-item > svg {
      opacity: .5;
      transition: .3s ease all; }
    .sidebar-subnav-item > div {
      margin-top: 5px;
      font-family: "ABBvoice_W_Lt";
      font-size: 16px;
      color: #d2d2d2;
      transition: .3s ease all; }
  @media (max-width: 991px) {
    .sidebar-subnav {
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 40px; } }
  @media (max-width: 991px) {
    .sidebar-subnav {
      position: fixed;
      top: 155px;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 10000; }
      .sidebar-subnav-list {
        padding: 20px 0;
        max-width: 210px;
        margin: 0 auto; }
      .sidebar-subnav-item {
        width: 100px;
        display: inline-block;
        vertical-align: top; } }
  @media (min-width: 992px) {
    .sidebar-subnav {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 144px;
      width: 208px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
      .sidebar-subnav-list {
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
        padding-top: 40px; }
      .sidebar-subnav-item {
        padding: 20px 0; }
        .sidebar-subnav-item > div {
          margin-top: 10px; }
        .sidebar-subnav-item:hover {
          background-color: #161616; }
          .sidebar-subnav-item:hover > svg {
            opacity: 1; }
          .sidebar-subnav-item:hover > div {
            color: #fff; }
          .sidebar-subnav-item:hover .sidebar-photonav {
            opacity: 1;
            visibility: visible;
            pointer-events: auto; } }
  @media (max-height: 800px) and (min-width: 992px) {
    .sidebar-subnav-item {
      padding: 15px 0; }
      .sidebar-subnav-item .shape {
        height: 30px; } }
  @media (max-height: 650px) and (min-width: 992px) {
    .sidebar-subnav-list {
      padding-top: 20px; }
    .sidebar-subnav-item {
      padding: 10px 0; } }

.sidebar {
  background-color: #fff;
  z-index: 1000;
  text-align: center; }
  .sidebar-in {
    padding: 20px;
    position: relative;
    z-index: 600; }
    .sidebar-in.view-bottom {
      padding-bottom: 0; }
  .sidebar-title {
    position: relative; }
    .sidebar-title span {
      display: none; }
    .sidebar-title div {
      font-family: "ABBvoice_W_Md";
      font-size: 15px; }
  .sidebar-nav-item {
    display: block;
    font-size: 16px;
    margin: 0 -15px;
    padding: 15px 0;
    text-decoration: none;
    color: #000;
    position: relative;
    transition: .3s ease all; }
    .sidebar-nav-item svg {
      margin-bottom: 10px; }
  .sidebar-nav.view-light .sidebar-nav-item {
    opacity: .5;
    font-size: 14px;
    margin-bottom: 25px; }
    .sidebar-nav.view-light .sidebar-nav-item svg {
      margin-bottom: 5px; }
  .sidebar-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 70px; }
    .sidebar-bottom-copy {
      font-size: 12px;
      color: #888888;
      font-family: "ABBvoice_W_Lt";
      margin-bottom: 15px;
      margin-top: 38px;
      line-height: 1.3; }
      .sidebar-bottom-copy p {
        margin: 0; }
      .sidebar-bottom-copy a {
        text-decoration: none;
        color: #888888; }
  .sidebar-btn {
    display: block;
    background-color: #ff000f;
    font-family: "ABBvoice_W_Lt";
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 22px 0;
    transition: .3s ease all;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
    .sidebar-btn svg {
      margin-right: 10px; }
      .sidebar-logo-wrap {
        display: block; }
  @media (max-width: 991px) {
    .sidebar {
      height: 60px;
      position: fixed;
      top: 0;
      right: 0;
      left: 0; }
      .sidebar-in {
        padding: 13px 20px 0; }
      .sidebar-logo-wrap {
        float: left; }
      /* .sidebar-logo {
        float: left; } */
      .sidebar-nav {
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        left: 0;
        background-color: #f0f0f0;
        text-align: center; }
        .sidebar-nav-item {
          display: inline-block;
          vertical-align: top;
          width: 100px;
          text-align: center;
          margin: 0; }
          .sidebar-nav-item-arrow {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: rotate(-180deg) translate(16px, -10px);
            pointer-events: none;
            display: none; }
          .sidebar-nav-item.is-open .sidebar-nav-item-arrow {
            display: block; }
        .menu-is-open .sidebar-nav {
          display: block; }
      .sidebar-bottom {
        display: none; }
      .sidebar-title {
        text-align: left;
        float: left;
        margin: 0 0 0 15px;
        line-height: 1.1; }
      .sidebar-btn {
        display: none;
        padding: 13px 0;
        position: fixed;
        z-index: 750; }
        .menu-is-open .sidebar-btn {
          display: block; }
        .sidebar-is-open .sidebar-btn {
          display: none; } }
  @media (min-width: 992px) {
    .sidebar {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 144px; }
      .sidebar-in {
        padding: 25px 15px; }
      .sidebar-title {
        margin: 43px 0 20px;
        padding-top: 7px; }
        .sidebar-title:before {
          content: '';
          height: 3px;
          width: 17px;
          /* transform: translate(-50%, 0); */
          background-color: #ff000f;
          position: absolute;
          top: -5px;
          /* right: auto; */
          margin-left: -8px;
          left: 50%; }
      .sidebar-nav-item-arrow {
        position: absolute;
        top: 50%;
        right: 0;
        transform: rotate(90deg) translate(-13px, -12px);
        opacity: 0;
        pointer-events: none;
        transition: .3s ease all; } }
  @media (max-height: 800px) and (min-width: 992px) {
    .sidebar-title {
      margin: 25px 0 10px; }
    .sidebar-nav-item {
      padding: 10px 0; }
    .sidebar-nav.view-light .sidebar-nav-item {
      margin-bottom: 10px; }
    .sidebar-bottom-copy {
      margin-top: 20px; } }
  @media (max-height: 650px) and (min-width: 992px) {
    .sidebar-in {
      padding: 10px 15px; }
    .sidebar-title {
      margin: 10px 0 5px; }
    .sidebar-nav-item {
      padding: 10px 0;
      font-size: 14px; }
    .sidebar-nav.view-light .sidebar-nav-item {
      margin-bottom: 0; }
    .sidebar-bottom-copy {
      margin-top: 5px; } }
  @media (min-width: 992px) {
    .sidebar-btn:hover {
      background-color: #d1000c; }
    .sidebar-nav-item.view-myphoto .sidebar-nav-item-arrow {
      display: none; }
    .sidebar-nav-item:hover {
      background-color: #eee; }
      .sidebar-nav-item:hover .sidebar-nav-item-arrow {
        opacity: 1; }
      .sidebar-nav-item:hover .sidebar-subnav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; } }

.slick-slide {
  outline: 0; }

.title {
  font-family: "ABBvoice_W_Rg";
  margin: 0; }
  .title.view-product {
    font-size: 26px;
    font-family: "ABBvoice_W_Bd"; }
  .title.view-classic {
    font-size: 30px;
    font-family: "ABBvoice_W_Bd"; }
  @media (min-width: 992px) {
    /* .title.view-product {
      font-size: 36px; } */
    .title.view-classic {
      font-size: 30px; } }
  @media (min-width: 1280px) {
    .title.view-product {
      font-size: 36px; } }

.tutorial {
  margin: 40px 0; }
  .tutorial-item-number {
    height: 30px;
    width: 30px;
    background-color: #ff000f;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 28px;
    position: relative;
    margin: 0 auto; }
    .tutorial-item-number svg {
      position: absolute;
      top: -7px;
      left: -8px; }
  .tutorial-item-icon {
    height: 100px;
    position: relative; }
    .tutorial-item-icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .tutorial-item-text {
    font-size: 16px; }
  @media (max-width: 991px) {
    .tutorial {
      display: none; }
      .tutorial-item {
        margin: 40px 0; }
        .tutorial-item.view-arrow {
          display: none; } }
  @media (min-width: 992px) {
    .tutorial {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row; } }

.main {
  position: relative; }
  @media (max-width: 991px) {
    .main {
      margin-top: 60px;
      height: calc(100vh - 60px); } }
  @media (min-width: 992px) {
    .main {
      margin-left: 144px;
      min-height: 100vh; } }

.site {
  overflow: hidden; }

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