li.hide-filter {
  display: none !important;
}

#main #asset .asset-3d .components3d .hide-legal {
  display: none !important;
}

#main #asset .asset-3d .components3d .component-group ul li.hide-legal {
  display: none !important;
}

#main #asset .asset-3d .options-box .checkbox.legal-agree {
  float: left;
  font-size: 1em;
}
#main #asset .asset-3d .options-box .checkbox.legal-agree.compspecific {
  float: none;
  clear: both;
  margin-bottom: 10px;
}

#main #asset .asset-3d .options-box p.disclaimerlink {
  font-size: 12px;
  margin-bottom: 5px;
}
#main #asset .asset-3d .options-box p.disclaimerlink p {
  font-size: 12px;
}
#main #asset .asset-3d .options-box p.disclaimerlink a {
  font-size: 12px;
  color: #29a7df;
  text-decoration: none;
  font-weight: normal;
}

#main #asset .asset-3d .options-box p.disclaimer.extsupplier {
  display: none;
}

#main #asset .asset-3d .options-box p.disclaimer {
  line-height: normal;
  font-size: 0.75em;
  margin-bottom: 5px;
}

#main #asset .asset-3d .options-box p.disclaimer a {
  color: #29a7df;
  text-decoration: none;
  font-weight: normal;
}

#asset .asset-3d .saveLink p#qrPara {
  text-align: center;
}

.forceVisible {
  display: block !important;
  visibility: hidden !important;
  height: 0;
  margin: 0;
  padding: 0;
}

.sliderTooltip {
  background: white;
  position: absolute;
  margin-top: 0px;
  width: 24px;
  height: 26px;
  z-index: 10;
  text-align: center;
  font-size: 12px;
}

.configs-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e0e0e0;
}

.configs-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #e0e0e0;
}

.configs-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #e0e0e0;
}

.configs-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #e0e0e0;
}

.lockdownfullwidth {
  width: 100% !important;
}

.lockdownhide {
  display: none !important;
}

.sceneselect li.selected a {
  font-weight: bold;
}

#asset .asset-3d-options .materialselect {
  /*.component-group*/
  margin-bottom: 12px !important;
  margin-top: 8px !important;
}

#asset .asset-3d-options .materialselect li.selected a {
  font-weight: bold;
  border-color: transparent;
}

p#downloadArtworkTemplate {
  margin: 0;
}

#main div.row div.content #asset .asset-3d .saveLink h4 {
  font-size: 12px;
  color: #4b4b4b;
}

ul.sceneselect,
#asset .asset-3d-options ul.materialselect {
  margin: 0;
  line-height: 120%;
}

ul.sceneselect:after,
#asset .asset-3d-options ul.materialselect:after {
  content: "";
  clear: both;
}

ul.sceneselect li,
#asset .asset-3d-options ul.materialselect li {
  float: left;
  width: 23%;
  padding: 4px;
  background-color: #c1c1c1;
  text-align: center;
  cursor: pointer;
  margin-right: 2.5%;
}

ul.sceneselect li:nth-child(4),
ul.sceneselect li:nth-child(8),
ul.sceneselect li:nth-child(12),
#asset .asset-3d-options ul.materialselect li:nth-child(4),
#asset .asset-3d-options ul.materialselect li:nth-child(8),
#asset .asset-3d-options ul.materialselect li:nth-child(12) {
  margin-right: 0;
}

ul.sceneselect li.selected,
#asset .asset-3d-options ul.materialselect li.selected {
  background-color: #4b4b4b;
}

ul.sceneselect li a,
#asset .asset-3d-options ul.materialselect li a {
  color: #4b4b4b;
  width: 100%;
  height: 100%;
}

ul.sceneselect li.selected a,
#asset .asset-3d-options ul.materialselect li.selected a {
  color: #fff;
}

#main #asset .asset-3d .saveLink p #saveOffline {
  width: calc(100% - 5px);
  margin: 0px auto;
  margin-top: 10px;
  margin-right: 5px;
}

#main #asset .asset-3d .saveLink p .button {
  display: block;
  margin: 0;
  margin-left: 5px;
  font-size: 12px;
}

#main #asset .asset-3d .saveLink p span {
  line-height: 36px;
  color: #555;
  padding: 0px 12px;
  display: block;
  float: left;
  height: 35px;
  background-color: white;
  width: calc(100% - 81px);
}

a.button:hover {
  text-decoration: none !important;
}

#file-select {
  font-size: 10.5px;
  background-color: #29a7df;
}

#uploadmessage #uploadstatus #fileprogress {
  font-weight: normal;
  font-size: 13px;
}

#uploadmessage #uploadstatus #progress {
  background-color: #4b4b4b;
  font-size: 12px;
}

#file-select:hover {
  background-color: #492950;
}

#artworkUpload #uploadmessage {
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  height: 30px;
}

div#asset #artworkUpload .uploadmessage {
  font-size: 12px;
  color: white;
  background-color: #4b4b4b;
  font-weight: normal;
  margin-top: 10px;
  border: 1px solid #4b4b4b;
  height: 30px;
  line-height: 28px;
  text-align: center;
}

#artworkUpload h3 {
  display: none !important;
}

.dropzone p {
  color: #606060;
}

.dropzone {
  border-color: #9b9b9b !important;
  border-width: 2px !important;
  margin-bottom: 0px;
}

.dropzone.drag {
  border-color: #29a7df;
}

#uploadmessage #uploadstatus {
  height: 30px;
  border-radius: 30px;
  border: 1px solid #4b4b4b;
}

#progressbar {
  border: none;
  height: 30px;
}

ul.uploadedList {
  display: none !important;
}

#asset .asset-3d.fullscreen .asset-3d-options.collapsed {
  width: 0px !important;
}

.hide {
  display: none;
}

.button.delete {
  background-color: #f26422;
}

.configs-group input[type="text"],
.configs-group input[type="email"] {
  width: calc(100% - 81px);
  float: left;
}

.comp-logo-3d {
  position: absolute;
  height: 50px;
  z-index: 999;
  margin-top: -90px;
  margin-left: 20px;
  max-width: 25%;
  line-height: 50px;
  display: none;
}

.comp-logo-3d img {
  vertical-align: bottom;
}

#asset .asset-3d .options-box#asset-3d-saveconf {
  display: none;
}

#asset .asset-3d .options-box.artwork-componentbox.no-box::before {
  content: none;
}

#asset .asset-3d .options-box.artwork-componentbox.no-box {
  border: none;
  padding: 0;
  border-bottom: 1px solid #9b9b9b;
}

#asset .asset-3d .options-box.artwork-componentbox.no-box a.selected {
  background-color: #4b4b4b !important;
  color: #fff !important;
}

#asset .asset-3d {
  position: relative;
}

#asset .asset-3d .checkbox::after {
  background-image: url("../images/icons/tick-black.svg");
}

#asset .asset-3d .checkbox.isEditable {
  margin-bottom: 10px;
  position: relative;
}

#asset .asset-3d.fullscreen {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

#asset .asset-3d .asset-3d-top {
  position: relative;
  height: 56px;
}

#main div.row div.content #asset .asset-3d h3,
#main div.row div.content #asset .asset-3d h4 {
  color: #888;
}

#asset .asset-3d #asset-3d-sceneselect,
#asset .asset-3d #asset-3d-optionselect {
  width: 100%;
}

#asset .asset-3d.fullscreen .asset-3d-top {
  display: none;
}

#asset .asset-3d .asset-3d-top #asset-3d-options {
  position: absolute;
  top: 5px;
  right: 56px;
  z-index: 4;
  max-width: 360px;
  padding: 24px;
  border: 1px solid #d6d6d6;
  background: white;
}

#artworkSelect {
  margin: 0;
}

#asset-saved-configs {
  width: 70%;
  margin-right: 5%;
}

.configs-group a {
  margin: 0;
  width: 25%;
  float: right;
  margin-top: 9px;
  display: none;
}

.asset-3d-options .dropzone {
  margin-bottom: 15px;
  height: 120px;
}

