@font-face {
  font-family: "Adrenaline-Regular";
  src: url("./fonts/Adrenaline-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Jasmine-Regular";
  src: url("./fonts/Jasmine-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "magdolena-Regular";
  src: url("./fonts/magdolena-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Phaethon-Regular";
  src: url("./fonts/Phaethon-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Selvia-Regular";
  src: url("./fonts/Selvia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "allura-regular";
  src: url("./fonts/allura-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeuewebfont";
  src: url("./fonts/BebasNeuewebfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "steelfishol-webfont";
  src: url("./fonts/steelfishol-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "steelfishrg-webfont";
  src: url("./fonts/steelfishrg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.ctnc {
  display: none !important;
}

.backts {
  display: table;
  cursor: pointer;
  color: #004071;
}

.backts:hover {
  color: #7ccb00;
}

.fixedmodal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  left: 0;
  top: 0;
  display: none;
}

.container {
  display: table;
  max-width: 1280px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.tabbreak {
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
  float: none !important;
}

.sampletext {
  float: right;
  width: calc(100% - 512px);
  box-sizing: border-box;
}

.sampleimg {
  background-image: url("./img/samg.jpg");
  width: 512px;
  height: 512px;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}

@media screen and (max-width: 960px) {
  .sampleimg,
  .sampletext {
    float: none;
    width: 100%;
    max-width: 768px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .sampleimg {
    max-width: 512px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
  .sampleimg,
  .sampletext {
  }
  .sampleimg {
    width: 320px;
    height: 320px;
  }
}

.colsemb {
  margin-bottom: 10px;
}

#atc {
  display: block;
  float: right;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  color: #004071;
  padding: 12px 20px;
  border-radius: 5px;
  margin-top: 20px;
  background-color: #7ccb00;
  background: linear-gradient(to right, #7ccb00 25%, #4dc000);
  border: 0px solid #004071;
  border-top-width: 3px;
  border-top-color: #ee0000;
  color: white;
  box-shadow: 0 1px 2px rgba(0, 64, 113, 0.2);
}

#atc:hover {
  background-color: #7ccb00;
  background: linear-gradient(to right, #7ccb00 25%, #4dc000);
  text-shadow: 0 2px 1px #4dc000;
  color: white;
  border-color: #7ccb00;
  border-top-color: #ee0000;
}

.cswitch {
  position: relative;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: table;
  color: #7a9cb5;
  margin-top: 10px;
}

.cswitch:hover {
  cursor: pointer;
}

.cswitchcirc {
  height: 14px;
  width: 14px;
  background-color: white;
  border-radius: 10px;
  position: relative;
  top: 2px;
  left: 2px;
  transition: left 0.3s ease-out;
}

.cswitch.active .cswitchcirc {
  left: 20px;
}

.loff {
  color: #004071;
}

.cswitch.active .lon {
  color: #004071;
}

.cswitch.active .loff {
  color: #7a9cb5;
}

.cswitch.active .cswitchbase {
  background-color: #7ccb00;
}

.cswitchbase {
  height: 18px;
  width: 36px;
  background-color: #7a9cb5;
  transition: background-color 0.3s ease-out;
  border-radius: 10px;
  float: right;
  margin: 0 5px;
}

.switchlabels {
  float: right;
  transition: color 0.3s ease-out;
}

#headerplace {
  width: 100%;
  height: 75px;
  background-color: #f4f7f9;
  position: relative;
  display: none;
}

#stats {
  position: fixed;
  z-index: 9999999999;
  padding: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
#three canvas {
  height: calc(100vh - 75px);
  width: 100%;
  position: relative;
  background-image: url("img/bg.svg");
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  /*background: linear-gradient(to bottom,#ffffff,#f4f7f9);*/
}
#green {
  width: 128px;
  height: 128px;
  background-color: #007d00;
  position: fixed;
  left: 0;
  top: 0;
}
#controls {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  background-color: white;
  z-index: 998;
}

.caninfo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.customize {
  position: absolute;
  top: 15px;
  right: 30px;
  text-align: right;
  float: right;
  /*color: #6dcff6;*/
  z-index: 1;
  width: 250px;
  transition: opacity 0.5s ease-out;
  box-sizing: border-box;
  visibility: hidden;
}

.irev {
  position: relative;
}

.customize > span {
  font-size: 21px;
  font-weight: bold;
  line-height: 21px;
  color: #004071;
  text-transform: uppercase;
  text-align: right;
}

.prodname {
  color: white;
  padding: 15px 20px 0px 30px;
  line-height: 24px;
  font-size: 18px;
  color: #dd0000;
}

.hrw {
  width: calc(100% - 60px);
  margin-left: 30px;
  height: 1px;
  background-color: #6dcff6;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.label {
  color: #004071;
  width: 100%;
  line-height: 12px;
  font-weight: bold;
  font-size: 12px;
  display: none;
  position: relative;
}
.label:hover {
  cursor: pointer;
}

.active .label::after {
  transform: rotate(180deg);
}
.sublabel {
  font-weight: 500;
  font-size: 13px;
  color: #444;
  line-height: 24px;
  text-transform: uppercase;
}

.subhead {
  font-size: 11px;
  color: rgba(0, 64, 113, 0.75);
  line-height: 11px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: none;
}

.controls {
  box-sizing: border-box;
}

#cpanc1 {
  display: block;
}

.threaded .floatr {
  display: none;
}

.threaded .floatr:first-child {
  display: block;
}

.colbox {
  width: 24px;
  height: 24px;
  display: inline-flex;
  box-sizing: border-box;
  position: relative;
  border-radius: 0px;
  margin-right: 0px;
  margin: 2px;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.1s ease-out;
  top: 0;
}

.colbox:first-child {
}

.colbox:last-child {
}

.colbox:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.colselgrid {
  display: grid;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  grid-row-gap: 15px;
  grid-column-gap: 20px;
  margin: 10px 0 20px 0;
}

.colselgrid .active {
  color: #7ccb00;
}

.colselgrid > div:hover {
  cursor: pointer;
  color: #7ccb00;
}

.typeradio {
  width: 18px;
  height: 18px;
  background: #fff;
  display: inline-block;
  box-shadow: 1px 1px 8px rgba(0, 64, 113, 0.25);
  border-radius: 20px;
  vertical-align: text-top;
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.colgrp {
  display: none;
}

.colgrp.active {
  display: block;
}

.colselgrid .active .typeradio::before {
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  background: #7ccb00;
  border-radius: 10px;
  display: block;
  position: absolute;
  content: "";
}

.colbox.active {
  z-index: 1;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.colbox.active::after {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  box-sizing: border-box;
  border: 1px solid white;
  display: block;
  content: " ";
  top: 2px;
  left: 2px;
  background-image: url("./img/colselected.svg");
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
}

.colbox2 {
  width: 18px;
  height: 18px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 15px;
  margin-right: 4px;
}

.colbox2:hover {
  cursor: pointer;
  box-shadow: 0 1px 10px #ccc;
}

.colbox2.active {
}

.colbox2.active::after {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 18px;
  height: 18px;
  border-radius: 12px;
  display: block;
  border: 2px solid greenyellow;
  content: " ";
  box-shadow: 0px 0px 9px green;
}
.vspacer20 {
  width: 100%;
  height: 20px;
}

.vspacer10 {
  width: 100%;
  height: 10px;
}

#gnow {
  display: table;
  float: right;
}
.cuszone {
  margin-top: 0px;
  margin-bottom: 15px;
  display: table;
  width: 100%;
}

#gimg {
  width: 48px;
  height: 48px;
  background-color: #eee;
  float: right;
  background-size: 48px 48px;
  border-radius: 0 5px 5px 0;
  position: relative;
  border: 1px solid #7ccb00;
  border-left: none;
  z-index: 1;
}

#selectiontype {
  font-size: 12px;
  color: #ee0000;
}

.selectiontype {
  display: inline-block;
  padding-top: 15px;
}

#gimg:hover {
  cursor: pointer;
}

#gsteps {
  float: right;
  box-sizing: border-box;
  position: relative;
}

#gname {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 8px;
  padding-left: 0px;
  color: #004071;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  #gimg {
    width: 64px;
    height: 64px;
    background-size: 64px 64px;
  }

  #gname {
    margin-top: 0px;
  }
}

