/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * 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; }
.active-product a.m-p.active {
  background: none;
  width: 50px;
  height: 50px;
  cursor: pointer; }

.active-product a.m-p.active:hover,
.active-product a.m-p.active.selected {
  width: 50px;
  height: 50px;
  background: none; }

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

.active-product a.m-p.active:after {
  width: 29px;
  height: 29px;
  background: url(svg/sprite.css.svg) 71.3% 0 no-repeat;
  top: 10px;
  left: 10px; }

.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;
  margin-bottom: 5px; }

.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;
}

.form-group input[type="file"] {
  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; }

.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,
#templates_texturecustomimage .form-group .info-tip  {
width:22px;
height: 22px;
position: absolute;
right:25px;
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; }
  
.qtip-material .qtip-content  p{
	width: 190px;  
}

.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
{
  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 .sub-total .fr {
  height: auto; }
  .cart-table .sub-total .fr .price-total-old {
    font-size: 14px;
    color: #999;
    display: block;
    text-align: right;
    line-height: normal; }
.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;
    margin-right: 0 !important; }
  .form-group.group-newsletter {
    margin-left: 0; }
  .group-owner_comment {
    margin-bottom: 5px; }
  .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 {
    width: 90px;
    text-align: center;
    padding: 25px 0; }
  .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.remodal {
    width: 715px; }
  .projects_submit .form-group {
    width: 50%;
    float: left;
    padding: 0 20px;
    min-height: 40px; }


 #projects_submit.logged-form.prices-disabled .group-owner_comment,
 #projects_submit.logged-form.prices-disabled .group-call_back{
  clear:left;
 }   

 #projects_submit.logged-form .group-call_back{
  margin-top: -40px;
 }

 #projects_submit.logged-form.prices-disabled .group-call_back{
  margin-top: 20px;
 }

 #projects_submit.logged-form.prices-disabled .group-include_summary{
  margin-top: -30px;
 }


  .projects_submit .form-group.checkbox {
    float: right; 
    margin-bottom: 0px;
    min-height: auto;
  }
  .remodal {
    width: 500px; }
  #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:-39px;
  top:-8px;
  width:185px;
  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: 60px; }
  .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; }
  .projects_submit.remodal {
    width: 800px; } }

@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, .form-group.group-customtexturedelete{
display: none;
}

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

.remodal.templates_texturecustom .modal-content .btn-wrapper,
.remodal.templates_texturecustomimage .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-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;
}

.sub-total .fr span {
    padding-left: 0;
}


.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:20px;
    margin-right: 20px;
    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 5px 20px 5px;
}

.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,
#freight-surcharge-old{
color:#999;
}

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

#surcharge-old, #surcharge-old .total-wrapper,
#freight-surcharge-old, #freight-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;
}


.notlogged-form .group-owner_comment{
clear:left;
}

.notlogged-form .form-group.checkbox{
top:-64px;
}


#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;  
}


