:root{
  --companyColor: #800F09;
  --fCompanyColor: invert(12%) sepia(34%) saturate(5667%) hue-rotate(347deg) brightness(93%) contrast(102%);
}
body {
  background: #f3f3f3;
  height: 100vh;
  overflow: hidden; }

@font-face {
  font-family: 'source_sans_proregular';
  src: url("../fonts/sourcesanspro-regular.woff2") format("woff2"), url("../fonts/sourcesanspro-regular.woff") format("woff");
  font-weight: normal;
  font-display: block;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_probold';
  src: url("../fonts/sourcesanspro-bold.woff2") format("woff2"), url("../fonts/sourcesanspro-bold.woff") format("woff");
  font-weight: normal;
  font-display: block;
  font-style: normal; }
@font-face {
  font-family: 'source_code_pro';
  src: url("../fonts/SourceCodePro-Regular.ttf");}
a {
  display: block;
  text-decoration: none; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style-type: none; }

.topMenu {
  padding: 30px;
  position: fixed; }

#topMenuOut{
  position: fixed;
  top: 0;
  padding: 30px;
  display: block;
  width: auto;
  right: 0;
}
.plusPNG:hover{
   cursor: pointer;
}
.replacePNG:hover{
   cursor: pointer;
}
.annotation img
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 15px;
};
 