#asset .asset-3d-options .studio3d-tabs li a {
  color: #4b4b4b;
}

#asset .asset-3d-options .studio3d-tabs li.selected a {
  color: #fff;
}

#asset .asset-3d-options .studio3d-tabs li.selected {
  background-color: #4b4b4b;
}

#asset .asset-3d-options .studio3d-tab.selected {
  display: block;
}

#asset .asset-3d-options .studio3d-tab {
  margin-top: 36px;
  display: none;
  clear: both;
}

#asset .asset-3d-options .studio3d-tabs #studio3d-tab-contact {
  float: right;
  margin-right: 0;
}

#asset .asset-3d-options .studio3d-tabs li {
  padding: 5px 7px;
  float: left;
  margin: 0;
  margin-right: 7px;
  border-bottom: none;
  background-color: #c1c1c1;
}

#asset .asset-3d-options .studio3d-tabs {
  border-bottom: 1px solid #9b9b9b;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#asset .asset-3d-options .component-group ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li {
  float: left;
  width: 84px;
  /*  height:84px;*/
  margin-right: 5px;
  position: relative;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li.universalConfigurator::before {
  content: "";
  width: 38px;
  height: 20px;
  display: block;
  position: absolute;
  margin-top: 58px;
  margin-left: 6px;
  background-image: url(../images/icons/universal.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 16px;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li.arready::before {
  content: "";
  width: 38px;
  height: 20px;
  display: block;
  position: absolute;
  margin-top: 55px;
  margin-left: 5px;

  background-image: url("../images/3d/icons/arready.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 38px 20px;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li.supplierLabel {
  clear: both;
  float: none;
  font-weight: 500;
  width: 100%;
  font-size: 13px;
  padding-bottom: 5px;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li.supplierLabel
  a.legal-button {
  font-weight: normal;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li.supplierLabel
  .supplier-contact-button {
  background-image: url("../images/3d/icons/contact-suplier.png");
  display: inline-block;
  width: 24px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: top;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li.supplierLabel
  a {
  font-weight: 500;
  font-size: 20px;
  margin-right: 7px;
}

.asset-3d-options .component-group ul li span.linked {
  color: #29a7df;
  cursor: pointer;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li.supplierLabel:first-child {
  padding-top: 0;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li:not(.supplierLabel)
  a {
  display: block;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li.selected
  a {
  border-color: #29a7df;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li.incompatible {
  opacity: 0.4;
}

#asset
  .asset-3d-options
  .component-group
  ul:not(.materialselect):not(.colorlist)
  li.excluded {
  display: none;
}

#asset .asset-3d .asset-3d-top #asset-3d-options::before {
  position: absolute;
  top: 16px;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #d6d6d6;
  content: "";
}

#asset .asset-3d .asset-3d-top::after {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  content: "";
}

#asset .asset-3d .asset-3d-top .right {
  position: absolute;
  top: 50%;
  right: 0px;
  height: 44px;
  margin: -24px 0 0 0;
}

#asset .asset-3d .asset-3d-top .right a {
  height: 44px;
  line-height: 44px;
  float: left;
  margin-right: 5px;
  background: #512351;
}

#asset .asset-3d .asset-3d-top .right .icon-admin {
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  background: #512351 url("../images/icons/config.svg") center center no-repeat;
  background-size: 24px 24px;
}

#asset .asset-3d .asset-3d-top .top-tabs {
  position: relative;
  z-index: 2;
  max-width: calc(100% - 56px);
}

#asset .asset-3d .asset-3d-top .top-tabs ul {
  margin: 0;
  overflow: hidden;
}

#asset .asset-3d .asset-3d-top .top-tabs ul li {
  float: left;
  height: 54px;
  margin: 2px 0 0 0;
  padding: 0px 18px;
  border: 1px solid;
  border-color: #d6d6d6 transparent #d6d6d6 #d6d6d6;
  background: #e2dde3;
}

#asset .asset-3d .asset-3d-top .top-tabs ul li:last-child {
  border-color: #d6d6d6 #d6d6d6 #d6d6d6 #d6d6d6;
}

#asset .asset-3d .asset-3d-top .top-tabs ul li.selected {
  height: 56px;
  margin: 0px;
  border-color: #d6d6d6 #d6d6d6 white #d6d6d6;
  background: white;
}

#asset .asset-3d .asset-3d-top .top-tabs ul li.selected + li {
  border-color: #d6d6d6 #d6d6d6 #d6d6d6 transparent;
}

#asset .asset-3d .asset-3d-top .top-tabs ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #47294d;
  font-size: 0.75em;
  /*eran 0.813em*/
  font-weight: bold;
  line-height: 54px;
  text-transform: uppercase;
}

#asset .asset-3d .asset-3d-container {
  position: relative;
  min-height: 400px;
  margin: 0 0 24px 0;
  border: 1px solid #d6d6d6;
  -ms-touch-action: none;
  touch-action: none;
  background-size: cover;
}

#asset .asset-3d .asset-3d-container canvas {
  -ms-touch-action: none;
  touch-action: none;
}

#asset .asset-3d.fullscreen .asset-3d-container {
  width: 70% !important;
  height: 100% !important;
  border: none;
  display: flex;
  justify-content: center;
}

#asset .asset-3d .asset-3d-container .icon-3d {
  z-index: 3;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0px;
  padding: 0px;
  width: 226px;
  height: 60px;
  background: url("../images/3d/icons/fullscreen.png") left center no-repeat;
  background-size: contain;
}

.asset-3d-actions .button.right {
  margin: 0;
}

#asset .asset-3d .asset-3d-container #asset-3d-loader {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#asset .asset-3d .asset-3d-gallery {
  min-height: 96px;
  background: #f3f3f3;
  line-height: 96px;
}

#asset .asset-3d .asset-3d-gallery .gallery-left {
  padding: 0 24px;
}

#asset .asset-3d .asset-3d-gallery .gallery-right {
  padding: 12px 24px 12px 0px;
}

#asset .asset-3d .asset-3d-gallery .gallery-right ul {
  overflow: hidden;
}

#asset .asset-3d .asset-3d-gallery .gallery-right ul li {
  float: left;
  width: 72px;
  height: 72px;
  border: 1px solid #d6d6d6;
}

#asset .asset-3d .asset-3d-gallery .gallery-right ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}

#asset .asset-3d .asset-3d-gallery .gallery-right ul li a img {
  vertical-align: inherit;
}

#asset .asset-3d.fullscreen .asset-3d-options {
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: auto;
  display: block;
  width: 30%;
  height: 100%;
  background-color: #dadada;
  z-index: 4;
}

#asset .asset-3d #toggleFullscreen {
  position: absolute;
  width: 190px;
  height: 96px;
  top: 0px;
  right: 0px;
}

#asset .asset-3d.fullscreen #toggleFullscreen {
  position: fixed !important;
  top: 0px;
  right: 0px;
  width: 30% !important;
  height: 96px;
  background-color: #dadada;
  line-height: 96px;
  z-index: 1000;
}

#asset .asset-3d.fullscreen #toggleFullscreen .icon-3d {
  top: 25px;
  cursor: default;
  right: auto;
  left: 0px;
  width: 250px;
  height: 51px;
  background: url("../images/3d/icons/3dstudio-logo-gray.svg") left center
    no-repeat;
  background-size: 250px 51px;
}

#playPause {
  /* position: absolute;
      bottom: 0px;*/
}

.fullscreen #playPause {
  /* position: absolute;
      bottom: 44px;*/
}

#playPause .icon-play {
  display: none;
  width: 36px;
  height: 36px;
  background-image: url("../images/3d/icons/studio-play.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

#playPause .icon-pause {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("../images/3d/icons/studio-pause.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

#playPause.play .icon-play {
  display: block;
}

#playPause.play .icon-pause {
  display: none;
}

#asset .asset-3d.fullscreen #toggleFullscreen .icon-close {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 0;
}

