/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/* 
psSpacing mixin that calculates photoshop letter spacing to css
2 arguments

$photoshop-spacing - spacing in photoshop file
$size-in-pixels -    font size in pixels

 */
/* @import "icons/settings";
@import "icons/sprite";
@import "icons/fi";
 */
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hide {
  display: none !important; }

.content-loader {
  position: fixed;
  z-index: 5000;
  display: block;
  width: 100%;
  height: 100%; }

.opts-lvl {
  width: 255px; }

.opt-gr {
  display: none; }

.opt-gr.active {
  display: block; }

.options-toggle {
  cursor: default; }

.options-toggle.active {
  cursor: pointer; }

/*
.opt-gr{
transition: right 0.3s ease-in 0s, width 0.3s ease-in 0s;
display: block!important;
}

.opt-gr.active{
right: 0;   
}

options-content {
    transition: right 2s,width 2s;
}
*/
.cart-wrap .total span.price-item-total {
  font-weight: 700; }
.copy-url-clipboard.success:before, #copy-model-data.success:after {
  display: inline-block;
  position: absolute;
  top: -25px;
  right: -30px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(102, 102, 102, 0.3);
  box-shadow: 1px 1px 2px 0px rgba(102, 102, 102, 0.3);
  color: #66cc33;
  background-color: #fff;
  content: attr(data-stitle);
  font-size: 11px;
  width: 150px;
  height: 20px;
  line-height: 20px; }

#project-tools-wrapper {
  display: inline-block;
  margin-bottom: 25px; }

#project-tools-wrapper > .form-link {
  width: 48px;
  height: 48px;
  margin-right: 11px; }

.option-item.disabled:hover {
  background: none;
  cursor: default; }

.option-item.disabled img.thumb {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3; }

.option-item.disabled .opt-details .name {
  color: #ccc; }

.texture-qtip .content {
  display: none; }

.options-content.opened .opts-lvl.visible,
.opts-lvl {
  overflow-y: auto; }

.opts-lvl .opt-list.opt-list-default {
  padding-bottom: 50px; }

.group-title {
  line-height: normal;
  padding-top: 21px; }

.detailed-specs .desc {
  display: inline-block;
  }

.detailed-specs .desc.last {
  margin-bottom: 0; }
.modal-loader.block-loader:after {
  pointer-events: auto; }

.external-product-links {
  display: block;
  background: url("../images/brochure-ico2.png") 3px 25px no-repeat;
  border-top: 1px solid #dadada;
  margin: 0 17px;
  padding-left: 35px;
  padding-top: 15px; }

.external-product-links a:hover {
  background-color: inherit; }

.external-product-links a.block-expand {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
  text-align: left; }

.external-product-links .ext-links a {
  color: #666;
  font-size: 13px;
  text-decoration: underline;
  text-align: left;
  margin-bottom: 2px; }

.modal-content {
  padding-top: 0; }

.form-txt {
  margin-bottom: 43px; }

.form-txt p {
  line-height: initial;
  margin-bottom: 0 !important;
  margin: 0; }

.remodal {
  padding-bottom: 0; }

.remodal h2 {
  margin-bottom: 12px; }

.form-group.group-logo .input-box {
  padding-bottom: 20px;
}

/*
.form-group.checkbox{
height:30px;
}
*/

.form-group.checkbox .input-box > label {
  display: block;
  position: relative;
  padding-left: 22px;
  padding-top: 0;
  font-size: 14px;
  text-transform: none;
  top: auto;
  line-height: normal;
  cursor: pointer; 
}

#projects_submit .form-group.checkbox .input-box > label {
margin-top:-10px;    
}
  .form-group.checkbox label input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0; }
    .form-group.checkbox label input[type="checkbox"]:checked ~ .c-indicator {
      background: #3c99fc;
      border-color: #3c99fc; }
    .form-group.checkbox label input[type="checkbox"]:checked ~ .c-indicator:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
.form-group.checkbox .c-indicator {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  color: #eee;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #999;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .form-group.checkbox .c-indicator:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    display: inline-block;
    background: url("../images/check-marked.svg") no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    width: 8px;
    height: 7px;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    -o-transition: -o-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear, -o-transform 200ms linear;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0); }

.form-group.checkbox input {
  float: left;
  margin-left: 5px;
  display: inline-block; }

.form-group.group-logo label {
width:auto;
float:left;
}

.group-logo #logo {
  position: absolute;
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

.group-logo .logo {
  float: none;
  display: block;
  clear: both;
  padding: 14px 22px; }

.group-logo .logo img {
  max-width: 220px;
  max-height: 70px; }

.group-logo .browse {
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background-color: #999999;
  padding: 6px 9px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  margin-top: -5px;
}

.group-logo .error-msg {
  margin-top: 30px; }

#projects_submit .form-group .info-tip {
width:22px;
height: 22px;
position: absolute;
right:0;
top:14px;
display: inline-block;
-webkit-mask-image: url('../images/info.svg');
mask-image: url('../images/info.svg');
background-color:#ccc;
}

.finalize .btn-black {
  padding: 14px 25px; }

