*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body{
  background: #fff;
  color: #000;
  font-family: Verdana;
  padding: 0px;
  margin: 0px;
  line-height: 1;
}
iframe{
  border: 0px;
}
.flags{
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: 100;
}
.flags a{
  display: inline-block;
  vertical-align: top;
  padding: 3px;
}
.flags a img{
  max-height: 16px;
  border: 0px;
}
.on-table{
  display: table;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255, 0.5);
}
.on-td{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.on-box{
  display: inline-block;
  width:100%;
  max-width: 400px;
  padding: 30px;
  text-align:left;
  background: rgb(21,25,26);
  color: #fff;
}
.on-field input,
.on-field textarea{
  width: 100%;
  padding: 5px;
}
.on-field textarea{
  height: 100px;
}
.on-label{
  font-size: 12px;
  line-height:1.618;
}
.on-row{
  padding: 5px;
}
#priceCnt{
  position: fixed;
  top:2px;
  right:2px;
  z-index: 1000;
  color: #fff;
  text-align:center;
}
.order-now{
  display: inline-block;
  background: #dc2320;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 7px;
  cursor: pointer;
}
.order-now-big{
  display: inline-block;
  background: #dc2320;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}
.order-now-big:hover,
.order-now:hover{
   background: #f00;
}
#priceCnt > div{
  padding: 15px 25px;
  background: rgb(21,25,26);
}
#priceBox:empty{
  padding: 0px;
  text-align:center;
  background: transparent;
  font-size: 0px;
  line-height: 1;
}
#priceBox{
  margin-top: 1px;
  padding: 9px 2px;
  text-align:center;
  font-size: 16px;
  background: rgb(21,25,26);
  color: #fff;
  transition: all 0.3s ease;
}
#Menu{
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 481px;
  height:100%;
  transition: all 0.3s ease;
}
#MenuSwitcher{
  background-image: url('img/menu.png');
  background-position: left;
  background-repeat: no-repeat;
  padding-left:20px !important;
}
#MenuSwitcher div{
  display: block;
  overflow: hidden;
  transition: all 0.3s ease;
  padding:2px 0px;
  font-size:10px;
  height: 30px;
  line-height:13px;
  opacity: 1;
  text-align:center;
  white-space:nowrap;
}
#MenuSwitcher .open{
  height: 30px;
  opacity: 1;
  padding:2px 0px;
}
#MenuSwitcher .close{
  height: 0px;
  opacity: 0;
  padding:0px;
}
body.menu-close #MenuSwitcher .open{
  height: 0px;
  opacity: 0;
  padding:0px;
}
body.menu-close #MenuSwitcher .close{
  height: 30px;
  opacity: 1;
  padding:2px 0px;
}
#Menu,
body.menu{
  background: transparent;
}
/*
body.menu::before{
  content: "";
  display:block;
  position: fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  overflow:auto;
}
*/
.menu-content-item-background-white{
  display: none !important;
}
#Preview{
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
  border-left:481px solid transparent;
  width: 100%;
  height:100%;
  transition: all 0.3s ease;
}
#Preview,
body.preview{
  background: #fff;
}
.proj{
  position: fixed;
  z-index: 10000;
  bottom: -50px;
  right: 0px;
  transition: bottom 0.3s ease;
  text-align:center;
  font-size:16px;
  font-family: Verdana;
  text-shadow: -1px -1px 2px #fff, 1px 1px 2px #fff;
  color:#000;
}
.proj:hover{
  bottom: 0px;
}
#menu-header{
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width:100%;
  line-height: 48px;
  height:48px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  color: #fff;
  background: #222;
  outline: 1px solid #000;
  transition: padding 0.3s ease;
}
#menu-header.set-category{
  padding-left: 52px;
}
#menu-cats{
  position: fixed;
  top: 48px;
  left: 0px;
  width: 84px;
  font-size:10px;
}
#menu-cats .menu-cats-row{
  display: table;
  width: 100%;
  height: 48px;
  text-align:center;
  color:#fff;
  background: #777;
  border-bottom: 1px solid #000;
  cursor: pointer;
  transition: all 0.3s ease;
}
#menu-cats .menu-cats-row.active{
  background: transparent !important;
  border-bottom: 1px solid #000;
  color: #000;
}
#menu-cats .menu-cats-row div{
  display: table-cell;
  vertical-align:bottom;
  padding: 3px;
}
#menu-content{
  padding-top: 48px;
  padding-left: 84px;
  text-align: right;
}
#menu-back-button{
  position: fixed;
  z-index: 110;
  top:0px;
  left: -48px;
  width: 48px;
  height: 48px;
  display: block;
  cursor:pointer;
  color: #fff;
  font-size:30px;
  line-height:48px;
  text-align:center;
  background: #000;
  transition: left 0.3s ease;
}
.sendBTN{
  position: fixed;
  bottom: 0px;
  left:0px;
  width:100%;
}
.sendBTN-cnt{
  height: 60px;
}
body.menu-back-button #menu-back-button{
  padding:0px;
  left:0px;
}
input[type="text"]{
  outline: none;
  border: 1px solid #ccc;
}
#sendX input{
  width:100%;
  text-align:left;
  padding:8px 4px;
  background: rgba(255,255,255, 0.75);
  color: #000;
  border:1px solid #fff;
}
button{
  background: #800;
  width:100%;
  display: block;
  text-align:center;
  color: #fff;
  padding:8px;
  border: 1px solid #700;
  transition:all 0.3s ease;
}
button:hover{
  background:#a00;
}
.menu-content-list{
  display: none;
}
.menu-content-list.active{
  display: block;
  padding-bottom: 100px;
}
input[type="radio"]{
  display: none;
}
input[type="radio"] + pseudo{
  line-height: 1px;
  font-size: 0px;
  display: block;
  border: 1px solid #444;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 20px;
}
input[type="radio"]:checked + pseudo{
  border: 3px solid #444;
  padding: 2px;
}
input[type="radio"]:checked + pseudo:before{
  display: block;
  content: "";
  background: #444;
  width: 6px;
  height: 6px;
  border-radius: 20px;
}
input[type="text"][name="custom_color"]{
  padding: 5px;
  max-width:200px;
  margin:2px auto;
  display: inline-block;
}
#MenuCategory_color .menu-content-item-input .input{
  text-align:center;
}
input[type="checkbox"]{
  display: none;
}
input[type="checkbox"] + pseudo{
  line-height: 1px;
  font-size: 0px;
  display: block;
  border: 1px solid #444;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 1px;
}
input[type="checkbox"]:checked + pseudo{
  border: 3px solid #444;
  padding: 2px;
}
input[type="checkbox"]:checked + pseudo:before{
  display: block;
  content: "";
  background: #444;
  width: 6px;
  height: 6px;
  border-radius: 0px;
}