#gname:hover {
  cursor: pointer;
}

#gnext,
#gprev {
  display: block;
  float: right;
  font-size: 13px;
  line-height: 16px;

  font-weight: 500;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}

#gnext {
  padding: 7px 10px 7px 10px;
  border-radius: 0 5px 5px 0;
  background-color: #7ccb00;
  background: linear-gradient(to right, #7ccb00 25%, #4dc000);
  color: #fff;
}

#gprev {
  color: #adc3d3;
  border-radius: 5px 0 0 5px;
  border: 1px solid #adc3d3;
  border-right: none;
  box-sizing: border-box;
  padding: 7px 10px 7px 10px;
  line-height: 14px;
  background-color: rgba(255, 255, 255, 0.25);
}

#gprev.active {
  color: #00458c;
  border-color: #6dcff6;
  background-color: rgba(255, 255, 255, 0.5);
}

#gprev.active:hover {
  background-color: #00458c;
  color: #fff;
  cursor: pointer;
}

#gnext:hover {
  color: #ffffff;
  background-color: #7ccb00;
  background: linear-gradient(to right, #7ccb00 25%, #4dc000);
  text-shadow: 0 2px 1px #4dc000;
  cursor: pointer;
}

.clabel {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  background-color: white;
  padding: 10px;
  border: 1px solid #eee;
  border-bottom: none;
}

#guide {
  color: white;
  box-sizing: border-box;
  padding: 10px 0 0 0;
  position: relative;
  z-index: 1;
}

.arrd {
  width: 24px;
  height: 64px;
  vertical-align: top;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 7px;
  background-color: #7ccb00;
  background: linear-gradient(to bottom, #7ccb00 25%, #4dc000);
  border-radius: 5px 0 0 5px;
  padding-right: 2px;
}

#gnow:hover .arrd {
  background-color: #7ccb00;
}

#gnow:hover #gimg {
  border-color: #7ccb00;
}

.arrd svg {
  width: 16px;
  height: 16px;
  margin: 24px 4px;
}

@media screen and (max-width: 1279px) {
  .arrd {
    height: 48px;
  }
  .arrd svg {
    width: 16px;
    height: 16px;
    margin: 16px 4px;
  }
  .selectiontype {
    padding-top: 8px;
  }
}

.arrd:hover svg path {
}

#cselector {
  position: fixed;
  right: -400px;
  top: 0;
  width: 400px;
  height: 100%;
  background-color: rgba(10, 70, 140, 0.95);
  z-index: 999999;
  box-sizing: border-box;
  padding: 20px;
  transition: all 0.3s ease-out;
  transition-timing-function: cubic-bezier(0.16, 0.79, 0.62, 0.99);
}

#cselector.active {
  right: 0;
}

#ilselector {
  position: fixed;
  right: -400px;
  top: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background-color: rgba(10, 69, 140, 0.9);
  background: linear-gradient(
    to right,
    rgba(10, 69, 140, 0.9),
    rgba(10, 69, 140, 1)
  );
  z-index: 99999;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.3s ease-out;
  transition-timing-function: cubic-bezier(0.16, 0.79, 0.62, 0.99);
  padding-top: 20px;
  overflow-y: scroll;
}

#ilselector.active {
  right: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

#fselector {
  position: fixed;
  right: -400px;
  top: 0;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background-color: rgba(10, 69, 140, 0.9);
  background: linear-gradient(
    to right,
    rgba(10, 69, 140, 0.9),
    rgba(10, 69, 140, 1)
  );
  z-index: 99999;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.3s ease-out;
  transition-timing-function: cubic-bezier(0.16, 0.79, 0.62, 0.99);
  padding-top: 20px;
}

#fselector.active {
  right: 0;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.ilclose,
.cclose,
.qsclose,
.fsclose {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 12px;
  color: #fff;
  display: table;
  margin-left: auto;
  padding: 9px;
  padding-right: 39px;
}

.fsamp {
  color: white;
  font-size: 21px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #6dcff6;
  float: left;
  width: calc(50% - 7px);
  margin-bottom: 14px;
}

.fsamp:nth-child(odd) {
  margin-right: 14px;
}