.finalize .btn-grey2 {
  background-color: #dfdfdf;
  color: #666;
  position: relative; }
.qtip.qtip-material.qtip-pos-rb.qtip-pos-rt {
  margin-top: 55px; }

.qtip-material .qtip-content .img-wrapper {
  position: relative;
  display: block;
  width: 190px;
  height: 100px;
  overflow: hidden; }

.btn-white {
  background-color: #fff;
  color: #ff4900; }

.side-bottom .sep {
  color: #fff;
  padding: 0 2px;
  font-size: 11px; }

.side-content .show-projects {
  color: #fff;
  height: 50px;
  width: auto;
  line-height: 50px;
  padding-left: 30px;
  display: inline-block;
  background: url("../images/projects-ico.png") left center no-repeat;
  font-weight: 700; }
  .side-content .show-projects:hover > span {
    text-decoration: none; }
  .side-content .show-projects span {
    text-decoration: underline; }

.total-sum {
  line-height: 30px;
  vertical-align: middle; }

#users_login .form-group,
#users_register .form-group,
#users_registerfull .form-group,
#projects_productcomment .form-group,
#users_recover .form-group,
#projects_discount .form-group,
#projects_addcost .form-group,
#projects_submit .form-group
{
  float: none;
  }

.form-group.group-newsletter .input-box {
  border-bottom: 0; }

input[type=email]:-webkit-autofill,
input[type=password]:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white; }

.modal-content .links a {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #333; }

.remodal h2.add-mb {
  margin-bottom: 40px; }
  .remodal h2.add-mb.txt-bottom {
    margin-bottom: 20px; }

.remodal .btn.add-ph {
  padding: 14px 55px; }

.remodal .btn.add-mt {
  margin-top: 28px;
  display: block;
  clear: both; }

.users-edit,
.users-logout {
  color: #fff; }
  .users-edit:hover > span,
  .users-logout:hover > span {
    text-decoration: none; }
  .users-edit span,
  .users-logout span {
    text-decoration: underline; }

.users-edit {
  padding-left: 30px;
  background: url("../images/my-profile-loged.png") left center no-repeat;
  -webkit-background-size: 18px 18px;
          background-size: 18px;
  font-weight: 700; }

h2.success,
h2.success-message {
  color: #66cc00;
  font-size: 30px; }

h2.success {
  text-align: center;
  margin-bottom: 20px; }
  h2.success + .form-txt {
    text-align: center; }

h2.success-message {
  text-align: center; }

#users-edit-form {
  padding-left: 20px;
  padding-right: 20px; }
  #users-edit-form .checkbox {
    height: auto;
  }
  
    #users-edit-form .checkbox:before {
      content: '';
      border-bottom: 1px solid #e5e5e5;
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0; }

    #users-edit-form .checkbox .input-box {
      border: 0;
      padding:14px 0;
    }

#users-edit-form h3 {
  display: block;
  clear: both;
  font-size: 14px;
  text-transform: uppercase; }

#users-edit-form .btn {
  padding: 12px 20px;
  margin-right: 5px; }

  #users-edit-form .btn-wrapper{
    padding-top: 40px;
  }
  
.btn-orange {
  background-color: #ff4900; }

#users-edit-form .btn-grey {
  background-color: #dfdfdf; }

.form-group.static label {
  top: -2px; }

.form-group.static .form-input {
  line-height: 34px; }

#users-edit-form .form-group {
  margin-right: 0;
  width: 100%;
  float: none;
  clear:both;
  position: relative;
  display: block; }
#users-edit-form .has-success .form-input {
  background: #f3f3f3; }

#users-edit-form .form-group.group-logo {
 
}

#users-edit-form .form-group .info-tip {
  margin: 0;
  float: right;
  max-width: 250px;
  text-align: right;
  font-size: 11px;
  display: block;
  line-height: initial;
  color: #999;
}

#users_password .form-group {
  float: none; }

.cell .time {
  display: block;
  float: none;
  clear: both;
  font-size: 10px; }

.table-header .unit.unit_1 {
  text-align: left; }

.table-header.ext .unit-part {
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  text-align: center;
  padding: 6px 10px;
  vertical-align: middle;
  margin-top: 6px; }

h2 .project-date {
  display: inline-block;
  float: right;
  font-size: 12px; }

.projects-items-link {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 28px;
  color: #999;
  letter-spacing: .55px; }

.status-ico {
  display: block;
  margin: 0 auto; }

.status-updated .status-ico {
  width: 16px;
  height: 22px;
  background: url("../images/status-update.png");
  -webkit-background-size: cover;
          background-size: cover; }

.status-email .status-ico,
.status-finalize .status-ico {
  width: 20px;
  height: 19px;
  background: url("../images/status-mail.png");
  -webkit-background-size: cover;
          background-size: cover; }

.status-pdf .status-ico {
  width: 14px;
  height: 17px;
  background: url("../images/status-download.png");
  -webkit-background-size: cover;
          background-size: cover; }

