.modal-open {
    overflow: hidden;
    padding-right: 16px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-background.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade {
     opacity: 0;
     -webkit-transition: opacity .15s linear;
     -o-transition: opacity .15s linear;
     transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px auto;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
/*a, a:focus, a:hover, a:active, button, button:hover {
    outline: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #555;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}
.h4, h4 {
    font-size: 18px;
}*/
.label {
    padding: 0.2em 0 0.3em;
}
.sky-form {
    margin: 0;
    outline: none;
    /*box-shadow: 0 0 20px rgba(0,0,0,.3);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;*/
    color: #666;
}
.modal-content .sky-form {
    box-shadow: none;
    border: 1px solid #eee;
}
.modal .sky-form {
    border: 0px solid #eee;
}
.sky-form header {
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
    font-size: 25px;
    font-weight: 300;
    color: #232323;
}
.sky-form header {
    color: inherit;
    display: block;
    font-size: 20px;
    background: #fff;
    font-weight: 400;
    padding: 8px 30px;
}
.sky-form header button.close {
    margin-top: 6px;
}
.sky-form fieldset {
    display: block;
    padding: 25px 30px 5px;
    border: none;
    background: rgba(255,255,255,.9);
}
.modal .sky-form fieldset {
    padding: 5px 30px 5px;
}
.sky-form fieldset {
    background: #fff;
}
.sky-form footer {
    display: block;
    padding: 15px 30px 25px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
}
.sky-form footer {
    background: #fff;
    padding: 15px 30px;
    text-align: right;
}
.sky-form footer button:last-child {
    margin-left: 5px;
}
.sky-form .row {
    margin: 0 -15px;
    display: block;
}
.sky-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sky-form section {
    margin-bottom: 10px;
}
.sky-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
    font-weight: 400;
}
.sky-form .label {
    border-radius: 0;
    font-size: 100%;
    text-align: left;
    white-space: normal;
    color: inherit;
}
.sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form .button {
    position: relative;
    display: block;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 6px 10px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    /*font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;*/
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
    border-color: #e5e5e5;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.sky-form .input input {
    height: 34px;
    padding: 6px 12px;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    border-width: 1px;
    font-size: 14px;
    color: #404040;
}
.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
    border-color: #bbb;
}
.sky-form .input .icon-prepend + input, .sky-form .textarea .icon-prepend + textarea {
    padding-left: 46px;
}
/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.sky-form .icon-append, .sky-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
}
.sky-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}
.sky-form .icon-append, .sky-form .icon-prepend {
    top: 1px;
    height: 32px;
    font-size: 14px;
    line-height: 33px;
    background: inherit;
}
.sky-form .icon-prepend {
    left: 6px;
    padding-right: 5px;
}
.sky-form .icon-append, .sky-form .icon-prepend {
    color: #b3b3b3;
}
.sky-form .textarea textarea {
    height: auto;
    resize: none;
}
.sky-form .select i {
    position: absolute;
    top: 14px;
    width: 9px;
    right: 13px;
    height: 6px;
    background: #fff;
    pointer-events: none;
}
.sky-form .select select {
    height: 34px;
    padding: 6px 10px;
}
.sky-form .select i:after, .sky-form .select i:before {
    content: '';
    position: absolute;
    right: 10px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.sky-form .select i:after, .sky-form .select i:before {
    top: 4px;
}
.sky-form .select i:after {
    bottom: 12px;
    border-top: 4px solid #404040;
}
.sky-form .select i:before {
    top: -2px;
    border-bottom: 4px solid #404040;
}
.sky-form .input-file {
    position: relative;
}
.sky-form .input-file .button {
    display: inline-block;
    background: white;
    border: 1px solid #ced4da;
    padding: 0.375rem 1rem;
    color: #495057;
    font-weight: normal;
}
.sky-form .input-file .file-name {
    text-transform: none;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 250px;
    padding-left: 25px;
    font-weight: normal;
    color: #212529;
}
.sky-form .input-file input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.required {
    color: red;
}
.sky-form .label {
    color: #333;
    margin-bottom: 2px;
    font-size: 110%;
}
.hint {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 13px;
    line-height: 15px;
    color: #999;
}
.sky-form .message {
    text-align: center;
    min-height: 20px;
}
.error, .sky-form .message.error {
    color: #A90329;
}
.sky-form .message.success {
    color: green;
}
.state-error {
    background: #fff0f0 !important;
    border-color: #A90329 !important;
}
.sky-form .description {
    color: #db580f;
    font-weight: bold;
    font-size: 16px;
}
.sky-form h4 {
    color: #555;
    font-size: 24px;
}
.smart-input {
    position: absolute;
    z-index: 5555;
    background: white;
    border: 1px solid #5e0c05;
    padding: 10px 20px;
    overflow: auto;
    max-height: 250px;
    border-radius: 5px;
    display: none;
    top: 69px;
    left: 1px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 5px 5px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 5px 5px rgba(0,0,0,.2);
}

.smart-input li {
    margin: 10px 0;
    overflow: hidden;
}
.smart-input a {
    font-size: 0.9rem;
    font-weight: 600;
    color: #212529;
    max-width: 100%;
    text-transform: none;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.relative {position: relative}
.sky-form .cart-popup-colors {
    display: block;
}
.sky-form .cart-popup-colors ul {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.sky-form .cart-popup-colors ul li {
    display: inline-block;
    padding: 10px;
}
.sky-form .cart-popup-colors ul li .color-item-popup {
    display: block;
    border-radius: 50%;
    border: 1px solid #cbc9c9;
    width: 26px;
    height: 26px;
    position: relative;
}
.sky-form .cart-popup-colors ul li .color-item-popup a span {
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 1.2px;
    bottom: 2px;
    right: 2px;
    box-sizing: border-box;
}
.sky-form .cart-popup-colors ul li .color-item-popup a span.color-2-left {
    width: 11px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
}
.sky-form .cart-popup-colors ul li .color-item-popup a span.color-2-right {
    width: 11px;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    left: 12px;
}
.sky-form .cart-popup-colors ul li .color-item-popup.active {
    border: 1px solid #06c;
}
/*.sky-form .cart-popup-colors ul li .color-item-popup a {
    display: block;
    border-radius: 50%;
    margin: 4px;
    width: 15px;
    height: 15px;
}*/
@media (min-width: 992px)
{
    #buy-fast-popup .modal-dialog {
        max-width: 960px!important;
        width: 960px!important;
    }
}
#buy-fast-popup .cart-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
#buy-fast-popup .cart-item .item-block {
    flex: calc(100% - 720px);
    max-width: calc(100% - 720px);
    margin: 0;
    padding: 20px 15px 15px 15px;
    text-align: center;
}
#buy-fast-popup .cart-items {
    padding: 0 15px;
}
#buy-fast-popup .all-sum {
    padding-right: 15px!important;
}
#buy-fast-popup .cart-items.mobile .cart-item .cart-sum, #buy-fast-popup .cart-items.mobile .cart-item .cart-price {
    font-size: 1rem!important;
}
#buy-fast-popup .cart-items.mobile .item-name h4 {
    font-size: 1rem;
    text-align: left;
    margin: 0 0 15px 0;
}
#buy-fast-popup .cart-items.mobile .cart-item .item-block {
    flex: calc(100% - 450px);
    max-width: calc(100% - 450px);
}
#buy-fast-popup .cart-items.mobile p.mb-8 {
    margin-bottom: 0px!important;
    position: relative;
    font-size: 12px;
    text-align: left;
}
#buy-fast-popup .cart-items.mobile .count-input {
    width: 100%;
}
#buy-fast-popup .cart-items.mobile .count-input .count-minus, #buy-fast-popup .count-input .count-plus, #buy-fast-popup .count-input .count-minus, #buy-fast-popup .cart-items.mobile .count-input .quick-count-minus, #buy-fast-popup .count-input .quick-count-plus {
    width: 35px;
}
#buy-fast-popup .cart-items.mobile .price {
    display: block;
}
#buy-fast-popup .cart-items.mobile .price.old {
    margin-right: 0;
}
#buy-fast-popup .count-input {
    width: 160px;
    display: block;
    margin: auto;
    position: relative;
}
#buy-fast-popup .count-input input {
    text-align: center;
    width: 100%;
    height: 40px;
    color: #2e3133;
    padding: 5px 45px;
    font-size: 1.2rem;
    border: 1px solid #06c;
}
.count-input input:disabled {
    background-color: white;
    border: 0;
}
#buy-fast-popup .count-input .count-minus, #buy-fast-popup .count-input .count-plus {
    width: 45px;
    height: 40px;
    background-color: #06c;
    position: absolute;
    color: white;
    top: 0px;
    cursor: pointer;
    text-align: center;
}
#buy-fast-popup .count-input .count-minus i, #buy-fast-popup .count-input .count-plus i {
    line-height: 40px;
}
#buy-fast-popup .count-input .count-minus {
    left: 0px;
}
#buy-fast-popup .count-input .count-plus {
    right: 0px;
}
#buy-fast-popup .cart-in-stock {
    font-size: 12px;
    position: relative;
    bottom: 0;
    margin-bottom: 0;
    text-align: left;
}
#buy-fast-popup .cart-in-stock span {
    color: #2e3133;
}
#buy-fast-popup .all-sum {
    display: block;
    padding-right: 70px;
    width: 100%;
    text-align: right;
}
#buy-fast-popup .all-sum .label, #buy-fast-popup .all-sum .value, #buy-fast-popup .all-sum .value-field {
    padding: 25px 15px;
    width: calc((100% - 70px)/5);
    display: inline-block;
    font-size: 1.5rem;
}
#buy-fast-popup .all-sum .discount-sum .label, #buy-fast-popup .all-sum .discount-sum .value {
    padding: 25px 15px 0 15px!important;
}
#buy-fast-popup .all-sum .value, #buy-fast-popup .all-sum .value-field {
    text-align: center;
}
#buy-fast-popup .cart-sum {
    width: 100%;
}
#buy-fast-popup .f-50p {
    max-width: 50px!important;
    flex: 50px!important;
}
#buy-fast-popup .f-80p {
    max-width: 80px!important;
    flex: 80px!important;
}
#buy-fast-popup .f-100p {
    max-width: 100px!important;
    flex: 100px!important;
}
#buy-fast-popup .f-150p {
    max-width: 150px!important;
    flex: 150px!important;
}
#buy-fast-popup .f-175p {
    max-width: 175px!important;
    flex: 175px!important;
}
#buy-fast-popup .f-200p {
    max-width: 200px!important;
    flex: 200px!important;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
@media (max-width: 767px) {
    .modal-open .modal {
        padding: 0 25px;
    }
}