.fsamp:hover {
  background: linear-gradient(to right, #7ccb00 25%, #4dc000);
  border-color: #7ccb00;
  cursor: pointer;
}

.ilclose:after,
.cclose:after,
.qsclose:after,
.fsclose:after {
  width: 30px;
  height: 30px;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("./img/closebut.svg");
}

.ilclose:hover,
.cclose:hover,
.qsclose:hover,
.fsclose:hover {
  cursor: pointer;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
.chead {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #004071;
  clear: both;
  margin-top: 15px;
  background-color: white;
  padding: 7px 10px;
  border-radius: 5px;
  display: table;
  letter-spacing: -1px;
  margin-bottom: 5px;
  z-index: 1;
}

.chead span {
  color: #ee0000;
  font-weight: 500;
}

.chead::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  margin-top: -15px;
  left: 0;
  height: 12px;
  z-index: -1;
  opacity: 0.5;
  background-image: url("./img/bgpatt.gif");
}

.cdets {
  display: none;
}
.sitems {
  width: calc(25% - 6px);
  box-sizing: border-box;
  display: table;
  float: left;
  margin-top: 10px;
}

.sitems:hover {
  cursor: pointer;
}

.sitems:hover .simg {
  box-shadow: 0 0 0px 2px #6dcff6;
}

.sil {
}

.sim {
  margin-left: 8px;
}

.simg {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background-position: center;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 5px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}

.simg.active {
  box-shadow: 0 0 0px 4px #7ccb00 !important;
}

.simggre0 {
  background-image: url("img/gre/thumbs/st1.jpg");
}
.simggre1 {
  background-image: url("img/gre/thumbs/st2.jpg");
}
.simggre2 {
  background-image: url("img/gre/thumbs/st3.jpg");
}
.simggre3 {
  background-image: url("img/gre/thumbs/st4.jpg");
}
.simggre4 {
  background-image: url("img/gre/thumbs/st5.jpg");
}
.simggre5 {
  background-image: url("img/gre/thumbs/st6.jpg");
}
.simggre6 {
  background-image: url("img/gre/thumbs/st7.jpg");
}
.simggre7 {
  background-image: url("img/gre/thumbs/st8.jpg");
}
.simggre8 {
  background-image: url("img/gre/thumbs/st9.jpg");
}
.simggre9 {
  background-image: url("img/gre/thumbs/st10.jpg");
}
.simggre10 {
  background-image: url("img/gre/thumbs/st11.jpg");
}
.simggre11 {
  background-image: url("img/gre/thumbs/st12.jpg");
}
.simggre12 {
  background-image: url("img/gre/thumbs/st13.jpg");
}
.simggre13 {
  background-image: url("img/gre/thumbs/st14.jpg");
}
.simggre14 {
  background-image: url("img/gre/thumbs/st15.jpg");
}
.simggre15 {
  background-image: url("img/gre/thumbs/st16.jpg");
}

.simggsx0 {
  background-image: url("img/gsx/thumbs/st1.jpg");
}
.simggsx1 {
  background-image: url("img/gsx/thumbs/st2.jpg");
}
.simggsx2 {
  background-image: url("img/gsx/thumbs/st3.jpg");
}
.simggsx3 {
  background-image: url("img/gsx/thumbs/st4.jpg");
}
.simggsx4 {
  background-image: url("img/gsx/thumbs/st5.jpg");
}
.simggsx5 {
  background-image: url("img/gsx/thumbs/st6.jpg");
}
.simggsx6 {
  background-image: url("img/gsx/thumbs/st7.jpg");
}
.simggsx7 {
  background-image: url("img/gsx/thumbs/st8.jpg");
}
.simggsx8 {
  background-image: url("img/gsx/thumbs/st9.jpg");
}
.simggsx9 {
  background-image: url("img/gsx/thumbs/st10.jpg");
}
.simggsx10 {
  background-image: url("img/gsx/thumbs/st11.jpg");
}
.simggsx11 {
  background-image: url("img/gsx/thumbs/st12.jpg");
}
.simggsx12 {
  background-image: url("img/gsx/thumbs/st13.jpg");
}
.simggsx13 {
  background-image: url("img/gsx/thumbs/st14.jpg");
}
.simggsx14 {
  background-image: url("img/gsx/thumbs/st15.jpg");
}
.simggsx15 {
  background-image: url("img/gsx/thumbs/st16.jpg");
}

.simgbone0 {
  background-image: url("img/bone/thumbs/st1.jpg");
}
.simgbone1 {
  background-image: url("img/bone/thumbs/st2.jpg");
}
.simgbone2 {
  background-image: url("img/bone/thumbs/st3.jpg");
}
.simgbone3 {
  background-image: url("img/bone/thumbs/st4.jpg");
}
.simgbone4 {
  background-image: url("img/bone/thumbs/st5.jpg");
}
.simgbone5 {
  background-image: url("img/bone/thumbs/st6.jpg");
}
.simgbone6 {
  background-image: url("img/bone/thumbs/st7.jpg");
}
.simgbone7 {
  background-image: url("img/bone/thumbs/st8.jpg");
}
.simgbone8 {
  background-image: url("img/bone/thumbs/st9.jpg");
}

.simgghp0 {
  background-image: url("img/ghp/thumbs/st1.jpg");
}
.simgghp1 {
  background-image: url("img/ghp/thumbs/st2.jpg");
}
.simgghp2 {
  background-image: url("img/ghp/thumbs/st3.jpg");
}
.simgghp3 {
  background-image: url("img/ghp/thumbs/st4.jpg");
}
.simgghp4 {
  background-image: url("img/ghp/thumbs/st5.jpg");
}
.simgghp5 {
  background-image: url("img/ghp/thumbs/st6.jpg");
}
.simgghp6 {
  background-image: url("img/ghp/thumbs/st7.jpg");
}
.simgghp7 {
  background-image: url("img/ghp/thumbs/st8.jpg");
}
.simgghp8 {
  background-image: url("img/ghp/thumbs/st9.jpg");
}
.simgghp9 {
  background-image: url("img/ghp/thumbs/st10.jpg");
}
.simgghp10 {
  background-image: url("img/ghp/thumbs/st11.jpg");
}
.simgghp11 {
  background-image: url("img/ghp/thumbs/st12.jpg");
}
.simgghp12 {
  background-image: url("img/ghp/thumbs/st13.jpg");
}
.simgghp13 {
  background-image: url("img/ghp/thumbs/st14.jpg");
}
.simgghp14 {
  background-image: url("img/ghp/thumbs/st15.jpg");
}

.simghone0 {
  background-image: url("img/hone/thumbs/st1.jpg");
}
.simghone1 {
  background-image: url("img/hone/thumbs/st2.jpg");
}
.simghone2 {
  background-image: url("img/hone/thumbs/st3.jpg");
}
.simghone3 {
  background-image: url("img/hone/thumbs/st4.jpg");
}
.simghone4 {
  background-image: url("img/hone/thumbs/st5.jpg");
}
.simghone5 {
  background-image: url("img/hone/thumbs/st6.jpg");
}
.simghone6 {
  background-image: url("img/hone/thumbs/st7.jpg");
}
.simghone7 {
  background-image: url("img/hone/thumbs/st8.jpg");
}
.simghone8 {
  background-image: url("img/hone/thumbs/st9.jpg");
}
.simghone9 {
  background-image: url("img/hone/thumbs/st10.jpg");
}
.simghone10 {
  background-image: url("img/hone/thumbs/st11.jpg");
}
.simghone11 {
  background-image: url("img/hone/thumbs/st12.jpg");
}
.simghone12 {
  background-image: url("img/hone/thumbs/st13.jpg");
}

.simghgx0 {background-image: url("img/hgx/thumbs/st1.jpg")}
.simghgx1 {background-image: url("img/hgx/thumbs/st2.jpg")}
.simghgx2 {background-image: url("img/hgx/thumbs/st3.jpg")}
.simghgx3 {background-image: url("img/hgx/thumbs/st4.jpg")}
.simghgx4 {background-image: url("img/hgx/thumbs/st5.jpg")}
.simghgx5 {background-image: url("img/hgx/thumbs/st6.jpg")}
.simghgx6 {background-image: url("img/hgx/thumbs/st7.jpg")}
.simghgx7 {background-image: url("img/hgx/thumbs/st8.jpg")}
.simghgx8 {background-image: url("img/hgx/thumbs/st9.jpg")}
.simghgx9 {background-image: url("img/hgx/thumbs/st10.jpg")}
.simghgx10 {background-image: url("img/hgx/thumbs/st11.jpg")}
.simghgx11 {background-image: url("img/hgx/thumbs/st12.jpg")}
.simghgx12 {background-image: url("img/hgx/thumbs/st13.jpg")}
.simghgx13 {background-image: url("img/hgx/thumbs/st12.jpg")}
.simghgx14 {background-image: url("img/hgx/thumbs/st11.jpg")}

.slabel {
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  margin-top: 5px;
  padding: 5px;
  font-weight: 400;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.slabel.active {
  color: #7ccb00;
  font-weight: 500;
}

#colplain,
#colmet,
#colemb {
  display: none;
}

.cfoot {
  bottom: 0;
  left: 30px;
  position: absolute;
  padding-bottom: 30px;
  max-width: 250px;
  width: calc(100% - 60px);
  font-size: 11px;
  color: #004071;
  opacity: 0.5;
  text-align: left;
  z-index: 1;
  visibility: hidden;
}

.cfoot div {
  position: relative;
}

#hinsig {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 192px;
}

.psubcont {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.psubcont:first-child {
  width: 95px;
}

.psubcont:nth-child(2) {
  width: calc(100% - 155px);
  text-align: center;
}

.psubcont:nth-child(3) {
  width: 60px;
}

.mainpriceico {
  width: 24px;
  height: 24px;
  background-color: #6dcff6;
  color: white;
  line-height: 24px !important;
  text-align: center;
  border-radius: 5px;
  font-size: 10px;
}

.cprice {
  color: #00458c;
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: right;
  z-index: 1;
  font-size: 14px;
  width: 220px;
  visibility: hidden;
}

.cprice > div {
  width: 100%;
  display: table;
}

.cpricet {
  font-size: 32px;
  line-height: 28px;
  letter-spacing: -2px;
}

@media screen and (max-width: 1024px) {
}

.selsize {
  display: table;
  margin-left: 30px;
}

.squant:hover {
  font-weight: 500;
  cursor: pointer;
}

.gtype {
  -webkit-appearance: none;
  padding-right: 28px !important;
}

.infsel {
  display: inherit;
  position: relative;
}

.infsel::before {
  width: 32px;
  height: 32px;
  display: none;
  content: "";
  background-image: url("./img/arrdn.svg");
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

#three {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  min-height: 580px;
  background-size: cover;
  line-height: initial;
  background-position: top center;
  background: #f4f7f9;
}
#threec {
  width: 100%;
  text-align: center;
}