.project-item {
  background: #f3f3f3;
  padding: 0; }
  .project-item:hover {
    background: #fff; }

.project-item.active {
  background: #ededed; }
  .project-item.active .status-ico {
    width: 12px;
    height: 20px;
    background: url("../images/status-pending.png");
    -webkit-background-size: cover;
            background-size: cover; }

.hide .show-cart {
  display: inline-block; }

.cart-item.deleted {
  background-color: #ffe8e8; }

.state-tip {
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 0 4px;
  margin-bottom: 4px; }

.cart-item.deleted .state-tip {
  background-color: #cc3333; }

.cart-item.replaced-components .state-tip {
  background-color: #ff9900; }

.price-old {
  text-decoration: line-through; }
.side-content .users-logout:before {
  content: '';
  height: 20px;
  width: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px; }

.cell-status {
  width: 90px;
  text-align: center; }

.cell-total {
  font-weight: 700; }

#projects_items .table-header .cell-status {
  width: 90px; }
.cell-project .product-name {
  font-size: 14px;
  font-weight: 700; }

/* .project-item {
    @include bp(min-width,768px) {
        padding: 28px 0;
    }
    .cell {
        @include bp(min-width,768px) {
            padding: 0;
        }
    }
}
 */
.cell-date {
  text-align: left; }
  .cell-date .active-now {
    display: block;
    color: #fc4a1e;
    font-size: 11px;
    text-transform: uppercase; }
  .cell-date .time {
    text-transform: uppercase;
    color: #999999;
    display: block; }

/* @include bp(min-width,768px) {
    .d-tab {
        display: table;
        width: 100%;
    }
    .d-row {
        display: table-row;
    }
    .d-cell {
        display: table-cell;
        vertical-align: middle;
    }
} */
.projects-items-svg {
  width: 39px;
  height: 37px;
  background: url("../images/my-projects.png");
  -webkit-background-size: cover;
          background-size: cover; }

.users-preferences-svg {
  width: 40px;
  height: 40px;
  background: url("../images/my-profile.png");
  -webkit-background-size: cover;
          background-size: cover; }

.replacement-list {
  margin-bottom: 30px; }
  .replacement-list .row {
    border-left: 2px solid transparent;
    padding: 16px 18px;
    margin-bottom: 10px;
    -webkit-box-shadow: 4px 4px 0 #e7e7e7;
            box-shadow: 4px 4px 0 #e7e7e7; }
  .replacement-list .deleted {
    border-left: 2px solid #cc3333;
    background: #ffe8e8;
    color: #996666; }
    .replacement-list .deleted .list {
      color: #cc3333; }
  .replacement-list .replaced-components {
    border-left: 2px solid #ff9900;
    background: #fffced;
    color: #cc6600; }
    .replacement-list .replaced-components .list {
      color: #ff6600; }
  .replacement-list ul {
    margin: 10px 0;
    list-style-type: none; }

.cart-not-empty .unit_4 {
  padding-right: 0;
  text-align: center; }
.cart-item .price-old {
  display: block;
  color: #999; }

.cart-table .cart-item {
  border-bottom: 1px solid #e5e5e5; }
  .cart-table .cart-item.ext .cart-cell-total {
    padding-left: 0;
    padding-right: 0;
    width: 85px;
    text-align: center; }
.cart-table .total {
  padding-right: 8px;
  text-align: center; }

.cart-control .row:last-child {
  border-bottom: 0; }

.product-name .p-name {
  display: block;
  font-size: 13px; }

#cart_items h2 .ico,
#cart_items h2 input {
  vertical-align: middle; }

.static .form-input {
  color: #999; }

.psw-field {
  padding-right: 190px;
  position: relative; }
  .psw-field .users-password {
    position: absolute;
    right: 18px;
    color: #666;
    text-decoration: underline;
    bottom: 2px; }
    .psw-field .users-password:hover {
      text-decoration: none; }
    .psw-field .users-password:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      height: 18px;
      background: url("../images/new-edit.png");
      -webkit-background-size: cover;
              background-size: cover;
      margin-right: 10px; }

.t-c {
  text-align: center; }

/* 
.remodal-sm {
  max-width: 600px;
}
 */
h2.h2-border {
  margin-bottom: 30px;
  /*     &:after {
      content: '';
      text-align: center;
      display: block;
      width: 80px;
      margin: 25px auto 30px auto;
      border-bottom: 1px solid #000;
  } */ }

.p-sm {
  font-size: 14px;
  line-height: 1.633;
  font-weight: 400; }

#projects-items-list .product-name {
  padding-left: 0; }
#projects-items-list .row {
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1); }

.remodal .m-b-1 {
  margin-bottom: 1.5em; }
.remodal .btn-grey {
  background: #d9d9d9; }
  .remodal .btn-grey:hover, .remodal .btn-grey:focus {
    background: #cdcdcd; }
.remodal .notification {
  padding: 20px; }
  .remodal .notification p {
    font-size: 14px; }
  .remodal .notification strong {
    display: block;
    margin-bottom: 5px;
    padding: 0; }

.cart-wrap .loged-in-title {
  margin-bottom: 35px; }

.loged-in-title {
  position: relative;
  padding-right: 130px; }
  .loged-in-title .project-date {
    position: absolute;
    right: 0; }
  .loged-in-title .edit-project-name {
    text-align: center; }
    .loged-in-title .edit-project-name > .ico {
      margin: 0 auto; }
  .loged-in-title #project-name {
    width: 100%;
    padding-left: 12px;
    max-width: 490px;
    border: 0;
    text-overflow: ellipsis; }

#project-name:disabled {
  border: 0;
  background-color: #fff;
  display: inline-block; }

#users_edit,
#user-prefences-marg {
  margin-top: 40px; }

.btn-black.orange {
  background: #f94b2c; }
  .btn-black.orange:hover {
    background: #f83613; }

.modal-centered .form-group {
  float: none;
  width: auto;
  margin: 0 0 30px 0; }

.remodal-sm {
  /*     @include bp(min-width,768px) {
      width: 500px;
  } */ }
  .remodal-sm h2 {
    text-align: center; }
.projects_submit #projects_submit {
  margin: 0 -20px; }
.projects_submit .modal-content .btn-wrapper {
  margin: 55px -35px 0 -35px;
  text-align: center;
  padding-top: 20px; }
.remodal .add-mb {
  text-align: center; }
.remodal .success-message {
  padding-bottom: 28px; }

.modal-content .btn-wrapper {
  background: #f3f3f3;
  margin: 55px -55px 0 -55px;
  padding: 16px 0 28px 0;
  text-align: center; }
  .modal-content .btn-wrapper .btn {
    display: inline-block;
    margin-top: 12px; }
    .modal-content .btn-wrapper .btn + .btn {
      margin-left: 12px; }
.modal-content .form-group {
  margin-left: auto;
  margin-right: auto; }
.modal-content .links {
  margin: 0 -55px;
  display: block;
  background: #f3f3f3;
  padding-bottom: 40px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .select-box {
    margin: 0 5px; }
  .form-group {
    width: 310px;
    float: left; }
  .form-group.checkbox {
    float: right;
    clear: right; }
  .form-group.group-newsletter {
    margin-left: 0; }
  .group-logo {
    margin-bottom: 50px; }
  
  .modal-content {
    padding-bottom: 0;
    margin-bottom: 0; }
  #users-edit-form {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px; }
  .table-header.ext .unit.cols2 {
    width: 180px;
    padding-left: 0;
    padding-right: 0; }
  .project-item .cell-status,
    .project-item .cell-total {
    padding: 30px 0;
    height: 80px; }
  .project-item .cell-project {
    padding: 22px 0 18px 0; }
  .project-item .cell-date {
    padding: 23px 0; }
  .table-header .cell-project,
  .table-header .cell-date {
    text-align: left; }
  .table-header .cell-project {
    width: 360px;
    text-align: left; }
  .cell-project {
    width: 360px;
    text-align: left; }
  .cart-not-empty .unit_3 {
    width: 90px;
    text-align: center; }
  .cart-item .amount {
    text-align: center;
    padding: 25px 0; 
    display:inline-block;
  }
  .cart-table .table-header.ext .unit_1 {
    padding-left: 20px;
    padding-top: 38px; }
  .cart-table .table-header.ext .unit_5 {
    padding-top: 38px; }
  .cart-table .table-header.ext .unit_1 {
    width: 166px; }
  .cart-table .table-header .unit_5 {
    width: 100px;
  float:right; }
  .cart-table .cart-item.ext .product {
    width: 166px; }
  .cart-table .cart-item.ext .cell.price {
    width: 90px; }
  .cart-table .cart-item.ext .with-input {
    padding: 25px 0; }
  .cart-control .deleted .total {
    width: 100px; }
  .cart-control .deleted .total + .total {
    width: 62px; }
  .cart-control .price-changed .price,
  .cart-control .price-changed .cart-cell-total {
    padding: 25px 0; }
  .cart-control .price-changed .cart-cell-total + .cart-cell-total {
    padding: 33px 0; }
  .loged-in-title .edit-project-name {
    position: absolute;
    right: 146px;
    top: 2px;
    width: 43px;
    height: 43px;
    -webkit-background-size: cover;
    background-size: cover; }
  .edit-project-name.active {
    background-image: url("../images/project-name-active.png"); }
  .edit-project-name.active > .ico {
    display: none; }
  .projects_submit .form-group.checkbox {
    float: right; 
    margin-bottom: 0px;
    min-height: auto;
  }
  .remodal {
    width: auto; }
  #users_register .form-group.group-newsletter,
  #users_registerfull .form-group.group-newsletter {
    margin-left: 40px; }
  
  
  
.cart-table .cart-item .action-tools{
  display: none;
  }
  
  .cart-table .cart-item .action-tools .cartitem-action{
  padding:0 4px;
  margin:0;
  }
  
  .cart-table .cart-item:hover .action-tools{
  background-color:#fff;
  display:inline-block;
  -webkit-box-shadow: 2px 1px 4px 1px rgba(0,0,0,0.17);
  -moz-box-shadow: 2px 1px 4px 1px rgba(0,0,0,0.17);
  box-shadow: 2px 1px 4px 1px rgba(0,0,0,0.17);
  padding:5px 0;
  position: absolute;
  right:-29px;
  top:-8px;
  width:168px;
  height: 40px;
  line-height: 40px;
  }
  
  
  .cart-table .cart-item:hover .action-tools:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -6px;
    bottom: -10px;
    left: 50%;
    box-sizing: border-box;
    border: 6px solid black;
    border-color:#fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.17);
  }
  
  
  .cart-table .cart-item:hover .m-cartitem-actions{
  display:block;
  }
  
  
  
  
  
  
  
  }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-group {
    width: 290px; } }

@media only screen and (min-width: 992px) {
  .finalize .btn-grey2 {
    margin-bottom: 10px; }
  .cart-table .product-name {
    padding-left: 190px; }
  .cart-table .table-header.ext .unit_1 {
    width: 260px; }
  .cart-table .cart-item.ext .product {
    width: 260px; }
  .cart-wrap .loged-in-title {
    margin-bottom: 15px; }
  .loged-in-title .edit-project-name {
    right: 250px; }
  .loged-in-title #project-name {
    max-width: 710px; } }

@media only screen and (min-width: 1024px) {
  .remodal {
    padding-top: 45px; }
	
 
	
	}

@media only screen and (min-width: 1260px) {
  .options-content {
    width: 0px; }
  .finalize .btn-grey2 {
    margin-bottom: 51px; }
  .finalize .btn-grey2:before {
    position: absolute;
    bottom: -30px;
    left: 75px;
    border-top: 1px solid #dfdfdf;
    content: "";
    width: 60px;
    height: 1px; }
  .side-content .users-edit {
    margin-left: 36px; }
  .side-content .users-logout {
    margin-left: 16px; } }

@media only screen and (max-width: 991px) {
  #project-tools-wrapper {
    margin-top: 25px; }
  .cart-wrap .product .thumb {
    display: none; }
  .cart-table .cart-item.ext .amount a {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 1024px) {
  .qtip-icalc {
    visibility: hidden; } }

/*# sourceMappingURL=custom.css.map */

.edit-pr .ico.project-edit{
width:26px;
height: 26px;
background:url('../images/show-clone.png') 0px 0px no-repeat;
}

.edit-pr:focus .ico.project-edit,
.edit-pr:hover .ico.project-edit {
    background-position:0px -26px;
}

.clone-pr .ico.project-clone{
width:26px;
height: 26px;
background:url('../images/show-clone.png') -26px 0px no-repeat;
}

.clone-pr:focus .ico.project-clone,
.clone-pr:hover .ico.project-clone {
    background-position:-26px -26px;
}


.cart-item .product, .project-item{
cursor: pointer;
}

.modal-content .links .sep{
width:1px;
height:25px;
display: inline-block;
border-left:1px solid #C6C6C6;
margin:0 21px -7px 21px;
}

.modal-content .links a#users-recover{
margin-left:25px;
}



#login-btn{
width:120px;
height: 50px;
line-height:50px;
position:fixed;
display: block;
z-index: 10;
top:0;
right:45px;
text-decoration:underline;
background-color:#FF4900;
border-radius: 0 0 7px 7px;

}

#login-btn .icon{
width:24px;
height:24px;
-webkit-mask-image: url('../images/login.svg');
mask-image: url('../images/login.svg');
background-color:#fff;
margin: 12px 5px 0 25px;
}

