/*
 * 
 */

body, p {
  font-family: 'lato' !important;
  font-size: 16px;
  font-weight: 400;
  font-variant: normal;
  font-style: normal;
  background: #fff; }

.tCell {
  vertical-align: top; }


/* BTNS */
.btn_blue_full,
.btn_blue_border {
  width: 100%;
  display: block;
  text-align: center;
  padding: 6px;
  border-radius: 12px;
  margin-bottom: 8px;
  cursor: pointer; }
.btn_blue_full {
  background: #0099cc;
  color: #3f729b;
  font-size: 22px;
  font-weight: 600; }
.btn_blue_full.active,
.btn_blue_full:hover,
.btn_blue_full:focus {
  background: #33b5e5;
  color: #fff;
  text-decoration: none; }
.btn_blue_full.active {
    pointer-events: none; }
.btn_blue_border {
  background: #fff;
  color: #33b5e5;
  font-size: 16px;
  border: 3px solid #33b5e5;
  font-weight: 900; }
.btn_blue_border.active,
.btn_blue_border:hover,
.btn_blue_border:focus {
  background: #33b5e5;
  color: #fff;
  text-decoration: none; }

@media only screen and (max-width: 1200px) {
  .btn_blue_full,
  .btn_blue_border {
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 6px; }
  .btn_blue_full {
    font-size: 16px; }
  .btn_blue_border {
    font-size: 14px; }
}
@media only screen and (max-width: 900px) {
  .btn_blue_full,
  .btn_blue_border {
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 5px; }
  .btn_blue_border {
    font-size: 12px;
    border: 1px solid #33b5e5; }
}
@media only screen and (max-width: 740px) {
  .btn_blue_full,
  .btn_blue_border {
    padding: 2px;
    border-radius: 4px;
    margin-bottom: 3px;
    font-size: 8px; }
}

.btn_img {
  cursor: pointer;
  color: #33b5e5; }
.btn_img img {
  width: 30px; }
.btn_img p {
  padding-top: 4px; }

@media only screen and (max-width: 900px) {
  .btn_img img {
    width: 20px; }
  .btn_img p {
    padding-top: 4px;
    font-size: 12px; }
}
@media only screen and (max-width: 740px) {
  .btn_img img {
    width: 15px; }
  .btn_img p {
    padding-top: 2px;
    font-size: 10px;
    line-height: 12px; }
}

.btn_trash:hover,
.btn_trash:focus {
  color: #cccccc;
}



.main_container {
  padding: 7px 20px 4px;
  width: 100%;
  max-width: 1400px;
  margin: auto; }

.left-col {
  width: 200px; }
.center-col {
  width: 822px;
  padding: 0 20px; }
.right-col {
  width: 258px }

@media only screen and (max-width: 1400px) {
  .main_container {
    max-width: 1220px; }
  .left-col {
    width: 230px; }
  .center-col {
    width: 660px;
    padding: 0 40px; }
  .right-col {
    width: 290px }
}

@media only screen and (max-width: 1200px) {
  .main_container {
    max-width: 900px; }
  .left-col {
    width: 118px; }
  .center-col {
    width: 552px;
    padding: 0 15px; }
  .right-col {
    width: 202px }
}
@media only screen and (max-width: 900px) {
  .main_container {
    max-width: 740px;
    padding: 7px 10px 4px; }
  .left-col {
    width: 100px; }
  .center-col {
    width: 442px;
    padding: 0 10px; }
  .right-col {
    width: 178px }
}
@media only screen and (max-width: 740px) {
  .main_container {
    max-width: 550px;
    padding: 4px; }
  .left-col {
    width: 80px; }
  .center-col {
    width: 297px;
    padding: 0 5px; }
  .right-col {
    width: 158px }
}
@media only screen and (max-width: 480px) {
  .main_container {
    max-width: 475px; }
  .left-col {
    width: 60px; }
  .center-col {
    width: 297px; }
  .right-col {
    width: 108px }
}



   /******************/
  /*      LEFT      */
 /******************/

.logo {
    width: 100%;
    margin-bottom: 10px; }
.letf_btns_group {
    padding-top: 10px; }
.letf_btns_group .tCell {
    vertical-align: middle; }
.left-col .btn_img img {
    display: inline; }
.left-col .btn_img p {
    display: inline;
    vertical-align: bottom; }


@media only screen and (max-width: 1200px) {
    .left-col .btn_img {
        margin-left: -20px; }
    .left-col .btn_img p {
        font-size: 12px; }
}


@media only screen and (max-width: 740px) {
    .logo {
        margin-bottom: 1px; }
    .letf_btns_group {
        padding-top: 1px; }
    .left-col .btn_img {
        margin-left: -10px; }
    .left-col .btn_img p {
        font-size: 10px; }
}



/* SPACE SIZE */
.space_size_l {
  width: 30px; }
.space_size_tit {
  font-size: 30px;
  font-weight: 200;
  text-align: center;
  width: 100%;
  line-height: 34px;
  color: #36474f;
  margin-bottom: 10px; }
.space_size_tit span {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300; }
.space_size_l p {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #36474f;
  font-weight: 700; }
.app_input {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #36474f;
  border: 1px solid #36474f;
  border-radius: 6px;
  height: 30px;
  padding: 6px;
  margin-bottom: 10px;
  font-weight: 500; }

@media only screen and (max-width: 1200px) {
  .space_size_tit {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px; }
  .space_size_tit span {
    font-size: 18px;
    line-height: 24px; }
  .space_size_l {
    width: 20px; }
}
@media only screen and (max-width: 900px) {
  .space_size_tit {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px; }
  .space_size_tit span {
    font-size: 18px;
    line-height: 24px; }
  .space_size_l p {
    font-size: 14px;
    line-height: 28px; }
  .app_input {
    font-size: 12px;
    border-radius: 5px;
    height: 26px;
    margin-bottom: 6px; }
}
@media only screen and (max-width: 740px) {
  .space_size_l {
    width: 10px; }
  .space_size_l p {
    font-size: 12px;
    line-height: 30px; }
  .space_size_tit {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px; }
  .space_size_tit span {
    font-size: 10px;
    line-height: 14px; }
  .space_size_l p {
    font-size: 10px;
    line-height: 14px;
    top: 4px; }
  .app_input {
    font-size: 9px;
    border-radius: 4px;
    height: 20px;
    margin-bottom: 2px; }
}

   /********************/
  /*      CENTER      */
 /********************/

.sBox {
  margin: 0;
  border: 1px solid #9aa3a7;
  border-radius: 15px;
  position: relative;
  width: 782px;
  height: 782px; }
.sBox img {
  width: 100%;
  height: auto; }
.canvas_box {
  width: 782px;
  height: 782px; 
  z-index: 0;
  padding: 0;
  margin: 0;
  border-radius: 15px; }
.cb2 {
  position: absolute; 
  top: 0px;
  left: 0px;
  }

@media only screen and (max-width: 1400px) {
  .sBox {
    width: 580px;
    height: 580px; }
  .canvas_box {
    width: 578px;
    height: 578px; }
}
@media only screen and (max-width: 1200px) {
  .sBox {
    width: 522px;
    height: 522px; }
  .canvas_box {
    width: 520px;
    height: 520px; }
}
@media only screen and (max-width: 900px) {
  .sBox {
    width: 422px;
    height: 422px; }
  .canvas_box {
    width: 420px;
    height: 420px; }
}
@media only screen and (max-width: 740px) {
  .sBox {
    width: 285px;
    height: 285px; }
  .canvas_box {
    width: 283px;
    height: 283px; }
  .cb2 {
    top: 0px;
    left: 0px; }
}


   /*******************/
  /*      RIGHT      */
 /*******************/

/* HELP */
.right-col .grid_xs_6:first-child {
    height: 10px; }
.help {
  padding-bottom: 2px; }
.help .btn_img {
  text-align: right;
  float: right; }
.help_img img {
  float: right; }

@media only screen and (max-width: 740px) {
  .help {
    padding-bottom: 0; }
  .help_lgd {
    font-size: 10px; }
}

/* SELECT */
.select_box .form-control {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px; }
.select_box p {
  font-weight: 300;
  margin: 0; }
.select_box.select-serie {
  padding-bottom: 6px;
}

@media only screen and (max-width: 900px) {
  .select_box .form-control {
    height: 26px;
    padding: 2px 6px;
    margin-bottom: 6px; }
  .select_box {
    padding-bottom: 6px; }
  .select_box p {
    font-size: 12px; }
}
@media only screen and (max-width: 740px) {
  .select_box .form-control {
    height: 18px;
    padding: 1px 4px;
    font-size: 8px;
    margin-bottom: 2px; }
  .select_box {
    padding-bottom: 2px; }
  .select_box p {
    display: none; }
}

/* BOX IMAGE G */
.box_dimensions {
  position: relative; }
.box_dimensions img {
  float: right; }
.dimension_w,
.dimension_h,
.dimension_l {
  position: absolute;
  text-align: center;
  color: #36474f;
  font-weight: 700; }
.dimension {
  font-size: 14px;
  color: #36474f;
  border: 1px solid #36474f;
  border-radius: 6px;
  height: 30px;
  width: 45px;
  padding: 4px;
  display: block;
  font-weight: 500; }
.mm {
  font-weight: 300; }

@media only screen and (max-width: 1200px) {
  .dimension {
    font-size: 13px;
    border-radius: 5px; }
}
@media only screen and (max-width: 900px) {
  .dimension_w,
  .dimension_h,
  .dimension_l {
    font-size: 12px; }
  .dimension_w span,
  .dimension_h span,
  .dimension_l span {
    font-size: 12px;
    border-radius: 5px;
    height: 26px;
    width: 35px;
    padding: 3px; }
}
@media only screen and (max-width: 740px) {
  .dimension_w,
  .dimension_h,
  .dimension_l {
    font-size: 10px; }
  .dimension_w span,
  .dimension_h span,
  .dimension_l span {
    font-size: 10px;
    border-radius: 4px;
    height: 20px;
    width: 30px;
    padding: 2px; }
}

/* VERTICAL BOX IMG */
.vb_prod_img {
  height: 250px; }
.vb_prod_img img {
  width: 170px;
  padding-right: 30px; }

.vb_prod_img .dimension_l {
  right: 30px;
  top: 135px; }
.vb_prod_img .dimension_h {
  right: 185px;
  top: 80px; }
.vb_prod_img .dimension_w {
  right: 135px;
  top: 178px; }

@media only screen and (max-width: 1200px) {
  .vb_prod_img {
    height: 225px; }
  .vb_prod_img img {
    width: 130px;
    padding-right: 15px; }
  .vb_prod_img .dimension_l {
    right: 20px;
    top: 120px; }
  .vb_prod_img .dimension_h {
    right: 135px;
    top: 60px; }
  .vb_prod_img .dimension_w {
    right: 100px;
    top: 150px; }
}
@media only screen and (max-width: 900px) {
  .vb_prod_img {
    height: 190px; }
  .vb_prod_img img {
    width: 110px;
    padding-right: 10px; }
  .vb_prod_img .dimension_l {
    right: 20px;
    top: 104px; }
  .vb_prod_img .dimension_h {
    right: 120px;
    top: 50px; }
  .vb_prod_img .dimension_w {
    right: 85px;
    top: 130px; }
}
@media only screen and (max-width: 740px) {
  .vb_prod_img {
    height: 125px; }
  .vb_prod_img img {
    width: 105px;
    padding-right: 45px; }
  .vb_prod_img .dimension_l {
    right: 40px;
    top: 60px; }
  .vb_prod_img .dimension_h {
    right: 110px;
    top: 25px; }
  .vb_prod_img .dimension_w {
    right: 85px;
    top: 75px; }
}
@media only screen and (max-width: 480px) {
  .vb_prod_img {
    height: 125px; }
  .vb_prod_img img {
    width: 70px;
    padding-right: 10px; }
  .vb_prod_img .dimension_w {
    right: 0;
    top: 65px; }
  .vb_prod_img .dimension_h {
    right: 75px;
    top: 30px; }
  .vb_prod_img .dimension_l {
    right: 45px;
    top: 75px; }
}

/* MULTI BOX IMG */
.mb_prod_img {
  height: 175px; }
.mb_prod_img img {
  width: 170px;
  padding-right: 25px }
.mb_prod_img .dimension_l {
  right: 10px;
  top: 80px; }
.mb_prod_img .dimension_h {
  right: 185px;
  top: 25px; }
.mb_prod_img .dimension_w {
  right: 80px;
  top: 100px; }

@media only screen and (max-width: 1200px) {
  .mb_prod_img img {
    width: 140px;
    padding-right: 0; }
  .mb_prod_img .dimension_l {
    right: 0;
    top: 80px; }
  .mb_prod_img .dimension_h {
    right: 145px;
    top: 25px }
  .mb_prod_img .dimension_w {
    right: 75px;
    top: 90px; }
}
@media only screen and (max-width: 900px) {
  .mb_prod_img {
    height: 160px; }
}
@media only screen and (max-width: 740px) {
  .mb_prod_img {
    height: 100px;
    margin-top: 0px; }
  .mb_prod_img img {
    width: 105px;
    padding-right: 35px; }
  .mb_prod_img .dimension_l {
    top: 30px;
    right: 20px; }
  .mb_prod_img .dimension_h {
    right: 105px;
    top: 5px; }
  .mb_prod_img .dimension_w {
    right: 65px;
    top: 45px; }
}
@media only screen and (max-width: 480px) {
  .mb_prod_img img {
    width: 70px;
    padding-right: 0; }
  .mb_prod_img .dimension_w {
    top: 45px;
    right: 42px; }
  .mb_prod_img .dimension_h {
    right: 70px;
    top: 5px; }
  .mb_prod_img .dimension_l {
    right: 5px;
    top: 45px; }
}

/* PIECES */
.add_boxes_2 {
  display: none; }
.line_box {
  padding: 10px 0;
  border-top: 1px solid #36474f;
  border-bottom: 1px solid #36474f;
  margin: 10px 0; }
.pieces_btns .btn_blue_border:last-child {
  margin: 0; }
.pieces_lbl {
  display: table-cell;
  float: none;
  vertical-align: middle; }
.pieces_lbl .tCell:first-child {
  padding-top: 4px;
  padding-right: 8px;
  font-weight: 500; }
.pieces_lbl input {
  text-align: center;
  font-weight: 500; }
.pieces_btns {
  display: table-cell;
  float: none; }

@media only screen and (max-width: 1200px) {
  .line_box {
    padding: 10px 0;
    margin: 6px 0; }
  .pieces_lbl .tCell:first-child {
    display: table;
    width: 100%;
    text-align: center;
    padding-bottom: 4px; }
  .pieces_lbl .tCell:last-child {
    display: table;
    width: 100%;
    text-align: center; }
}
@media only screen and (max-width: 900px) {
  .line_box {
    padding: 6px 0;
    margin: 6px 0; }
  .pieces_lbl .tCell:first-child {
    font-size: 12px; }
}
@media only screen and (max-width: 740px) {
  .line_box {
    padding: 2px 0;
    margin: 2px 0; }
  .pieces_lbl .tCell:first-child {
    font-size: 10px; }
  .add_boxes_1 {
    display: none; }
  .add_boxes_2 {
    display: block; }
}

/* SETS */
.nSets {
  margin: 0 auto;
  height: 40px; }
.nSets .tCell {
  vertical-align: middle;
  text-align: right;
  padding-right: 8px;
  font-weight: 500; }
.nSets .tCell:first-child {
    padding-bottom: 7px; }
.nSets_input {
  width: 50px; }
.grid_pad .grid_xs_6:first-child {
  padding-right: 8px; }
.grid_pad .grid_xs_6:last-child {
  padding-left: 2px; }

@media only screen and (max-width: 1200px) {
  .nSets {
    height: 35px; }
  .grid_pad .grid_xs_6:first-child {
    padding-right: 6px; }
  .grid_pad .grid_xs_6:last-child {
    padding-left: 0; }
}
@media only screen and (max-width: 900px) {
  .nSets {
    height: 30px; }
  .nSets .tCell:first-child {
    padding-bottom: 5px;
    font-size: 14px; }
  .nSets_input {
    width: 45px; }
}
@media only screen and (max-width: 740px) {
  .nSets {
    height: 24px;
    padding-top: 2px; }
  .nSets_input {
    width: 35px; }
  .nSets .tCell:first-child {
    padding-bottom: 4px;
    font-size: 10px; }
}

/* ROTATE */
.btn_img.rotate {
    padding-bottom: 5px; }
.btn_img.rotate img {
    padding-bottom: 5px;
    margin: auto;
    width: 100%; }


@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 740px) {
  .btn_img.rotate img {
    width: 30px; }
}