#threec canvas {
  z-index: 1;
  transition: opacity 0.5s ease-out;
  opacity: 1;
}

#threec.hideit canvas {
  opacity: 0;
}

#editbut {
  display: none;
}
#loading {
  position: absolute;
  z-index: 10;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  top: calc(50% + 23px);
  color: #004071;
  width: 100%;
}

#loadinglogo {
  position: absolute;
  top: calc(50% - 57px);
  z-index: 10;
  left: calc(50% - 120px);
  background-image: url("./img/llogog.png");
  width: 240px;
  height: 74px;
  background-size: 240px 74px;
}

#llogor {
  position: relative;
  z-index: 10;
  background-image: url("./img/llogor.png");
  width: 0px;
  height: 74px;
  background-size: 240px 74px;
  transition: width 0.3s ease-out;
}

.cuscanvas {
}

/*----------------------------------------------------------------------------- Logo - Overlay */
.overlaygroup {
  border-radius: 5px;
  box-sizing: border-box;
  display: none;
  width: 100%;
}

.overlaygroup select.layout {
  font-family: inherit;
  font-size: 12px;
  line-height: 12px;
  padding: 7px;
  border-radius: 3px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-color: white;
  height: 32px;
}

.overlaygroup select.layout:hover {
  border-color: #7ccb00;
}

.overlaygroup .sublabels {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  padding-bottom: 5px;
}

.ogoptions {
  display: table;
  width: 100%;
}

.ogopt {
  float: left;
  width: 25%;
  height: 60px;
  background-color: white;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #f8f8f8;
  position: relative;
  background-size: cover;
  background-position: center;
}

.opt00 {
  background-image: url("./img/t2.jpg");
}

.opt01 {
  background-image: url("./img/t3.jpg");
}

.opt02 {
  background-image: url("./img/t4.jpg");
}

.opt03 {
  background-image: url("./img/t5.jpg");
}

.opt04 {
  background-image: url("./img/t6.jpg");
}

.ogopt:hover {
  border-color: #ddd;
  cursor: pointer;
}

.ogopt.active {
  border: 1px solid #7ccb00 !important;
  z-index: 1;
}

.oversel {
  display: table;
  width: 100%;
}

.osseg {
  float: left;
  width: 33.33%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  box-sizing: border-box;
  padding: 5px;
  color: #999;
  user-select: none;
}

.osseg:hover {
  cursor: pointer;
}

.osseg.active {
  border-bottom: 3px solid #7ccb00;
  color: #222;
}
.osseg.active.off {
  border-bottom: 0;
  background-color: #7ccb00;
  color: white;
  border-radius: 3px;
  box-shadow: 0 0 5px #7ccb00;
}

.ogsub {
  display: table;
}

.fcustype {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}

.custypec {
  display: table;
  margin-top: 10px;
  float: right;
}

.custypelab {
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  margin-bottom: 5px;
  float: left;
  line-height: 32px;
  margin-right: 7px;
  margin-left: 14px;
  color: #004071;
}

.custype {
  display: table;
  border-radius: 5px;
  border: none;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 14px;
  font-family: inherit;
  float: right;
  background-color: white;
  height: 32px;
}

.custype:hover {
  border-color: #7ccb00;
}

.cusimage {
  display: block;
  position: relative;
  float: right;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 15px;
  font-weight: 500;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  color: #00458c;
  border: 1px solid #6dcff6;
  text-align: center;
}

.librarybut {
  margin-right: 7px;
}

.imgname {
  display: none;
  float: right;
  font-size: 11px;
  margin-top: 5px;
  clear: both;
  color: #004071;
  padding-right: 7px;
}

.imgname span {
  font-weight: 500;
}

.cusimage:hover {
  background-color: #7ccb00;
  border-color: #7ccb00;
  color: white;
  box-shadow: 0 0 5px #7ccb00;
}

.cusimage:active {
  background-color: #007d00;
}

.minicontrols {
  display: table;
  width: 100%;
}

.mcitem {
  float: right;
}

.mimove {
  clear: both;
}

.mchead {
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  margin-bottom: 5px;
  float: left;
  line-height: 32px;
  margin-right: 7px;
  margin-left: 14px;
  color: #004071;
}

.mccontrol {
  width: 32px;
  height: 32px;
  background-color: #fff;
  float: left;
  border-right: 1px solid #e2e7f2;
  box-sizing: border-box;
  line-height: 32px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  user-select: none;
  position: relative;
  color: #6dcff6;
}

.mccontrol i {
  line-height: 32px;
}

.mccontrol.right {
  border-right: none;
  border-radius: 0 20px 20px 0;
  padding-right: 3px;
  width: 35px;
}

.mccontrol.left {
  border-radius: 20px 0 0 20px;
  padding-left: 3px;
  width: 35px;
}

.mccontrol:hover {
  background-color: #7ccb00;
  border-color: #7ccb00;
  cursor: pointer;
  color: white;
  box-shadow: 0 0 5px #7ccb00;
  z-index: 1;
}

.mccontrol:active {
  background-color: #007d00;
}

.margleft {
  margin-left: 10px;
}

.fsbig {
  font-size: 16px;
}

.fsmed {
  font-size: 13px;
}

.embroidery {
  display: none;
  margin-top: 10px;
}

.colors {
  display: table;
  float: right;
  clear: both;
  width: 100%;
}

.floatr {
}

.vdiv {
  width: 1px;
  height: 12px;
  margin-top: 28px;
  float: left;
  margin-left: 5px;
  margin-right: 10px;
  background-color: #999;
  display: none;
}

.cuscanvas {
}
.embcols {
  display: table;
  width: 100%;
}

.embu {
  margin-right: 7px;
}

#orderprep {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  box-sizing: border-box;
  padding: 30px;
  max-height: 100%;
  overflow-x: hidden;
  width: 100%;
  background-size: cover;
  transform-origin: bottom right;
  transition: all 0.5s ease-out;
  color: white;
  display: none;
  overflow-y: scroll;
}

#rimages {
  display: table;
  width: 100%;
  background-color: #ffffff;
  padding-top: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  filter: drop-shadow(0 1px 2px rgba(0, 64, 113, 0.2));
}

.rilogo {
  background-image: url("./img/logo.svg");
  width: 192px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.rihead {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-style: italic;
  line-height: 50px;
  padding: 0 0;
  margin-top: 30px;
  letter-spacing: -1px;
  color: white;
  background-color: #004071;
  border-radius: 5px;
  margin-bottom: 20px;
}

.rihead::before {
  width: 80px;
  height: 50px;
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: 0px;
  background-image: url(./img/hinsig.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 1px 2px rgba(0, 64, 113, 0.2));
}

.rihead span {
  color: #ee0000;
  font-weight: 500;
}

#orderprepbg {
  z-index: 99998;
  position: fixed;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  user-select: none;
  background-image: url("./img/sbg.jpg");
  background-size: cover;
}

#three div,
#three span {
  user-select: none;
}

#orderprepbg.active {
  opacity: 1;
  height: 100%;
}

#orderprep.active {
  height: auto;
  display: block;
}

.canpics {
  width: 100%;
  max-width: 300px;
  image-rendering: -webkit-optimize-contrast;
}

.cimgcont {
  width: 25%;
  float: left;
  position: relative;
  text-align: -webkit-center;
}

.imgload {
  width: 24px;
  height: 24px;
  background-image: url("./img/imgload.png");
  background-size: 24px 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  position: absolute;
  animation: butload 1s infinite;
}

.imgloaded .imgload {
  display: none;
}

.rdets {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
}

.rdets.one {
  padding-right: 20px;
}