#login-btn span{
float:left;
}

#login-btn span.text{
text-decoration:underline;
font-size:14px;
font-weight:bold;
color:#fff;
}


#login-btn2{
text-transform: uppercase;
font-size: 11px;
color:#ff4900;
text-decoration:none;
float:right;
margin-top: 15px;
display:block;
font-weight: bold;
margin-right: 108px;
}

#login-btn2:hover{
text-decoration:underline;    
}


#login-btn2 .icon{
width:24px;
height:24px;
display: inline-block;
-webkit-mask-image: url('../images/login.svg');
mask-image: url('../images/login.svg');
background-color:#ff4900;
margin: -5px 10px 0 10px;
float:right;
}

.product-comment{
display: inline-block;    
font-style: italic;
font-size: 11px;
color: #999;
font-weight: normal;
margin-top: 2px;
}

.product-comment:hover{
color:#333;
}

.product-comment.edit{
background-position: right center;
padding-right:20px;
}

.product-comment.edit:hover{
background:url('../images/label-edit.png') right center no-repeat;  
}

#project-items p.product-name{
margin:3px 0 0 0;
}

@media only screen and (max-width: 767px) {
    .group-include_summary{
    margin-top:80px;  
}
}

#copy-model-data{
cursor: pointer;
position: relative;
}

