.page-header {
    margin: 12px 0 4px;
    display: inline-block;
    width: 100%;
}

.label-overlay{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 32px;
}

.label{
    background: url("../img/bg/all.png") repeat scroll 0 -41px rgba(0, 0, 0, 0);
    height: 32px;
    left: 0;
    position: absolute;
    top: -2px;
    transition: all 0.2s ease 0s;
    width: 32px;
}

.widget_ico_wrap {
  position: absolute;
  margin: 15px 0 0 10px;
  z-index: 0
}

.widget_ico {
    display: inline !important;
}

.label__active{
    background: none repeat scroll 0 0 #f0f0f0;
    border: 2px solid #0081d4;
    border-radius: 16px;
    color: #0081d4;
    font: 11px/16px "ProximaNovaSemiBold";
    letter-spacing: 1.2px;
    opacity: 0;
    padding: 7px 0 9px 15px;
    text-transform: uppercase;
    visibility: hidden;
    width: 158px;
}

.label__active:before{
    background: url("../img/bg/all.png")  -55px -51px rgba(0, 0, 0, 0);
    content: "";
    height: 12px;
    left: 7px;
    position: absolute;
    top: 8px;
    width: 14px;
}

.label__active:after{
    background: url("../img/bg/all.png") -151px -52px;
    content: "";
    height: 12px;
    left: 7px;
    position: absolute;
    top: 8px;
    width: 14px;
    opacity: 0;

    -webkit-transition: all .3s ease ;
    transition: all .3s ease ;
}


.label__active:active{
    background: #0081d4;
    color: #FFFFFF;
}

.label__active:active:after{
    opacity: 1;
}

.label-overlay:hover .label{
    opacity: 0;
    visibility: hidden;
}

.label-overlay:hover .label__active{
    opacity: 1;
    visibility: visible;
}

.order-steps{
    text-align: center;
    margin: 0 auto 40px;
}

.order-steps li{
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    padding-right: 34px;
}

.order-steps li:last-child{
    padding-right: 0 !important;
}

.order-steps li:last-child:after{
    border: none;
}

.order-steps li:not(:last-child) i:after{
    content: "";
    width: 75px;
    border-top: 1px solid #cdcdcd;
    position: absolute;
    left: 130%;
    top: 15px;
}

.order-steps li:not(:first-child) i:before{
    content: "";
    width: 75px;
    border-top: 1px solid #cdcdcd;
    position: absolute;
    right: 130%;
    top: 15px;
}

.order-steps li a{
    min-width: 53px;
    text-align: center;
    display: inline-block;
}

.order-steps li i{
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;

    background: #d5d5d5;
    border-radius: 50%;

    font: 18px/33px 'ProximaNova';
    color: #888888;
    text-align: center;

    transition: all .2s ease;
    z-index: -1;
}

.order-steps li span{
    color: #888888;
}

.order-steps li.active i,
.order-steps li:not(.no_hover):hover i{
    background: #0081d4;
    color: #FFFFFF;
}

.order-steps li.active span,
.order-steps li:not(.no_hover):hover span{
    color: #000000;
}

.order-steps.steps-5 li {  padding-right: 55px;  }
.order-steps.steps-6 li {  padding-right: 34px;  }

.breadcrumb{
    margin: 0;
    background: #dfdfdf;
}

.breadcrumb > li + li:before{
    margin: 0 20px;
}

.system-message{
    padding: 14px 14px;
    background: #d8192b;
    color: #FFFFFF;
}

.system-message.error {
    background: #d8192b;
}

.system-message.warning {
    background: #f8ac59;
}

.system-message.info {
    background: #0081d4;
}

.system-message.success {
    background: #1ab394;
}

.system-message.default {
    background: #dfdfdf;
}

.system-message strong{
    font-family: 'ProximaNova';
    color: #FFFFFF;
}

.system-message ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.shipment-base{
    padding: 40px 0 20px;
    background: #FFFFFF;
}

.shipment-base:not(.active){
    display: none;
}


.shipment-base.no-indent{
    padding: 0 !important;
}

.dropzone{
    border: 2px dashed #c5c5c5;
    padding: 103px 15px 0;
    transition: border-color .3s ease, color .4s ease;
}

.dropzone.error{
    border-color: red;
}

.dropzone.error .dropzone-condition{
    color: red;
}

.dropzone-title h3{
    margin: 5px;
    line-height: 22px;
}

.dropzone-condition{
    color: #999999;
}

.qq-upload-list {
    margin-top: 98px;
    margin-bottom: 5px;
}

.model_units label {
    margin-right: 25px;
    padding-left: 25px;
}

.model_units label:last-child {
    margin-right: 0;
}

.file-preview__item{
    width: 270px;
    margin: 0 0 20px;
    background: #eeeeee;
    padding: 10px;
    position: relative;
    float: left;
}

.file-preview{
    margin-bottom: 20px;
}

.file-preview__item:nth-child(even){
    float: right;
}

.file-detail .product-preview{
    border: 1px solid #e5e5e5;
    max-width: 60px;
    display: inline-block;
    vertical-align: middle;
}

.product-preview img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.file-detail .file-name{
    margin-left: 6px;
    color: #000000;
}

.shipment-footer{
    margin: 15px 0;
}

.shipment-footer .footer-logo{
    width: 110px;
}

.product-desc .product-preview{
    margin-left: -10px;
    overflow: hidden;
    width: 268px;
    height: 268px;
    border: 1px solid #dfdfdf;
}

.product-desc .model_3d_preview_controls {
    margin: 10px 0 20px;
}