#asset .asset-3d.fullscreen #toggleFullscreen .icon-close::before,
#asset .asset-3d.fullscreen #toggleFullscreen .icon-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 32px;
  margin-top: -16px;
  margin-left: -1px;
  background-color: #4b4b4b;

  content: "";
}

#asset .asset-3d.fullscreen #toggleFullscreen .icon-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#asset .asset-3d.fullscreen #toggleFullscreen .icon-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#asset .asset-3d.fullscreen .asset-3d-options div.container {
  margin: 76px 0 0 0;
  padding: 24px;
  height: 100%;
}

#asset .asset-3d .options-box {
  position: relative;
  margin: 0 0 24px 0;
  padding: 18px;
  border: 1px solid #9b9b9b;
}

#asset .asset-3d .options-box.hasSwipe {
  padding: 18px 0;
}

#asset .asset-3d .options-box.noSwipe {
  padding: 18px 24px;
}

#asset .asset-3d .options-box.hasSwipe .box-group {
  overflow: hidden;
}

#asset .asset-3d .options-box::before {
  position: absolute;
  top: -10px;
  left: 12px;
  height: 20px;
  padding: 0 6px;
  background: #dadada;
  color: #4b4b4b;
  font-size: 0.813em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  content: attr(data-title);
}

#asset .asset-3d .options-box .box {
  padding: 0px;
  margin: 0 0 12px 0;
}

#asset .asset-3d .options-box .box-effects {
  margin: 0 0 18px 0;
}

#main #asset .asset-3d .options-box h5 {
  margin: 0 0 6px 0;
  color: #464646;
  font-size: 0.913em;
}

#asset .asset-3d .colorboxes {
  padding: 18px 18px 6px 18px;
}

#asset .asset-3d .colorboxes .colorlist + .field-color {
  margin-bottom: 12px;
}

#asset .asset-3d .options-box .box.box-color ul,
#asset .asset-3d .options-box .colorlist {
  overflow: hidden;
  margin: 0px;
  clear: both;
}

#asset .asset-3d .options-box .disabled {
  display: none;
}

#asset .asset-3d .options-box .box.box-color ul li,
#asset .asset-3d .options-box .colorlist li {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0px 12px 12px 0;
  border: 1px solid #b7b7b7;
  cursor: pointer;
}

#asset .asset-3d .options-box .colorlist li {
  /*margin:0px 12px 0px 0;*/
  float: left;
}

#asset .asset-3d .options-box .box.box-color ul li.selected,
#asset .asset-3d .options-box .colorlist li.selected {
  border: 3px solid white;
}

#asset .asset-3d .options-box .slider,
#asset .asset-3d .options-box .slider * {
  border-radius: 0;
  box-shadow: none !important;
}

#asset .asset-3d .options-box .slider {
  margin: 0 0 24px 0;
  border-radius: 2px;
}

/*
  #main #asset .asset-3d .options-box.options-part h5
  {
    margin-top: 10px;
  }
  */

#asset .asset-3d .options-box .noUi-base {
  background: #4b4b4b;
}

#asset .asset-3d .options-box .noUi-target {
  /*border-color:#666;*/
}

#asset .asset-3d .options-box .noUi-origin {
  background: #c1c1c1;
}

#asset .asset-3d .options-box .noUi-horizontal .noUi-handle {
  border-radius: 2px;
  border-color: #999;
  background-color: #fff;
}

#asset .asset-3d .options-box .noUi-horizontal .noUi-handle::before,
#asset .asset-3d .options-box .noUi-horizontal .noUi-handle::after {
  background-color: #999;
}

#asset .asset-3d .asset-3d-actions {
  padding: 12px 0 0 0;
}

/*#asset .asset-3d .options-box .box.box-color ul li.showmoreless {
      border-color: transparent;
      border-right-color: #e5e5e5;
  }*/

#asset .asset-3d .options-box .box.box-color ul li.showmoreless {
  border-left-color: #b7b7b7;
  line-height: 19px;
  font-size: 24px;
  text-align: center;
  color: black;
  background-color: #b7b7b7;
}

#asset .asset-3d .options-box .box.box-color ul li.showmoreless.more {
  color: #b7b7b7;
  background-color: transparent;
}

#asset .asset-3d .options-box .box.box-color ul li.showmoreless .arrowRight {
  display: none;
  margin: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #b7b7b7;
  padding: 0;
  line-height: 32px;
  margin-top: 5px;
}

.arrowLeft {
  display: block;
  margin: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #b7b7b7;
  padding: 0;
  line-height: 32px;
  margin-top: 5px;
}

.more .arrowLeft {
  display: none;
}

.more .arrowRight {
  display: block;
}

@media only screen and (max-width: 1360px) {
  #asset .asset-3d.fullscreen .asset-3d-container {
    width: 60%;
  }

  #asset .asset-3d.fullscreen .asset-3d-options,
  #asset .asset-3d.fullscreen #toggleFullscreen {
    width: 40% !important;
  }
}

@media only screen and (max-width: 1136px) {
  #asset .asset-3d-options .studio3d-tabs li {
    padding: 5px 8px;

    margin-right: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  #asset .asset-3d.fullscreen .asset-3d-container {
    width: 50%;
  }

  #asset .asset-3d.fullscreen .asset-3d-options,
  #asset .asset-3d.fullscreen #toggleFullscreen {
    width: 50% !important;
  }
}

@media only screen and (max-width: 880px) {
  #asset .asset-3d-options .studio3d-tabs li {
    padding: 4px 6px;
    margin-right: 2px;
  }
}

#asset .asset-3d .saveMessage,
#asset .asset-3d .saveLink {
  display: none;
}

#asset .asset-3d .saveMessage,
#asset .asset-3d .saveLink p {
  color: #999;
  word-wrap: break-word;

  margin-bottom: 5px;
  text-align: left;
}

#asset .asset-3d .saveMessage.error {
  color: #e50000;
}

#asset .asset-3d .image-select {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 0;
}

.field-color {
  margin: 0;
}

#asset .asset-3d .image-select.non-default,
#asset .asset-3d .config-select.non-default {
  float: left;
  /*    width: calc(100% - 88px);*/
}

#deleteUserConf {
  display: block;
}

#deleteUserImage,
#deleteUserConf {
  width: 77px;
  float: left;
  background-color: #f26422;
  height: 35px;
  margin-top: 9px;
  margin-left: 5px;
  float: left;

  background-color: #f26422;
}

#main #asset .asset-3d #shareEmailPara a {
  padding-left: 0;
  padding-right: 0;
  margin-top: 9px;
}

#shareEmailMsg {
  display: none;
  margin: 0px;
  padding-top: 10px;
}

#toggleBg,
  /*#toggleElement,*/
  #asset-3d-save,
  #copyLink,
  #shareEmailPara a {
  background-color: #c1c1c1;
  color: #4b4b4b;
  float: left;
  width: 70px;
  height: 35px;
  margin-top: 9px;
  margin-left: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#toggleBg:hover,
  /*#toggleElement:hover,*/
  #asset-3d-save:hover,
  #copyLink:hover,
  #shareEmailPara a:hover {
  background-color: #4b4b4b;
  color: #fff;
}

#asset .asset-3d .bg-group select,
#asset .asset-3d .element-group select {
  width: calc(100% - 75px);
  float: left;
}