#copy-model-data.success:after{
top:auto;
bottom:45px;
right:0px;
width:auto;
-webkit-box-shadow: none;
box-shadow: none;
}

#ap-sku-code{
background:url('../images/model-data-copy.png') right top no-repeat;
padding-right: 25px;
padding-top:3px;
}

.form-txt.finalize{
width: auto;
float: none;
padding-left: 50px;
padding-top: 10px;
text-align: left!important;
margin-bottom: 30px;
font-size: 15px;
}

.form-txt.finalize p{
font-size: 15px!important;
padding-bottom: 15px;
}

.form-txt.finalize ul li{
margin-bottom:5px;
font-size: 15px;
}

.custom-textures{
display: inline-block;
}

.form-group.group-tid{
display: none;
}

.remodal.templates_texturecustom{
padding-left:90px;
padding-right: 90px;
}

.remodal.templates_texturecustom .modal-content .btn-wrapper {
background: #f3f3f3;
margin: 55px -90px 0 -90px;   
}

.custom-fabrics-list{
list-style-type:none;
padding:0;
margin:0;
display: block;
margin-bottom: 30px;
}

.custom-fabrics-list-label{
font-size: 9px;
line-height: 9px;
color: #999;
text-transform: uppercase;
display: block;
margin-bottom: 12px;
}