.product-desc .model_3d_preview_controls_explain {
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.product-desc .model_3d_preview_controls_model_info {
    font-size: 14px;
    text-align: center;
}

.model_3d_view_switcher {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 45px;
    background: #0081d4;
    border-radius: 50%;
    height: 45px;
    box-shadow: 0 0 2px 1px #969696;
    cursor: pointer;
}

.model_3d_view_switcher:hover {
    background-color: #0095f4;
}

.model_3d_view_switcher .rotate_icon {
    width: 35px;
    margin: 5px 0 0 5px;
}

.model_3d_view_switcher .image_icon {
    width: 29px;
    margin: 8px 0 0 8px;
}

.model_3d_view_legend {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.model_3d_view_wrapper {
    width: 268px;
    height: 268px;
}

.model_3d_view_wrapper .thumb_loader {
    text-align: center;
    background: white;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 90px;
}

.product-info{
    padding-left: 10px;
}

.qnt-count{
    margin-bottom: 10px;
}

.qnt-count dt,
.qnt-count dd{
    display: inline-block;
    vertical-align: middle;
}

.qnt-count dt{
    color: #000000;
    margin-right: 4px;
}

.qnt-wrap{
    background: #efefef;
    border-radius: 13px;
    display: inline-block;
    vertical-align: middle;
}

.qnt-wrap button,
.qnt-wrap input{
    float: left;
}

.qnt-wrap button{
    width: 26px;
    height: 26px;
    border: none;
    font: 0px/0 a;
    border-radius: 50%;
}

.qnt-wrap button[data-qnt="decrement"]{
    background: url("../img/bg/all.png") repeat scroll -112px 9px #b3b3b3;
}

.qnt-wrap button[data-qnt="increment"]{
    background: url("../img/bg/all.png") repeat scroll -156px 9px #b3b3b3;
}

.qnt-wrap button:hover{
    background-color: #c6c6c6;
}

.qnt-wrap button:active{
    background-color: #9f9f9f;
}

.qnt-wrap button[disabled]{
    background-color: #c6c6c6 !important;
    opacity: .5;
}

.qnt-wrap input{
    width: 26px;
    margin: 0 3px;
    padding: 5px 0 3px;
    background: #efefef;
    border: none;
    font: 15px/18px 'ProximaNova';
    color: #000000;
    text-align: center;
}


.qnt-wrap.small button{
    width: 19px;
    height: 19px;
}

.qnt-wrap.small input{
    padding: 2px 0 0;
    width: 38px;
    line-height: 17px;
}

.qnt-wrap.small button[data-qnt="decrement"]{
    background-position:  -115px 6px;
}

.qnt-wrap.small button[data-qnt="increment"]{
    background-position: -160px 6px;
}

/* post-production counter */
.pp-qnt-wrap {
    background: transparent;
}
.pp-qnt-wrap button {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #C4C4C4;
    user-select: none;
}
.pp-qnt-wrap button[data-qnt="decrement"],
.pp-qnt-wrap button[data-qnt="increment"]{
    background: transparent;
}
.pp-qnt-wrap button[disabled] {
    background-color: transparent !important;
    opacity: .5;
}
.pp-qnt-wrap button:not([disabled]):hover {
    opacity: .5;
}
.pp-qnt-wrap button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    font-size: 11px;
    line-height: 1;
}
.pp-qnt-wrap button[data-qnt="decrement"]:before {
    content: '–';
    top: 46%;
}
.pp-qnt-wrap button[data-qnt="increment"]:before {
    content: '+';
}
.pp-qnt-wrap input {
    width: 20px;
    padding: 2px 0 0;
    background: transparent;
}

.product-info .helper{
    min-height: 195px;
}

.choose-material{
    width: 600px;
    margin: auto;
    position: relative;
    left: -30px;
    margin-top: 32px
}

.material-list ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.material-list ul li{
    position: relative;
    display: inline-block;
    font: 14px/20px "ProximaNova";
    text-align: center;
    vertical-align: top;
    width: 145px;
    min-height: 160px;
}

.material-list ul li:hover{
    cursor: pointer;
}

.material-list ul li.active p,
.material-list ul li:hover p{
    color: #0081d4;
}

.material-list ul li.active .circle-preview{
    border-color: #0081d4;
}

.material-list ul li.active:after, .material-list ul li.active:before {
    bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.material-list ul li.active:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -14px;
}
.material-list ul li.active:before {
    border-color: rgba(196, 196, 196, 0);
    border-bottom-color: #c4c4c4;
    border-width: 15px;
    margin-left: -15px;
}

.circle-preview{
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;

    transition: border-color .3s ease;
}

.material-list .circle-preview {
    width: 61px;
    height: 61px;
}

.circle-preview img{
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.material-list ul li p{
    font: 14px/16px "ProximaNova";
    margin: 3px 0 4px;
    color: #000000;
    transition: color .2s ease;
}

.time-delivery{
    display: block;
    line-height: 14px;
    color: #999999;
    margin-bottom: 2px;
}

.loading-dots {
    min-width: 12px;
    display: inline-block;
    text-align: left;
}

.m_price_error_msg {
    color: red;
    float: left;
}

.notice{
    color: #0081d4;
    position: relative;
    padding-bottom: 10px;
}

.ejaculation{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    background: url("../img/bg/all.png") -61px -84px;
    font: 0px/0 a;
}

.notice .ejaculation{
    position: relative;
    top: -2px;
}

/*.tooltip{*/
    /*background-color: #fff;*/
    /*border: 1px solid #e6e6e6;*/
    /*border-radius: 3px;*/
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
    /*left: 50%;*/
    /*margin-left: -96px;*/
    /*min-width: 192px;*/
    /*padding: 1px;*/
    /*position: absolute;*/
    /*text-align: center;*/
    /*top: 15px;*/
    /*white-space: normal;*/
    /*z-index: 1060;*/

    /*opacity: 0;*/
    /*visibility: hidden;*/

    /*transition: all .2s ease;*/
/*}*/

/*.tooltip__content{*/
    /*color: #000000;*/
    /*white-space: normal;*/
    /*padding: 9px 14px;*/
/*}*/

/*.tooltip__arrow:after, .tooltip__arrow:before {*/
    /*bottom: 100%;*/
    /*left: 50%;*/
    /*border: solid transparent;*/
    /*content: " ";*/
    /*height: 0;*/
    /*width: 0;*/
    /*position: absolute;*/
    /*pointer-events: none;*/
/*}*/

/*.tooltip__arrow:after {*/
    /*border-color: rgba(255, 255, 255, 0);*/
    /*border-bottom-color: #ffffff;*/
    /*border-width: 9px;*/
    /*margin-left: -9px;*/
/*}*/
/*.tooltip__arrow:before {*/
    /*border-color: rgba(230, 230, 230, 0);*/
    /*border-bottom-color: #e6e6e6;*/
    /*border-width: 10px;*/
    /*margin-left: -10px;*/
/*}*/

.notice:hover .tooltip{
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.dropdown-cart{
    width: 640px;
    position: relative;
    left: -20px;
    height: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;

    transition:border-color .6s ease;
}

.dropdown-cart > div {
    display: none;
}
.dropdown-cart.show{
    border-color: #c4c4c4;
    margin-bottom: 25px;
}

.dropdown-cart__table{
    padding: 40px 35px 40px 40px;
    color: #000000;
}

.dropdown-cart__table .resp-left{
   float: left;
   text-align: center;
}

.dropdown-cart__table .resp-right{
    float: right;
    width: 72.17%;
}

.rw:not(:last-child){
    margin-bottom: 6.8%;
}

.dropdown-cart [class*="col_"]{
    display: inline-block;
    vertical-align: middle;
}

.dropdown-cart .col_2{
    width: 34%;
}

.dropdown-cart .col_3{
    width: 17%;
}

.dropdown-cart .col_4{
    width: 26%;
}

.dropdown-cart .col_5{
    width: 20%;
}

.dropdown-cart .buy_btn {
    float: right;
}

.dropdown-cart .product-preview{
    display: inline-block;
    text-align: center;
}

.dropdown-cart .product-preview figure{
    margin-bottom: 9px;
}

.dropdown-cart .close-cross{
    top: 10px;
    right: 10px;
    margin: 0;
}

.wall_thickness_status {
    position: absolute;
    top: 11px;
}

.wall_thickness_status .wt_passed {
    color: #46bc6b;
}

.block-title.indent-bottom {
    margin-bottom: 20px;
}

.block-title h3{
    margin: 11.5px 0;
    font: 12px/20px 'ProximaNovaBold';
    text-transform: uppercase;
    letter-spacing: .7px;
    background: #ffffff;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    z-index: 1;
}

.border-decorate{
    position: relative;
    clear: both;
}

.border-decorate:after{
    border-top: 1px solid #e8e8e8;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 20px;
    width: 100%;
}

.order-info b{
    font: 14px/20px 'ProximaNova';
    color: #000000;
}

.order-info-row{
    margin-bottom: 10px;
}

.order-notes-block{
    word-wrap: break-word;
}

.user-info{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.user-info li:not(:last-child){
    margin-bottom: 10px;
}

.user-info b{
    font: 14px/20px 'ProximaNova';
    color: #000000;
}

.user-info .track-link {
    color: #0081d4;
}

.btn.pay_order {
    float: right;
    margin: -32px 15px 0 0;
}

.cart-table{
    font: 14px/20px 'ProximaNova';
    color: #000000;
}

.cart-table > tbody {
    counter-reset: product;
}
tbody .cart-product__thumb {
    position: relative;
}
tbody .cart-product__thumb::before {
    content: counter(product);
    counter-increment: product;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
}

tr.cart-product{
    border-top: 1px solid #e8e8e8;
}

*:not(.cart-table.helper) tr.cart-product:first-child{
    border-top: none;
}
tr.cart-product:first-child{  border-top: none;  }

tr.cart-product td{
    padding: 30px 0;
    vertical-align: top;
}

tr.cart-product td:first-child,
tr.cart-product td.align-helper{
    vertical-align: middle;
}

.cart-product__thumb      {  width: 8.5%;  }
.cart-product__filename   {  width: 12.5%;  }
.cart-product__material   {  width: 12.5%;  }
.cart-product__spec       {  width: 20%;  }
.cart-product__qnt        {  width: 10%;  }
.cart-product__price      {  width: 10%;  }
.cart-product__discount   {  width: 16.5%;  }
.cart-product__fullprice  {  width: 10%;  }

.cart-product__thumb .close-circle{
    position: absolute;
    left: -10px;
    top: -10px;
}

.thumb-overlay {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    max-width: 70px;
    margin-right: 10px;
}

.cart-product__thumb img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.cart-table dl{
    margin: 0;
    padding: 15px 6px 0;
}

.cart-table dt{
    font: 11px/20px 'ProximaNovaSemiBold';
    color: #999999;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.amount,
.price{
    font-size: 16px;
}

.cost-details{
    background: none repeat scroll 0 0 #dfdfdf;
    line-height: 30px;
    padding: 18px 35px 13px;
}

.discount-message {
    color: #000000;
    margin-bottom: 10px;
}

.promocode-fail-message-block {
    margin-bottom: 10px;
}

.promocode-fail-message-block .message {
    color: #FF0000;
}

.cart-summary{
    color: #000000;
    text-align: right;
}

#ask_for_help {
    text-align: left;
    width: 250px;
    margin: 0;
    position: absolute;
}

.increase-startup-price-link, .remove-startup-price-link{
    border-bottom: 1px dashed;
    cursor: pointer;
}

.main-price{
    font-size: 24px;
    line-height: 24px;
}

.notes_attachment_uploader{
    margin-top: 11.5px;
}

.uploaded_filename_wrapper{
    margin-top: 5px;
    margin-bottom: 5px;
}

.notes_attach_delete_btn{
    float: left;
    margin-right: 10px;
}

.pasport{
    margin: 10px 0;
}

.pasport.left-indent {
    padding: 0 0 0 10px;
}

.dropdown-menu{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 4px 0 8px;
    max-height: 56px;
    overflow: hidden;
}

.dropdown-menu .page-title{
    border-bottom: 1px dotted;
    font: 26px/44px 'ProximaNova';
    margin: 0 14px 0 0;
    position: relative;
    z-index: 11;
}

.dropdown-menu .page-title:hover,
.dropdown-menu .page-title:focus {
    color: #000000;
}

.dropdown-menu.active .page-title{
    border: none;
}

.dropdown-menu.active .page-title:after{
    background-position: 4px -183px;
}

.dropdown-menu .sub-nav {
    position: absolute;
    min-width: 182px;
    background: none repeat scroll 0 0 #ffffff;
    left: -8px;
    margin: 0;
    padding: 50px 10px 5px;
    text-align: left;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 10;

    box-shadow: 2px 0 15px rgba(0,0,0,0.2);

    transition: all .2s linear;
}

.dropdown-menu .sub-nav li a{
    font: 26px/46px 'ProximaNova';
    color: #0081d4;
    display: block;
}

.dropdown-menu .sub-nav li a:hover{
    color: #000;
}

.dropdown-menu.active .sub-nav {
    opacity: 1;
    visibility: visible;
}

.price_spec_manual_check{
    border-bottom: 1px dotted;
    font: 14px/30px 'ProximaNova';
    cursor: pointer;
}

.language-menu{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 4px 0 8px;
    max-height: 56px;
    overflow: hidden;
    cursor: pointer;
}

.language-menu .page-title{
    border-bottom: 1px dotted;
    font: 16px/30px 'ProximaNova';
    margin: 0 14px 0 0;
    position: relative;
    z-index: 11;
}

.language-menu .page-title:hover,
.language-menu .page-title:focus {
    color: #000000;
}

.language-menu .page-title:after {
    background: url("../img/bg/all.png") no-repeat scroll -25px -183px rgba(0, 0, 0, 0);
    content: "";
    height: 25px;
    position: absolute;
    right: -7px;
    top: -5px;
    width: 9px;
}

.language-menu.active .page-title{
    border: none;
}

.language-menu.active .page-title:after{
    background-position: 4px -183px;
}

.language-menu .sub-nav {
    position: absolute;
    width: 130px !important;
    min-width: 120px;
    background: none repeat scroll 0 0 #ffffff;
    left: -10px;
    top: -466px;
    margin: 0;
    padding: 8px 10px 28px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 10;

    box-shadow: 2px 0 15px rgba(0,0,0,0.2);

    transition: all .2s linear;
}

.language-menu .sub-nav li a{
    font: 16px/26px 'ProximaNova';
    color: #0081d4;
    display: block;
}

.language-menu .sub-nav li a:hover{
    color: #000;
}

.language-menu.active .sub-nav {
    opacity: 1;
    visibility: visible;
}

.main-container {
    background: #ffffff;
    overflow: hidden;
}

.accordion-table {
    text-align: left;
    font: 14px/18px 'ProximaNova';
    color: #000000;
}

.table-header {
    overflow: hidden;
}

.table-header .table-col{
    font: 11px/44px 'ProximaNovaSemiBold';
    text-transform: uppercase;
    color: #999999;
    letter-spacing: .5px;
}

.table-col{
    float: left;
    text-align: left;
    line-height: 35px;
}

._x1 {
    width: 25.3125%;
    padding-left: 18px;
}

._x2,
._x3 {
    width: 21.15%;
}

._x4 {
    width: 15.625%;
}

._x5 {
    width: 16.40%;
    text-align: center;
}

.accordion-panel {
    margin-top: 1px;
    box-shadow: 0 -1px 0 0 #dddddd;
    overflow: hidden;
    transition: all .2s linear;
}

.accordion-panel.show {
    box-shadow: none;
    border:  2px solid #0081d4;
}

.visible-panel {
    cursor: pointer;
}

.panel-status {
    color: #0081d4;
    border-bottom: 1px dotted  #0081d4;
    position: relative;
}

.panel-status:after {
    background: url("../img/bg/all.png") no-repeat scroll -25px -219px rgba(0, 0, 0, 0);
    content: "";
    height: 25px;
    position: absolute;
    right: -9px;
    top: 0;
    width: 9px;
}

.accordion-panel.show .panel-status {
    border: none;
}

.accordion-panel.show .panel-status:after {
    background-position: 4px -219px;
}

.hide-panel {
    clear: both;
}

.delivery-status {
    background: #0081d4;
    color: #ffffff;
    position: relative;
}

.delivery-status:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 7px solid #0081d4;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -3.5px;
    z-index: 2;

}

.delivery-steps {
    text-align: justify;
    line-height: 0;
    margin: 0;
    padding: 15px 12px 13px;
    font-size: 1px;
    position: relative;
}

.delivery-steps:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.delivery-steps li {
    position: relative;
    font: 14px/18px 'ProximaNova';
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}


.delivery-steps [class*="col-"]:last-child {
    width: inherit;
}

.icon-helper {
    display: block;
    margin: 0 auto 2px;
    border-left: 10px solid #0081d4;
    border-right: 10px solid #0081d4;
    width: 48px;
}

.delivery-steps i {
    width: 28px;
    height: 28px;
    display: block;
    margin: auto;
    border-radius: 50%;
    background: url("../img/bg/status.png") no-repeat 8px 9px #005890;
}

.delivery-steps li.current i {
    background-color: #46bc6b;
    background-position: 10px -26px;
}

.delivery-steps li.coming i {
    background-color: #50b2f1;
    background-position: 12px -64px;
}

.delivery-steps li.coming span {
    color: #74c9ff;
}

.delivery-steps:before {
    content: "";
    width: 80%;
    border-top: 1px solid #449cd4;
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -40%;
}

.status-description {
    background: #50b2f1;
    text-align: center;
    font: 14px/41px 'ProximaNova';
    color: #ffffff;
    margin: 0 0 3px;
}

.pasport .btn.cancel_order,
.pasport .btn.contact_us {
    margin-right: 4px;
}

.form-wrapper {
    padding: 40px 0 20px;
}

.form-content {
    padding: 0 10px;
}

.two-column-tb td{
    width: 50%;
    padding: 30px 30px 20px;
}

.log-in-form_wrapper p {
    font: 16px/18px 'ProximaNova';
    color: #000000;
}

.create-acount-block {
    text-align: center;
    font: 16px/18px 'ProximaNova';
    color: #000000;
}

.create-acount-block p {
    margin-bottom: 10px;
}

.fg-psw {
    position: absolute;
    font: 16px/20px 'ProximaNova';
    padding: 13px 10px;
    color: #0081d4;
    right: 0;
    top: 0;
}

.fg-psw:hover {
    color: #000000;
}

.btn.square.btn-success {
    background: #00D46E;
}

.btn-cart-added {
    background-color: #72e094;
}

/*  Media queries */

@media (max-width: 992px) {
    .cart-product__price {  display: none;  }
    .cart-product__discount {  display: none; width: 0;  }

    .dropzone {  padding-top: 20px;  }

    .qq-upload-list {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 639px) {
    .dropdown-cart{
        left: 0;
        width: 100%;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .dropdown-cart__table {
        padding: 35px 15px 35px 15px;
    }

    .choose-material{
        left: 0;
        width: 100%;
    }

    .material-list ul li{
        width: 32%;
    }

    .dropdown-cart__table{
        padding: 25px 15px;
    }

    .dropdown-cart__table .resp-left{
        float: none;
        margin-bottom: 20px;
    }

    .dropdown-cart__table .resp-right{
        float: none;
        clear: both;
        width: 100%;
    }

    .material-list ul li.active:after,
    .material-list ul li.active:before{
        display: none;
    }

    .form-group,
    .block-title{
        margin-bottom: 15px;
    }

    .user-info{
        font-size: 14px;
    }

    .response-col-4 ,
    .response-col-5 ,
    .response-col-2 {
        width: 25%;
    }

    .response-col-1 {
        width: 30%;
    }


    .page-title {
        font: 22px/38px "ProximaNova";
    }

    .page-title:after {
        background-position: -25px -185px;
    }

    .dropdown-menu.active .page-title:after {
        background-position: 4px -185px;
    }

    .sub-nav {
        padding: 42px 10px 5px;
        left: -10px;
    }

    .sub-nav li a {
        font: 15px/32px "ProximaNova";
    }

    ._x1 {
        width: 45%;
    }

    ._x4 {
        width: 28%;
    }

    .delivery-steps {
        padding: 10px 5px;
    }

    .delivery-steps:before {
        top: 24px;
    }

    .delivery-steps li {
        font-size: 11px;
    }

    .icon-helper {
        width: 42px;
        border-width: 7px;
    }

    .modal-content {
        padding: 15px 20px;
        min-width: inherit;
    }

    .modal-content p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .user-form {
        margin-left: 0 !important;
    }

    .label-control {
        width: inherit;
        margin: 0 0 10px;
    }

    .two-column-tb td{
        display: block;
        width: 100%;
    }

    .two-column-tb .border-decorate_type-right {
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
    }

    .response-col-6 {
        width: 6%;
    }

    tr.cart-product td {
        padding: 25px 0;
    }
}


@media (max-width: 475px){

    body{
        font-size: 12px;
        line-height: 17px;
    }

    h1, .h1{
        font-size: 22px;
    }

    h3, .h3{
        font-size: 15px;
    }

    p{
        margin: 0 0 15px;
    }

    .page-header{
        margin: 8px 0 4px;
    }

    .order-steps{
        margin-bottom: 15px;
    }

    .order-steps li{
        width: 20%;
    }

    .order-steps li a{
        min-width: 46px;
    }

    .order-steps li i{
        width: 26px;
        height: 26px;
        font: 14px/27px 'ProximaNova';
    }

    .order-steps li span{
        font-size: 12px;
    }

    .order-steps li:not(:first-child) i:before,
    .order-steps li:not(:last-child) i:after{
        top: 13px;
    }

    .breadcrumb > li + li:before{
        margin: 0 10px;
    }

    .breadcrumb li a{
        font-size: 13px;
    }

    .system-message{
        padding: 10px;
    }

    .system-message strong{
        font-size: 15px;
    }

    .shipment-base{
        padding: 15px 0 0;
    }

    .dropzone{
        padding: 55px 0 40px;
        margin-bottom: 15px;
    }

    .dropzone-title{
        display: none;
    }

    .file-preview__item{
        width: 100%;
        margin-bottom: 15px;
    }

    .file-preview{
        margin: 0;
    }

    .shipment-footer{
        margin: 15px 20px;
    }

    .btn{
        padding: 10px 16px 8px;
    }

    .btn-upload{
        padding: 15.5px 22px 12.5px;
        font-size: 13px;
    }

    .btn-prev{
        padding: 8px 14px 6px;
    }

    .product-info .helper{
        min-height: 102px;
    }

    .product-desc .product-preview, .product-info{
        margin-bottom: 15px;
    }

    .product-desc .product-preview{
        margin-left: 0;
    }

    .box-title h2{
        margin-top: 10px;
    }

    .material-list ul li{
        width: 49%;
    }

    .tooltip{
        min-width: 150px;
        margin-left: -75px;
    }

    .dropdown-cart__table{
        padding: 35px 15px 15px;
    }

    .rw:not(:last-child){
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .dropdown-cart .col_2,
    .dropdown-cart .col_3,
    .dropdown-cart .col_4,
    .dropdown-cart .col_5 {
        width: 49%;
    }

    .dropdown-cart .col_3,
    .dropdown-cart .col_5{
        text-align: right;
    }

    .cost-details{
        padding-right: 20px;
        font-size: 16px;
    }
}
.powered_by_wrap.center {
    margin: 3px 0 0 64px;
}

.powered_by_text {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(169, 169, 169);
}

/* MANUAL CHECK REQUEST POPUP STYLE */

.global-popup .fancybox-close {
    width: 41px;
    height: 41px;
    right: -28px;
    top: -23px;
    position: absolute;
    background: url("../img/bg/all.png") no-repeat 0 -246px;
    border: none;
}

#get_user_email_popup {
    margin-bottom: 20px;
}

.get_user_email_popup h2 {
    text-align: center;
    margin-top: 25px;
}

.get_user_email_popup .fgt-pass-sent {
    color: #47b86a;
    font-size: 16px;
    margin-top: 6px;
    display: inline-block;
}

.get_user_email_popup .fgt-pass,
.get_user_extra_info_popup .skip_extra_info_form {
    cursor: pointer;
    color: #0081d4;
}

.get_user_email_popup .fgt-pass:hover,
.get_user_extra_info_popup .skip_extra_info_form:hover {
    cursor: pointer;
    color: #005dd4;
}

.get_user_email_popup .fgt-pass,
.get_user_email_popup .fgt-pass-sent,
.get_user_extra_info_popup .skip_extra_info_form {
    font-size: 16px;
    margin-top: 6px;
    display: inline-block;
}

.get_user_email_popup .email_is_set_text {
    margin-bottom: 20px;
}

.get_user_email_popup .fancybox-inner {
    height: auto !important;
}

.get_user_email_popup .email_is_set_text {
    width: 350px;
}

#manual_check_popup {
    margin: 0;
    position: relative;
    width: 340px;
}

.feedback-popup__c {
    padding: 0 40px;
}

#manual_check_popup h2 {
    text-align: center;
    font: 24px/1.8 'ProximaNova';
        margin: 17px 0 20px 0;
}

#manual_check_popup h2:after,
#reorient-confirm-popup h1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dadada;
    left: 0;
    display: block;
    margin-top: 12px;
}

#manual_check_popup .form-control {
    color: black;
    font-family: "ProximaNova";
    font-size: 16px;
    min-height: 48px;
    width: 100%;
    background: #e8e8e8;
    border: none;
    box-shadow: none;
    padding: 6px 15px;
}

#manual_check_popup .btn:not(#file_upload_btn) {
    float: right;
    margin: -10px 0 18px 0;
}