#asset .asset-3d .bg-group.empty select,
#asset .asset-3d .element-group.empty select {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #toggleBg

      /*,#toggleElement*/ {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 585px) {
  /*css Maria para labels 3D edit*/

  #asset .asset-3d .asset-3d-top {
    width: 100%;
  }

  #asset .asset-3d .asset-3d-top .top-tabs {
    position: relative;
    z-index: 2;
    max-width: calc(100% - 56px);
    width: 70%;
  }

  #asset .asset-3d .asset-3d-top .left ul {
    width: 100%;
  }

  #asset .asset-3d .asset-3d-top .top-tabs ul li.selected {
    width: 30%;
    padding: 0 5px;
    font-size: 0.7em;
  }

  #asset .asset-3d .asset-3d-top .top-tabs ul li.selected a {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
  }

  #asset .asset-3d .asset-3d-top .top-tabs ul li {
    border-color: #d6d6d6 #d6d6d6 #d6d6d6 transparent;
    width: 30%;
    font-size: 0.7em;
    padding: 0 5px;
  }

  #asset .asset-3d .asset-3d-top .top-tabs ul li a {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
  }

  #asset .asset-3d .asset-3d-top .right {
    width: 40%;
  }

  #asset .asset-3d .asset-3d-top .right a {
    width: 55%;
    font-size: 0.7em;
    padding: 0;
    position: absolute;
    right: 30%;
  }

  /*css Maria para labels 3D edit en mobil*/

  #asset .asset-3d .asset-3d-top .right .icon-admin {
    width: 30%;
    background-size: 20px 20px;
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 420px) {
  /*css Maria para labels 3D edit*/

  #asset .asset-3d .asset-3d-top .left ul {
    width: 100%;
  }

  #asset .asset-3d .asset-3d-top .top-tabs ul li.selected {
    width: 33.333%;
    padding: 0 5px;
    font-size: 0.7em;
  }

  #asset .asset-3d .asset-3d-top .top-tabs ul li {
    border-color: #d6d6d6 #d6d6d6 #d6d6d6 transparent;
    width: 34%;
    font-size: 0.7em;
    padding: 0 5px;
  }

  #toggleBg

      /*, #toggleElement*/ {
    margin-top: 10px;
    margin-left: 0;
  }

  #asset .asset-3d .bg-group select,
  #asset .asset-3d .element-group select {
    width: 100%;
  }
}

@media only screen and (max-width: 280px) {
  #asset .asset-3d .asset-3d-top .right {
    width: 45%;
  }
}

.asset-3d .buttonsWrap {
  position: absolute;
  bottom: 0px;
  right: -55px;
  width: 100px;
  height: 133px;
}