.custom-fabrics-list li{
float:left;
font-size: 12px;
margin-right: 5px;
margin-bottom:5px;
}

.custom-fabrics-list li a.custom-fabric{
color:#333;
display: inline-block;
width:48px;
height: 30px;
line-height: 30px;
text-align: center;
background-color: #F3F3F3;
}

.custom-fabrics-list li a.custom-fabric.selected{
background-color: #ff4900;
color:#fff;
}

.custom-textures-link{
display: block;
padding: 8px 11px;
border:1px solid #e5e5e5;
border-radius: 2px;
color:#333;
font-size: 13px;
margin: 18px 20px;
position: relative;
margin-bottom: 100px;
}

.custom-textures-link .ico{
position: absolute;
right:7px;
top:5px;
display: none;
}

.custom-textures-link.selected .ico{
display: inline-block; 
}

.ajax-pagination{
padding:0;
}


.custom-textures-sep{
display: block;
padding-bottom: 50px;
}

.grey-row{
border-top: 1px solid #e5e5e5;
background-color: #E8E8E8;
text-transform: uppercase;
font-size: 13px;
padding:12px 0 12px 0;
}

@media only screen and (min-width: 768px){
.tariff-surcharge {
padding-right: 150px;
}
}

.total-wrapper{
width:120px;
display:inline-block;
text-align: right;
}

.c-texture.disabled{
opacity: 0.2;
cursor: default;
}

.c-texture.disabled:hover{
opacity: 0.2;
cursor: default;
background-color: #333;
}


.hidden {
display: none
}

#scene-wrapper{
  width:100%;
  height: 100%;
  display: block;
  z-index: 0;
  }

  #scene-wrapper canvas{
    display: block; 
  }

  #project-tools-wrapper .form-link{
margin:0;
  }

  .xml-2020-button{
    background: url('../images/2020-xml.svg') no-repeat center center #fff;
  }

  #model-reset-view{
    display:block;
    position: absolute;
    left: -64px;
    top: -40px;
    width:260px;
    height: 35px;
    background: url('../images/rotate-2.svg') no-repeat center center transparent;
  }

  .cart-table .collapse.in{
  width:100%;
  }


  .cart-table .cart-item:hover:before{
  border:1px solid #e5e5e5;
  position: absolute;
  top:-1px;
  left:-18px;
  display:inline-block;
  width:18px;
  height: calc(100% + 2px);
  background: url('../images/drag-ico.svg') no-repeat center center #E8E8E8;
  border-radius:4px 0 0 4px;
}


.price-custom[disabled]{
  border:1px solid #e5e5e5;
  background-color: #f3f3f3!important;
}


.cart-table .cart-item:hover .price-custom[disabled]{
  border-color:#fff;
  background-color: #fff;
}


.note{
color:#ff4900;
}

.asterix{
  font-size: 18px;
  font-weight: bold;
  color:#ff4900;
}

.unit-part .asterix{
  line-height: 10px;
}

#preview3d-wrapper{
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  text-align: center;
}

#preview3d-img{
  max-width: 100%;
  max-height: 100%;
  display: inline;
}

#model-zoom-view{
width:22px;
height: 23px;
margin-left: 22px;
display: inline-block;
background: url('../images/zoom-in.svg') center center transparent no-repeat;
}

#model-zoom-view:hover{
 background: url('../images/zoom-in-over.svg') center center transparent no-repeat;
}

#model-zoom-view.zoom-out{
 background: url('../images/zoom-out.svg') center center transparent no-repeat;	
}


#model-zoom-view.zoom-out:hover{
 background: url('../images/zoom-out.svg') center center transparent no-repeat;	
}
  
  .zoom-mode{
    cursor: move;
  }

  .com-quantity{
  font-weight: bold;
  }

  .blank{
  visibility: hidden;
  }

  .form-group.checkbox.group-call_back .input-box{
  padding-bottom: 14px;
  }


  .add-cost-new-link{
    display:inline-block;
    color:#333;
    margin-left:36px;
    margin-right: 30px;
    padding-left:30px;
    background: url('../images/add-row-icon.svg') left center transparent no-repeat;
  }

  .add-cost .add-cost-link{
    background: url(../images/label-edit.png) right center no-repeat;
    padding-right: 20px;
    color:#333;
    display:inline-block;
    width:auto;
    height:15px;
    margin-right: 20px;
    color:#333;
  }
    