#manual_check_popup textarea {
    min-height: 70px;
}

#manual_check_popup .progress {
    margin-top: 4px;
    margin-bottom: 0;
}

#manual_check_popup .upload_btn_wrapper {
    float: left;
    width: 50%;
}

#manual_check_popup .uploaded_filename_wrapper {
    float: right;
    width: 50%;
    padding-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#manual_check_popup .problem_model_title {
    margin: 25px 0 15px 0;
}

#manual_check_popup .max_upload_size_text {
    font-size: 12px;
    margin: 1px 0 0 1px;
    color: #777777;
}
/* END MANUAL CHECK REQUEST POPUP STYLE */

/* START 2ND STEP POPOVER WITH UPLOADED MODELS LIST */
.popover.uploaded_models_list {
    top: 0 !important;
    left: 0 !important;
    max-width: 400px !important;
    width: 400px !important;
    border-radius: 2px !important;
}

.popover.uploaded_models_list .popover-content {
    padding: 23px 0 12px !important
}

.popover.uploaded_models_list .arrow {
    left: 8% !important;
    margin-left: -14px !important;
}

#uploaded_models_popover_wrapper {
    position: absolute;
}

#uploaded_models_popover_wrapper .arrow, #uploaded_models_popover_wrapper .popover {
    border-color: #dfdfdf;
}

.popover.uploaded_models_list .uploaded_model_status_bar {
    height: 30px;
    padding: 0 15px 0 17px;
    margin-bottom: 2px;
    cursor: pointer;
}

.popover.uploaded_models_list .uploaded_model_status_bar:hover {
    background-color: #f0f0f0;
}


.popover.uploaded_models_list .uploaded_model_status_bar:last-child {
    margin-bottom: 0;
}

.popover.uploaded_models_list .uploaded_model_status_bar.active {
    cursor: default;
    background-color: #e8e8e8;
}

.popover.uploaded_models_list .model_status:not(.active) {
    display: none;
}

.first_step_status::before, .popover.uploaded_models_list .model_status::before {
    position: absolute;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-align: center;
    margin-left: -18px;
}

.popover.uploaded_models_list .model_status::before {
    line-height: 30px;
}

.after_upload_status_wrapper .first_step_status,
.after_upload_status_wrapper .first_step_status::before {
    line-height: 28px;
}

.first_step_status .failed_upload_tooltip_target {
    border-bottom: 1px dashed #d8192b;
    cursor: pointer;
}

.first_step_status.analysing, .popover.uploaded_models_list .model_status.processing {
    color: #f8ac59;
}

.first_step_status.fail, .popover.uploaded_models_list .model_status.fail {
    color: #d8192b;
}

.first_step_status.loaded, .popover.uploaded_models_list .model_status.success {
    color: #46bc6b;
}