.rdets.two {
  padding-left: 10px;
  padding-right: 10px;
}

.rdets.three {
  padding-left: 20px;
}

.rsubhead {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 50px;
  padding: 0 25px 0 85px;
  border-radius: 5px;
  background-color: #004071;
  margin-bottom: 5px;
  position: relative;
}

.rsubhead::before {
  width: 80px;
  height: 50px;
  display: block;
  content: "";
  position: absolute;
  left: -1px;
  top: 0px;
  background-image: url(./img/hinsig.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 1px 2px rgba(0, 64, 113, 0.2));
}

.rsubhead span {
  font-weight: 500;
}

.redetsrow {
  width: 100%;
  box-sizing: border-box;
  display: table;
  font-size: 13px;
  color: #004071;
  line-height: 21px;
}

.redetsrow:nth-child(odd) {
  opacity: 0.75;
}

.redetsrow4 {
  width: 100%;
  box-sizing: border-box;
  display: table;
  font-size: 13px;
  color: #004071;
  line-height: 21px;
}

.redetsrow4:nth-child(odd) {
  opacity: 0.75;
}

.rdrh {
  font-weight: 400;
  padding: 5px 0 3px 0px;
  font-size: 15px;
  color: #fff;
}

.rdrh > div > div {
  display: table;
  background-color: #7ccb00;
  border-radius: 5px;
  font-size: 11px;
  line-height: 11px;
  padding: 4px 7px;
}

.redetsrow > div {
  float: left;
  width: 33.3%;
  text-transform: capitalize;
  width: 30%;
}

.redetsrow > div:first-child {
  width: 40%;
}

.redetsrow4 > div {
  float: left;
  text-transform: capitalize;
  width: 20%;
}

.redetsrow4 > div:first-child {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .cimgcont {
    width: 50%;
  }
  #loading {
    top: calc(50vh);
  }
  #loadinglogo {
    top: calc(50vh - 65px);
  }
}

.obutc {
  float: right;
  width: 30%;
}

.obuts {
  display: block;
  float: right;
  clear: both;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  background-color: #7ccb00;
  background: linear-gradient(to right, #7ccb00 25%, #4dc000);
  text-shadow: 0 2px 1px #4dc000;
  padding: 12px 20px;
  border-radius: 5px;
  color: white;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  text-align: center;
}

.obuts:hover {
  background: #47b000;
}

.obuts.bpause {
  color: rgba(255, 255, 255, 0.5) !important;
  pointer-events: none;
}

.obuts.bpause .butload {
  display: block;
}

.butload {
  width: 24px;
  height: 24px;
  background-image: url("./img/butload.png");
  background-size: 24px 24px;
  top: 7px;
  left: calc(50% - 12px);
  display: none;
  position: absolute;
  animation: butload 1s infinite;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

@keyframes butload {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.cancel {
  color: white;
  background: initial;
  background-color: tomato;
  text-shadow: initial;
}

.cancel:hover {
  background: #f97b31;
  text-shadow: 0 2px 1px #ff8a00;
  color: white;
}

.rprices {
  color: #004071;
  width: 100%;
}

.rprices > div {
  display: table;
  clear: both;
  width: 100%;
}

.calcrev {
  position: relative;
}

.revlogo {
  position: relative;
}

#jaxup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  box-sizing: border-box;
  padding: 30px;
  overflow-y: scroll;
}

.jaxing {
  position: relative;
}

.jaxloadcont {
  width: 100%;
  height: 24px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 64, 113, 0.2);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.jaxloadp {
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #7ccb00;
  border-radius: 5px;
  transition: width 0.2s ease-out;
}

.jaxcont {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  top: calc(50% - 59px);
}

.jaxhead {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
  color: #004071;
  text-align: center;
  letter-spacing: -1px;
}

.jaxhead span {
  color: #cc0000;
}

.jaxloading {
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
  padding-left: 34px;
  font-weight: 500;
  color: #004071;
  margin-top: 20px;
  margin-bottom: 20px;
}

.jaxloading::after {
  width: 24px;
  height: 24px;
  background-image: url("./img/imgload.png");
  background-size: 24px 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  position: absolute;
  animation: butload 1s infinite;
  display: block;
  content: "";
  left: 0;
}

.jaxnote {
  text-align: center;
  color: #004071;
  margin-top: 20px;
}
.butedit {
  float: right;
  font-size: 11px;
  line-height: 11px;
  color: #004071;
  padding: 5px 7px;
  border-radius: 5px;
  margin-left: 10px;
  border: 1px solid #7ccb00;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  box-sizing: border-box;
}

.butedit:hover {
  background-color: #7ccb00;
  background: linear-gradient(to right, #7ccb00, #47b000);
  color: white;
  cursor: pointer;
}

.adddn {
  float: right;
  font-size: 11px;
  line-height: 11px;
  color: #004071;
  padding: 5px 7px;
  border-radius: 5px;
  border: 1px solid #7ccb00;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.upmodal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 15, 31, 0.9);
  top: 0;
  left: 0;
  z-index: 999999999999999999999999999999;
  display: none;
  overflow-y: auto;
}

.upmc {
  padding: 30px;
  box-sizing: border-box;
  max-width: 600px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.upmchead {
  margin: 0 auto;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 100px;
  background: #dd0000;
  border-radius: 5px 5px 0 0;
  max-width: 450px;
  width: 100%;
  position: relative;
}

.upmcsubhead {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #6dcff6;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: center;
}

.upmcimg {
  width: 100%;
  max-width: 450px;
  height: 300px;
  background: #eeeeee;
  box-sizing: border-box;
  position: relative;
  margin: 15px auto;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.upg1 {
  background-size: cover;
  background-image: url("img/upg1.jpg");
}

.upg2 {
  background-size: cover;
  background-image: url("img/upg2.jpg");
}

.upg3 {
  background-size: cover;
  background-image: url("img/upg3.jpg");
}

.upg4 {
  background-size: cover;
  background-image: url("img/upg4.jpg");
}

.upmctxt {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  color: #fff;
}

.upmctxt a {
  color: #ffffff;
  text-decoration: underline;
}

.upmccont {
  display: table;
  width: 256px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
}

.upmcbut {
  float: left;
  line-height: 32px;
  width: 64px;
  text-align: center;
  background: linear-gradient(to right, #7ccb00 25%, #4dc000);
  font-weight: 400;
  color: white;
  user-select: none;
}

.upmcbut:hover {
  cursor: pointer;
}

.upmcpaginate {
  background: #4dc000;
  float: left;
}

.upmcbut:first-child {
  border-radius: 5px 0 0 5px;
}

.upmcbut:last-child {
  border-radius: 0 5px 5px 0;
}

.upmcpage {
  float: left;
  line-height: 30px;
  width: 32px;
  text-align: center;
  background: white;
  border-top: 1px solid #4dc000;
  border-bottom: 1px solid #4dc000;
  box-sizing: border-box;
  color: #999;
}

.upmcpage:first-child {
  border-radius: 5px 0 0 5px;
}

.upmcpage:last-child {
  border-radius: 0 5px 5px 0;
}

.upmcpage.active {
  background: #f4f7f9;
  font-weight: 500;
  color: #004071;
}

.upmcclose {
  background: linear-gradient(to right, #7ccb00 25%, #4dc000);
  color: white;
  line-height: 32px;
  display: table;
  padding: 0 32px;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
  margin-top: 15px;
  width: 256px;
  text-align: center;
}

.upmcclose:hover {
  cursor: pointer;
}

.upmcpclose {
  text-align: center;
  color: #7ccb00;
  text-decoration: underline;
  margin-top: 10px;
}

.upmcpclose:hover {
  cursor: pointer;
}

.upip {
  display: none;
}

.upip1 {
  display: block;
}

@media screen and (max-width: 1023px) {
  .adddn {
    float: left;
  }
}

.adddn:hover {
  background-color: #7ccb00;
  background: linear-gradient(to right, #7ccb00, #47b000);
  color: white;
  cursor: pointer;
}

#quantsel {
  position: fixed;
  right: -400px;
  top: 0;
  width: 400px;
  height: 100%;
  background-color: rgba(10, 69, 140, 0.9);
  background: rgba(10, 69, 140, 0.95);
  z-index: 99999;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  transition-timing-function: cubic-bezier(0.16, 0.79, 0.62, 0.99);
  padding: 20px;
}

#quantsel.active {
  right: 0;
}

#quantsel th,
#quantsel td {
  padding: 0;
  margin: 0;
  background: initial;
  background-color: initial;
  color: white;
  border-radius: 0;
  padding: 5px 0;
  border: 0;
}

#quanntsel table {
  border-collapse: collapse;
  border-spacing: 0px;
}

#quantsel th {
  border-bottom: 2px solid #ee0000;
}

#quantsel td {
  border-top: 1px solid rgba(109, 207, 246, 0.3);
  line-height: 30px;
}

#quantsel th:last-child,
#quantsel td:last-child {
  width: 95px;
  text-align: right;
}

#quantsel .addbut {
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #7ccb00;
  border-radius: 5px;
  padding: 0 7px;
  font-size: 12px;
  color: white;
  display: table;
  float: right;
  font-weight: 500;
}