.add-cost .add-cost-link .total-wrapper{
      margin-right: 110px;
}


.project-links-wrapper{
margin:20px 10px 20px 15px;
}

.project-links-wrapper a{
  height:31px;
  line-height: 31px;
}


.project-links-wrapper a:hover span{
 text-decoration: none!important;
}

.project-discount{
  float:right;
  color:#333!important;
  background:url('../images/label-edit.png') right center no-repeat;
  padding-right: 20px;
}
  
.project-discount .value{
  font-weight: bold;
  font-size:14px;
  margin-left:2px;
  color:#ff4900;
  }

.project-discount .asterix{
  display: block;
  float: left;
  margin-right: 5px;
}

#surcharge-old{
color:#999;
}

.surcharge-wrapper{
line-height: 150%;
display: block;
}

#surcharge-old, #surcharge-old .total-wrapper{
text-decoration: line-through!important;    
}

.tariff-status{
color: #333;
padding-left:38px;
margin-left:20px;
font-size:12px;
background: url('../images/status-on-icon.svg') left center transparent no-repeat;
}

.tariff-surcharge.inactive .tariff-status{
  background-image: url('../images/status-off-icon.svg');
  color:#999;
}

.tariff-surcharge.inactive span{
  text-decoration: line-through;
  color:#999;
}

.add-cost{
  margin-top:1px;
}

.projects_submit .form-group.group-call_back.checkbox{
float:left;  
}

.projects_submit .form-group.group-logo .input-box{
  border-top: 1px solid #e5e5e5;
  padding-top: 26px;
}



#address-field-wrapper{
  position: relative;
  display: inline-block;
  margin: 0;
  margin-left:18px;
  width: calc(100% - 18px);
}


.call-back-wrapper{
  display:block;
  width: 708px;
  margin: 0 auto;
  padding:0 10px 0 34px;
  height:34px;
  line-height: 34px;
  color: #ff4900;
  font-size: 13px;
  border-left: 2px solid #ff9900;
  box-shadow: 4px 4px 0 #e7e7e7;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  background: url('../images/call-back-icon.svg') 10px center transparent no-repeat;
}

.call-back-wrapper .call-back-close{
float:right;
}


.pac-container {  
  z-index: 9999999 !important;  
}



#model-points {
  position: absolute;  /* let us position ourself inside the container */
  z-index: 0;          /* make a new stacking context so children don't sort with rest of page */
  left: 0;             /* make our position the top left of the container */
  top: 0;
  color: white;
  z-index: 0;
}


.m-p{
 display: none; 
}

.m-p.active {
width: 50px;
height: 50px;
cursor: pointer;
z-index: 100;
position: absolute;
top: 0;
left: 0;
display: inline-block;
opacity: 1;
}


.animating-object .m-p.active{
  transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
     opacity: 0;
}



.m-p.active:hover:after,
.m-p.active.selected:after {
background-position: 69.70% 0;
}


.m-p.active:after {
content: '';
display: block;
position: absolute;
box-sizing: content-box;
cursor: pointer;  
width: 29px;
height: 29px;
background: url(svg/sprite.css.svg) 71.3% 0 no-repeat;
top: 10px;
left: 10px; 
}

.m-i.active.hidden,
.m-p,
.m-p.hide {
  display: none;
}


.over-object{
cursor:pointer;
}


.color-thumb{
display:inline-block;
width:58px;
height:54px;
}

.img-wrapper .color-thumb{
width:200px;
height:140px;
}





/* loader css */


.block-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top:0;
  left:0;
  z-index: 1051;
  opacity: .8
}

.block-loader:before{
  display:inline-block;
  width:28px;
  height:28px;
  /*
  position: absolute;
  top:50%;
  left:50%;
    
  margin-left:-14px;
  margin-top:-14px;
*/
  content:url('../images/loader.svg');
  z-index: 12;
}

#loader-status{
  color: #fff;
  font-size: 12px;
  position: absolute;
  z-index: 12;
}


.block-loader::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  opacity: .6;
  pointer-events: none;
  z-index: 10;
}


.block-loader#ac-loader{
  width: calc(100% - 30px);
}

.block-loader#ac-loader:before{
  width: 50px;
  height: 50px;
  /*
  margin-left:-25px;
  margin-top:-25px;
  */
}

#app-loader {
  z-index: 1054;
}

.block-loader.opaque#app-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.block-loader.opaque#app-loader:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

/*
.options-content.opened .block-loader::after {
  left: auto;
  right: 0;
  top: 0;
  display: block;
}
*/

.options-content.opened .block-loader::after {
 /* display: none; */
}

.app-content .block-loader {

}

#so-svgs{
position: absolute;
top:0;
left:0;
z-index:-2;
width: 400px;
}

#so-svgs.active{
  z-index:102;
}

#so-svgs svg{
position: absolute;
top:0;
left:0;
display:none;
}

#so-svgs svg.active{
  display:block;
 }
 
 
 .opts-lvl.skip-transition{
    -webkit-transition: none;
    transition: none;
	 visibility:hidden;

}

.form-group.group-include_summary{
margin-top:40px;	
}