.popover.uploaded_models_list .model_title {
    float: left;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.first_step_status, .popover.uploaded_models_list .model_status {
    float: right;
    height: 100%;
    text-align: right;
    line-height: 30px;
}

.first_step_status {
    float: left;
    height: 100%;
    text-align: right;
    line-height: 28px;
}

/* END 2ND STEP POPOVER WITH UPLOADED MODELS LIST */

.out_of_screen {
    position: absolute;
    visibility: hidden;
}



/* NEW 2ND WIDGET TEMPLATE */

.s2_content{
    padding: 0 30px;
}

.s2_content .left_column {
    width: 720px;
    display: inline-block;
    margin-right: 20px;
}

.s2_content .right_column {
    display: inline-block;
    vertical-align: top;
    width: 180px;
}

.s2_content .right_column h1 {
    font-size: 20px;
    color: #333333;
    margin: 0 0 23px;
}

.s2_content .product-desc{
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin-right: 20px;
}

.s2_content .product-preview{
    position: relative;
    margin-left: 0;
    border: 1px #e5e5e5 solid;
    background-color: #ffffff;
    width: 280px;
    height: 280px;
}

.s2_content .thumb_wrapper {
    width: 280px;
    height: 280px;
    text-align: center;
}

.s2_content .model_3d_view_wrapper {
    width: 280px;
    height: 280px;
}

.s2_content .thumb_wrapper .thumb_loader {
    margin-top: 90px;
}

.s2_content .model_3d_view_wrapper .thumb_loader {
    padding-top: 90px;
}

.s2_content .option-select.size-exceed-actions-select {  width: 210px;  }

.s2_content .option-select.material-select {  width: unset;  }

.s2_content .print-settings {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 420px;
}

.s2_content .price_delimiter {
    background-color: rgba(0, 0, 0, 0.1);
    width: 177px;
    height: 1px;
    margin: 10px 0 10px;
}

.s2_content .category-title {
    font-family: ProximaNova;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.s2_content .category-header {
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 12px;
}

.s2_content .print-opt-text {
    display: inline-block;
    max-width: 280px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
}

.s2_content .print-opt-title {
    font-family: ProximaNovaSemiBold;
    color:#666666;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    display: inline-block;
    /*overflow: hidden;*/
}

.s2_content .category-div.processing-info {
    background-color: #fbfbfb;
    border: solid 1px #dddddd;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.s2_content .category-div.processing-info ul {
    padding-left: 10px;
    margin: 0;
}

.s2_content .category-div.processing-info ul li {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: normal;
}

.s2_content .category-div.processing-info ul li.size-exceed {
    color: #fb403b;
}

.s2_content .category-div.processing-info ul li .info {
    font-size: 12px;
    color: #333333;
    margin-bottom: 10px;
}

.s2_content .category-div.processing-info ul li a {
    font-size: 12px;
    color: #007fd7;
    text-decoration: none;
    cursor: pointer;
}

.s2_content .category-div.processing-info ul li a.rotate_model_link {
    font-size: 14px;
}

.s2_content .category-div.processing-info ul li.model-error {  color: #fb403b;  }

.s2_content .category-content .content-block .reorient-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s2_content .category-content .content-block .printer-canvas {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(236, 236, 236, 0.4);
    margin-bottom: 10px;
}
.s2_content .category-content .content-block .printer-canvas-title {
    color: #020202;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 13px;
}

.s2_content .category-content .content-block .printer-canvas-title:before {
    display: inline-block;
    content: ' ';
    width: 13px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
    background: white url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAMAAAAI/bVFAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABAlBMVEUBbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfABbfD///+FhRL7AAAAVXRSTlMASI+fjT6Qk01LUpeONRp1lFdYYJZuEtvLCQ9KBhfZ0oljoHM7ep1dLoymaHmohiRxKIO/IX9tdn5aThZnI1ZcEHQlZUwIRyu4lQWFDqTGmRVUgEQ8K7CSjgAAAAFiS0dEVZMEuDMAAACtSURBVAjXJY7lFoJQEIQHAwNswcAuDBQFMcBu7Hr/Z/FynR+7s2fPzn4AEeNye7z4y8v6/IEgx4eID0eiMSAOJJKCiFQ6A2SlHJAvFFEqV6oiagjXGwkOMpqtdrWjdHsq+hDI7UDTlSHpBkY0d0zrhE7iNG1adDfDPLhg3OZSWmGN/ma72yOC/UE+8jjZZ8C6XMm/2x3qhSMsGmF5GE/Kyb7eMR/ldPSxdfbrmB8t1BJ9F9y0qAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0wOC0xMFQxNjozMDozNCswMDowME9vzBMAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMDgtMTBUMTY6MzA6MzQrMDA6MDA+MnSvAAAAAElFTkSuQmCC') no-repeat center;
}

.s2_content .category-content .content-block .printer-canvas-data {
    color: #515151;
    font-size: 13px;
    font-weight: 400;
}

.s2_content .category-content .content-block { margin-bottom: 15px; }

.s2_content .axis-radio {  margin-right: 10px;  }

.s2_content .category-content .content-block .right-block {text-align: right }

.s2_content .reorient-btn:first-child { margin-right: 10px }

.s2_content .btn.reorient-btn {
    background: #f0f0f0;
    color: #020202;
    padding: 5px;
    font-size: 15px;
}

.s2_content .btn.reorient-btn:hover {
    background: #f4f4f4;
}

.s2_content .btn.reorient-btn:before {
    display: inline-block;
    content: ' ';
    height: 24px;
    width: 24px;
    border-radius: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.s2_content .btn.reorient-btn.clockwise-btn:before {
    background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAQAAAAeoI8VAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAACaSURBVBjTbc2hagJxAAbwn/8dikV0aDGMayIWwxCWNAmujLU9wdjzCGMWX2A+wB5hmAyLBi2zLQgnJmHh5MLdfeXj+5WvspLL1Id+lM2hsZZfW7GnlHsWJhJ/um7wGnDvW9tMU2xkJxhUVg0/9h6dwMatd8vIm46HKzKRuBB59umQHR/TCvrWCgnqzmW8MyjjLy+qRZ6rucvzPxsIG+DVmQo0AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA3LTI1VDA4OjE0OjE5KzAwOjAwMK9OjwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wNy0yNVQwODoxNDoxOSswMDowMEHy9jMAAAAASUVORK5CYII=) no-repeat center;
}

.s2_content .btn.reorient-btn.counterclockwise-btn:before {
    background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAQAAAAeoI8VAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAACdSURBVBjTbc4xSsMAAIXhL4kYSjMI2SyFOHQImQTp2N3JTdzFQvEKnsJr5AABQWiXgpubDoVsHRVxKBUkLrVQkn/8lveC8tibmScHHbly5sedgU8Lr/881Xj2ay2VmJt5J1QI1cYyJy6lli4IytStex/OQV8lkwclRBJfu7VTKw/RNTS2+xPfRiahdi/yLt7odXGhbnPsRtXmodjjH41aH1wbjvkuAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA3LTI1VDA4OjE0OjEzKzAwOjAwlN8RwQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wNy0yNVQwODoxNDoxMyswMDowMOWCqX0AAAAASUVORK5CYII=) no-repeat center;
}

.s2_content .content-block.reorient-buttons .btn { font: 12px/12px "ProximaNovaBold" }

.s2_content .content-block.reorient-buttons .btn:first-child { margin-right: 10px }

.s2_content .technology-options-list ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
}

.s2_content .technology-options-list ul li {
    position: relative;
    font: 14px/20px "ProximaNova";
    text-align: center;
    vertical-align: top;
    width: 120px;
    min-height: 110px;
    cursor: pointer;
}

.s2_content .technology-options-list ul li.active .circle-preview {
    border-color: #0081d4;
}

.s2_content .circle-preview img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

.s2_content .technology-options-list ul li .tech-name{
    font-family: ProximaNovaSemiBold;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
}

.s2_content .technology-options-list ul li .tech-description{
    font-family: ProximaNova;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.s2_content .add_to_cart_btn{
    min-width: 177px;
    margin: 8px 0;
}

.s2_content .executions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s2_content .option-line{
    min-height: 35px;
    margin-bottom: 20px;
    line-height: 0;
    width: 200px;
}

.s2_content .option-line.pp-option-line {

    width: 100%;
}

.s2_content .pp-group {
    display: block;
    margin-bottom: 14px;
    border-bottom: 1px solid #BBBBBB;
    line-height: 24px;
    color: #696969;
}

.s2_content .pp-line-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s2_content .option-line.materials,
.s2_content .priorities .option-line{
    width: 100%;
}

.s2_content .option-select{
    border-radius: 2px;
    background-color:#f0f0f0;
    height: 35px;
    float: right;
    padding: 8px 16px 8px;
    font-family: ProximaNova;
    color: #666666;
    font-size: 14px;/* Approximation due to font substitution */
    font-weight: 400;
    text-align: left;
}

.s2_content .hide-btn-container{
    display: inline-block;
    transform: translate(0, 3px);
}

.s2_content .hide-category-btn {
    font-size: 25px;
    margin-top: -6px;
}

.s2_content .close .hide-category-btn {
    transform: rotate( +179.9deg );
    transition: transform 300ms ease;
}

.s2_content .open .hide-category-btn {
    transform: rotate( 0deg );
    transition: transform 300ms ease;
}

.s2_content .close-category-btn { cursor: pointer; }

.s2_content .model_name {
    font-family: ProximaNova;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    word-break: break-all;
}

.s2_content .model_prices_info .price-title {
    font-family: ProximaNova;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    display: inline-block;
}

.s2_content .model_prices_info .price-value {
    font-family: ProximaNova;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    float: right;
}

.s2_content .model_prices_info .total-price-title {
    font-family: ProximaNova;
    color:#000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    display: inline-block;
}

.s2_content .model_prices_info .total-price-value {
    font-family: ProximaNova;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    float: right;
}

.s2_content .qnt-wrap {
    float: right;
}

.s2_content .line-container {}

.s2_content .line-title {
    display: block;
    font-family: ProximaNova;
    color: #333333;
    font-size: 14px;
    text-align: left;

    word-wrap: break-word;
    vertical-align: middle;
    line-height: 14px;
    margin-bottom: 5px;
}

.breadcrumb {
    list-style-type: none;
    line-height: 22px;
    padding: 12px 0;
    text-align: center;
    font: 16px/22px 'ProximaNova';
    color: #777777;
}

.breadcrumb #viewport {
    border-bottom: 1px dotted dodgerblue;
    cursor: pointer;
    max-width: 80%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    float: left;
    white-space: nowrap;
    margin-right: 4px;

    font-family: ProximaNova;
    color: #0081d4;
    font-size: 16px;
    font-weight: 400;
    height: 19px;
    text-align: left;
}

.breadcrumb .ready_models_text{
    display: inline-block;

    font-family: ProximaNova;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    height: 19px;
    text-align: left;
}

.breadcrumb .model-close-btn{
    color: #ea1529;
    font-size: 14px;

}

.s2_content .option-line-note{
    font-family: ProximaNova;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.s2_content .option-line-note.option-line-note--offset {
    margin-left: 78px;
}

.s2_content .next-model-text{
    font-family: ProximaNova;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin: 12px 0 4px;
}

.s2_content .next-model-btn{
    border-radius: 6px;
    border-width: 1px;
    border-color: #0081d4;
    border-style: solid;
    background-color: #ffffff;
    width: 176px;
    padding: 5px;
    cursor: pointer;
}

.s2_content .next-model-btn-text{
    font-family: ProximaNovaSemiBold;
    color: #0081d4;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    width: 130px;
    display: inline-block;
}

.s2_content .next-model-arrow{
    font-size: 23px;
    color: #0081d4;
    transform: translate(6px,-3px);
}

.s2_content .pp-checkbox {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    margin: -2px 10px -2px 0;
    height: 30px;
    width: 30px;
    background: #fff;
}

.s2_content .pp-checkbox.pp-checked {
    background-color: #007FD7;
    background-image: url("/static/img/check.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    color: #fff;

}

.s2_content .pp-qnt-wrap {
    float: none;
    margin-right: 16px;
}

.s2_content .pp-title {
    font-family: ProximaNova;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #676767;
}

.s2_content .pp-price {
    font-family: ProximaNova;
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    transform: translate(3px, -3px);
}

.s2_content .container-right{
    float: right;
    vertical-align: top;
}

.s2_content .select2-price {
    font-family: ProximaNova;
    color: #59cd7d;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    padding-right: 3px;
}

.s2_content .model_notification {
    color: #a1a700;
}

.s2_content .added_to_cart_note{
    height: 26px;
    background-color: rgba(114, 224, 148, 0.6);
    color: #000000;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    text-align: center;
    line-height: 26px;
    margin: 5px 0;
    font-size: 12px;
    display: none;
}

.s2_content .remove_from_cart{
    color: #005388;
    text-align: center;
    font-size: 16px;
    height: 26px;
    margin-bottom: 4px;
    padding: 4px 0 0 0;
    cursor: pointer;
    display: none;
}

.s2_content .discount_label {
    font-family: ProximaNova;
    font-size: 12px;
    padding: 0 15px;
    color: #333333;
}

.s2_content .discount_label:before {
    display: inline-block;
    vertical-align: middle;
    content: ' ';
    height: 30px;
    width: 30px;
    background: white url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IldpZGdldCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IldpZGdldERpc2NvdW50VGV4dCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg0MS4wMDAwMDAsIC04MzcuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4NDEuMDAwMDAwLCA4MzcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTI5LjMyOTc4NzIsMTMuNDM2MTcwMiBMMjguMjEyNzY2LDExLjc3NjU5NTcgQzI4LjExNzAyMTMsMTEuNTg1MTA2NCAyOC4wODUxMDY0LDExLjM5MzYxNyAyOC4wODUxMDY0LDExLjE3MDIxMjggTDI4LjIxMjc2Niw5LjE1OTU3NDQ3IEMyOC4yNzY1OTU3LDguMDEwNjM4MyAyNy42NzAyMTI4LDYuOTU3NDQ2ODEgMjYuNjQ4OTM2Miw2LjQ0NjgwODUxIEwyNC44NjE3MDIxLDUuNTUzMTkxNDkgQzI0LjY3MDIxMjgsNS40NTc0NDY4MSAyNC41NDI1NTMyLDUuMzI5Nzg3MjMgMjQuNDQ2ODA4NSw1LjEzODI5Nzg3IEwyMy41NTMxOTE1LDMuMzUxMDYzODMgQzIzLjA0MjU1MzIsMi4zMjk3ODcyMyAyMS45NTc0NDY4LDEuNzIzNDA0MjYgMjAuODQwNDI1NSwxLjc4NzIzNDA0IEwxOC44Mjk3ODcyLDEuOTE0ODkzNjIgQzE4LjYzODI5NzksMS45MTQ4OTM2MiAxOC40MTQ4OTM2LDEuODgyOTc4NzIgMTguMjU1MzE5MSwxLjc1NTMxOTE1IEwxNi41OTU3NDQ3LDAuNjcwMjEyNzY2IEMxNS42MzgyOTc5LDAuMDMxOTE0ODkzNiAxNC40MjU1MzE5LDAuMDMxOTE0ODkzNiAxMy40NjgwODUxLDAuNjcwMjEyNzY2IEwxMS44MDg1MTA2LDEuNzg3MjM0MDQgQzExLjU4NTEwNjQsMS44ODI5Nzg3MiAxMS4zOTM2MTcsMS45MTQ4OTM2MiAxMS4xNzAyMTI4LDEuOTE0ODkzNjIgTDkuMTU5NTc0NDcsMS43ODcyMzQwNCBDOC4wMTA2MzgzLDEuNzIzNDA0MjYgNi45NTc0NDY4MSwyLjMyOTc4NzIzIDYuNDQ2ODA4NTEsMy4zNTEwNjM4MyBMNS41NTMxOTE0OSw1LjEzODI5Nzg3IEM1LjQ1NzQ0NjgxLDUuMzI5Nzg3MjMgNS4zMjk3ODcyMyw1LjQ1NzQ0NjgxIDUuMTM4Mjk3ODcsNS41NTMxOTE0OSBMMy4zNTEwNjM4Myw2LjQ0NjgwODUxIEMyLjMyOTc4NzIzLDYuOTU3NDQ2ODEgMS43MjM0MDQyNiw4LjA0MjU1MzE5IDEuNzg3MjM0MDQsOS4xNTk1NzQ0NyBMMS45MTQ4OTM2MiwxMS4xNzAyMTI4IEMxLjkxNDg5MzYyLDExLjM2MTcwMjEgMS44ODI5Nzg3MiwxMS41ODUxMDY0IDEuNzU1MzE5MTUsMTEuNzQ0NjgwOSBMMC42NzAyMTI3NjYsMTMuNDA0MjU1MyBDMC4wMzE5MTQ4OTM2LDE0LjM2MTcwMjEgMC4wMzE5MTQ4OTM2LDE1LjYwNjM4MyAwLjY3MDIxMjc2NiwxNi41MzE5MTQ5IEwxLjc4NzIzNDA0LDE4LjE5MTQ4OTQgQzEuODgyOTc4NzIsMTguNDE0ODkzNiAxLjkxNDg5MzYyLDE4LjYwNjM4MyAxLjkxNDg5MzYyLDE4LjgyOTc4NzIgTDEuNzg3MjM0MDQsMjAuODQwNDI1NSBDMS43MjM0MDQyNiwyMS45ODkzNjE3IDIuMzI5Nzg3MjMsMjMuMDQyNTUzMiAzLjM1MTA2MzgzLDIzLjU1MzE5MTUgTDUuMTM4Mjk3ODcsMjQuNDQ2ODA4NSBDNS4zMjk3ODcyMywyNC41NDI1NTMyIDUuNDU3NDQ2ODEsMjQuNzAyMTI3NyA1LjU1MzE5MTQ5LDI0Ljg2MTcwMjEgTDYuNDQ2ODA4NTEsMjYuNjQ4OTM2MiBDNi45NTc0NDY4MSwyNy42NzAyMTI4IDguMDQyNTUzMTksMjguMjc2NTk1NyA5LjE1OTU3NDQ3LDI4LjIxMjc2NiBMMTEuMTcwMjEyOCwyOC4wODUxMDY0IEMxMS4zNjE3MDIxLDI4LjA4NTEwNjQgMTEuNTg1MTA2NCwyOC4xMTcwMjEzIDExLjc0NDY4MDksMjguMjQ0NjgwOSBMMTMuNDA0MjU1MywyOS4zMjk3ODcyIEMxMy44ODI5Nzg3LDI5LjY0ODkzNjIgMTQuNDI1NTMxOSwyOS44MDg1MTA2IDE0Ljk2ODA4NTEsMjkuODA4NTEwNiBDMTUuNTEwNjM4MywyOS44MDg1MTA2IDE2LjA1MzE5MTUsMjkuNjQ4OTM2MiAxNi41MzE5MTQ5LDI5LjMyOTc4NzIgTDE4LjE5MTQ4OTQsMjguMjEyNzY2IEMxOC4zNTEwNjM4LDI4LjExNzAyMTMgMTguNTc0NDY4MSwyOC4wNTMxOTE1IDE4Ljc2NTk1NzQsMjguMDUzMTkxNSBMMjAuNzc2NTk1NywyOC4xODA4NTExIEMyMS45MjU1MzE5LDI4LjI0NDY4MDkgMjIuOTc4NzIzNCwyNy42MzgyOTc5IDIzLjQ4OTM2MTcsMjYuNjE3MDIxMyBMMjQuMzgyOTc4NywyNC44Mjk3ODcyIEMyNC40Nzg3MjM0LDI0LjYzODI5NzkgMjQuNjA2MzgzLDI0LjUxMDYzODMgMjQuNzk3ODcyMywyNC40MTQ4OTM2IEwyNi41ODUxMDY0LDIzLjUyMTI3NjYgQzI3LjYwNjM4MywyMy4wMTA2MzgzIDI4LjIxMjc2NiwyMS45MjU1MzE5IDI4LjE0ODkzNjIsMjAuODA4NTEwNiBMMjguMDg1MTA2NCwxOC44Mjk3ODcyIEMyOC4wODUxMDY0LDE4LjYzODI5NzkgMjguMTE3MDIxMywxOC40MTQ4OTM2IDI4LjI0NDY4MDksMTguMjU1MzE5MSBMMjkuMzI5Nzg3MiwxNi41NjM4Mjk4IEMyOS45NjgwODUxLDE1LjYwNjM4MyAyOS45NjgwODUxLDE0LjM2MTcwMjEgMjkuMzI5Nzg3MiwxMy40MzYxNzAyIFoiIGlkPSJTaGFwZSIgZmlsbD0iIzYxQkU1RiIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjAwMDAwMCwgOS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTMuMjQ3MzQwNDMsMC4yMDc0NDY4MDkgQzQuNzA3NDQ2ODEsMC4yMDc0NDY4MDkgNS45MDQyNTUzMiwxLjQwNDI1NTMyIDUuOTA0MjU1MzIsMi44NjQzNjE3IEM1LjkwNDI1NTMyLDQuMzI0NDY4MDkgNC43MDc0NDY4MSw1LjUyMTI3NjYgMy4yNDczNDA0Myw1LjUyMTI3NjYgQzEuNzYzMjk3ODcsNS41MjEyNzY2IDAuNTkwNDI1NTMyLDQuMzQ4NDA0MjYgMC41OTA0MjU1MzIsMi44NjQzNjE3IEMwLjU5MDQyNTUzMiwxLjQwNDI1NTMyIDEuNzg3MjM0MDQsMC4yMDc0NDY4MDkgMy4yNDczNDA0MywwLjIwNzQ0NjgwOSBaIiBpZD0iUGF0aCIgZmlsbD0iI0YwRjBGMCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMS45MzA4NTEwNiwxMS4wNTA1MzE5IEMxLjc4NzIzNDA0LDExLjE5NDE0ODkgMS41OTU3NDQ2OCwxMS4yNjU5NTc0IDEuNDI4MTkxNDksMTEuMjY1OTU3NCBDMS4yNjA2MzgzLDExLjI2NTk1NzQgMS4wNjkxNDg5NCwxMS4xOTQxNDg5IDAuOTI1NTMxOTE1LDExLjA1MDUzMTkgQzAuNjM4Mjk3ODcyLDEwLjc4NzIzNCAwLjYzODI5Nzg3MiwxMC4zMzI0NDY4IDAuOTI1NTMxOTE1LDEwLjA0NTIxMjggTDEwLjA2OTE0ODksMC45MjU1MzE5MTUgQzEwLjMzMjQ0NjgsMC42MzgyOTc4NzIgMTAuNzg3MjM0LDAuNjM4Mjk3ODcyIDExLjA3NDQ2ODEsMC45MjU1MzE5MTUgQzExLjMzNzc2NiwxLjIxMjc2NTk2IDExLjMzNzc2NiwxLjY2NzU1MzE5IDExLjA1MDUzMTksMS45MzA4NTEwNiBMMS45MzA4NTEwNiwxMS4wNTA1MzE5IFoiIGlkPSJQYXRoIiBmaWxsPSIjRjBGMEYwIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljc1MjY1OTU3LDExLjc5MjU1MzIgQzcuMjkyNTUzMTksMTEuNzkyNTUzMiA2LjA5NTc0NDY4LDEwLjU5NTc0NDcgNi4wOTU3NDQ2OCw5LjEzNTYzODMgQzYuMDk1NzQ0NjgsNy42NzU1MzE5MSA3LjI5MjU1MzE5LDYuNDc4NzIzNCA4Ljc1MjY1OTU3LDYuNDc4NzIzNCBDMTAuMjM2NzAyMSw2LjQ3ODcyMzQgMTEuNDA5NTc0NSw3LjY1MTU5NTc0IDExLjQwOTU3NDUsOS4xMzU2MzgzIEMxMS40MDk1NzQ1LDEwLjU5NTc0NDcgMTAuMjEyNzY2LDExLjc5MjU1MzIgOC43NTI2NTk1NywxMS43OTI1NTMyIFoiIGlkPSJQYXRoIiBmaWxsPSIjRjBGMEYwIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04Ljc1MjY1OTU3LDcuODkwOTU3NDUgQzguMDgyNDQ2ODEsNy44OTA5NTc0NSA3LjUzMTkxNDg5LDguNDQxNDg5MzYgNy41MzE5MTQ4OSw5LjExMTcwMjEzIEM3LjUzMTkxNDg5LDkuNzgxOTE0ODkgOC4wODI0NDY4MSwxMC4zMzI0NDY4IDguNzUyNjU5NTcsMTAuMzMyNDQ2OCBDOS40NDY4MDg1MSwxMC4zMzI0NDY4IDkuOTczNDA0MjYsOS43ODE5MTQ4OSA5Ljk3MzQwNDI2LDkuMTExNzAyMTMgQzkuOTczNDA0MjYsOC40NDE0ODkzNiA5LjQyMjg3MjM0LDcuODkwOTU3NDUgOC43NTI2NTk1Nyw3Ljg5MDk1NzQ1IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzYxQkU1RiIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zLjI0NzM0MDQzLDQuMDg1MTA2MzggQzMuOTE3NTUzMTksNC4wODUxMDYzOCA0LjQ2ODA4NTExLDMuNTU4NTEwNjQgNC40NjgwODUxMSwyLjg4ODI5Nzg3IEM0LjQ2ODA4NTExLDIuMjE4MDg1MTEgMy45MTc1NTMxOSwxLjY2NzU1MzE5IDMuMjQ3MzQwNDMsMS42Njc1NTMxOSBDMi41NTMxOTE0OSwxLjY2NzU1MzE5IDIuMDI2NTk1NzQsMi4xOTQxNDg5NCAyLjAyNjU5NTc0LDIuODY0MzYxNyBDMi4wMjY1OTU3NCwzLjUzNDU3NDQ3IDIuNTc3MTI3NjYsNC4wODUxMDYzOCAzLjI0NzM0MDQzLDQuMDg1MTA2MzggWiIgaWQ9IlNoYXBlIiBmaWxsPSIjNjFCRTVGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center;
}

.s2_content .discount_label .discount_label_text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    width: calc(100% - 36px);
    line-height: 1.17;
}

.s2_content .next-model-div{
    display: none;
}

.s2_content .circle-preview{
    border: 4px solid transparent;
}

.s2_content .option-select-container{
    width: 100%;
    margin-top: 5px;
}

.s2_content .minict_wrapper span{
    cursor: pointer;
}

.s2_content .minict_wrapper ul{
    box-shadow: 0 1px 1px #888888;
}

.s2_content .price-item {
    overflow: hidden;
}

.s2_content .minict_wrapper {
    max-width: 270px;
    text-overflow: ellipsis;
}

@media (max-width: 992px) {
    .s2_content .left_column {  width: 380px;  }

    .s2_content .print-settings {  width: 380px;  }

    .s2_content .product-desc {  width: 380px;  }

    .s2_content .product-preview {  height: 380px; width: 380px;  }

    .s2_content .model_3d_view_wrapper {  height: 380px; width: 380px;  }

    .s2_content .thumb_wrapper {  height: 380px; width: 380px;  }

    .s2_content .option-line {  width: 100%  }

    .s2_content .print-opt-text {  max-width: 230px;  }
}

#s3 .qnt-wrap{
    width: 82px;
}

.opacity_wrapper {
    top: 5px;
    right: 15px;
    position: absolute;
}

.opacity_wrapper:hover {
    cursor: pointer;
}

.opacity_wrapper .slider.slider-horizontal {
    width: 60px;
    height: 5px;
}

.opacity_wrapper .slider-selection {
    background: #007dd3;
    height: 5px;
    border-radius: 2px;
}

.opacity_wrapper .slider-track {
    height: 5px!important;
    border-radius: 2px;
}
.opacity_wrapper .slider-track-low {
    display: none;
}

.opacity_wrapper .slider-track-high {
    background: #dedede;
    height: 5px;
}

.opacity_wrapper .slider-handle {
    background: #007dd3;
    top: -8px;
    width: 15px;
    height: 15px;
    border: 2px solid white;
}

.opacity_wrapper p {
    font-size: 11px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}


.minict_wrapper span:empty:before {
    content: attr(data-placeholder);
}

.drawing-uploader {
    margin-bottom: 12px;
}

/* price loader style */
.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1em solid rgba(0,0,0, 0.2);
  border-right: 1em solid rgba(0,0,0, 0.2);
  border-bottom: 1em solid rgba(0,0,0, 0.2);
  border-left: 1em solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.s2_content .loader_container{
    position: absolute;
    width: 177px;
    display: none;
    overflow: hidden;
}

.s2_content .price_loading .loader_container{
    display: block;
}

.s2_content .model_prices_info.price_loading .price-item, .s2_content .model_prices_info.price_loading .price_delimiter {
    opacity: 0.2;
}

.s2_content a{
    text-decoration: underline;
    color: #0081d4;
}

.s2_content .btn-cart-added:hover {
    background-color: #72e094;
}

.s2_content .btn-cart-added:after{
    content: attr(data-success-text)
}

.s2_content .btn-cart-added div{
    display: none!important;
}

.s2_content .category-div {
    line-height: 17px;
}

.s2_content .category-div {
    line-height: 17px;
}


.s2_content .loader_model_status{
    text-align: center;
    color: #000000;
    margin-top: -30px;
}

.cart-product__filename dd {
    text-overflow: ellipsis;
    max-width: 134px;
    overflow: hidden;
}

.terms_conditions{
    margin: 0;
    float: right;
    position: relative;
    top: 17px;
    font-size: 12px;
    line-height: 0;
}

/* <material guide related style> */
.material-filter-div {
    margin: -10px 0 20px;
}

.material_applied_filter_div {
    font-size: 13px;
    color: #339900;
    line-height: 18px;
}

.reset_material_filters {
    border-bottom: 1px solid;
    cursor: pointer;
}

.material_guide_popup_btn {
    border-bottom: 1px dotted;
    clear: both;
    font-size: 12px;
    margin: 0 0 6px 0;
    line-height: 12px;
    color: #0081d4;
    cursor: pointer;
    display: inline-block;
}

#material_guide_popup{
    padding: 20px 0;
}