#quantsel .addbut:hover,
.donebut:hover {
  background: linear-gradient(to right, #7ccb00, #4dc000);
  cursor: pointer;
}
table {
  margin: 0;
}

.donebut {
  line-height: 32px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 9px;
  font-size: 14px;
  color: white;
  font-weight: 500;
  display: block !important;
  text-align: center;
  margin-top: 10px;
  background: linear-gradient(to right, #7ccb00, #4dc000);
}

.donebut::after {
  display: none !important;
}

#quantsel td:last-child {
  font-size: 14px;
  line-height: 30px;
  text-align: right;
  color: #ee0000;
}

#quantsel .quantt td {
  border-top: 1px solid white;
  color: white;
}

.nobord td {
}

.closebg {
  background-color: white;
  border-radius: 15px;
  border: 1px solid white;
  box-sizing: border-box;
}

.remquant {
  width: 30px;
  box-sizing: border-box;
  height: 30px;
  background-image: url("./img/closebut.svg");
  background-size: 18px 18px;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.remquant:hover {
  cursor: pointer;
}

.multiply {
  width: 10px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOS4yNCA5LjI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjI0IDkuMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojNkRDRkY2O308L3N0eWxlPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOS4yNCwxLjQxIDcuODIsMCA0LjYyLDMuMiAxLjQxLDAgMCwxLjQxIDMuMiw0LjYyIDAsNy44MiAxLjQxLDkuMjQgNC42Miw2LjAzIDcuODIsOS4yNCA5LjI0LDcuODIgNi4wMyw0LjYyICIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

#quantsel th:first-child,
#quantsel td:first-child {
  width: 70px;
}

#quantsel th:nth-child(2),
#quantsel td:nth-child(2) {
  color: #6dcff6;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  width: 40px;
}

#quantsel input,
#quantsel select {
  width: initial;
  height: initial;
  padding: 0;
  margin: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  padding: 7px;
  color: #444;
  background-color: white;
  display: table;
}

#quantsel input[type="number"] {
  width: 65px;
}

#quantsel tr:nth-child(2) td {
  border-top: none;
}

#quantsel .noquant td {
  color: white;
}

#quantsel select {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAgNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAgNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiMxNjQxNzA7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQuOTcsNS45Yy0wLjI3LDAtMC41Mi0wLjExLTAuNzEtMC4yOUwwLjUyLDEuODZjLTAuMzktMC4zOS0wLjM5LTEuMDIsMC0xLjQxczEuMDItMC4zOSwxLjQxLDBsMy4wNCwzLjA0bDMuMDktMy4xQzguNDYsMCw5LjA5LDAsOS40OCwwLjM5YzAuMzksMC4zOSwwLjM5LDEuMDIsMCwxLjQxbC0zLjgsMy44QzUuNDksNS44LDUuMjQsNS45LDQuOTcsNS45eiIvPjwvc3ZnPg==)
    no-repeat calc(100% - 10px) 52%;
  background-size: 10px 6px;
  display: table;
  padding-right: 32px;
  background-color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#quantsel .quantt td {
  font-weight: 500;
}

.qmult {
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOS4yNCA5LjI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5LjI0IDkuMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojNkRDRkY2O308L3N0eWxlPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOS4yNCwxLjQxIDcuODIsMCA0LjYyLDMuMiAxLjQxLDAgMCwxLjQxIDMuMiw0LjYyIDAsNy44MiAxLjQxLDkuMjQgNC42Miw2LjAzIDcuODIsOS4yNCA5LjI0LDcuODIgNi4wMyw0LjYyICIvPjwvc3ZnPg==);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
}

.qplus {
  transform: rotate(45deg);
  transform-origin: center;
}

.sizes {
  float: right;
}

.rquant table {
  margin: 0;
  padding: 0;
  width: 100%;
}

.rquant table th,
.rquant table td {
  padding: 0;
  margin: 0;
  background-color: initial !important;
  color: #004071;
  border: none !important;
}

.rquant table th:nth-child(2),
.rquant table td:nth-child(2) {
  text-align: right;
}

.sizelabel {
  position: relative;
}

.errsl {
  position: absolute;
  background-color: #ee0000;
  font-weight: 500;
  line-height: 13px;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 3px;
  right: 0;
  top: calc(-100% - 5px);
  color: white;
  transform: scale(0);
  transform-origin: right bottom;
  opacity: 0;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 480px) {
  .errsl {
    position: relative;
  }
}

.errsl.active {
  transform: scale(1);
  opacity: 1;
  animation-name: errani;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes errani {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}

#quantsel .slimrow td {
  padding: 0;
  padding-top: 7px;
  line-height: 21px;
  font-size: 14px;
}

#quantsel .slimrow2 td {
  border-top: none;
  padding: 0;
  line-height: 21px;
  font-size: 14px;
  font-weight: 500;
}

#quantsel .slimrow3 td {
  border-top: none;
  padding: 4px;
}

#quantsel .nobord td {
  padding: 12px 0;
}

.discrow {
  display: none;
}

.discrow td {
  text-align: left !important;
  color: white !important;
}

.catbut {
  line-height: 19px;
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 12px;
  top: -2px;
  position: relative;
  margin-left: 5px;
  border: 1px solid #7ccb00;
}

.catbut a {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}

.catbut:hover {
  background-color: #7ccb00;
  cursor: pointer;
}

.adddn {
  display: none;
}

#designnote {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 15, 31, 0.9);
  z-index: 999999;
  display: none;
}

.notecontainer {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: white;
  box-sizing: border-box;
  padding: 20px;
  top: calc(50% - 143px);
}

.dnote {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  width: 100%;
  font-family: inherit;
  border-radius: 0 0 5px 5px;
  padding: 5px 10px;
  height: 150px;
}

.notehead {
  font-size: 18px;
  line-height: 42px;
  margin-bottom: 0px;
  background-color: #dd0000;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.notehead span {
  color: #ffffff;
  font-style: italic;
  font-weight: 500;
}

.notebuts {
  display: table;
  position: relative;
  margin: 0 auto;
  margin-top: 15px;
}

.nbuttons {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 10px 15px;
  background-color: gray;
  float: left;
  border-radius: 5px;
}