.the-row{
  padding: 3px;
}
.row-title{
  text-align:left;
  font-size:16px;
  padding: 2px;
  font-weight:bold;
}
.row-value{
  text-align: left;
  font-size:12px;
  padding:2px;
  padding-left:30px;
}
#alerts{
  position: fixed;
  z-index: 500;
  bottom: 0px;
  right: 0px;
  max-width: 400px;
  width: 100%;
}
#alerts > div{
  padding:10px;
  margin: 5px;
  background: #000;
  border:1px solid #000;
  border:1px solid rgba(0,0,0,0.5);
  background: rgba(0,0,0, 0.5);
  transition: all 0.3s ease;
}
.menu-content-item .input-desc{
  text-align:center;
  font-size: 10px;
}
.menu-content-item-fullradio{
  display: block;
  width:99%;
  margin:0.5%;
}
.menu-content-item-fullradio td.description{
  color: #000;
  vertical-align:top;
  text-align:left;
  padding: 3px;
}
.menu-content-item-fullradio div.image{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-content-item-fullradio div.input{
  height: 30px;
  padding: 5px;
  margin-bottom: -30px;
  position: relative;
  z-index: 50;
}
.menu-content-item-radio{
  display: inline-block;
  width: 32.5%;
  margin:0.3%;
  vertical-align:top;
  height: 125px;
  color: #fff;
  overflow: hidden;
  background-color: #fff;
}
.menu-content-item-input div.header-input{
  float: right;
  width: 50px;
}
.menu-content-item-input div.header-input input{
  width: 100%;
  padding: 3px 8px;
  text-align:right;
  background: rgba(255,255,255, 0.25);
  border:1px solid rgba(0,0,0, 0.25);
  transition: all 0.3s ease;
}
.menu-content-item-input div.header-input input:focus,
.menu-content-item-input:hover div.header-input input{
  background: rgba(255,255,255, 0.75);
  border:1px solid rgba(0,0,0, 0.75);
}
.menu-content-item-radio div.input{
  height: 20px;
  padding: 1px;
  margin-bottom: -20px;
  position: relative;
  z-index: 50;
}
.menu-content-item-radio div.image{
  position: relative;
  z-index: 10;
  height: 125px;
  margin-bottom: -125px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-content-item-radio div.description{
  text-align:left;
  height: 125px;
  background: rgba(0,0,0, 0);
  color: #fff;
  font-size: 12px;
  padding:4px;
  position: relative;
  z-index: 20;
  top: 105px;
  opacity: 0.75;
  text-shadow: 1px 1px 1px #000;
  line-height:1.2;
  overflow: hidden;
  transition: all 0.3s ease;
}
.menu-content-item-radio.dark-label div.description{
  background: rgba(0,0,0, 0.75);
}

.menu-content-item-input{
  width: 99%;
  margin:0.5%;
  padding:4px;
  text-align:left;
}
.menu-content-item-input .title{
  display: inline-block;
}
.menu-content-item-input .value{
  float: right;
  font-size: 16px;
  line-height: 20px;
}
.menu-content-item-input .input input{
  width:100%;
}
.menu-content-item-input .input input[type="number"]{
  padding: 3px;
  border: 0px;
  background: #000;
  color: #fff;
}
.menu-content-item-input .input input[type="range"]{
  height: 20px;
  background: transparent;
}
.menu-content-item-label{
  width: 99%;
  margin:0.5%;
  padding:0px;
  text-align:left;
  outline: 1px solid transparent;
  transition: all 0.3s ease;
}
.menu-content-item-label:hover{
  outline: 1px solid rgba(0,0,0, 0.1);
  background:rgba(255,255,255, 0.1);
}
.menu-content-item-label > .title{
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  padding: 8px 4px;
}
.menu-content-item-label .options{
  overflow: hidden;
  transition: all 1s ease;
}
.menu-content-item .title{
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.has-req.has-req-disabled{
  display: none !important;
}
canvas{
  position: fixed;
  top: 0px;
  left: 0px;
  width:100%;
  height: 100%;
}
.menu-content-item-data-color .description{
  overflow: hidden !important;
}
.upload-image{
  background: url('img/image_add.png') center no-repeat;
}
#ImageBoxB,
#ImageResizeB,
#ImageCnt{
  position: fixed;
  z-index: 100; 
  transition:border 0.3s ease;
}
#ImageCnt{
  opacity: 0;
  transition:opacity 0.3s ease;
}
body.door-move:hover #ImageCnt{
  opacity: 1;
}
body.door-move #ImageBox{
  position:fixed;
  display: table;
  border: 1px dashed #000;
  cursor: move;
}
body.door-move .td-center{
  display: table-cell;
  text-align:center;
  vertical-align: middle;
}
body.door-move .td-label{
  opacity: 0;
  color: #000;
  font-size:11px;
  font-family: Verdana;
  background: #fff;
  padding:5px;
  display: inline-block;
  border:1px solid #888;
  border-radius: 5px;
  transition:opacity 0.3s ease;
}
body.door-move .td-label-resize{
  border-radius: 0px 5px 5px 5px;
}
body.door-move:hover .td-label{
  opacity: 0.4;
}
body.door-move #ImageBoxB:hover .td-label,
body.door-move #ImageResizeB:hover .td-label{
  opacity: 1;
}
body.door-move #ImageResize{
  position:fixed;
  z-index: 100; 
  width: 30px;
  height:30px;
  border-top: 1px dashed #000;
  border-left: 1px dashed #000;
  cursor: nwse-resize;
}
body.door-move #ImageBoxB{
  position: fixed;
  z-index: 50; 
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body.door-move:hover #ImageBoxB{
  opacity:1;
}
body.door-move #ImageResizeB{
  position: fixed;
  z-index: 50; 
  width: 30px;
  height:30px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
body.door-move:hover #ImageResizeB{
  opacity:1;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
	background: #000; 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #000; 
}

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #888;
  border-radius: 2px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 20px;
  background: #000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #888;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #888;
  border-radius: 6px;
  border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 20px;
  background: #000;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #888;
  border: 0px solid #000101;
  border-radius: 12px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #888;
  border: 0px solid #000101;
  border-radius: 12px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 14px;
  width: 14px;
  border-radius: 20px;
  background: #000;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
input[type=range]:focus::-ms-fill-upper {
  background: #888;
}