#material_guide_popup .choice_radio{
    width: initial;
}

#material_guide_popup .choice_block_note {
    color: gray;
    margin: 0 0 0 0;
}

#material_guide_popup .hint_left {
    display: inline-block;
    float: left;
    padding-right: 10px;
}

#material_guide_popup .choices_container {
    display: inline-block;
}

#material_guide_popup .decision_history_container {
    display: inline-block;
}

#material_guide_popup .suitable_materials_container {
    display: inline-block;
}

#material_guide_popup .mg_h4 {
    margin: 0 0 12px 0;
}

#material_guide_popup .selected_choice {
    color: #3399FF;
    margin: 0 10px 0 0;
    border-bottom: 1px dashed #3399FF;
    cursor: pointer;
}

#material_guide_popup .mg_hr{
    margin: 8px 0 8px 0;
}

#material_guide_popup .btn_colorinverted {
    background: #ffffff;
    color: #0081d4;
    border-color: #0081d4;
    border-width: 2px!important;
    border-radius: 20px;
    border: solid;
    line-height: 14px;
}

#material_guide_popup .btn {
    margin-bottom: 10px;
}

.choice_div, .suitable_material {
    margin-bottom: 10px;
}
/* </material guide related style> */


.discounts-block {
    display: block;
    padding: 10px 20px;
    margin-bottom: 4px;
    border: 1px solid;
    border-color: #bababa;
}