/* 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 {

}

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


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

.detailed-specs table td:first-child{
  width: 20%;
}

.file-field label{
  font-size: 14px;
  text-transform: none;
  line-height: normal;
}

.file-field .browse{
  margin-left: 20px;
}

.remodal.templates_texturecustomimage{
  padding: 45px 90px 0px 90px;
}

#templates_texturecustomimage .form-group .info-tip {
  right: 15px;
  top: 8px;
}

#custom-fabric-desc{
border-radius: 0;
background: none;
}

#custom-fabric-desc .ui-tabs .ui-tabs-nav{
padding:0;
margin:0;
}

#custom-fabric-desc .ui-widget-header{
background: none;
border:none;
text-align: center;
}

#custom-fabric-desc.ui-tabs .ui-tabs-nav li{
  margin:0;
  border:none!important;
  margin-left: 6px;
  float: none;
  display: inline-block;
}


#custom-fabric-desc.ui-tabs .ui-tabs-panel{
  padding:0;
}

#custom-fabric-desc.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
  margin:0;
  color:#fff;
  padding:0;
  width:10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  border:1px solid #999;
}

#custom-fabric-desc.ui-tabs .ui-tabs-nav .ui-tabs-active{
padding: 0;
}

#custom-fabric-desc.ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor{
background-color: #999;
}

#upload-btn{
  border: 2px solid #A3A3A3;
  border-radius: 4px;
  color: #A3A3A3;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 18px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

#upload-cancel-btn{
color: #2b2e38;
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
display: inline-block;
margin-top: 60px;
margin-bottom: 15px;
text-decoration: underline;
cursor: pointer;
letter-spacing: 1px;
}

#custom-texture-msg-wrapper{
text-align: center;
}

#custom-texture-tools{
background-color: #F3F3F3;
display:block;
height: 54px;
width: 100%;
}

#custom-texture-tools img{
float:left;
}

#custom-texture-tools .action-link{
float:right;
margin-right:22px;
margin-top: 16px;
}

#custom-fabric-desc .ui-widget-content{
  font-size: 13px;
  color: #666;
  text-align: center;
  line-height: 150%;
}


#project-search{
display:inline-block;
float:right;
margin-right: 250px;  
margin-top:10px;
font-size: 14px;
background: url("../images/search-icon.svg") 6px center no-repeat;
padding: 8px 10px 8px 32px;
color:#666;
cursor:text;
}

#project-search-input{
display:none;
border:0px;
font-weight: bold;
color:#333;
background-color: #f3f3f3;
padding:0;
width: 190px;
caret-color: #A6A6A6;
}

#project-search .title{
display:inline;
}

#project-search.active .title{
display:none;
} 

#project-search.active{
border-bottom:1px solid #A3A3A3;
cursor:initial;
}


#project-search-clear{
  display:none;
  float:right;
  width:11px;
  height:11px;
  margin-top:4px;
  margin-left:8px;
  cursor:pointer;
  background: url("../images/clear-icon.svg") center center no-repeat; 
}

#project-search.active #project-search-input,
#project-search.active #project-search-clear{
display:inline-block;
}


#custom-image-name{
font-size:14px;
color: #333;
float: left;
line-height:30px;
display: inline-block;
}

#custom-image-clear:after{
content:"";
left: 7px;
right:auto;
}

#custom-image-selected{
line-height:30px;
display:block;
}

#custom-image-clear{
width:30px;
height:30px;
display:inline-block;
border:1px solid #999;
border-radius:15px;
position:relative;
margin-left: 10px;
}


#custom-fabric-desc p{
line-height: 150%;
margin: 8px 0 8px 0;
}


.pricelist{
  display:inline-block;
  width: 100%;
  margin:0;
  margin-bottom: 28px;
}


.finalize h3{
  margin: 0px 0 16px;
}


.price-list-dropdown{
  /*border-bottom: 5px solid #D42500;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;*/
  box-shadow: 0 6px 6px rgb(0 0 0 / 20%)!important;
  margin-top:-8px!important;
}

.pricelist .select2-container--open::after{
  box-shadow: none;
}

.pricelist .select2-container--open{
  box-shadow: 0 6px 6px rgb(0 0 0 / 20%);
}


.pricelist .select2-selection__arrow{
  display:block;
}

.pricelist .select2-container--default .select2-selection--single .select2-selection__arrow::after{
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #444;
  top: 12px;
  background: none;
}

.pricelist .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #444;
  border-top: none;
  top: 12px;
  background: none;
}

.grade-filter{
  margin-left: -3px;
  margin-bottom: 10px;
}

.grade-filter .item{
width:40px;
height:28px;
line-height: 28px;
text-align: center;
display:inline-block;
margin: 0 3px 10px 3px;
border-radius: 14px;
font-size: 11px;
background-color: #f1f1f1;
color:#2d2d2d;
cursor: pointer;
font-weight: bold;
font-family: Trebuchet MS;
}

.grade-filter .item.active{
  background-color: #ff4900;
  color:#ffffff;
}

.grade-filter-wrap {
  padding-left:10px;
}

.add-cost .fr{
  clear:right;
}


.cwd-row .title{
  display: inline-block;
  text-transform: none;
}

.cwd-row .value{
  margin-right:150px;
  width: 120px;
  display: inline-block;
  text-align: right;
}

.cwd-row{
  color: #ff4900;
}

.view-graded-pdf{
  display: block;
  text-decoration: underline;
  color: #333;
  text-align: center;
  font-size: 12px;
  margin-top: -50px;
}

#templates_texturecustom .btn-wrapper{
padding-bottom:60px;
}

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


.model-info .sif-export{
display:none;
}




.actions-wrap .sif-export{
  display:none;
}

.fi-sif{
  font-size: 22px;
  color:#333;
}

.fi-sif:before{
  content:"\e801";
}

.fi-sif:hover{
  color:#999;
}