.asset-3d.fullscreen .buttonsWrap {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 30%;
  width: 94px;
  height: 176px;
  margin-right: -50px;
  cursor: pointer;
  padding-right: 50px;
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap {
  position: relative;
  width: 100%;
  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div {
  height: 40px;
  width: 40px;
  margin-bottom: 4px;
  background-color: rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div > span {
  width: 100%;
  height: 100%;
  display: block;

  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap .toggleButton {
  display: none;
}

.asset-3d.fullscreen .buttonsWrap .buttonsWrap__innerWrap .toggleButton {
  display: block;
  width: 100px;
  height: 44px;
  background-color: #dadada;
  margin-bottom: 0;
  /*
  position:absolute;
  bottom:0;*/
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.audioButton {
  /*  position: absolute;
      bottom: 44px;*/
}

.asset-3d.fullscreen .buttonsWrap .buttonsWrap__innerWrap > div.audioButton {
  /*  position: absolute;
      bottom: 88px;*/
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.homeButton,
.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.audioButton {
  display: none;
}
.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.print3dButton > span {
  background-image: url("../images/3d/icons/print3d.svg");
}
.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.screenshotButton > span {
  background-image: url("../images/3d/icons/camera.svg");
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.homeButton > span {
  background-image: url("../images/3d/icons/home.svg");
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div#playPause > span {
  background-image: url("../images/3d/icons/pause.svg");
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div#playPause.play > span {
  background-image: url("../images/3d/icons/play.svg");
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.audioButton > span {
  background-image: url("../images/3d/icons/mute.svg");
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.audioButton.mute > span {
  background-image: url("../images/3d/icons/unmute.svg");
}

.asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.toggleButton > span {
  width: 44px;
  background-image: url("../images/3d/icons/toggle.svg");

  -moz-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -ms-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.asset-3d
  .buttonsWrap
  .buttonsWrap__innerWrap
  > div.toggleButton
  > span.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.asset-3d-options select:focus,
.asset-3d-options option:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

@media only screen and (max-width: 1360px) {
  .asset-3d.fullscreen .buttonsWrap {
    right: 40%;
  }
}

@media only screen and (max-width: 1100px) {
  .asset-3d.fullscreen .buttonsWrap {
    right: 50%;
  }
}

/*color swatch ajustments*/
.minicolors-swatch {
  background-color: #9a9a9a;
}

.minicolors-theme-default .minicolors-swatch {
  width: 33px;
}

.minicolors-swatch-color {
  left: 58%;
}

/*custom button for assets 3d*/

#main .asset-3d.fullscreen .button {
  color: #4b4b4b !important;
  background-color: #c1c1c1 !important;

  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 36px;
  text-decoration: none;
}

#main .asset-3d.fullscreen .button:hover {
  background-color: #4b4b4b !important;
  color: #fff !important;
}

/*box-effects slider*/

.effect:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.effect h5 {
  float: left;
  width: 120px;
}

.effect .slider.noUi-target {
  float: right;
  width: calc(100% - 120px);
  margin-top: 7px !important;
  height: 14px;
}

.noUi-horizontal .noUi-handle {
  top: -8px;
  width: 26px;
}

.noUi-handle:after {
  left: 13px;
}

.noUi-handle:before {
  left: 10px;
}

.field-color + .effect {
  margin-top: 12px;
}

#asset .asset-3d .options-box .effect:last-of-type .slider {
  margin-bottom: 0px;
}

.asset-3d-options .component-group ul li span {
  display: block;
  line-height: 14px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 0.8em;
  height: 14px;
  overflow: hidden;
}

#asset .asset-3d .options-box .options-box.options-part {
  border: none;
  margin-bottom: 0;
  margin-top: 25px;
  padding: 0;
}

#asset .asset-3d .options-box.noSwipe .options-box.options-part {
  padding: 0px;
  margin: 0;
}

#asset .asset-3d .options-box.hasSwipe .options-box.options-part {
  padding: 0 28px;
  margin: 0;
}

#asset
  .asset-3d
  .options-box:not(.lockdown-multi)
  .options-box.options-part:before {
  content: none;
}

#asset .asset-3d .options-box.lockdown-multi .options-box.options-part:before {
  position: static;
  background: none;
  margin: 0;
  padding: 0;
  height: 20px;

  color: #4b4b4b;
  font-size: 0.813em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  content: attr(data-title);
}

/*onOffSwitch*/

.onOffSwitch-wrap {
  position: absolute;
  top: -14px;
  right: 21px;
  border-right: 6px solid #dadada;
  border-left: 6px solid #dadada;
}

.onOffSwitch {
  width: 62px;
  height: 26px;
  background-color: #dadada;
  border: 1px solid #9b9b9b;
  position: relative;
  overflow: hidden;
}

.onOffSwitch.off {
  background-color: #f2f2f2;
}

.onOffSwitch button {
  width: 24px;
  height: 24px;
  background-color: #4b4b4b;
  border: 4px solid #dadada;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 0px;
  border-radius: 5px;
  -webkit-transition: left 0.1s ease-in-out;
  -moz-transition: left 0.1s ease-in-out;
  -o-transition: left 0.1s ease-in-out;
  -ms-transition: left 0.1s ease-in-out;
  transition: left 0.1s ease-in-out;
}

.onOffSwitch button:after,
.onOffSwitch button:before {
  position: absolute;
  top: 0;
  width: 40px;
  height: 16px;
  line-height: 17px;
  font-size: 0.625em;
  font-weight: 600;
  color: #4b4b4b;
}

.onOffSwitch button:after {
  content: "HIDE";
  right: -41px;
}

.onOffSwitch button:before {
  content: "SHOW";
  left: -41px;
}

.onOffSwitch.off button {
  left: 36px;
  border: 4px solid #f2f2f2;
  background-color: #9a9a9a;
}

#asset
  .asset-3d
  .asset-3d-options
  .component-group
  ul.all-compatible
  li.incompatible {
  opacity: 1;
}

.hide-incompatible li.incompatible {
  display: none !important;
}

/***added for responsive *****/

@media only screen and (max-width: 768px) {
  body[class*="d-model"].overflow-hidden div#asset.asset-19,
  body[class*="d-model"].overflow-hidden div#asset.asset-109,
  body[class*="d-model"].overflow-hidden div#asset.asset-19 .asset-3d,
  body[class*="d-model"].overflow-hidden div#asset.asset-109 .asset-3d {
    min-height: auto;
  }

  #asset .asset-3d .asset-3d-container canvas {
    margin-top: 50px;
  }

  #asset .asset-3d .asset-3d-container {
    min-height: 0;
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d.fullscreen
    .asset-3d-container {
    width: 100% !important;
    /*height: 40% !important;*/
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d.fullscreen
    #toggleFullscreen
    .icon-close::before,
  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d.fullscreen
    #toggleFullscreen
    .icon-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 27px;
    margin-top: -16px;
    margin-left: -1px;
    background-color: #4b4b4b;
    content: "";
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d.fullscreen
    #toggleFullscreen
    .icon-3d {
    top: 0px;
    left: 0px;
    width: 48px;
    height: 50px;
    background-size: 250px 35px;
    background-position-x: -52px;
    background-color: #393939;
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d.fullscreen
    .asset-3d-options,
  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d.fullscreen
    #toggleFullscreen {
    width: 100% !important;
    height: 50px;
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d.fullscreen
    #toggleFullscreen
    .icon-close {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    margin: 0px;
    transform: translateY(-50%);
    z-index: 100002;
  }

  body[class*="d-model"].overflow-hidden .comp-logo-3d {
    width: 100%;
    /*height: 40px;*/
    top: calc(50% - 40px);
    max-width: none;
    line-height: 0;
    margin-top: 0;
    position: fixed;
    display: block;
    margin-left: 0;
    padding-left: 20px;
    background-color: #fff;
  }

  body[class*="d-model"].overflow-hidden .comp-logo-3d img {
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d.fullscreen
    .asset-3d-options {
    top: 50%;
    height: 50%;
    overflow: scroll;
    padding-top: 5px;
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d.fullscreen
    .asset-3d-options
    div.container {
    margin: 0;
    padding: 5px 0px;
    position: relative;
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d-options
    .studio3d-tabs {
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 45px;
    /*border-top: 1px solid #9d9d9d;*/
    border-bottom: 4px solid #4b4b4b;
    z-index: 10;
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d-options
    .studio3d-tabs
    li {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    float: none;
    margin: 0;
    padding: 0;
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d-options
    .studio3d-tabs
    li
    a::before {
    width: 35px;
    height: 35px;
    margin: 0 auto 6px;
  }

  p,
  li,
  input,
  select,
  textarea,
  .list-grid li a h2,
  .entry header h1,
  .entry header h2,
  .tooltip h4 {
    font-size: 12px;
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d-options
    .studio3d-tab {
    margin-top: 70px;
  }

  body[class*="d-model"].overflow-hidden #asset .asset-3d .options-box {
    position: relative;
    padding: 18px 0;
    width: 90%;
    margin: 30px auto;
    border: none;
    border-bottom: 1px solid #9d9d9d;
  }

  body[class*="d-model"].overflow-hidden
    #asset
    .asset-3d
    .options-box:last-child {
    border-bottom: none;
    margin-bottom: 12px;
  }

  body[class*="d-model"].overflow-hidden #asset .asset-3d .options-box::before {
    left: 0;
    padding: 0;
  }

  body[class*="d-model"].overflow-hidden #asset .asset-3d .saveLink p {
    overflow: hidden;
  }

  body[class*="d-model"].overflow-hidden
    #main
    .asset-3d.fullscreen
    .button#asset-3d-save {
    margin-top: 4px;
  }

  body[class*="d-model"].overflow-hidden #asset .asset-3d .saveLink p {
    margin-bottom: 12px;
  }

  #toggleBg,
  #asset-3d-save,
  #copyLink,
  #shareEmailPara a {
    background-color: #c1c1c1;
    color: #4b4b4b;
    float: left;
    width: 70px;
    height: 35px;
    margin-top: 9px;
    margin-left: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  body[class*="d-model"].overflow-hidden .asset-3d.fullscreen > h3 {
    width: calc(100% - 50px);
    top: 10px;
    left: 10px;
    z-index: 1000;
  }

  body[class*="d-model"].overflow-hidden
    #asset
    > div.asset-exhibitor
    > div
    > div.asset-3d-options
    > div
    > ul
    > li
    > a,
  body[class*="d-model"]
    #asset
    div.asset-exhibitor
    div.asset-3d-options
    ul
    li
    a {
    padding-top: 0px;
    font-size: 0.8em;
    display: block;
    text-transform: uppercase;
    height: 100%;
    line-height: 44px;
  }

  body[class*="d-model"]
    #asset
    div.asset-exhibitor
    div.asset-3d-options
    ul
    li.supplierLabel
    a {
    display: inline-block;
    text-transform: none;
  }

  body[class*="d-model"].overflow-hidden#asset .asset-3d-options .studio3d-tab {
    margin-top: 70px;
  }

  body[class*="d-model"].overflow-hidden .asset-3d.fullscreen .buttonsWrap {
    width: 200px;
    height: 40px;
    top: calc(50% - 40px);
    z-index: 1001;
    right: 0;
    margin-top: 5px;
    margin-right: 0;
    padding-right: 0;
  }

  body[class*="d-model"].overflow-hidden
    .asset-3d
    .buttonsWrap
    .buttonsWrap__innerWrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  body[class*="d-model"].overflow-hidden
    .asset-3d
    .buttonsWrap
    .buttonsWrap__innerWrap
    > div {
    background-color: #fff;
  }

  body[class*="d-model"].overflow-hidden
    .asset-3d.fullscreen
    .buttonsWrap
    .buttonsWrap__innerWrap
    .toggleButton {
    background-color: #fff;
  }

  body[class*="d-model"].overflow-hidden
    .asset-3d.fullscreen
    .buttonsWrap
    .buttonsWrap__innerWrap
    .toggleButton {
    width: 40px;
    height: 40px;
  }

  body[class*="d-model"].overflow-hidden
    .asset-3d
    .buttonsWrap
    .buttonsWrap__innerWrap
    > div.toggleButton
    > span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  body[class*="d-model"]
    #asset
    > div.asset-exhibitor
    > div
    > div.comp-logo-3d
    > img {
    height: 80%;
    margin-top: 6px;
    margin-left: 0;
  }

  .asset-3d .buttonsWrap .buttonsWrap__innerWrap > div.toggleButton > span {
    width: 40px;
  }

  body[class*="d-model"].overflow-hidden
    .asset-3d
    .buttonsWrap
    .buttonsWrap__innerWrap
    > div.toggleButton
    > span.fa-rotate-180 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  body[class*="d-model"].overflow-hidden
    .asset-3d
    .buttonsWrap
    .buttonsWrap__innerWrap
    > div
    > span {
    border-right: 1px solid #d9d9d9;
  }

  body[class*="d-model"].overflow-hidden .miniTitle {
    min-width: 0;
  }
}

/***end of added for responsive *****/

/* new css to avoid buttons overlapping at the scene tab*/

#asset .asset-3d-options #studio3d-tab-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* do not flex wrap if it is a swiper */
#asset .asset-3d-options #studio3d-tab-1 ul.swiper-wrapper {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#asset .asset-3d-options #studio3d-tab-1 ul li {
  margin-bottom: 0.5em;
  margin-right: 2%;
}

#asset .asset-3d-options #studio3d-tab-1 ul li::nth-child(4) {
  margin-right: 0;
}

/* end of the new css to avoid buttons overlapping at the scene tab*/

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* CORONA UPDATE */
/* April 2020 */

/* ****************************************************************** */
/* S T A R T */
/* ****************************************************************** */
/* css for new ARTWORK                                                */
/* #studio3d-tab-3                                                    */
/* ****************************************************************** */

#studio3d-tab-3 > div {
  /* hiding the old html content for artworks that will be removed but it's still used now */
  display: none;
}
#studio3d-tab-3 > div.artowork3d-blockscont {
  display: block;
}