.discount-header-block {
    display: block;
}

.discount-title {
    display: inline-block;
    color: #000000;
}

.discount-details-link {
    display: inline-block;
    text-decoration: underline;
    margin-left: 5px;
}

.discount-popup-wrapper {
    padding: 20px;
}

.discount-popup-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.discount-popup-content {
}

.reorient-dialog-text {
    margin-bottom: 15px;
}

.reorient-dialog-buttons {
    text-align: right;
}

.reorient-dialog-buttons .accept-btn {
    margin-right: 10px;
}

#reorient-confirm-popup h1 {
    padding-bottom: 13px;
}

.widget_how_it_works{
    height: 0;
    margin: 0;
    float: left;
    position: relative;
    top: 8px;
    font-size: 12px;
    line-height: 0;
}

.how_it_works_play_icon{
    font-size: 14px;
}

.btn.btn-white {
    background: rgba(240, 240, 240, 0);
    border: 2px solid rgba(158, 158, 158, 20);
    color: #989898;
    padding: 10px 20px 8px;
}

.btn.btn-white:hover { background: #f0f0f0; }

.force_hidden {
    display: none!important;
}

input[type="file"].hidden {
    display: inline !important;
    visibility: visible !important;

    width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.widget-inhouse-plate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 7px 40px;
    margin-bottom: 30px;
    background: #174462;
    z-index: 1000;
}

.widget-inhouse-plate .block {  width: 200px;  }

.widget-inhouse-plate .logo {
    width: 112px;
    height: 25px;
}

.widget-inhouse-plate .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 600;
}

.radio-group label {
    margin-right: 30px;
}

.clients-content {
    padding: 30px;
}

.clients-radio-group {
    margin-bottom: 0;
}

.clients-table {
    margin: 0 -30px 40px;
}

.clients-table-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 30px;
}

.clients-table-row.head {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 5px;
}