.nbok {
  background-color: #7ccb00;
  background: linear-gradient(to right, #7ccb00 25%, #4dc000);
  margin-right: 10px;
}

.nbcancel {
  background: tomato;
}

.nbok:hover {
  cursor: pointer;
  background: #47b000;
}

.nbcancel:hover {
  background: #f97b31;
  cursor: pointer;
}

.nani {
  position: relative;
}

.editnote:hover {
  cursor: pointer;
  color: #7ccb00;
}

.site-header {
  padding-bottom: 0;
}

#cstiches .colors .floatr {
  display: none;
}

#cstiches .colors .floatr:first-child {
  display: block;
}

/*---------------------------------------------------------------------------------LIBRARY-----------------------------------*/

.limg {
  float: left;
  width: calc(33.3% - 10px);
  margin-right: 15px;
  min-height: 64px;
  background-color: #888888;
  border-radius: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
  margin-bottom: 15px;
}

.limg:hover {
  cursor: pointer;
  box-shadow: 0 0 0px 1px #6dcff6;
}

.limg:nth-child(3n) {
  margin-right: 0;
}

.limg1 {
  background-image: url("./img/inflib/lib1.jpg");
}
.limg2 {
  background-image: url("./img/inflib/lib2.jpg");
}
.limg3 {
  background-image: url("./img/inflib/lib3.jpg");
}
.limg4 {
  background-image: url("./img/inflib/lib4.jpg");
}
.limg5 {
  background-image: url("./img/inflib/lib5.jpg");
}
.limg6 {
  background-image: url("./img/inflib/lib6.jpg");
}
.limg7 {
  background-image: url("./img/inflib/lib7.jpg");
}
.limg8 {
  background-image: url("./img/inflib/lib8.jpg");
}
.limg9 {
  background-image: url("./img/inflib/lib9.jpg");
}
.limg10 {
  background-image: url("./img/inflib/lib10.jpg");
}
.limg11 {
  background-image: url("./img/inflib/lib11.jpg");
}
.limg12 {
  background-image: url("./img/inflib/lib12.jpg");
}
.limg13 {
  background-image: url("./img/inflib/lib13.jpg");
}
.limg14 {
  background-image: url("./img/inflib/lib14.jpg");
}
.limg15 {
  background-image: url("./img/inflib/lib15.jpg");
}
.limg16 {
  background-image: url("./img/inflib/lib16.jpg");
}
.limg17 {
  background-image: url("./img/inflib/lib17.jpg");
}
.limg18 {
  background-image: url("./img/inflib/lib18.jpg");
}
.limg19 {
  background-image: url("./img/inflib/lib19.jpg");
}
.limg20 {
  background-image: url("./img/inflib/lib20.jpg");
}
.limg21 {
  background-image: url("./img/inflib/lib21.jpg");
}
.limg22 {
  background-image: url("./img/inflib/lib22.jpg");
}
.limg23 {
  background-image: url("./img/inflib/lib23.jpg");
}
.limg24 {
  background-image: url("./img/inflib/lib24.jpg");
}
.limg25 {
  background-image: url("./img/inflib/lib25.jpg");
}
.limg26 {
  background-image: url("./img/inflib/lib26.jpg");
}
.limg27 {
  background-image: url("./img/inflib/lib27.jpg");
}
.limg28 {
  background-image: url("./img/inflib/lib28.jpg");
}
.limg29 {
  background-image: url("./img/inflib/lib29.jpg");
}
.limg30 {
  background-image: url("./img/inflib/lib30.jpg");
}
.limg31 {
  background-image: url("./img/inflib/lib31.jpg");
}
.limg32 {
  background-image: url("./img/inflib/lib32.jpg");
}
.limg33 {
  background-image: url("./img/inflib/lib33.jpg");
}
.limg34 {
  background-image: url("./img/inflib/lib34.jpg");
}
.limg35 {
  background-image: url("./img/inflib/lib35.jpg");
}
.limg36 {
  background-image: url("./img/inflib/lib36.jpg");
}
.limg37 {
  background-image: url("./img/inflib/lib37.jpg");
}
.limg38 {
  background-image: url("./img/inflib/lib38.jpg");
}
.limg39 {
  background-image: url("./img/inflib/lib39.jpg");
}
.limg40 {
  background-image: url("./img/inflib/lib40.jpg");
}
.limg41 {
  background-image: url("./img/inflib/lib41.jpg");
}
.limg42 {
  background-image: url("./img/inflib/lib42.jpg");
}
.limg43 {
  background-image: url("./img/inflib/lib43.jpg");
}
.limg44 {
  background-image: url("./img/inflib/lib44.jpg");
}
.limg45 {
  background-image: url("./img/inflib/lib45.jpg");
}
.limg46 {
  background-image: url("./img/inflib/lib46.jpg");
}
.limg47 {
  background-image: url("./img/inflib/lib47.jpg");
}
.limg48 {
  background-image: url("./img/inflib/lib48.jpg");
}
.limg49 {
  background-image: url("./img/inflib/lib49.jpg");
}
.limg50 {
  background-image: url("./img/inflib/lib50.jpg");
}
.limg51 {
  background-image: url("./img/inflib/lib51.jpg");
}
.limg52 {
  background-image: url("./img/inflib/lib52.jpg");
}
.limg53 {
  background-image: url("./img/inflib/lib53.jpg");
}
.limg54 {
  background-image: url("./img/inflib/lib54.jpg");
}
.limg55 {
  background-image: url("./img/inflib/lib55.jpg");
}
.limg56 {
  background-image: url("./img/inflib/lib56.jpg");
}
.limg57 {
  background-image: url("./img/inflib/lib57.jpg");
}
.limg58 {
  background-image: url("./img/inflib/lib58.jpg");
}
.limg59 {
  background-image: url("./img/inflib/lib59.jpg");
}
.limg60 {
  background-image: url("./img/inflib/lib60.jpg");
}
.limg61 {
  background-image: url("./img/inflib/lib61.jpg");
}
.limg62 {
  background-image: url("./img/inflib/lib62.jpg");
}
.limg63 {
  background-image: url("./img/inflib/lib63.jpg");
}
.limg64 {
  background-image: url("./img/inflib/lib64.jpg");
}
.limg65 {
  background-image: url("./img/inflib/lib65.jpg");
}
.limg66 {
  background-image: url("./img/inflib/lib66.jpg");
}
.limg67 {
  background-image: url("./img/inflib/lib67.jpg");
}
.limg68 {
  background-image: url("./img/inflib/lib68.jpg");
}
.limg69 {
  background-image: url("./img/inflib/lib69.jpg");
}
.limg70 {
  background-image: url("./img/inflib/lib70.jpg");
}
.limg71 {
  background-image: url("./img/inflib/lib71.jpg");
}
.limg72 {
  background-image: url("./img/inflib/lib72.jpg");
}
.limg73 {
  background-image: url("./img/inflib/lib73.jpg");
}
.limg74 {
  background-image: url("./img/inflib/lib74.jpg");
}

.librarysub {
  display: none;
}

#libselector {
  color: white;
}

.lscat {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  position: relative;
}

.lscat > div:first-child {
  font-weight: 500;
  font-size: 18px;
}

.lscat > div:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  color: #6dcff6;
}

.lscat:last-child {
  border-bottom: none;
}

.lscat:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
}

.libarr {
  position: absolute;
  right: 0;
  top: 20px;
}

.libback {
  color: white;
  margin-bottom: 20px;
  margin-top: 10px;
  cursor: pointer;
}

/*---------------------------------------------------------------------------------PORTRIAT-----------------------------------*/