.activeButton a{transition:.3s;background: var(--companyColor) !important;color: #fff !important;}

.page {
  width: 100%;
  height: 100%; }

.logo a {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 10px; }
.menuAR{
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  overflow: hidden; 
  width: fit-content;
  float: right;
  margin-right: 10px;
}
.menuAR > ul > li {
  border-right: 1px solid #E9E9E9; }
.menuAR > ul > li:last-child {
  border: none; }
.menuAR > ul > li > a, .menuAR > ul > li button {
  -webkit-transition: .2s;
  transition: .2s;
  background: none;
  border: none;
  font: 14px source_sans_proregular;
  color: #8A8A8A;
  outline: 0;
  padding: 10px 10px; }
.menuAR > ul > li > a.actives, .menuAR > ul > li button.actives {
  background: #e9e9e9; }
.menuAR > ul > li > a.removeTop.actives:before, .menuAR > ul > li button.removeTop.actives:before {
  background-image: url(../images/icon/New/delete.svg); 
}
.menuAR > ul > li > a.removeTop:before, .menuAR > ul > li button.removeTop:before {
  content: "";
  background: url(../images/icon/New/delete.svg) no-repeat center;
  filter: var(--fCompanyColor);
  width: 100%;
  height: 25px;
  display: block; }
.menuAR > ul > li > a.ar.actives:before, .menuAR > ul > li button.ar.actives:before {
  background-image: url(../images/icon/New/delete.svg); }
.menuAR > ul > li > a.ar:before, .menuAR > ul > li button.ar:before {
  content: "";
  background: url(../images/icon/New/ar.svg) no-repeat center;
  filter: var(--fCompanyColor);
  width: 50px;
  height: 25px;
  display: block; }

.menu {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  overflow: hidden; }
  .menu > ul > li {
    border-right: 1px solid #E9E9E9; }
    .menu > ul > li:last-child {
      border: none; }
    .menu > ul > li > a, .menu > ul > li button {
      -webkit-transition: .2s;
      transition: .2s;
      background: none;
      border: none;
      font: 14px source_sans_proregular;
      color: #8A8A8A;
      outline: 0;
      padding: 10px 20px; }

      .menu > ul > li > a.actives, .menu > ul > li button.actives {
        background: #e9e9e9; }
      .menu > ul > li > a.perpective.actives:before, .menu > ul > li button.perpective.actives:before {
        background-image: url(../images/icon/perspektif.svg); }
      .menu > ul > li > a.perpective:before, .menu > ul > li button.perpective:before {
        content: "";
        background: url(../images/icon/topview.svg) no-repeat center;
        width: 100%;
        height: 25px;
        display: block; }
      .menu > ul > li > a.animation.actives:before, .menu > ul > li button.animation.actives:before {
        background-image: url(../images/icon/animation-out.svg); }
      .menu > ul > li > a.animation:before, .menu > ul > li button.animation:before {
        content: "";
        background: url(../images/icon/animation.svg) no-repeat center;
        width: 100%;
        height: 25px;
        display: block; }
      .menu > ul > li > a.fullscreen.actives:before, .menu > ul > li button.fullscreen.actives:before {
        background-image: url(../images/icon/fullscreen-out.svg); }
      .menu > ul > li > a.fullscreen:before, .menu > ul > li button.fullscreen:before {
        content: "";
        background: url(../images/icon/fullscreen.svg) no-repeat center;
        width: 100%;
        height: 25px;
        display: block; }
      .menu > ul > li > a.fullscreenOut:before, .menu > ul > li button.fullscreenOut:before {
          content: "";
          background: url(../images/icon/fullscreen-out.svg) no-repeat center;
          width: 100%;
          height: 25px;
          display: block; }
      .menu > ul > li > a.gallery:before, .menu > ul > li button.gallery:before {
        content: "";
        background: url(../images/icon/gallery.svg) no-repeat center;
        width: 100%;
        height: 25px;
        display: block; }
        .menu > ul > li > a.ar:before, .menu > ul > li button.ar:before {
          content: "";
          background: url(../images/icon/perspektif.svg) no-repeat center;
          width: 100%;
          height: 25px;
          display: block; }
      .menu > ul > li > a.dimensions.actives:before, .menu > ul > li button.dimensions.actives:before {
        background-image: url(../images/icon/dimensions-out.svg);
        background-position: top; }
      .menu > ul > li > a.dimensions:before, .menu > ul > li button.dimensions:before {
        content: "";
        background: url(../images/icon/dimension.svg) no-repeat center;
        width: 100%;
        height: 25px;
        display: block; }


      .menu > ul > li > a small, .menu > ul > li button small {
        display: block;
        font-size: 21px;
        font-weight: 700;
        color: #363636;
        margin: 0 0 8px 0; }
      .menu > ul > li > a.otherMenu, .menu > ul > li button.otherMenu {
        padding: 29.5px 20px; }
      .menu > ul > li > a:hover, .menu > ul > li button:hover {
        -webkit-transition: .2s;
        transition: .2s;
        background: #e9e9e9; }
      .menu > ul > li > a img, .menu > ul > li button img {
        height: 27px; }
      .menu > ul > li > a span i.dot, .menu > ul > li button span i.dot {
        border: 1px solid #363636;
        border-radius: 50%;
        display: block;
        width: 6px;
        height: 6px;
        margin: 3px 0; }
      .menu > ul > li > a span:before, .menu > ul > li button span:before {
        content: "";
        border: 1px solid #363636;
        border-radius: 50%;
        display: block;
        width: 6px;
        height: 6px; }
      .menu > ul > li > a span:after, .menu > ul > li button span:after {
        content: "";
        border: 1px solid #363636;
        border-radius: 50%;
        display: block;
        width: 6px;
        height: 6px; }
    .menu > ul > li .submenu {
      -webkit-transition: 0.45s all ease-in-out;
      transition: 0.45s all ease-in-out;
      position: fixed;
      top: 0;
      height: 100%;
      background: #FAFAFA;
      z-index: 999;
      right: -425px;
      padding: 45px 0;
      visibility: hidden;
      width: 325px;
      max-height: 100vh; }
      .menu > ul > li .submenu::-webkit-scrollbar-track {
        background-color: #CCCCCC; }
      .menu > ul > li .submenu::-webkit-scrollbar {
        width: 0;
        height: 0;
        background-color: #CCCCCC; }
      .menu > ul > li .submenu::-webkit-scrollbar-thumb {
        background-color: #E9E9E9; }
      .menu > ul > li .submenu.open {
        -webkit-transition: 0.45s all ease-in-out;
        transition: 0.45s all ease-in-out;
        right: 0;
        visibility: inherit; }
      .menu > ul > li .submenu li.closes {
        -webkit-transition: .2s;
        transition: .2s;
        position: absolute;
        left: -92px;
        background: #fff;
        width: 92px;
        height: 92px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        text-align: center; }
        .menu > ul > li .submenu li.closes:hover {
          -webkit-transition: .2s;
          transition: .2s;
          background-color: #e9e9e9 !important; }
        .menu > ul > li .submenu li.closes button {
          background: url(../images/closes.svg) no-repeat !important;
          border: none;
          width: 100%;
          height: 100%;
          padding: 0;
          outline: 0 !important;
          background-position: top 20px center !important; }
          .menu > ul > li .submenu li.closes button small {
            font-size: 15px;
            position: absolute;
            left: 0;
            width: 100%;
            text-align: center;
            bottom: 20px;
            font-weight: inherit;
            margin: 0; }
      .menu > ul > li .submenu li button, .menu > ul > li .submenu li a {
        font-size: 16px;
        color: #616161;
        padding: 7px 30px;
        background: none;
        border: none;
        width: 100%;
        text-align: left; }
        .menu > ul > li .submenu li button:hover, .menu > ul > li .submenu li a:hover {
          background: #fff; }

@-webkit-keyframes kGLykS {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1000deg);
            transform: rotate(1000deg); } }

@keyframes kGLykS {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1000deg);
            transform: rotate(1000deg); } }
.overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99; }

.loading {
  transition:.3s;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 356px;
  text-align: center;
  height: 356px;
  margin: -175px -210px; 
  z-index: 100 !important;
  visibility: hidden;
  opacity: 0;
}
.loading.active{transition:.3s;opacity:1;visibility: visible;}
  .loading:after{
    content:"";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;z-index: 10;}
  .loading:before {
    content: "";
    background: url(../images/loading.svg) no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    -webkit-animation: 12s linear 0s infinite normal none running kGLykS;
            animation: 12s linear 0s infinite normal none running kGLykS; }
  .loading span {
    font: 39px source_sans_probold;
    color: #363636; }

.bottomFilter {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: 0;
  z-index: 9; }
  .bottomFilter .listing{
    overflow-y: hidden !important;
    overflow-x: auto  !important;
  }
  .bottomFilter .closeButton {
    position: absolute;
    right: 20px;
    top: 8px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    padding: 0; }
    .bottomFilter .closeButton:before {
      content: "";
      display: block;
      width: 2px;
      height: 13px;
      background: #363636;
      -webkit-transform: rotate(-43deg);
              transform: rotate(-43deg);
      position: absolute;
      right: 22px;
      top: 7px; }
    .bottomFilter .closeButton:after {
      content: "";
      display: block;
      width: 2px;
      height: 13px;
      background: #363636;
      -webkit-transform: rotate(43deg);
              transform: rotate(43deg);
      position: absolute;
      right: 14px;
      top: 7px; }
  .bottomFilter.open .newItem {
    bottom: 13px;
    opacity: 0; }
  .bottomFilter.open .priceItem {
    bottom: 13px;
    opacity: 1; }
  .bottomFilter.open .firstTabList:after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 0; }
  .bottomFilter .firstTabList:after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    background: #e9e9e9; }
  .bottomFilter .firstTabList ul {
    text-align: center;
    display: table;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.07); }
    .bottomFilter .firstTabList ul li {
      display: table-cell;
      border-right: 1px solid #CCCCCC; }
      .bottomFilter .firstTabList ul li:first-child button, .bottomFilter .firstTabList ul li:first-child a {
        border-top-left-radius: 5px; }
      .bottomFilter .firstTabList ul li.active {
        border-color: #fff; }
        .bottomFilter .firstTabList ul li.active button, .bottomFilter .firstTabList ul li.active a {
          background: #fff;
          font-family: source_sans_probold;
          color: #363636; }
      .bottomFilter .firstTabList ul li:last-child {
        border-right: 0; }
        .bottomFilter .firstTabList ul li:last-child button, .bottomFilter .firstTabList ul li:last-child a {
          border-top-right-radius: 5px; }
      .bottomFilter .firstTabList ul li button, .bottomFilter .firstTabList ul li a {
        transition: 0.3s;
        background: #E9E9E9;
        font: 14px source_sans_proregular;
        color: #8A8A8A;
        padding: 17px 60px;
        outline: 0 !important;
        border: none; }
  .bottomFilter .tabDetail {
    float: left;
    width: 100%;
    position: absolute;
    background: #fff;
    pointer-events: none; }
    .bottomFilter .tabDetail.active {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      height: auto; }
  .bottomFilter .tab-list {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E9E9E9; }
    .bottomFilter .tab-list ul {
      border: none; }
      .bottomFilter .tab-list ul li button, .bottomFilter .tab-list ul li a {
        font: 20px source_sans_proregular;
        color: #8A8A8A;
        padding: 8px 40px;
        position: relative;
        background: none;
        border: none;
        outline: 0; }
        .bottomFilter .tab-list ul li button.active, .bottomFilter .tab-list ul li a.active {
          font-family: source_sans_probold;
          color: #363636; }
          .bottomFilter .tab-list ul li button.active:after, .bottomFilter .tab-list ul li a.active:after {
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 50%;
            left: 0; }
          .bottomFilter .tab-list ul li button.active:before, .bottomFilter .tab-list ul li a.active:before {
            -webkit-transition: 0.3s;
            transition: 0.3s;
            width: 50%;
            right: 0; }
        .bottomFilter .tab-list ul li button:after, .bottomFilter .tab-list ul li a:after {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          content: "";
          background: #FED12B;
          width: 0;
          display: block;
          height: 3px;
          position: absolute;
          bottom: 0;
          left: 50%; }
        .bottomFilter .tab-list ul li button:before, .bottomFilter .tab-list ul li a:before {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          content: "";
          background: #FED12B;
          width: 0;
          display: block;
          height: 3px;
          position: absolute;
          bottom: 0;
          right: 50%; }
  .bottomFilter .tab-content {
    float: left;
    width: 100%;
    margin: 20px 0 10px 0; }
  .bottomFilter .shiftButtons {
    width: 100%;
    height: 0px;
    position: absolute; }
    .bottomFilter .shiftButtons .left {
      background: url(../images/icon/Shift.svg) no-repeat center;
      background-size: 100% 100%;
      transform: rotate(180deg);
      border: 0px;
      position: absolute;
      left: 5px;
      width: 60px;
      height: 120px;
      margin-top: 80px; }
      .bottomFilter .shiftButtons .left:focus{
        -webkit-filter: drop-shadow(2px 1px 0 gray);
        filter: drop-shadow(2px 1px 0 gray);
        outline: 0;
      }
      .bottomFilter .shiftButtons .right {
        background: url(../images/icon/Shift.svg) no-repeat center;
        background-size: 100% 100%;
        border: 0px;
        position: absolute;
        right: 5px;
        width: 60px;
        height: 120px;
        margin-top: 80px; }
        .bottomFilter .shiftButtons .right:focus{
          -webkit-filter: drop-shadow(2px 1px 0 gray);
          filter: drop-shadow(2px 1px 0 gray);
          outline: 0;
        }
    .bottomFilter .tab-content .tab-pane .listing {
      -webkit-transition: 0.4s;
      transition: 0.4s;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
    .bottomFilter .tab-content .tab-pane.active .listing {
      -webkit-transition: 0.4s;
      transition: 0.4s;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .bottomFilter .tab-content .listing {
      display: -webkit-box;
      overflow: hidden; }
      @media all and (-ms-high-contrast: none) {
        .bottomFilter .tab-content .listing {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden; }
          .bottomFilter .tab-content .listing .item {
            width: auto !important; }
            .bottomFilter .tab-content .listing .item label {
              width: 237px !important; }
              .bottomFilter .tab-content .listing .item label small {
                display: block !important; } }
      .bottomFilter .tab-content .listing:after {
        content: "";
        display: block;
        width: 30px;
        height: 150px; }
      .bottomFilter .tab-content .listing::-webkit-scrollbar-track {
        background-color: #CCCCCC; }
      .bottomFilter .tab-content .listing::-webkit-scrollbar {
        width: 0;
        height: 0;
        background-color: #CCCCCC; }
      .bottomFilter .tab-content .listing::-webkit-scrollbar-thumb {
        background-color: #E9E9E9; }
      .bottomFilter .tab-content .listing .item {
        width: 237px;
        margin: 0 20px;
        height: 160px; }
        .bottomFilter .tab-content .listing .item:first-child {
          margin-left: 30px; }
        .bottomFilter .tab-content .listing .item input {
          opacity: 0;
          position: absolute; }
          .bottomFilter .tab-content .listing .item input:checked + label {
            -webkit-transition: 0.2s;
            transition: 0.2s;
            border-color: var(--companyColor); }
            .bottomFilter .tab-content .listing .item input:checked + label:before {
              -webkit-transition: 0.2s;
              transition: 0.2s;
              opacity: 1; }
        .bottomFilter .tab-content .listing .item label {
          -webkit-transition: 0.2s;
          transition: 0.2s;
          width: 100%;
          padding: 0 17px 8px 17px;
          display: block;
          border: 1px solid #E9E9E9;
          border-radius: 10px;
          cursor: pointer;
          position: relative;
          height : 100%;  
        }
          .bottomFilter .tab-content .listing .item label:hover {
            -webkit-transition: 0.2s;
            transition: 0.2s;
            border-color: rgba(54, 54, 54, 0.39); }
          .bottomFilter .tab-content .listing .item label:before {
            -webkit-transition: 0.2s;
            transition: 0.2s;
            content: "";
            background: url(../images/check.svg) no-repeat;
            display: block;
            width: 16px;
            height: 10px;
            position: absolute;
            top: 15px;
            left: 15px;
            opacity: 0; }
          .bottomFilter .tab-content .listing .item label img {
            display: block;
            margin: 0 auto; }
          .bottomFilter .tab-content .listing .item label .img {
            height: 80px;
            margin: 12px 0 5px 0;
            width: 100%; }
          .bottomFilter .tab-content .listing .item label .bHead {
            font: 17px source_sans_probold;
            color: #363636;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
            .bottomFilter .tab-content .listing .item label .bTitle{
              font: 14px source_sans_regular;
              color: #363636;
              display: -webkit-box;
              /* -webkit-line-clamp: 1; */
              -webkit-box-orient: vertical;
              /* overflow: hidden; */
              text-overflow: ellipsis;
              height: 13px;
            }
          .bottomFilter .tab-content .listing .item label small {
            font: 15px source_sans_proregular;
            color: #363636;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
    .bottomFilter .tab-content .documents {
      height: 130px; }
      .bottomFilter .tab-content .documents .videoBox {
        position: relative; }
        .bottomFilter .tab-content .documents .videoBox a:after {
          content: "";
          border-top: 13px solid transparent;
          border-bottom: 13px solid transparent;
          border-left: 22px solid var(--companyColor);
          height: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: 9; }
        .bottomFilter .tab-content .documents .videoBox a:before {
          content: "";
          background: #000;
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 9;
          opacity: 0.2; }
      .bottomFilter .tab-content .documents .items {
        width: 120px;
        margin: 0 10px;
        height: auto; }
        .bottomFilter .tab-content .documents .items:hover a {
          -webkit-transition: .3s;
          transition: .3s;
          background: #f3f3f3; }
        .bottomFilter .tab-content .documents .items:first-child {
          margin-left: 30px; }
        .bottomFilter .tab-content .documents .items .images {
          height: 100%; }
          .bottomFilter .tab-content .documents .items .images .text {
            line-height: 16px;
            height: 30px;
            display: table;
            width: 100%; }
            .bottomFilter .tab-content .documents .items .images .text small {
              font: 15px source_sans_proregular;
              color: #8A8A8A;
              display: table-cell;
              vertical-align: middle;
              line-height: 16px; }
          .bottomFilter .tab-content .documents .items .images a {
            -webkit-transition: .3s;
            transition: .3s;
            border: 1px solid #E9E9E9;
            display: block;
            border-radius: 10px;
            font: 15px source_sans_proregular;
            color: #8A8A8A;
            width: 100%;
            text-align: center;
            padding: 15px; }
            .bottomFilter .tab-content .documents .items .images a:before {
              content: "";
              background: url(../images/pdf.png) no-repeat;
              background-size: cover;
              display: block;
              width: 30px;
              height: 30px;
              text-align: center;
              margin: 0 auto 10px auto; }
      .bottomFilter .tab-content .documents .itemAll {
        width: 200px;
        margin: 0 10px;
        height: 100%; }
        .bottomFilter .tab-content .documents .itemAll:first-child {
          margin-left: 30px; }
        .bottomFilter .tab-content .documents .itemAll a {
          height: 100%; }
        .bottomFilter .tab-content .documents .itemAll:hover .images img {
          -webkit-transition: 0.3s;
          transition: 0.3s;
          -webkit-transform: scale(1.03);
                  transform: scale(1.03); }
        .bottomFilter .tab-content .documents .itemAll .images {
          overflow: hidden;
          height: 100%;
          border-radius: 10px; }
          .bottomFilter .tab-content .documents .itemAll .images img {
            -webkit-transition: 0.3s;
            transition: 0.3s;
            max-width: 100%;
            margin: 0 auto;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transform: scale(1);
                    transform: scale(1); }

.documentBoxes {
  margin: 15px 0 !important; }

.newItem {
  font: 14px source_sans_probold;
  color: #363636;
  background: none;
  border: none;
  outline: 0 !important;
  line-height: 40px;
  bottom: 45px;
  position: absolute;
  left: 30px;
  padding: 0;
  opacity: 0;
}
  .newItem:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: var(--companyColor); }
    .newItem:hover i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .newItem i {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: var(--companyColor);
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative; }
    .newItem i:before {
      content: "";
      display: block;
      position: absolute;
      width: 25px;
      background: #fff;
      height: 4px;
      border-radius: 10px;
      left: 11px;
      top: 21px; }
    .newItem i:after {
      content: "";
      display: block;
      position: absolute;
      width: 25px;
      background: #fff;
      height: 4px;
      border-radius: 10px;
      left: 11px;
      top: 21px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
              
.priceItem {
  background: #E9E9E9;
  font: 22px source_sans_proregular;
  color: #8A8A8A;
  border-radius: 5px;
  outline: 0 !important;
  line-height: 50px;
  bottom: 35px;
  position: absolute;
  right: 10px;
  padding: 0;
  opacity: 1;
  width: 150px;
  height: 50px;
}
  .priceItem i {
    display: block;
    float: left;
    text-align: right;
    width: 38px;
    height: 50px;
    border-radius: 50%;
    position: relative; }
  .priceItem #inPrice {
    float: left;
  margin-left: 10px; }                  
.content {
  display: none;
  height: 74vh; }
  .content canvas {
    width: 100%;
    height: 100%; }
  .content .contentDetail {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important; }

.selectedItem {
  width: 600px;
  height: 380px;
  border-radius: 20px;
  position: absolute;
  bottom: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(85%);
          transform: translateX(-50%) translateY(85%);
  border: 1px solid var(--companyColor); }
  .selectedItem i {
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: var(--companyColor);
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    position: relative; }
    .selectedItem i:before {
      content: "";
      display: block;
      position: absolute;
      width: 25px;
      background: #fff;
      height: 4px;
      border-radius: 10px;
      left: 13px;
      top: 23px; }
    .selectedItem i:after {
      content: "";
      display: block;
      position: absolute;
      width: 25px;
      background: #fff;
      height: 4px;
      border-radius: 10px;
      left: 13px;
      top: 23px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .selectedItem span {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    font: 22px source_sans_proregular;
    color: #363636; }
  .selectedItemList{
    width: 100%;
    margin-bottom: -5px;
  }
  .selectedItemList ul{
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
  .selectedItemList ul li{
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 10px;
    border: 1px solid var(--companyColor);
    border-radius: 10px;}
  .selectedItemList ul li:hover{
    transition: 0.5s;
    background-color: var(--companyColor);}
  .selectedItemList ul li .hoverArea{
    height: 130%;
  }
  .selectedItemList ul li .infoArrow{
    height: 18px;
    left: 87px;
    top: -20px;
    position: absolute;
  }
  .selectedItemList ul li .infoImage{
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    position: absolute;
  }
  .selectedItemList ul li .infoText{
    z-index: 1;
    width: 200px;
    left: -51px;
    position: absolute;
    align-self: center;
    border: 1px solid var(--companyColor);
    font-family: source_code_pro;
    background-color: white;
    border-radius: 10px;
    margin-top: 120px;
  }
  .selectedItemList ul li .infoText p{
    text-align: center;
    margin: 10px;
    font-size: 12px;
    display: block;
    line-height: 16px;
  }
  .selectedItemList ul li .infoText p a{
    display: initial !important;
    text-decoration: underline !important;
    color: var(--companyColor);
  }
.presetModalDiv {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  display: table; }
  .presetModalDiv .modalBox .btnPlus {
    opacity: 1;
    position: initial;
    background: none;
    border: none;
    margin: 0 0 30px 0;
    outline: 0; }
    .presetModalDiv .modalBox .btnPlus:hover i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .presetModalDiv .modalBox .btnPlus i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background: var(--companyColor);
      display: block;
      border-radius: 50%;
      float: none;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      position: relative; }
      .presetModalDiv .modalBox .btnPlus i:before {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        background: #fff;
        height: 6px;
        border-radius: 10px;
        left: 50%;
        top: 50%;
        margin: -4px -20px; }
      .presetModalDiv .modalBox .btnPlus i:after {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        background: #fff;
        height: 6px;
        border-radius: 10px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        left: 50%;
        top: 50%;
        margin: -4px -20px; }
  .presetModalDiv .modalBox h3 {
    font: 32px source_sans_probold;
    color: #363636;
    margin: 0 0 12px 0; }
    .presetModalDiv .modalBox h3:last-child {
      margin-bottom: 0; }
  .presetModalDiv .modalContent {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 50px 85px;
    z-index: 999;
    width: 670px;
    margin: 0 auto; }
  .presetModalDiv:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0; }
.modalDiv {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  display: table; }
  .modalDiv .modalBox .btnPlus {
    opacity: 1;
    position: initial;
    background: none;
    border: none;
    margin: 0 0 30px 0;
    outline: 0; }
    .modalDiv .modalBox .btnPlus:hover i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .modalDiv .modalBox .btnPlus i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background: var(--companyColor);
      display: block;
      border-radius: 50%;
      float: none;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      position: relative; }
      .modalDiv .modalBox .btnPlus i:before {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        background: #fff;
        height: 6px;
        border-radius: 10px;
        left: 50%;
        top: 50%;
        margin: -4px -20px; }
      .modalDiv .modalBox .btnPlus i:after {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        background: #fff;
        height: 6px;
        border-radius: 10px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        left: 50%;
        top: 50%;
        margin: -4px -20px; }
  .modalDiv .modalBox h3 {
    font: 38px source_sans_probold;
    color: #363636;
    margin: 0 0 12px 0; }
    .modalDiv .modalBox h3:last-child {
      margin-bottom: 0; }
  .modalDiv .modalContent {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 50px 85px;
    z-index: 999;
    width: 670px;
    margin: 0 auto; }
  .modalDiv:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0; }
.pdfModalDiv {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  display: table; }
  .pdfModalDiv .modalBox .btnPlus {
    opacity: 1;
    position: initial;
    background: none;
    border: none;
    margin: 0 0 30px 0;
    outline: 0; }
    .pdfModalDiv .modalBox .btnPlus:hover i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .pdfModalDiv .modalBox .btnPlus i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background: var(--companyColor);
      display: block;
      border-radius: 50%;
      float: none;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      position: relative; }
      .pdfModalDiv .modalBox .btnPlus i:before {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        background: #fff;
        height: 6px;
        border-radius: 10px;
        left: 50%;
        top: 50%;
        margin: -4px -20px; }
      .pdfModalDiv .modalBox .btnPlus i:after {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        background: #fff;
        height: 6px;
        border-radius: 10px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        left: 50%;
        top: 50%;
        margin: -4px -20px; }
  .modpdfModalDivalDiv .modalBox h3 {
    font: 38px source_sans_probold;
    color: #363636;
    margin: 0 0 12px 0; }
    .pdfModalDiv .modalBox h3:last-child {
      margin-bottom: 0; }
  .pdfModalDiv .modalContent {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 50px 85px;
    z-index: 999;
    width: 670px;
    margin: 0 auto; }
  .pdfModalDiv:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0; }
    
.androidARModalDiv {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  display: table; }
  .androidARModalDiv .modalBox .btnPlus {
    opacity: 1;
    position: initial;
    background: none;
    border: none;
    margin: 0 0 30px 0;
    outline: 0; }
    .androidARModalDiv .modalBox .btnPlus:hover i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .androidARModalDiv .modalBox .btnPlus i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background: var(--companyColor);
      display: block;
      border-radius: 50%;
      float: none;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      position: relative; }
      .androidARModalDiv .modalBox .btnPlus i:before {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        background: #fff;
        height: 6px;
        border-radius: 10px;
        left: 50%;
        top: 50%;
        margin: -4px -20px; }
      .pdfModalDiv .modalBox .btnPlus i:after {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        background: #fff;
        height: 6px;
        border-radius: 10px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        left: 50%;
        top: 50%;
        margin: -4px -20px; }
  .modandroidARModalDiv .modalBox h3 {
    font: 38px source_sans_probold;
    color: #363636;
    margin: 0 0 12px 0; }
    .androidARModalDiv .modalBox h3:last-child {
      margin-bottom: 0; }
  .androidARModalDiv .modalContent {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 50px 85px;
    z-index: 999;
    width: 670px;
    margin: 0 auto; }
  .androidARModalDiv:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0; }
  
  .qrModalDiv {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    display: table; }
    .qrModalDiv .modalBox .btnPlus {
      opacity: 1;
      position: initial;
      background: none;
      border: none;
      margin: 0 0 30px 0;
      outline: 0; }
      .qrModalDiv .modalBox .btnPlus:hover i {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .qrModalDiv .modalBox .btnPlus i {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        background: var(--companyColor);
        display: block;
        border-radius: 50%;
        float: none;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        position: relative; }
        .qrModalDiv .modalBox .btnPlus i:before {
          content: "";
          display: block;
          position: absolute;
          width: 40px;
          background: #fff;
          height: 6px;
          border-radius: 10px;
          left: 50%;
          top: 50%;
          margin: -4px -20px; }
        .qrModalDiv .modalBox .btnPlus i:after {
          content: "";
          display: block;
          position: absolute;
          width: 40px;
          background: #fff;
          height: 6px;
          border-radius: 10px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          left: 50%;
          top: 50%;
          margin: -4px -20px; }
    .qrModalDiv .modalBox h4 {
      font: 20px source_sans_probold;
      color: #363636;
      margin: 5px 0 10px 0; }
      
    .qrModalDiv .modalBox h5 {
      font: 16px source_sans_proregular;
      color: #363636;
      margin: 0 0 12px 0; }
    .qrModalDiv .modalBox h6 {
      font: 14px source_sans_proregular;
      color: #363636;
      margin: 0 0 12px 0; }
      .qrModalDiv .modalBox h4:last-child {
        margin-bottom: 0; }
    .qrModalDiv .modalContent {
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
              box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
      background: #fff;
      /* border-radius: 20px; */
      position: relative;
      /* padding: 25px 15px; */
      z-index: 999;
      width: 700px;
      height: 300px;
      margin: 0 auto;
      border-radius: 10px;
     }
      .qrModalDiv .modalContent .modalPartLeft {
        float: left;
        width: 300px;
        height: 300px;
        padding: 20px 20px;
      }
      .qrModalDiv .modalContent .modalPartLeft #qrCodeSource {
        width: 100%;
      }
      .qrModalDiv .modalContent .modalPartRight {
        float: left;
        width: 400px;
        height: 300px;
        padding: 20px 20px;
        display: grid;
        align-items: center;
      }
    .qrModalDiv:before {
      content: "";
      background: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      z-index: 99;
      left: 0; }
    .qrModalDiv .modalContent .closeQRPanel {
      -webkit-transition: .2s;
      transition: .2s;
      position: absolute;
      top: 0;
      right: 0;
      background: #fff;
      width: 40px;
      height: 40px;
      border-radius: 10px;
      text-align: center; }
      .qrModalDiv .modalContent .closeQRPanel:hover {
        -webkit-transition: .2s;
        transition: .2s;
        background: #e9e9e9; }
      .qrModalDiv .modalContent .closeQRPanel small {
        font-size: 15px;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 20px; }
      .qrModalDiv .modalContent .closeQRPanel button {
        background: url(../images/closes.svg) no-repeat;
        border: none;
        width: 50%;
        height: 80%;
        padding: 0;
        outline: 0 !important;
        background-position: top 9px center; }
.alertModalDiv {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  display: table; }
  .alertModalDiv .modalBox .btnPlus {
    opacity: 1;
    position: initial;
    background: none;
    border: none;
    margin: 0 0 30px 0;
    outline: 0; }
    .alertModalDiv .modalBox .btnPlus:hover i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .alertModalDiv .modalBox .btnPlus i {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      background: var(--companyColor);
      display: block;
      border-radius: 50%;
      float: none;
      margin: 0 auto;
      width: 100px;
      height: 100px;
      position: relative; }
      .alertModalDiv .modalBox .btnPlus i:before {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        background: #fff;
        height: 6px;
        border-radius: 10px;
        left: 50%;
        top: 50%;
        margin: -4px -20px; }
      .alertModalDiv .modalBox .btnPlus i:after {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        background: #fff;
        height: 6px;
        border-radius: 10px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        left: 50%;
        top: 50%;
        margin: -4px -20px; }
  /* .alertModalDiv .modalBox h3 {
    font: 38px source_sans_probold;
    color: #363636;
    margin: 0 0 12px 0; }
    .alertModalDiv .modalBox h3:last-child {
      margin-bottom: 0; } */
  .alertModalDiv .modalContent {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 50px 85px;
    z-index: 999;
    width: 670px;
    margin: 0 auto; }
  .alertModalDiv:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0; }
    
    .ulFixed{
      position: fixed;
      top: 20%;
      transform: translateY(-25%);
    }
    ul.leftFixed{left:0;}
    ul.rightFixed{right:0;}
.mButton {
  transition: 0.3s;
  border: none;
  background: none;
   outline: 0 !important;
   padding: 5px 30px;
  opacity: 0;
  transform: scale(1.2);
  z-index: -1;}
  .mButton.active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    z-index: 9; }
  .mButton:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    display: block;
    width: 31px;
    height: 35px;
    margin: 0 auto; }
  .mButton:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .mButton:hover:before {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
  .mButton span {
    font: 15px source_sans_proregular;
    color: #363636; }
  .mButton.removeButton {
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
    .mButton.removeButton:before {
      background: url(../images/delete.svg) no-repeat center; }
  .mButton.featuresButton {
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; 
  }
    .mButton.featuresButton:before {
      background: url(../images/icon/ARICON.svg) no-repeat center; 
    }
    .mButton.downloadButton:before {
      background: url(../images/icon/Download.svg) no-repeat center; 
    }
    .mButton.renderButton:before {
      background: url(../images/icon/Download.svg) no-repeat center; 
    }
    .mButton.backgroundButton:before {
      background: url(../images/gallery.png) no-repeat center;
      background-size: cover; 
    }
    .mButton.closeBackground:before {
      background: url(../images/closes.svg) no-repeat center; 
    }
  .mButton.rotateLeftButton {
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; 
    display: none;
  }
    .mButton.rotateLeftButton:before {
      background: url(../images/rotate-left.svg) no-repeat center; }
  .mButton.rotateRightButton {
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; 
    display: none;
  }
    .mButton.rotateRightButton:before {
      background: url(../images/rotate-right.svg) no-repeat center; }
  .mButton.touchButton {
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; 
    display: none;
  }
    .mButton.touchButton:before {
      background: url(../images/notouch.svg) no-repeat center; }

.mButton.remove{
  display: none;
}
.mButton.remove.actives:before, .mButton.remove.actives:before {
  background-image: url(../images/icon/New/delete.svg); 
}
.mButton.remove:before, .mButton.button.remove:before {
  content: "";
  background: url(../images/icon/New/delete.svg) no-repeat center;
  filter: var(--fCompanyColor);
  width: 100%;
  height: 25px;
  display: block; }
        
@media only screen and (max-width: 1600px) {
  .mButton {
    margin: 0;
    top: 170px; }

  .contentDetail {
    background-size: contain !important; } }
.p30 {
  padding: 0 0 0 30px; }

.leftWidth {
  width: 320px;
  float: left; }

.rightWidth {
  float: left;
  width: calc(100% - 320px);
  height: 100px;
  padding: 0 0 0 25px; }
  .rightWidth .subList {
    float: left;
    width: 375px;
    max-height: 315px;
    overflow: auto; }
    .rightWidth .subList::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      background-color: #CCCCCC; }
    .rightWidth .subList::-webkit-scrollbar {
      width: 5px;
      background-color: #CCCCCC; }
    .rightWidth .subList::-webkit-scrollbar-thumb {
      width: 3px;
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 10px rgba(233, 233, 233, 0.28);
      background-color: #E9E9E9; }
    .rightWidth .subList ul {
      border-top: 1px solid #F8F8F8;
      border-left: 1px solid #F8F8F8; }
      .rightWidth .subList ul li {
        border-bottom: 1px solid #F8F8F8; }
        .rightWidth .subList ul li.active {
          background: var(--companyColor); }
          .rightWidth .subList ul li.active a, .rightWidth .subList ul li.active button, .rightWidth .subList ul li.active label, .rightWidth .subList ul li.active small {
            color: #fff !important;
            font-family: source_sans_probold; }
        .rightWidth .subList ul li:hover label, .rightWidth .subList ul li:hover a, .rightWidth .subList ul li:hover button {
          -webkit-transition: .2s;
          transition: .2s;
          color: #363636; }
        .rightWidth .subList ul li small {
          color: #000;
          font: 13px source_sans_proregular;
          position: absolute;
          right: 15px;
          top: 50%;
          margin-top: -10px; }
        .rightWidth .subList ul li label {
          -webkit-transition: .2s;
          transition: .2s;
          display: block;
          font: 20px source_sans_proregular;
          color: #CCCCCC;
          padding: 7px 85px 7px 15px;
          margin: 0;
          cursor: pointer;
          position: relative; }
          .rightWidth .subList ul li label input {
            display: none;
            opacity: 0;
            visibility: hidden; }
        .rightWidth .subList ul li a {
          -webkit-transition: .2s;
          transition: .2s;
          display: block;
          font: 20px source_sans_proregular;
          color: #CCCCCC;
          padding: 7px 85px 7px 15px;
          position: relative; }
        .rightWidth .subList ul li button {
          -webkit-transition: .2s;
          transition: .2s;
          display: block;
          font: 20px source_sans_proregular;
          color: #CCCCCC;
          padding: 7px 85px 7px 15px;
          margin: 0;
          cursor: pointer;
          position: relative;
          border: none;
          background: none;
          width: 100%;
          text-align: left;
          outline: 0; }
  .rightWidth .threeDlist {
    float: left;
    width: calc(100% - 375px);
    background: #F5F5F5;
    padding: 8px 0; }
    .rightWidth .threeDlist .listBig {
      height: 308px;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0 20px 0 15px; }
      .rightWidth .threeDlist .listBig::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        background-color: #CCCCCC; }
      .rightWidth .threeDlist .listBig::-webkit-scrollbar {
        width: 5px;
        background-color: #CCCCCC; }
      .rightWidth .threeDlist .listBig::-webkit-scrollbar-thumb {
        width: 3px;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 10px rgba(233, 233, 233, 0.28);
        background-color: #E9E9E9; }
    .rightWidth .threeDlist .item {
      width: 20%;
      max-width: 185px;
      float: left;
      padding: 0 5px;
      position: relative; }
      .rightWidth .threeDlist .item label {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        border: 1px solid #fff;
        border-radius: 5px;
        overflow: hidden;
        background: #fff;
        cursor: pointer;
        position: relative;
        width: 100%; }
      .rightWidth .threeDlist .item input {
        display: none;
        opacity: 0; }
        .rightWidth .threeDlist .item input:checked + label {
          -webkit-transition: 0.2s;
          transition: 0.2s;
          border-color: var(--companyColor); }
      .rightWidth .threeDlist .item .img {
        border-radius: 5px;
        padding: 0; }
        .rightWidth .threeDlist .item .img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
             /* max-height: 100%;
             margin: 0 auto;} */
      .rightWidth .threeDlist .item .text {
        font: 18px source_sans_proregular;
        color: #363636;
        width: 100%;
        padding: 5px 15px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 20px;
        height: 50px; }
      .rightWidth .threeDlist .item small {
        position: absolute;
        right: 0;
        font: 20px source_sans_probold;
        color: #363636;
        background: #FED12B;
        padding: 2px 5px;
        margin: 0px 5px; }

.title {
  font: 20px source_sans_proregular;
  color: #8A8A8A;
  margin: -10px 0 10px 0; }

.list-group {
  height: 290px;
  overflow: auto;
  padding-right: 30px;
  margin-bottom: 15px; }
  .list-group::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #CCCCCC; }
  .list-group::-webkit-scrollbar {
    width: 5px;
    background-color: #CCCCCC; }
  .list-group::-webkit-scrollbar-thumb {
    width: 3px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(233, 233, 233, 0.28);
    background-color: #E9E9E9; }
  .list-group .item {
    margin-bottom: 13px;
    position: relative;
    display: table;
    height: 88px; }
    .list-group .item:last-child {
      margin-bottom: 0; }
    .list-group .item input {
      opacity: 0;
      position: absolute; }
      .list-group .item input:checked + label {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        border-color: var(--companyColor); }
        .list-group .item input:checked + label .edit:before {
          -webkit-transition: .2s;
          transition: .2s;
          background-position: 10px 8px; }
    .list-group .item label {
      -webkit-transition: 0.2s;
      transition: 0.2s;
      width: 100%;
      padding: 20px 18px;
      display: table-cell;
      border: 1px solid #CCCCCC;
      border-radius: 10px;
      cursor: pointer;
      position: relative;
      vertical-align: middle;
      overflow: hidden; }
      .list-group .item label:hover {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        border-color: rgba(54, 54, 54, 0.39); }
    .list-group .item .img {
      display: table-cell;
      vertical-align: middle;
      height: 45px;
      width: 80px; }
    .list-group .item .text {
      padding: 0 40px 0 5px;
      display: table-cell;
      vertical-align: middle; }
      .list-group .item .text strong {
        font: 18px source_sans_probold;
        color: #8A8A8A;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .list-group .item .text i {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font: 18px source_sans_proregular;
        color: #8A8A8A; }
    .list-group .item .edit {
      position: absolute;
      right: 0;
      width: 50px;
      border: none;
      height: 100%;
      top: 0;
      outline: 0;
      background: #F8F8F8; }
      .list-group .item .edit:before {
        -webkit-transition: .2s;
        transition: .2s;
        content: "";
        background: url(../images/sprite.png) no-repeat;
        display: block;
        width: 44px;
        height: 50px;
        background-position: 8px -35px;
        position: absolute;
        top: 50%;
        margin-top: -25px; }
    .list-group .item .edit .editButton {
      position: absolute;
      right: 0;
      width: 50px;
      border: none;
      height: 100%;
      top: 0;
      outline: 0;
      background: url(../images/sprite.png) no-repeat;
      background-position: 8px -78px;
      background-color: #F8F8F8;
      top: 50%;
      margin-top: -25px; 
     }

@media only screen and (max-width: 1200px) and (min-width: 1023px) {
  .title {
    display: none; }

  .firstTabList ul li a {
    padding: 17px 20px !important; } }
@media only screen and (max-width: 1560px) and (min-width: 1280px) {
  .threeDlist .item {
    width: 25% !important; } }
@media only screen and (max-width: 1280px) and (min-width: 1150px) {
  .loading {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  #iframeDiv {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
          
  .threeDlist .item {
    width: 33.3% !important; } }
@media only screen and (max-width: 1400px) and (min-width: 1150px) {
  .subList {
    width: 295px !important; }

  .threeDlist {
    width: calc(100% - 295px) !important; } }
.detailList {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
  width: 100%;
  position: absolute;
  background: #fff;
  pointer-events: none;
  height: 0;
  opacity: 0; }
  .detailList.active {
    opacity: 1;
    pointer-events: auto;
    height: auto; }

.feaPanel {
  -webkit-transition: 0.45s all ease-in-out;
  transition: 0.45s all ease-in-out;
  position: fixed;
  top: 0;
  width: 525px;
  height: 100%;
  background: #FAFAFA;
  z-index: 999;
  right: -650px;
  padding: 45px 30px;
  visibility: hidden; }
  .feaPanel.active {
    -webkit-transition: 0.45s all ease-in-out;
    transition: 0.45s all ease-in-out;
    right: 0;
    visibility: inherit; }
  .feaPanel .closePanel {
    -webkit-transition: .2s;
    transition: .2s;
    position: absolute;
    left: -92px;
    background: #fff;
    width: 92px;
    height: 92px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center; }
    .feaPanel .closePanel:hover {
      -webkit-transition: .2s;
      transition: .2s;
      background: #e9e9e9; }
    .feaPanel .closePanel small {
      font-size: 15px;
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 20px; }
    .feaPanel .closePanel button {
      background: url(../images/closes.svg) no-repeat;
      border: none;
      width: 100%;
      height: 100%;
      padding: 0;
      outline: 0 !important;
      background-position: top 20px center; }
  .feaPanel .buttonGroup {
    margin-bottom: 35px; }
    .feaPanel .buttonGroup button {
      -webkit-transition: .2s;
      transition: .2s;
      border: none;
      background: #fff;
      border-radius: 5px;
      color: #363636;
      display: inline-block;
      text-align: left;
      outline: 0 !important; }
      .feaPanel .buttonGroup button:hover {
        -webkit-transition: .2s;
        transition: .2s;
        background: #e9e9e9; }
      .feaPanel .buttonGroup button:last-child {
        font: 20px source_sans_probold;
        float: right;
        padding: 24px 37px; }
      .feaPanel .buttonGroup button.qrCode {
        font: 20px/19px source_sans_proregular;
        float: left;
        padding: 16px; }
        .feaPanel .buttonGroup button.qrCode img {
          float: left;
          margin: 0 15px 0 0; }
        .feaPanel .buttonGroup button.qrCode span {
          margin-left: 10px;
          margin-top: 24px;
          float: left;}
  .feaPanel .wrapper {
    height: calc(100vh - 198px);
    overflow: auto;
    padding-right: 20px; }
    .feaPanel .wrapper::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      background-color: #CCCCCC; }
    .feaPanel .wrapper::-webkit-scrollbar {
      width: 5px;
      background-color: #CCCCCC; }
    .feaPanel .wrapper::-webkit-scrollbar-thumb {
      width: 3px;
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 10px rgba(233, 233, 233, 0.28);
      background-color: #E9E9E9; }
    .feaPanel .wrapper .bTitle {
      font: 20px source_sans_probold;
      color: var(--companyColor);
      margin: 0 0 20px 0; }
      .feaPanel .wrapper .bTitle:before {
        content: "";
        background: url(../images/users.svg) no-repeat;
        display: block;
        width: 20px;
        height: 20px;
        float: left;
        margin: 4px 10px 4px 0; }
    .feaPanel .wrapper .item {
      margin: 0 0 4px 0; }
      .feaPanel .wrapper .item span {
        display: block;
        font: 20px source_sans_probold;
        background: #fff;
        padding: 12px 27px;
        border-left: 3px solid var(--companyColor); }
      .feaPanel .wrapper .item ul {
        padding: 7px 27px; }
        .feaPanel .wrapper .item ul li {
          font-size: 20px;
          color: #616161; }

.nicescroll-rails {
  opacity: 1 !important;
  width: 5px !important;
  background-color: #CCCCCC;
  border-radius: 10px; }

.nicescroll-cursors {
  background: #E9E9E9 !important;
  border-color: #CCCCCC !important;
  width: 5px !important; }

.btn-primary {
  font: 30px source_sans_probold;
  color: #fff;
  background: var(--companyColor);
  border-color: var(--companyColor);
  padding: 15px;
  border-radius: 8px; }

.btn-danger {
  font: 30px source_sans_probold;
  color: #fff;
  background: #FC7D75;
  border-color: #FC7D75;
  padding: 15px;
  border-radius: 8px; }

.mobileTitle {
  color: #8A8A8A;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 45px 10px 15px;
  border-bottom: 1px solid #E9E9E9; }
  .mobileTitle ul li {
    float: left;
    margin: 0 10px 0 0; }
    .mobileTitle ul li.active {
      font-family: source_sans_probold;
      color: #363636; }

.mobileMenuLeft {
  position: absolute;
  top: 28px;
  left: 10px; }
  .mobileMenuLeft .navbar-toggle {
    background: none;
    border: none;
    outline: 0; }
    .mobileMenuLeft .navbar-toggle.open .icon-bar:first-child {
      -webkit-transform: rotate(-45deg) translateY(6.5px) translateX(-6.5px);
              transform: rotate(-45deg) translateY(6.5px) translateX(-6.5px); }
    .mobileMenuLeft .navbar-toggle.open .icon-bar:nth-child(2) {
      opacity: 0; }
    .mobileMenuLeft .navbar-toggle.open .icon-bar:last-child {
      -webkit-transform: rotate(45deg) translateY(-9.5px) translateX(-8.5px);
              transform: rotate(45deg) translateY(-9.5px) translateX(-8.5px); }
    .mobileMenuLeft .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 9px; }
    .mobileMenuLeft .navbar-toggle .icon-bar {
      -webkit-transition: .3s;
      transition: .3s;
      display: block;
      width: 35px;
      height: 2px;
      border-radius: 1px;
      background: #000000; }

.mobileMenuRight {
  position: absolute;
  right: 13px;
  top: 20px; }
  .mobileMenuRight .navbar-right {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: 0;
    background: url(../images/small.svg) no-repeat center #F6F6F6;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: 50%; }
    .mobileMenuRight .navbar-right.open {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.bgnone .fullModal {
  bottom: 60px; }

.bgactive {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  display: table; }
  .bgactive:before {
    content: "";
    background: #000;
    opacity: .3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0; }

.fullModal {
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
  width: 490px;
  position: absolute;
  right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0 40px;
  bottom: 80px;
  text-align: left;
  height: 140px;
  z-index: 99; }
  .fullModal small {
    font-size: 46px;
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: 100;
    opacity: 0.5;
    line-height: 30px;
    cursor: pointer; }
  .fullModal h4 {
    font: 26px source_sans_proregular;
    display: block;
    margin: 0;
    position: relative;
    padding-left: 70px; }
  .fullModal i {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: url(../images/okey.png) no-repeat;
    background-size: cover;
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0; }
    .fullModal i.alertBtn {
      background: url(../images/alert.svg) no-repeat;
      background-size: cover; }
      .fullModal i.alertBtn:before {
        display: none; }
      .fullModal i.alertBtn:after {
        display: none; }

@supports (-ms-ime-align: auto) {
  .menu > ul > li > a.otherMenu, .menu > ul > li button.otherMenu {
    margin-bottom: -30px;
    padding-bottom: 40px !important; }

  .menu > ul > li > a, .menu > ul > li button {
    padding: 18px 30px; }

  .list-group .item {
    display: initial; } }
@media all and (-ms-high-contrast: none) {
  .menu > ul > li > a.otherMenu, .menu > ul > li button.otherMenu {
    margin-bottom: -30px;
    padding-bottom: 40px !important; }

  .menu > ul > li > a, .menu > ul > li button {
    padding: 18px 30px; } }
@media only screen and (min-width: 1550px) {
  .bottomFilter.open .newItem {
    bottom: 10px !important;
    opacity: 0;
    } 
  .bottomFilter.open .priceItem {
    bottom: 10px !important;
    opacity: 1;
    } }
/* @media only screen and (min-width: 1250px) {
  .bottomFilter.open .newItem {
    bottom: 10px !important;
    opacity: 0;
   } } */
.fancybox-active {
  height: 100vh; }

.fancybox-thumbs__list a:before {
  border: 4px solid var(--companyColor); }


.displayNone{
  display: none !important;
}
.filterWhite{
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(273deg) brightness(107%) contrast(104%);
}
.opacity{
  opacity: 1 !important;
}
.pointerNone{
  pointer-events: none;
  opacity: 0.3;
}
.fullScreenPlay{
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
.checkedItem label{
  transition:0.2s !important;
  border-color:var(--companyColor) !important;}

.checkedItem label:before{transition:0.2s;opacity: 1;}

@media only screen and (max-width: 767px){
  small.zoom{background-size: 60% !important;}
  small.threeD{background-size: 60% !important;}
  small.info{background-size: 60% !important;}
  .rightWidth .threeDlist .item:nth-child(2n) .hideImages{left:0 !important;}
  .hideImages{width: 220px !important;margin-top: -155px !important;height: 200px !important;}
}
@media only screen and (max-width: 1200px) and (min-width: 768px){
  small.zoom{background-size: 60% !important;}
  small.threeD{background-size: 60% !important;font-size: 13px!important;}
  small.info{background-size: 60% !important;font-size: 13px!important;}
  .hideImages{width: 350px !important;margin-top: -245px !important;height: 300px !important;}
}
.overlayBgTop{position: fixed;width: 100%;height: 100%;display: block;z-index: 9;opacity: 0;visibility: hidden;pointer-events: all;z-index: 15;}
.overlayBgTop.active{visibility: inherit;opacity: 1;pointer-events: inherit;}
.hideImages.open{transition:.3s;opacity: 1;visibility: inherit;}
.openActive{overflow: inherit !important;}
.hideImages{transition:.3s;opacity:0;pointer-events:none;visibility:hidden;position: absolute;z-index: 999999;width: 340px;height: 300px;border: 1px solid #ddd;background: #fff;padding: 15px;border-radius: 5px;left: 50%;top: 50%;transform: translate(-50%, -50%);margin-top: -250px;box-shadow: 0 0 7px #eee;}
/*.hideImages img{width: 100%;height: 100%;object-fit: cover;}*/
.hideImages img{
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;}
small.zoom{top: 0; width: 3vh;height: 3vh;background: url(../images/zoom.png) center no-repeat #fff !important;max-width:32px;max-height:30px;z-index: 9;cursor: pointer;}
small.threeD{top: 0; left: 0 !important; width: 3vh;height: 3vh;max-width:32px;max-height:30px;z-index: 9;cursor: pointer;}
small.info{bottom: 20px; right: 10px !important; background: url(../images/information.png) center no-repeat #fff !important; width: 3vh;height: 3vh;max-width:32px;max-height:30px;z-index: 9;cursor: pointer;}

#iframeCanvas{
  width: 100%;
  height: 100%;
}
#iframeDiv{
  transition:.3s;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin: -175px -210px; 
  z-index: 100 !important;
}