.clients-table-row.head:hover {  cursor: default; background-color: #fff;  }

.clients-table-row .clients-table-col {
    display: table-cell;
    word-break: break-all;
}

.clients-table-row .clients-table-col.name {  width: 60%;  }
.clients-table-row .clients-table-col.phone {  width: 20%;  }
.clients-table-row .clients-table-col.mail {  width: 20%; text-align: right;  }

.clients-table-row:hover {  cursor: pointer;  }

.clients-table-row:hover, .clients-table-row.active {  background-color: rgba(90, 204, 124, 0.1);  }

.clients-table-row.head .clients-table-col {
    font-size: 11px;
    font-weight: 600;
    color: #999999;
    text-transform: uppercase;
}

.more-clients-link {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #007fd7;
}

.more-clients-link:hover {  color: #0099f5;  }

.no-clients-label {  font-size: 14px; color: #333;  }

.clients-controls-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.clients-search-wrap {
    width: 230px;
}

.clients-search-wrap input {  height: 36px; padding: 10px 34px 10px 15px;  }
.clients-search-wrap span.fa-search:before {  position: absolute; top: 11px; right:15px; z-index: 1;  }

.discount-input {  width: 80px;  }

.content-wrap {  padding: 0 30px;  }

.inhouse-complete-block {
    margin-top: 248px;
    text-align: center;
    color: #333333;
}

@media (max-height: 680px) {
    .inhouse-complete-block {  margin-top: 80px;  }
}

.inhouse-complete-block .tick-icon {  margin-bottom: 34px;  }

.inhouse-complete-block h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
}

.inhouse-complete-block p {
    font-size: 17px;
    font-weight: 600;
}

.inhouse-complete-block .link {
    font-size: 14px;
    font-weight: 600;
    color: #007fd7;
    text-decoration: none;
    text-transform: uppercase;
}

.inhouse-complete-block .link:hover {  color: #0090f0;  }

.inhouse-complete-block .btn {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.inhouse-complete-block .action {  margin: 40px 0;  }

.userAcc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.userAcc-header-nav {
  font-size: 0;
}
.userAcc-header-nav__item {
  font-size: 15px;
  line-height: 21px;
  margin-left: 5px;
}
.userAcc-header-nav a {
  color: #007fd7;
}
.userAcc-header-menu {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.userAcc-header-menu__door {
  position: relative;
  z-index: 1;
}
.userAcc-header-menu__door .icon-arrow {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  margin-top: 2px;
  margin-left: 3px;
}
.userAcc-header-menu-list {
  display: none;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  padding: 47px 15px 15px 15px;
  background: #fff;
  border: solid 1px #dddddd;
  border-radius: 3px;
  margin: 0;
}
.userAcc-header-menu-list li {
  list-style: none;
  font: 14px/26px "ProximaNovaSemiBold";
  color: #333333;
}
.userAcc-header-menu-list li a {
  color: inherit;
}
.userAcc-header-menu-list__exit {
  margin-top: 15px;
  font-family: "ProximaNova" !important;
}
.userAcc-header-menu:hover .userAcc-header-menu-list {
    display: block;
}


.userAcc-content {
  padding: 20px;
  border-radius: 3px;
  background-color: #ffffff;
}
.userAcc-content__title {
  font: 17px/17px 'ProximaNovaSemiBold';
  letter-spacing: 0.3px;
  color: #333333;
  padding: 32px 20px;
  margin: -20px -20px 20px -20px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #d9d9d9;
}
.userAcc-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 20px;
  margin: -20px -20px 20px -20px;
  background-color: #fbfbfb;
  border-bottom: 1px solid #d9d9d9;
}
.userAcc-content-head h1 {
  font: 17px/17px 'ProximaNovaSemiBold';
  letter-spacing: 0.3px;
  color: #333333;
  padding: 0;
  margin: 0;
}
.userAcc-content-head-tabs {
  font-size: 0;
}
.userAcc-content-head-tabs__item {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  border-bottom: 2px solid transparent;
}
.userAcc-content-head-tabs__item:not(:first-child) {
  margin-left: 20px;
}
.userAcc-content-head-tabs__item a {
  color: #007fd7;
}
.userAcc-content-head-tabs__item.-active {
  font-family: 'ProximaNovaBold';
  color: #333333;
  border-color: #d9d9d9;
}
.userAcc-content-head-tabs__item.-active a {
  color: inherit;
}
.userAcc-content-head-actions {
    display: flex;
    align-items: center;
}
.userAcc-content-head-actions .pa-payment-link {
    margin-left: 20px;
}
.userAcc-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.userAcc-content-top-back {
  font: 15px/21px 'ProximaNovaSemiBold';
  color: #333333;
}
.userAcc-content-top-back a {
  display: inline-block;
  position: relative;
  padding-left: 42px;
  color: inherit;
}
.userAcc-content-top-back a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 27px;
  height: 8px;
  margin-top: -4px;
  background: url('../i/arrow.png') no-repeat 0 0;
  background-size: 27px 8px;
}
.userAcc-content-top-back_sizeb {
  font-size: 17px;
}
.userAcc-content-top__title {
  font: 15px/21px 'ProximaNovaSemiBold';
  color: #333333;
}
.userAcc-content-top-actions {
  font-size: 0;
}
.userAcc-content-top-actions__links {
  display: inline-block;
  vertical-align: middle;
}
.userAcc-content-top-actions__links a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #007fd7;
  padding-left: 15px;
  margin-left: 20px;
}
.userAcc-content-top-actions__links a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  background: url('../i/download.svg') no-repeat 0 0;
  background-size: 12px 12px;
}
.userAcc-content-top-actions .userAcc-content-top-back {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.userAcc-content-wide {
  margin: 0 -20px -10px -20px;
}
.userAcc-content-table {
  width: 100%;
}
.userAcc-content-table td,
.userAcc-content-table th {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.3px;
}
.userAcc-content-table th {
  color: #676767;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
}
.userAcc-content-table td {
  color: #333333;
}
.userAcc-content-table td b {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.userAcc-content-table a {
  color: #007fd7;
}
.userAcc-content-table .-tright {
  text-align: right;
}
.userAcc-content-table .-tcenter {
  text-align: center;
}
.userAcc-content-table_type1 th {
  padding: 0 20px 10px 20px;
}
.userAcc-content-table_type1 td {
  padding: 13px 20px;
}
.userAcc-content-table_type1 tr:nth-child(2n+1) td {
  background: #f3f3f3;
}
.userAcc-content-table_type2 th {
  padding-top: 10px;
  padding-bottom: 10px;
}
.userAcc-content-table_type2 th:not(:first-child) {
  padding-left: 20px;
}
.userAcc-content-table_type2 td {
  padding-top: 15px;
}
.userAcc-content-table_type2 td:not(:first-child) {
  padding-left: 20px;
}
.userAcc-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.userAcc-footer_center {
  height: 74px;
  justify-content: center;
}
.userAcc-footer__lang .menu-toggle {
  font-size: 15px;
  line-height: 21px;
  color: #333333;
}
.userAcc-footer__lang .menu-toggle:hover {
  color: #0081d4;
}
.userAcc-footer__lang .menu-toggle .icon-arrow {
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  margin-top: 2px;
  margin-left: 3px;
}
.userAcc-footer__copy {
  font: 12px/12px 'ProximaNovaSemiBold';
  color: #999999;
  text-transform: uppercase;
}
.userAcc-footer__copy img {
  display: block;
  width: 100px;
  height: 19px;
  margin-top: 5px;
}
.userAcc-footer__link {
  text-transform: uppercase;
  color: #007fd7;
}
.userAcc-button {
  display: inline-block;
  font: 14px 'ProximaNovaSemiBold';
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px 9px 20px;
  border-radius: 2rem;
  background-color: transparent;
  border: 0.2rem solid transparent;
  border-radius: 20px;
  white-space: nowrap;
  user-select: none;
  outline: none;
  cursor: pointer;
}
.userAcc-button:disabled {
  color: #999999;
  background: #dddddd;
  opacity: 1;
}
.userAcc-button:disabled:hover {
  color: #999999;
}
.userAcc-button_def {
  color: #333333;
  background: #dddddd;
}
.userAcc-button_def:hover {
  color: #333333;
}
.userAcc-button_blue {
  color: #ffffff;
  background: #007fd7;
}
.userAcc-button_blue:hover {
  color: #ffffff;
}
.userAcc-button_green {
  color: #ffffff;
  background: #53ce7a;
}
.userAcc-button_green:hover {
  color: #ffffff;
}
.userAcc-steps {
  position: relative;
  text-align: center;
  max-width: 420px;
  margin: 0 auto 44px auto;
  font-size: 0;
  padding: 0;
}
.userAcc-steps:before {
  position: absolute;
  content: '';
  left: 0;
  top: 16px;
  width: 100%;
  height: 1px;
  background: #dddddd;
}
.userAcc-steps__item {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  position: relative;
  padding: 0 10px;
  background: #f0f0f0;
}
.userAcc-steps__item:not(:first-child) {
  margin-left: 20px;
}
.userAcc-steps__item:not(:last-child) {
  margin-right: 20px;
}
.userAcc-steps__item.-active .userAcc-steps__num {
  color: #ffffff;
  background: #0079da;
}
.userAcc-steps__num {
  width: 32px;
  height: 32px;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0.3px;
  text-align: center;
  color: #333333;
  background: #dddddd;
  border-radius: 100%;
}
.userAcc-steps__text {
  position: absolute;
  top: 42px;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.3px;
  text-align: center;
  color: #333333;
}
.userAcc-models-list {
  margin: 0 -20px;
  padding: 0;
}
.userAcc-models-list__row {
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
.userAcc-models-list__row.-active {
  background: #f6f6f6;
}
.userAcc-models-list__checkbox {
  font-size: 0;
  line-height: 0;
  margin-right: 10px;
}
.userAcc-models-list__img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.userAcc-models-list__img img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 2px;
}
.userAcc-models-list__text {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.3px;
  color: #333333;
  width: 50%;
}
.userAcc-models-list__note {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.3px;
  color: #676767;
  text-align: right;
  width: 50%;
}
.userAcc-checkbox {
  display: inline-block;
}
.userAcc-checkbox input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 16px;
}
.userAcc-checkbox input:checked + span:before {
  background-image: url('../i/check.svg');
}
.userAcc-checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 16px;
  min-height: 16px;
  min-width: 16px;
  cursor: pointer;
}
.userAcc-checkbox span:before {
  display: block;
  content: " ";
  position: absolute;
}
.userAcc-checkbox span:before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 9px 7px;
}
.userAcc-checkbox_empty span {
  padding-left: 16px;
}
.userAcc-form__row:not(:last-child) {
  margin-bottom: 20px;
}
.userAcc-form__row:not(:first-child) .userAcc-form__label {
  margin-top: -10px;
}
.userAcc-form__row_pass {
  position: relative;
}
.userAcc-form__row_pass .userAcc-form__field {
  padding-right: 70px;
}
.userAcc-form__row_pass a {
  position: absolute;
  top: 30px;
  right: 10px;
  color: #007fd7;
}
.userAcc-form__row_cols {
  display: flex;
}
.userAcc-form__row_cols > div {
  width: 300px;
}
.userAcc-form__row_cols > div:not(:first-child) {
  margin-left: 20px;
}
.userAcc-form__label {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: #333333;
  margin-bottom: 5px;
}
.userAcc-form__field {
  width: 100%;
  padding: 13px 10px;
  font: 14px 'ProximaNova';
  color: #000000;
  outline: none;
  border: 0 none;
  background-color: #e8e8e8;
  border-radius: 0;
}
.userAcc-form__field::-webkit-input-placeholder {
  color: #676767;
}
.userAcc-form__field:-moz-placeholder {
  color: #676767;
}
.userAcc-form__field::-moz-placeholder {
  color: #676767;
}
.userAcc-form__field:-ms-input-placeholder {
  color: #676767;
}
.userAcc-form__field:focus::-webkit-input-placeholder {
  color: transparent;
}
.userAcc-form__field:focus:-moz-placeholder {
  color: transparent;
}
.userAcc-form__field:focus::-moz-placeholder {
  color: transparent;
}
.userAcc-form__field:focus:-ms-input-placeholder {
  color: transparent;
}
.userAcc-form__field_select {
  height: 40px;
  padding-right: 40px;
  border-radius: 0;
  background-image: url('../i/arrow-select.png') !important;
  background-repeat: no-repeat !important;
  background-position: 100% 50% !important;
  -webkit-appearance: none;
}
.userAcc-form-after {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.3px;
  color: #333333;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
  margin-top: 20px;
}
.userAcc-form-after_tleft {
  text-align: left;
}
.userAcc-form-after__text {
  margin-bottom: 20px;
}
.userAcc-form-groups__title {
  font: 15px/21px 'ProximaNovaSemiBold';
  letter-spacing: 0.3px;
  color: #333333;
  margin-bottom: 20px;
}
.userAcc-form-groups__title:not(:first-child) {
  margin-top: 40px;
}
.userAcc-search {
  position: relative;
  margin-bottom: 15px;
}
.userAcc-search:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 12px;
  background: url('../i/ic-search.png') no-repeat 0 50%;
}
.userAcc-search .userAcc-form__field {
  padding-left: 32px;
}
.userAcc-model {
  display: flex;
  justify-content: space-between;
}
.userAcc-model__img {
  flex: 0 1 150px;
  width: 150px;
  height: 150px;
  margin-right: 10px;
}
.userAcc-model__img img {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 2px;
}
.userAcc-model__descr {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  letter-spacing: 0.3px;
  padding: 20px;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.userAcc-model__info {
  line-height: 19px;
}
.userAcc-model__info span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #676767;
  margin-left: 7px;
}
.userAcc-model__status dt {
  font: 15px/15px 'ProximaNovaSemiBold';
  margin-bottom: 10px;
}
.userAcc-model__status dd {
  font-size: 0;
}
.userAcc-model__status dd span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.userAcc-model__status dd span:not(:first-child) {
  margin-left: 30px;
}
.userAcc-status-placed,
.userAcc-status-paid {
  color: #61be5f;
}
.userAcc-status-not-paid {
  color: red;
}
.userAcc-login {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
}
.userAcc-login__inner {
  width: 340px;
}
.userAcc-login__logo {
  margin-bottom: 40px;
}
.userAcc-login__logo img {
  display: block;
  margin: 0 auto;
  max-height: 50px;
}
.userAcc-order-one {
  margin-top: 30px;
}
.userAcc-order-one-section {
  color: #333333;
}
.userAcc-order-one-section:not(:first-child) {
  margin-top: 30px;
}
.userAcc-order-one-section:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid  #d9d9d9;
}
.userAcc-order-one-section__title {
  font: 15px/21px 'ProximaNovaSemiBold';
  margin: 0 0 10px 0;
  padding: 0;
}
.userAcc-order-one-section p {
  margin: 0 0 20px 0;
}
.userAcc-order-one-section_table {
  padding-bottom: 20px !important;
}
.userAcc-order-one__download {
  position: relative;
  color: #007fd7;
  padding-left: 24px;
  background: url('../i/download2.svg') no-repeat 0 50%;
}
.userAcc-order-one-models {
  display: flex;
}
.userAcc-order-one-models:not(:first-child) {
  margin-top: 30px;
}
.userAcc-order-one-models__img {
  flex: 0 1 60px;
  width: 60px;
  margin-right: 20px;
}
.userAcc-order-one-models__img img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 2px;
}
.userAcc-order-one-models__descr {
  width: 100%;
  margin-top: -10px;
}