@media screen and (orientation: portrait), screen and (max-width: 1023px) {
  .upmchead {
    margin-top: 0;
  }
  .colbox {
    width: 12.5%;
  }
  #gname {
    margin-bottom: 0;
  }
  .tabclear {
    clear: both;
  }
  .embtxt {
    float: left;
  }

  .embu {
    margin-left: 7px;
    margin-right: 0;
  }

  .cswitch {
    margin-left: 0;
    margin-top: 0;
  }

  .custypec {
    float: left;
  }

  .cusimage {
    float: left;
  }

  .mcitem {
    float: left;
    margin-left: 14px;
  }

  .mcitem:first-child {
    margin-left: 0;
  }

  .mchead {
    margin-left: 0;
    float: none;
    line-height: 12px;
    padding-left: 7px;
  }

  .librarybut {
    margin-right: 0;
    margin-left: 7px;
  }

  .caninfo {
    position: relative;
    margin-top: -45px;
    height: auto;
    display: table;
  }

  .colors {
    float: left;
    width: 100%;
  }
  .customize {
    text-align: left;
    right: auto;
    float: left;
    top: 0;
    left: 30px;
    padding: 0;
    width: calc(50% + 37px);
    display: table;
    position: relative;
  }

  .floatr {
    float: left;
    width: 100%;
  }

  .vdiv {
    display: none;
  }

  .customize > span {
    width: 100%;
    text-align: left;
    display: block;
    float: left;
    position: relative;
  }
  #three {
    height: auto;
  }
  #three canvas {
    width: 100%;
    top: 0;
    height: (100vh - 306px);
    background-size: 100%;
  }

  .prodname {
    display: none;
  }

  #three {
    width: 100%;
    position: relative;
    display: table;
    background-position: top center;
  }

  #header {
    width: 100%;
    position: relative;
  }

  #controls {
    width: 100%;
    position: relative;
    height: auto;
  }

  .cdets {
    margin-top: 10px;
  }

  .cfoot {
    position: relative;
    width: 100%;
  }

  .custfloat {
    float: left;
  }

  #guide {
    float: right;
  }

  #cselector {
    width: 400px;
    top: 0;
    right: auto;
    left: -400px;
    height: calc(100% + 150px);
    position: fixed;
    overflow-y: auto;
  }

  #cselector.active {
    right: auto;
    left: 0;
  }

  #guide {
    float: left;
  }

  #gimg {
    float: left;
    border-left: 1px solid #7ccb00;
    border-right: none;
    border-radius: 5px 0 0 5px;
  }

  .arrd {
    float: left;
    margin-right: 10px;
    width: 24px;
    margin-left: 0;
    border-radius: 0 5px 5px 0;
  }

  #gsteps {
    right: auto;
    float: left;
  }

  #gbuts {
    position: absolute;
    top: 40px;
    right: 0px;
  }

  .cprice {
    float: right;
    position: relative;
    bottom: auto;
    padding-top: 30px;
  }

  .cfoot {
    width: calc(100% - 60px);
    max-width: 100%;
    padding-top: 30px;
  }
  .rdets {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .rdets.two,
  .rdets.three {
    margin-top: 20px;
  }
  #orderprep .rdets ~ .rdets {
  }

  .obutc {
    width: 100%;
    margin-top: 30px;
  }

  .obuts {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .rprices {
    margin: 0 auto;
    position: relative;
    width: 300px;
  }

  @media screen and (max-width: 480px) {
    .upmcimg {
      width: 300px;
      height: 200px;
    }

    .sizelabel {
      text-align: left;
    }
    .obuts {
      width: 100%;
    }
    .butedit {
      float: none;
      margin-left: auto;
      margin-right: auto;
      display: table;
    }

    .rprices {
      width: 100%;
      margin-bottom: 20px;
    }

    .sizes {
      float: none;
      text-align: center;
      display: block;
      width: 100%;
    }
    .selectiontype {
      padding-top: 4px;
    }
    #three canvas {
      height: (100vh - 102px);
    }

    .chead {
      font-size: 14px;
      line-height: 14px;
      margin-top: 10px;
      padding: 5px 7px;
    }

    .cuszone {
    }

    .chead::after {
      margin-top: -13px;
    }

    #quantsel {
      width: 100%;
    }

    #headerplace {
      height: 50px;
    }
    .floatr {
      float: none;
    }
    .vdiv {
      display: none;
    }
    #three {
    }
    #gimg {
    }

    #gsteps {
    }
    #gbuts {
      float: right;
      clear: both;
    }
    #guide {
    }
    #gname {
      margin-bottom: 0;
    }
    .slabel {
      font-size: 8px;
      padding: 0;
      margin-top: 8px;
    }
    .rihead {
      text-align: left;
      box-sizing: border-box;
      padding-left: 90px;
    }
    .rdets {
      width: 100%;
    }
    #orderprep {
      padding: 20px;
    }
    #orderprep .rdets ~ .rdets {
      margin-left: 0;
      margin-top: 20px;
    }

    .rsubhead {
      font-size: 14px;
    }
    #header {
    }

    #controls {
    }

    #logo {
      width: 96px;
      height: 22px;
      margin-left: 20px;
      top: 11px;
    }
    #gname .name {
      font-size: 16px;
    }

    #gprev,
    #gnext {
      font-size: 12px;
    }
    .caninfo {
      top: 0;
      margin-top: -20px;
    }
    .customize {
      font-size: 14px;
      line-height: 21px;
      z-index: 1;
      left: 0px;
      box-sizing: border-box;
      padding: 0 20px;
      float: none;
      width: 100%;
      position: relative;
    }

    #cselector {
      width: 100%;
      left: -100%;
      padding: 20px;
      overflow: scroll;
    }

    #quantsel,
    #ilselector,
    #fselector {
      width: 100%;
      right: auto;
      left: -100%;
      overflow: scroll;
    }

    #quantsel.active,
    #ilselector.active,
    #fselector.active {
      right: auto;
      left: 0;
    }

    .psubcont:first-child {
      width: calc(50% - 50px);
    }

    .psubcont:nth-child(2) {
      width: 100px;
    }

    .psubcont:nth-child(3) {
      text-align: left;
      width: calc(50% - 50px);
    }

    .psubcont:nth-child(3) .cpricet {
      float: left;
    }

    .cclose {
      right: 0px;
    }

    .customize > span {
      font-size: 16px;
      display: none;
    }
    .prodname {
      font-size: 14px;
      line-height: 14px;
      padding-left: 20px;
      padding-top: 15px;
    }
    #gbuts {
      right: 20px;
      top: 20px;
    }
    .cprice {
      width: 100%;
      right: 0;
      float: none;
      padding: 0 20px;
      box-sizing: border-box;
    }

    .cprice > div:first-child {
      border-top: 1px solid #00458c;
      padding-top: 15px;
      text-align: center;
    }
    #atc {
      display: table;
    }
    .simg {
      width: 48px;
      height: 48px;
    }

    #atc {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      float: none;
    }
    #editbut {
      display: none;
      float: left;
      font-size: 13px;
      line-height: 16px;
      padding: 7px 15px;
      font-weight: 500;
      border-radius: 5px;
      box-sizing: border-box;
      cursor: pointer;
      user-select: none;
      background-color: #7ccb00;
      margin-left: 10px;
    }
  }
}

#customizer .page-title-inner {
  display: none !important;
}

.icfh {
  position: absolute;
  top: 0px;
  transition: all .2s ease-out;
  width: 100%;
}

.icfh.cusvis {
  position: absolute;
  top: -60px;
}
#customizer_body .icdtspacer {
  height: 60px;
  transition: all .2s ease-out;
}

#customizer_body .icdtspacer.cusvis {
  height: 0px;
}

.icdtspacer{
  width: 100%;
  height: 60px;
  background: #ffffff;
}

@media screen and (max-width:767px){
  #customizer_body .icdtspacer {
    height: 60px;
    transition: all .2s ease-out;
  }

  #customizer_body .icdtspacer.cusvis {
    height: 0px;
  }
}