.form-group.group-name,
.form-group.group-owner_name,
.form-group.group-customer_email
{
	display:none;
}

.detailed-specs table {
    width: 100%;
}

.detailed-specs table .items{
line-height: 160%;
}

.opt-details .name{
position:relative;	
}

.icon-info{
display:inline-block;
width:16px;
height:16px;
z-index:10;
position:absolute;
margin-left: 3px;
background: url("../images/info.svg") no-repeat;
}

.desc-wrapper{
padding:0px 20px 8px 20px;
}

.desc-wrapper img{
max-width: 100%!important;
height: auto!important;
}

.desc-wrapper p{
font-size: 10px;
color:#999;
}

#modal-message-wrapper .exclude-popup, .desc-wrapper .exclude-inline, #modal-message .desc-popup{
display:none!important;
}

.desc-wrapper .image-wrapper{
position:relative;
line-height: 0;
}

.desc-popup{
 cursor: pointer; 
 display: inline-block!important;
}

.desc-popup.text{
text-decoration: underline;
color:#000;
}

.desc-popup.icon{
width:32px;
height:32px;
background: url('../images/zoom-sh.svg') center center transparent no-repeat;
position: absolute;
bottom:0;
right:0;
}

.desc-popup.icon:hover{
background-color:rgba(51,51,51,0.5);
}

.desc-popup.icon.top-left{
top:0;
left:0;
bottom:auto;
right:auto;
}

.desc-popup.icon.top-right{
top:0;
left:auto;
bottom:auto;
right:0;
}

.desc-popup.icon.bottom-left{
top:auto;
left:0;
bottom:0;
right:auto;
}

.texture-thumb{
  width:30px;
  height: 30px;
  display: inline-block;
  float:left;
  margin-right:16px;
  border-radius: 50%;
  line-height: 30px;
}

.texture-undo-wrapper{
  text-align: center;
  margin-top: 48px
}

.texture-undo{
text-transform: uppercase;
display: none;
cursor: pointer;
width:auto;
font-size: 10px;
}

.texture-undo.active{
padding-left: 34px;
background: url('../images/undo-icon.svg') center left transparent no-repeat;
background-size: 32px 32px;
display: inline-block;
line-height: 32px;
color:#000;
}

#project-tools-wrapper a[data-params="type.pdf"],
#project-tools-wrapper a[data-params="type.email"]
{
  display:none;
}

.cart-item .amount.amount-block{
display:block;
float:right;
padding:0;
}

.cart-item .amount.amount-block a{
padding:0;
}

.cart-item .items .item{
line-height: 30px;
clear:both;
}

#countries-list{
z-index: 100;
position: absolute;
}

.form-group select{
width:310px;
}

.select2-dropdown.form-dropdown{
  z-index: 10000;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 345px;
}

.select2-container .select2-selection--single.form-container{
  height: 32px;
}


.select2-container .select2-selection--single.form-container .select2-selection__rendered::after{
  display: none;
}

.select2-container .select2-selection--single.form-container .select2-selection__rendered{
padding-left:0;
}


.form-group .select2-container--default .select2-selection--single.form-container .select2-selection__placeholder,
.form-group .select2-container--default .select2-selection--single.form-container .select2-selection__rendered
{
  color: #999;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 9px;
    text-transform: uppercase;
}

#countries-list-wrapper .select2-container--open::after, 
.group-country .select2-container--open::after{
display:none;
}


#countries-list-wrapper{
position: absolute;
right:42px;
top:24px;
z-index: 1100;
}

#countries-list-wrapper .select2-selection__placeholder{
  font-weight: normal;
}

#select2-countries-list-container{
color:#333;
font-size:13px;

}

#countries-list{
  width:190px;
  }

.detailed-specs td.items-row{
  border-bottom: 1px solid #e5e5e5;
  padding-left:20px;
  padding-top:0px;
}

.detailed-specs td.name-row{
font-weight: bold;
padding-top:12px;
}

.detailed-specs td.items-row .item-price{
float:right;
display: block;
width: 104px;
text-align: right;
}

#amounts-wrapper{
display:none;
}

.project-prices{
  width:272px;
}

.project-prices .price-vat{
  border-top: 1px solid #e5e5e5;
  border-bottom: 2px solid #999;
}

.project-prices .price-row{
  padding: 10px 40px 10px 0px;
  clear:both;
  float:left;
  width: 100%;
}

.project-prices .price-row div{
font-size: 13px!important;
}

.project-prices .price-row .value{
float:right;
padding:0 0 0 10px;
line-height: normal;
}

.project-prices .price-row .value span{
  font-size: 13px;
}

.project-prices .price-row .title{
float:left;
text-align: right;
width:104px;
  }

.project-prices .price-row.price-full .value{
font-weight: bold;
}
  


.drag-notice {
  display: flex;
  justify-content: center;
  align-items: center;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding: 10px;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  background: white;
  position: absolute;
}

.drag-notice.start {
  animation: popout 0.25s 3s forwards;
}
@keyframes popout {
  to {
    transform: scale(0);
  }
}
@keyframes wheelin {
  to {
    transform: translateX(0);
  }
}