.pagination{height:36px;margin:0;padding: 0;}
.pager,.pagination ul{margin-left:0;*zoom:1}
.pagination ul{padding:0;display:inline-block;*display:inline;margin-bottom:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}
.pagination li{display:inline}
.pagination a{float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:0}
.pagination .active a,.pagination a:hover{background-color:#f5f5f5;color:#94999E}
.pagination .active a{color:#94999E;cursor:default}
.pagination .disabled a,.pagination .disabled a:hover,.pagination .disabled span{color:#94999E;background-color:transparent;cursor:default}
.pagination li:first-child a,.pagination li:first-child span{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}
.pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}
.pagination-centered{text-align:center}
.pagination-right{text-align:right}
.pager{margin-bottom:18px;text-align:center}
.pager:after,.pager:before{display:table;content:""}
.pager li{display:inline}
.pager a{display:inline-block;padding:5px 12px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}
.pager a:hover{text-decoration:none;background-color:#f5f5f5}
.pager .next a{float:right}
.pager .previous a{float:left}
.pager .disabled a,.pager .disabled a:hover{color:#999;background-color:#fff;cursor:default}
.pagination .prev.disabled span{float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:1}
.pagination .next.disabled span{float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:0}
.pagination li.active, .pagination li.disabled {
	float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:0
}
.pagination li.active {
	background: #364E63;
	color: #fff;
}
.pagination li:first-child {
	    border-left-width: 1px;
}
.btn-success {
    background: #00D46E;
}

.accept_terms__wrap {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.accept_terms__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    background-color: #FFF;
    width: 760px;
    padding: 16px 25px;
}

.accept_terms__text {
    font-size: 14px;
    color: #999;
}

.accept_terms__text a {
    color: #0083d1;
}

.accept_terms__text a:hover {
    color: #009bef;
}

@media (max-width: 992px) {
    .accept_terms__block {
        width: 660px;
    }
}

.btn.btn-gray {
    background-color: #dcdcdc;
    color: #363636;
}

.btn.btn-gray:hover {
    background-color: #e6e6e6;
}
a#choose_model_from_lib:hover {
    background-color: #ccc !important;
}

.p-orders-info-price {
    margin:0 !important;
    padding:0 !important;
    list-style:none;
    font-size:14px;
    line-height:14px;
    letter-spacing:.3px
}
@media (min-width: 1024px) {
    .p-orders-info-price{width:32%}
}
@media (min-width: 768px) and (max-width: 1023px){
    .p-orders-info-price{width:70%}
}
.p-orders-info-price li{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:15px
}
.p-orders-info-price li:before{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border:0.5px dotted #dddddd
}
.p-orders-info-price li>span {
    position:relative;
    background:#fff
}
.p-orders-info-price li>span:first-child{
    padding-right:10px
}
.p-orders-info-price li>span:last-child{
    padding-left:10px
}
.p-orders-info-price__value{
    font-family:'ProximaNovaSemiBold';
    padding-right:22px
}
.p-orders-info-price__del{
    position:absolute;
    top:50%;
    right:0;
    width:15px;
    height:11px;
    font-size:0;
    margin-top:-6px;
    background:url("../img/delete3.svg") no-repeat 0 0;
    background-size:15px 11px
}

.del_btn {
    cursor: pointer;
    width:15px;
    height:11px;
    margin-left: 10px;
    font-size:0;
    background:url("../img/delete3.svg") no-repeat 0 0;
    background-size:15px 11px
}

.features-table {
    botder-collapse: collapse;
}

.features-table th {
    padding: 10px 0;
    font-family: "ProximaNova";
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.features-table th:first-child {
    text-align: left;
}

.features-table th:last-child {
    text-align: right;
}

.features-table td {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 14px 2px;
    font-family: "ProximaNova";
    font-size: 12px;
    color: #333;
    text-align: center;
}

.features-table tr:last-child td {
    border-bottom: none;
}

.features-table td:first-child {
    /*border-left: 1px solid #ebebeb;*/
    text-align: left;
}

.features-table td:last-child {
    /*border-right: 1px solid #ebebeb;*/
    text-align: right;
}

.features-qnt-wrap {
    width: 30px;
    margin: auto;
}

.features-qnt-wrap input {
    background: #fff;
    border: 1px solid #ebebeb;
    font-size: 12px;
    padding: 8px;
}

.features-select-wrap {
    min-width: 65px;
}

.select2-container.select2-container--widget-sm {}


.select2-container.select2-container--widget-sm .select2-selection--single {
    height: auto;
}

.select2-container.select2-container--widget-sm .select2-selection--single .select2-selection__rendered {
    padding: 3px 18px 3px 3px;
}

.select2-container.select2-container--widget-sm .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: -1px;
    right: 1px;
    width: 16px;
}

.select2-container.select2-container--widget-sm .select2-selection__arrow b {
    display: none;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container.select2-container--widget-sm .select2-selection__arrow:before {
    content: ' ';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    z-index: 3;

    margin-top: -2px;
    right: 3px;
    border: 5px solid transparent;
    border-top-color: #676767;
}

.select2-container.select2-container--widget-sm .select2-selection__arrow:after {
    content: ' ';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    z-index: 3;

    margin-top: -2px;
    right: 5px;
    border: 3px solid transparent;
    border-top-color: #ffffff;
}

.select2-container.select2-container--widget-sm.select2-container--open .select2-selection__arrow:before {
    margin-top: -8px;
    border-top-color: transparent;
    border-bottom-color: #676767;
}

.select2-container.select2-container--widget-sm.select2-container--open .select2-selection__arrow:after {
    margin-top: -4px;
    border-top-color: transparent;
    border-bottom-color: #ffffff;
}

.select2-container.select2-container--widget-sm .select2-results__option--highlighted {
    background: #0081d4;
    color: #FFFFFF;
}

.confirm_order_btn, .submit_for_review_btn {
    min-width: 210px;
}

.instant_payment_btn_block {
    margin-top: 10px;
}

/*
    dropzone default styles
*/
.dropzone-default {
    overflow: hidden;
    z-index: -1;
    transition: z-index 0.0s 0.3s;
}

.dropzone-default__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #e8e8e8;
    transition: opacity 0.3s;
}

.dropzone-default__preloader {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
    background: url(../img/preloader.svg) no-repeat center;
}

.dropzone-default__help-text {
    position: absolute;
    padding: 0 20px;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    transform: translate(0, -50%);
    transition: opacity 0.3s;
}

.dropzone-default--active {
    transition: z-index 0.0s 0.0s;
}
.dropzone-default--active .dropzone-default__wrapper {
    opacity: 0.85;
}
.dropzone-default--active .dropzone-default__help-text {
    opacity: 1;
}

.dropzone-default--highlighted .dropzone-default__wrapper {
    opacity: 1;
}

.dropzone-default--preloader {
    transition: z-index 0.0s 0.0s;
}
.dropzone-default--preloader .dropzone-default__wrapper {
    opacity: 0.9;
}
.dropzone-default--preloader .dropzone-default__preloader {
    opacity: 1;
}

/*
    file-uploader default styles
*/
.file-uploader {
    position: relative;
    min-height: 0;
    transition: min-height 0.2s, margin-bottom 0.2s;
}

.file-uploader__dropzone-default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.file-uploader__dropzone-default.dropzone-default--active,
.file-uploader__dropzone-default.dropzone-default--preloader {
    z-index: 50;
}

.file-uploader__item-list {
    margin-bottom: 12px;
}
.file-uploader__item-list:empty {
    display: none;
}

.file-uploader__item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.file-uploader__item-link {
    display: flex;
}

.file-uploader__item-name {
    display: inline-block;
    margin-left: 8px;
}

.file-uploader--active {
    margin-bottom: 1rem;
    min-height: 240px;
}

.file-uploader__item--freeze {
    opacity: .6;
}

.file-uploader__item--freeze .file-uploader__delete-item {
    pointer-events: none;
}

.upload_btn_indent {
    margin: 10px 0 10px 0;
}