.artworks {
  width: 100%;
}
.artworks .artwork__list {
  display: flex;
  flex-wrap: wrap;
}
.artworks .artwork__list li:not(:nth-last-of-type(1)) {
  margin: 0 15px 15px 0;
}
.artworks .artwork__list .artwork__item {
  position: relative;
  width: 120px;
  height: 160px;
}
.artworks .artwork__list .artwork__item .artwork__link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: solid 2px #c1c1c1;
}
.artworks .artwork__list .artwork__item .artwork__link:hover {
  border: solid 2px #4b4b4b;
}
.artworks .artwork__list .artwork__item .artwork__link.selected {
  border: solid 2px #4b4b4b;
}

.artworks .artwork__list .artwork__item .artwork__upper {
  position: relative;
  width: 116px;
  height: 116px;
}
.artworks .artwork__list .artwork__item .artwork__upper img.artwork__thumb {
  margin-top: 10px;
}
.artworks
  .artwork__list
  .artwork__item
  .artwork__link
  .artwork__upper
  .artwork__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artworks .artwork__list .artwork__item .artwork__link .artwork__lower {
  width: 100%;
  height: 40px;
  background-color: #c1c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.artworks
  .artwork__list
  .artwork__item
  .artwork__link
  .artwork__lower
  .artwork__name {
  color: #4b4b4b;
  margin: 0;
  padding: 0;
}

.artworks .artwork__list li.artwork__item.artwork__item--layer {
  border: solid 2px #c1c1c1;
}
.artworks .artwork__list li.artwork__item.artwork__item--layer.noartwork:hover {
  border: solid 2px #4b4b4b;
}

.artworks
  .artwork__list
  li.artwork__item.artwork__item--layer.noartwork
  .artwork__add-link {
  font-size: 30px;
  font-weight: 800;
  color: #c1c1c1;
}
.artworks
  .artwork__list
  li.artwork__item.artwork__item--layer.noartwork
  .artwork__add-link:hover {
  color: #4b4b4b;
}

.artworks
  .artwork__list
  li.artwork__item.artwork__item--layer.noartwork
  .artwork__add-link::after {
  content: "+";
  font-size: 30px;
  font-weight: 800;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
}

.artworks
  .artwork__list
  li.artwork__item.artwork__item--layer.noartwork
  .artwork__add-link {
  width: 100%;
  height: 100%;
}

.artworks .artwork__list .artwork__add .artwork__add-link::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.artworks .artwork__list li.artwork__item.artwork__item--layer .artwork__lower {
  position: absolute;
  bottom: 0;
  height: 36px;
  text-align: center;
  width: 100%;
  background: #4b4b4b;
}
.artworks
  .artwork__list
  li.artwork__item.artwork__item--layer
  .artwork__lower
  p.artwork__name {
  text-align: center !important;
  width: 100%;
  line-height: 16px;
  padding: 4px;
  color: #fff;
  text-transform: capitalize;
}

.artworks .artwork__list .artwork__item.noartwork .artwork__upper {
  height: 100%;
}

.artworks
  .artwork__list
  li.artwork__item.artwork__item--layer
  .artwork__add-link {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}
.artworks
  .artwork__list
  li.artwork__item.artwork__item--layer
  .artwork__add-link::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button.artwork__edit-item {
  position: absolute;
  top: 4px;
  left: 2px;
  background-color: rgba(255, 255, 255, 0.75);
}

button.artwork__edit-remove {
  position: absolute;
  top: 4px;
  right: 2px;
  background-color: rgba(255, 255, 255, 0.75);
}
button.artwork__edit-item:hover svg path,
button.artwork__edit-remove:hover svg path {
  fill: #919191;
  background-color: rgba(255, 255, 255, 0.75);
}

#main div.row div.content #asset .asset-3d .artowork3d-block__top {
  position: relative;
  margin-top: -31px;
}
#main
  div.row
  div.content
  #asset
  .asset-3d
  .artowork3d-block__top
  .onOffSwitch-wrap {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dadada;
  z-index: 2;
  padding-left: 5px;
}
#main div.row div.content #asset .asset-3d .artowork3d-block h4 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  display: block;
  margin-top: 0;
}
#main div.row div.content #asset .asset-3d .artowork3d-block h4 span {
  padding: 0 6px;
  background-color: #dadada;
  color: #4b4b4b;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  margin-left: -4px;
}

/*   
  #main div.row div.content #asset .asset-3d .artowork3d-block h4:before {
    border-top: 1px solid #888888;
    content:"";
    margin: 0 auto; 
    position: absolute; 
    top: 49%; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;
  }
 */

.artworks .artwork__list .artwork__item .artwork__link:hover .artwork__lower,
.artworks
  .artwork__list
  .artwork__item
  .artwork__link.selected
  .artwork__lower {
  background-color: #4b4b4b;
}
#asset
  .artworks
  .artwork__list
  .artwork__item
  .artwork__link
  .artwork__lower
  .artwork__name {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.75rem;
  width: 100%;
}

.artworks
  .artwork__list
  .artwork__item
  .artwork__link:hover
  .artwork__lower
  .artwork__name,
.artworks
  .artwork__list
  .artwork__item
  .artwork__link.selected
  .artwork__lower
  .artwork__name {
  color: #ffffff;
}

.artworks .artwork__list .artwork__add {
  width: 120px;
  height: 160px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.artworks .artwork__list .artwork__add .artwork__add-link {
  position: relative;
  width: 100%;
  height: 100%;
  color: #c1c1c1;
  font-size: 30px;
  font-weight: 800;
  border: solid 2px #c1c1c1;
}
.artworks .artwork__list .artwork__add .artwork__add-link:hover,
.artworks .artwork__list .artwork__add .artwork__add-link.selected {
  color: #4b4b4b;
  border: solid 2px #4b4b4b;
}
.artworks .artwork__list .artwork__add .artwork__add-link::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*#asset .asset-3d-options .studio3d-tabs li.tab-artwork {
  display: block !important;
}*/

/* ****************************************************************** */
/* E N D #studio3d-tab-3                                              */
/* ****************************************************************** */

/* ****************************************************************** */
/* S T A R T */
/* ****************************************************************** */
/* css for new SAVE and SHARE                                         */
/* #studio3d-tab-4                                                    */
/* ****************************************************************** */
/* general css for tab?? */
#asset .asset-3d #studio3d-tab-4 .asset-3d-actions {
  padding: 0;
}
#studio3d-tab-4 select,
#studio3d-tab-4 input,
#studio3d-tab-4 button {
  border: none;
  /* background-color: #898989; */
  /* padding: 10px 20px; */
  /* color: white; */
  /* letter-spacing: 1px; */
}
#studio3d-tab-4 #asset-saved-configs {
  width: 100%;
}
#studio3d-tab-4 a.btn,
#studio3d-tab-4 .sendBtn {
  border: none;
  /* background-color: #3e3e3e; */
  padding: 15px 25px;
  text-align: center;
  /* color: white; */
  letter-spacing: 1px;
}
#studio3d-tab-4 label {
  /* color: white; */
}
#studio3d-tab-4 .title {
  font-size: 26px;
  color: #4b4b4b !important;
}
#studio3d-tab-4 .txt {
  color: #898989;
}
#studio3d-tab-4 .exit {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-image: url(exit.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/***********************************************/
/* save share tab css */
/***********************************************/
/***********************************************/
#studio3d-tab-4 section {
  margin: 10px 0 20px;
  /* remove after add html class .option-box */
  position: relative;
  margin: 0 0 24px 0;
  padding: 18px;
  border: 1px solid #9b9b9b;
}
#studio3d-tab-4 section::before {
  position: absolute;
  top: -10px;
  left: 12px;
  height: 20px;
  padding: 0 6px;
  background: #dadada;
  color: #4b4b4b;
  font-size: 0.813em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  content: attr(data-title);
}
#studio3d-tab-4 section:nth-of-type(2)::before {
  content: "SAVE 3D MODEL";
}
#studio3d-tab-4 section:nth-of-type(3)::before {
  content: "LOAD";
}
#studio3d-tab-4 #saveDone {
}
#studio3d-tab-4 #saveDone.hidden {
  display: none;
}