.action-tools .fi-sif{
  color:#CFCFCF;
  font-size: 16px;
  vertical-align: top;
  margin-top: 4px;
}

.action-tools .fi-sif:hover{
  color:#333;
}

.form-link.sif-export{
line-height: 48px;
}

.action-tools .fi-sif:before{
  content:"\e800";
}



@media only screen and (min-width: 768px) {

#ap-sku-code{
  margin-left: 28px;
  margin-right: auto;
}

#ap-sku-code::after {
   width: 157px;
  left: -28px;
  right: auto;
}


.model-info .sif-export{
  position:absolute;
  top: 40px;
  right: auto;
  left:0;
  width:17px;
  height: 16px;
  display:inline-block;
  background: url('../images/sif-icon.svg') right top no-repeat;
}

}


@media only screen and (min-width: 1260px) {

  #ap-sku-code{
    margin-right: 27px;
    margin-left: auto;
  }
  
  #ap-sku-code::after {
    right: -27px;
    left:auto;
}

.model-info .sif-export{
  top: auto;
  right: 0;
  left: auto;
  bottom: 88px;
}

}



@media only screen and (min-width: 1260px) {



}




@font-face {
  font-family: '9to5';
  src: url('../styles/fonts/9to5.eot?79763082');
  src: url('../styles/fonts/9to5.eot?79763082#iefix') format('embedded-opentype'),
       url('../styles/fonts/9to5.woff2?79763082') format('woff2'),
       url('../styles/fonts/9to5.woff?79763082') format('woff'),
       url('../styles/fonts/9to5.ttf?79763082') format('truetype'),
       url('../styles/fonts/9to5.svg?79763082#9to5') format('svg');
  font-weight: normal;
  font-style: normal;
}



.fi {
  font-family: "9to5";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}


.option-item.disabled{
	display:none;
}

.detailed-specs .tone2-2d-emulated-message{
color:#000;
margin: 8px 0 0 0;
}

.detailed-specs .tone2-2d-emulated-message .note{
font-weight: bold;
}

.opts-lvl .tone2-2d-emulated-message{
font-size: 13px;
color:#797979;
padding: 16px 30px 16px 50px;
margin-bottom: 20px;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
position: relative;
}


.opts-lvl .tone2-2d-emulated-message.list-message{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.opts-lvl .tone2-2d-emulated-message .icon{
  width:16px;
  height: 16px;
  display: inline-block;
  background: url('../images/warning-icon.svg') transparent;
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 18px;
  animation: blinker 1s linear;
  animation-delay: 1s;
}


@keyframes blinker {
  25% {
    border-radius: 16px;
    box-shadow: 0px 0px 4px 1px rgba(253, 105, 53, 1);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(253, 105, 53, 1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(253, 105, 53, 1);
  }

  50% {
    border-radius: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  75% {
    border-radius: 16px;
    box-shadow: 0px 0px 4px 1px rgba(253, 105, 53, 1);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(253, 105, 53, 1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(253, 105, 53, 1);
  }

  100% {
    border-radius: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

}


/* Choice comment block */

.has-choice-comment .custom-textures-link{
  margin-bottom: 0;
}

.has-choice-comment .custom-textures-sep{
  padding-bottom: 20px;
}

.has-choice-comment .description{

}

.opts-lvl .description.choice-comment{
  margin-top: 10px;
  padding: 0 22px 40px 22px;
}

.has-choice-comment .opt-list-default{
  padding-bottom: 20px!important;
}

/* Choice comment block */





#fixed-discount-status{
	clear:both;
	background-position:right center;
	padding-left:0;
	padding-right:28px;
}


#fixed-discount-status.inactive{
	clear:both;
	background-position:right center;
	padding-left:0;
	padding-right:28px;
	background-image: url('../images/status-off-icon.svg')
}


.project-discount.disabled{
	padding-right:0;
	background:none;
}


.price-item.standard-price{
	position:relative;
}
.price-item.standard-price:after{
	content:'';
	position:absolute;
	right: -15px;
    top: 0;
	width:12px;
	height:12px;
	display:inline-block;
	background: url("../images/dollar-icon.svg") center center no-repeat;
}

#standard-price-message .row{
	color:#ff6600;
}


#standard-price-message .row:before{
	content:'';
	width:12px;
	height:12px;
	display:inline-block;
	margin-right: 5px;
	background: url("../images/dollar-icon.svg") center center no-repeat;
}