#studio3d-tab-4 .header {
  display: none;
  width: 100%;
  /* padding: 0 10px; */
  margin-bottom: 5px;
  /* display: flex; */
  justify-content: space-between;
}
#studio3d-tab-4 .header .title {
  margin: 0;
}
#studio3d-tab-4 #save {
  width: 100%;
}
#studio3d-tab-4 #save .containerSave {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#studio3d-tab-4 #save .containerSave .name {
  /* reset the save button */
  width: calc(100% - 100px);
}
#studio3d-tab-4 #save .containerSave .save {
  margin: 0 10px;
  width: 100px;
  font-weight: 800;
}
/* #asset .asset-3d .checkbox.isEditable = #studio3d-tab-4 .containerEditableBy */
#studio3d-tab-4 .checkbox.isEditable {
  margin-bottom: 20px;
}
#studio3d-tab-4 .checkbox.isEditable label {
  padding: 0;
}
/* ***** */
#studio3d-tab-4 .containerOptions {
  width: 100%;
  height: 45px;
  /* display: none; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

/* #studio3d-tab-4 .containerOptions.show {
    display: flex;
  } */

/* #studio3d-tab-4 .print3d, */
#studio3d-tab-4 .share,
#studio3d-tab-4 .mobile,
#studio3d-tab-4 .worlds {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: 100%;
  color: #4b4b4b;
  font-size: 13px;
  /* letter-spacing: 1px; */
  border: none;
  background-color: #c1c1c1;
  text-decoration: none;
  font-weight: bold;
}
/* #studio3d-tab-4 .print3d:hover, */
#studio3d-tab-4 .share:hover,
#studio3d-tab-4 .mobile:hover,
#studio3d-tab-4 .worlds:hover {
  background-color: #4b4b4b;
  color: white;
}
#studio3d-tab-4 .print3d {
  /* display: none; */
}
/* #studio3d-tab-4 .print3d span, */
#studio3d-tab-4 .share span,
#studio3d-tab-4 .mobile span,
#studio3d-tab-4 .worlds span {
  text-decoration: none;
}

/* #studio3d-tab-4 .print3d span:nth-child(1), */
#studio3d-tab-4 .share span:nth-child(1),
#studio3d-tab-4 .mobile span:nth-child(1),
#studio3d-tab-4 .worlds span:nth-child(1) {
  width: 24px;
  height: 24px;
  margin-right: 3px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#studio3d-tab-4 .share span:nth-child(1) {
  background-image: url("../images/3d/icons/share_24px.svg");
}
/* #studio3d-tab-4 .print3d span:nth-child(1) {
    background-image: url("../images/3d/icons/print3d_24px.svg");
  } */
#studio3d-tab-4 .mobile span:nth-child(1) {
  background-image: url("../images/3d/icons/mobile_24px.svg");
}
#studio3d-tab-4 .worlds span:nth-child(1) {
  background-image: url("../images/3d/icons/world_24px.svg");
}
#studio3d-tab-4 #load {
  width: 100%;
  /* background-color: rgb(37, 37, 37); */
}
#studio3d-tab-4 #load .presets {
  width: 100%;
  float: initial;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;

  background-image: url("../images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: 98%;
}
/* ****************************************************************** */
/* E N D #studio3d-tab-4                                              */
/* ****************************************************************** */

/* ****************************************************************** */
/* S T A R T */
/* ****************************************************************** */
/* POPS general css                                                   */
/* ****************************************************************** */
/* this can go away?? POPS ARE NO LONGER HERE */
#studio3d-tab-4 .pops {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}
#studio3d-tab-4 .pops .content {
  position: relative;
  width: 825px;
  height: 600px;
  background-color: white;
  border-radius: 10px;
  padding: 50px 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#studio3d-tab-4 .pops .content .header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/***********************************************/
/* C O N T A I N E R    P O P S                */
/***********************************************/
.container__pops {
  display: none;
  position: fixed;
  z-index: 1001;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}
.container__pops p,
.container__pops a,
.container__pops input {
  margin: 0;
  padding: 0;
}
/* .container__pops.show{
          display: flex;
          } */
.container__pops .info {
  padding: 0 50px;
}
.container__pops .pops {
  display: flex;
  flex-direction: column;
  width: 826px;
  height: 596px;
}
.container__pops .content {
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}
.container__pops .exit {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
}
.container__pops .exit .close {
  width: 35px;
  height: 35px;
  background-image: url("../images/3d/icons/close_24px.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
/* ++++++++++++++++++++++++++++++++++ */
/*   START specific info for each     */
/* ++++++++++++++++++++++++++++++++++ */
/* ********************************************************* */
/* >> S H A R E >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.container__pops .header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  /* align-items: center; */
}
.title {
  margin: 0;
  color: #3e3e3e;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 36px;
}
.container__pops .header .title {
  margin: 0;
  color: #3e3e3e;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 36px;
  width: 57%;
  /* display: flex;
    align-items: center; */
}
.container__pops .popShare .info {
  width: 100%;
  height: calc(100% - 40px - 50px - 50px);
  /* padding: 0 50px; */
  display: flex;
  flex-direction: column;
}
.container__pops .info .share {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-between;
}
.container__pops .info .share aside {
  width: 48%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container__pops .info .share aside.text {
  width: 35%;
}
.container__pops .info .share aside.settings {
  width: 57%;
}
.container__pops .info .share aside.settings .title {
  font-size: 16px;
  color: #3e3e3e;
}
#asset .asset-3d .container__pops.show .saveLink {
  display: flex;
}
.container__pops .info .share aside.settings .saveLink {
  margin-top: 15px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  background-color: #3e3e3e;
  padding: 0 0 0 10px;
}
.container__pops .info .share aside.settings .saveLink span {
  color: white;
  width: calc(100% - 40px);
}
/* a=copyLink */
.container__pops .info .share aside.settings .saveLink #copyLink {
  width: 35px;
  height: 35px;
  margin: 0;
  background-color: transparent !important;
  background-image: url("../images/3d/icons/copy_24px.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* #shareEmailPara = container2 */
.container__pops .info .share aside.settings #shareEmailPara {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  margin-top: 15px;
}
.container__pops .info .share aside.settings #shareEmailPara input {
  width: calc(100% - 110px);
  height: 100%;
  border: none;
  background-color: #3e3e3e;
  padding: 0 10px;
  color: white;
}
.container__pops
  .info
  .share
  aside.settings
  #shareEmailPara
  input::placeholder {
  color: white;
  opacity: 1;
}
.container__pops
  .info
  .share
  aside.settings
  #shareEmailPara
  input:-ms-input-placeholder,
.container__pops
  .info
  .share
  aside.settings
  #shareEmailPara
  input::-ms-input-placeholder {
  color: white;
}
/* reset */
#main #asset .asset-3d #shareEmailPara a {
  margin: 0;
}
.container__pops .info .share aside.settings #shareEmailPara a {
  width: 105px;
  height: 100%;
  background: black;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ********************************************************* */
/* >> M O B I L E >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.container__pops .popMobile .info {
  height: calc(100% - 40px - 50px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container__pops .popMobile .info .qr {
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container__pops .popMobile .info .qr p {
  background: #f1f1f1;
  width: 219px;
  height: 219px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container__pops .popMobile .info .qr p img {
  width: 100%;
  height: 100%;
}

.container__pops .popMobile .info .text {
  width: 56%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container__pops .popMobile .info .text h2 {
  display: initial;
  margin-bottom: 15px;
}
.container__pops .popMobile .info {
}
/* ********************************************************* */
/* >> A R T W O R K >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.container__pops .popArtworkLoad .info {
  height: calc(100% - 40px - 50px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container__pops .popArtworkLoad .info #artwork-upload {
  width: 100%;
  height: 100%;
  position: relative;
}

.container__pops
  .popArtworkLoad
  .info
  #artwork-upload
  .artwork-dropzone
  .artwork-dropzone-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
}
.container__pops
  .popArtworkLoad
  .info
  #artwork-upload
  .artwork-dropzone
  .artwork-dropzone-center
  p {
  margin: 0px;
  text-align: center !important;
  font-size: 1.5em;
  font-weight: 500;
}

.container__pops
  .popArtworkLoad
  .info
  #artwork-upload
  .artwork-dropzone
  input.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;

  /* debug mode
  width: 100%;
  height: 40px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  margin-top: 60px;
  background: yellow;
  */
}
.container__pops .popArtworkLoad .info #artwork-upload .artwork-dropzone .box {
  display: flex;
  padding: 2em 1em 2em 1em;
}

.container__pops
  .popArtworkLoad
  .info
  #artwork-upload
  .artwork-dropzone
  input.inputfile
  + label {
  width: auto;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  color: #4b4b4b;
  background-color: #c1c1c1;
  border: solid 1px #c1c1c1;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  display: flex;
  justify-content: space-evenly;
  margin: auto;
}
.container__pops
  .popArtworkLoad
  .info
  #artwork-upload
  .artwork-dropzone
  input.inputfile
  + label
  svg {
  margin: 0 10px;
}
.container__pops
  .popArtworkLoad
  .info
  #artwork-upload
  .artwork-dropzone
  #uploadedImage {
  display: none;
}

.container__pops .popArtworkLoad .info #artwork-upload .artwork-dropzone {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 3px dashed #4b4b4b !important;
  border-width: 3px !important;
  box-sizing: content-box;
}
.container__pops .popArtworkLoad .info #artwork-upload .artwork-dropzone.drag {
  border: 3px dashed #c1c1c1 !important;
  background-color: #f2f2f2;
}
.container__pops
  .popArtworkLoad
  .info
  #artwork-upload
  .artwork-dropzone.drag
  .artwork-dropzone-center {
  opacity: 0.6;
}

.container__pops
  .popArtworkLoad
  .info
  #artwork-upload
  .artwork-dropzone
  .dropzone-center
  p {
  color: black;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0;
}
.container__pops
  .popArtworkLoad
  .info
  #artwork-upload
  .artwork-dropzone
  .dropzone-center
  button {
  width: 100%;
  border-radius: 5px;
}
.artwork-dropzone-fullmsg {
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#pdfProgressBar {
  width: 60%;
  border-radius: 5px;
  height: 6px;
  border: solid 1px #4b4b4b;
}
#pdfProgressBar > div {
  height: 6px;
  border-radius: 5px;
  width: 0%;
  background-color: #4b4b4b;
}

.artwork-dropzone-fullmsg span {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  padding: 2rem;
}
#artwork-upload .blinking {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.25;
  }
}
/* >> ARTWORK EDIT MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.artwork-edit-topbar {
  height: 50px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.artwork-edit-topbar button.artwork-edit-topbar__button {
  background: #888;
  color: #fff;
  font-size: 16px;
  padding: 9px 15px;
  border: none;
  font-weight: 500;
  display: flex;
  z-index: 9;
  cursor: pointer;
  line-height: 26px;
}
.artwork-edit-topbar a.artwork-edit-topbar__button {
  background: #888;
  color: #fff;
  font-size: 16px;
  padding: 9px 15px;
  border: none;
  font-weight: 700;
  display: flex;
  z-index: 9;
  cursor: pointer;
  height: auto;
  line-height: 16px;
  border: solid 1px #888;
  text-transform: uppercase;
  margin-right: 6px;
  text-decoration: none;
}
.artwork-edit-topbar a#edit-cancel {
  background: #fff;
  color: #888;
  border: solid 1px #888;
}
.artwork-edit-topbar a#edit-cancel span {
  color: #888;
}

.artwork-edit-topbar button.artwork-edit-topbar__button.inverted {
  background: #fff;
  color: #888888;
  margin-right: 10px;
}
.artwork-edit-topbar a.artwork-edit-topbar__button.button.inverted {
  background: #fff;
  color: #888;
}

.artwork-edit-topbar h2.artwork-edit-topbar__title {
  font-size: 24px;
  color: #888;
  padding: 0 15px;
  margin: 0;
  font-weight: 500;
  align-items: center;
  justify-content: space-around;
  text-transform: uppercase;
}

.artwork-edit-topbar__buttons {
  display: flex;
  align-items: center;
}

#add-more-images svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 2px;
}

#artwork-edit-page-wrapper {
  position: absolute;
  z-index: 999999;
  background-color: #d2d2d2;
  width: 100%;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
}
#artwork-edit-page-wrapper.show {
  display: block;
}
#artwork-edit-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% - 50px);
  top: 50px;

  justify-content: center;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* >> ENDS ARTWORK EDIT MODE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* END specific info for each */
/* ++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++ */
/* START FOOTER */
.container__pops .footer {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
/* ********************************************************** */
/* >> F O O T E R >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* >> S H A R E   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* .container__pops .popShare .footer a.btn */
.container__pops .footer a.btn {
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  background-color: black;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
}
/* ********************************************************** */
/* >> F O O T E R >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* >> M O B I L E >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* .container__pops .popMobile .footer .googlePlay  */
.container__pops .footer .googlePlay {
display:none;
  width: 152px;
  height: 45px;
  margin-right: 15px;

  background-image: url("../images/3d/icons/Google_Play.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* .container__pops .popMobile .footer .googlePlay  */
.container__pops .footer .appStore {
  width: 152px;
  height: 45px;
  margin-left: 15px;

  background-image: url("../images/3d/icons/App_Store.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.artowork3d-block {
  padding: 18px;
  border: solid 1px #9b9b9b;
  margin-bottom: 25px;
  min-height: 210px;
  display: block;
  float: left;
  width: 100%;
}

/* ********************************************************** */
/* >> F O O T E R >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* >> A R T W O R K >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.container__pops .popArtworkLoad .footer a.button {
  background-color: black !important;
  padding: 10px 15px;
  color: white !important;
  width: 50%;
  height: 50px;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 25px;
}
/* ********************************************************** */
/* >> S P E C I A L   C L A S S E S >>>>>>>>>>>>>>>>>>>>>>>>> */
.container__pops.show {
  display: flex;
}
.container__pops .hidden {
  display: none;
}
/* ****************************************************************** */
/* E N D pops                                                         */
/* ****************************************************************** */

/* ********************************************************* */
/* ********************************************************* */
/* >> @ M E D I A >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* ********************************************************* */

/* to be redone */
@media only screen and (max-width: 895px) {
  /* width: 825px;
    height: 600px; */
  .container__pops .pops {
    width: 95%;
    height: 95%;
  }
  .container__pops .content {
  }
  .container__pops .header {
    justify-content: center;
  }
  .container__pops .header .title {
    width: initial;
  }
  .container__pops .popShare .info {
    padding: 0 30px;
  }
  .container__pops .info .share {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .container__pops .info .share aside.text {
    width: 100%;
  }
  .container__pops .info .share aside.settings {
    width: 100%;
  }
  .container__pops .info .share aside.text {
    width: 100%;
  }
  .container__pops .info .share aside.settings {
    width: 100%;
  }
  .container__pops .footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .container__pops .popShare .info {
    padding: 0;
  }
  .container__pops .info .share aside.settings #shareEmailPara {
    flex-direction: column;
    height: 100px;
  }
  .container__pops .info .share aside.settings #shareEmailPara input {
    height: 48%;
    width: 100%;
  }
  .container__pops .info .share aside.settings #shareEmailPara a {
    height: 48%;
  }

  .container__pops .footer a.btn {
    width: 100%;
  }
}
/* ****************************************************************** */
/* css for new save and share tab design                              */
/* ****************************************************************** */
/* ****************************************************************** */
/* E N D */
