#chckt .cart__head-promo input {
    left: 0;
}
#chckt .agreement .label {
    color: #a2a8b3;
    font-weight: 400;
    white-space: normal;
    padding: 4px 0 0;
    font-size: 12px;
    display: inline-block;
    text-align: left;
}
#chckt .bx-soa-cart-total {
    max-width: calc(33.3333333% - 30px);
    margin: 40px auto 100px;
    padding: 0 15px;
}
#chckt .bx-soa-cart-total .btn {
    width: 230px;
    font-size: 18px;
    background-color: #fb2a00;
    color: #fff;
    border: none;
    text-decoration: none;
    transition: all .2s;
    text-align: center;
    border-radius: 30px;
    padding: 10px 16px;
    margin: 20px auto;
    display: block;
}
#chckt .bx-soa-cart-total .btn.disabled {
    pointer-events: none;
}
#chckt .bx-soa-cart-total .btn:hover {
    opacity: 0.7;
    color: #fff;
    background-color: #fb2a00;
}
#chckt .chckt-bl {
    background: #ecf0f7;
    padding: 15px 15px;
    height: 100%;
}
#chckt .chckt-bl-title {
    text-align: center;
    color: #a2a8b3;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 20px;
}

#chckt .bx-soa-pp-company-graf-container {
    position: relative;
    background: #fff;
    width: auto;
    height: 80px;
}
#chckt input[type=checkbox].bx-soa-pp-company-checkbox {
    position: absolute;
    top: 7px;
    left: 7px;
    margin: 0;
    padding: 0;
    z-index: 100;
}
#chckt .bx-soa-pp-company-image {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#chckt .form-control {
    background-color: #fff;
    border: solid 1px #fff;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 15px;
    color: #000;
}
#chckt .form-control.wrong {
    border-color: red;
}
#chckt .bx-soa-pp-company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#chckt .bx-soa-pp-company > label {
    cursor: pointer;
}
#chckt .bx-soa-pp-company > label,
#chckt .bx-soa-pp-company > div {
    min-width: 48%;
    width: 48%;
    font-size: 14px;
}
#chckt .bx-soa-pp-company-graf-container > input {
    z-index: 2;
    position: absolute;
    top: 2px;
    left: 6px;
}
#chckt .chckt-bl-content .label {
    color: #474d57;
    padding: 2px 10px;
    white-space: normal;
    text-align: left;
    line-height: 18px;
}
#chckt .chckt-bl-content .label span {
    color: #a2a8b3;
    font-size: 12px;
}
#chckt label.bx-soa-custom-label {
    font-size: 12px;
    color: #a2a8b3;
}
#chckt .addr {
    border: solid 1px transparent;
    padding: 10px 15px 5px;
    margin: 10px 0;
}
#chckt .addr > div {
    display: none;
}
#chckt .addr.active {
    border: solid 1px #a2a8b3;
}
#chckt .addr.active > div {
    display: block;
}
#chckt .chckt-bl-content > label {
    padding: 0 15px;
    margin: 0 0 5px;
}
#chckt .cart__head-c1 p {
    margin-bottom: 0;
}
#chckt .bx-soa-cart-total-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ecf0f7;
    font-weight: bold;
}
.bx-soa-cart-total-line.bx-soa-cart-total-line-total {
    font-size: 26px;
}



.preloader-wrap{
    z-index:99999999;
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background: rgba(0, 0, 0, .5);
    -webkit-transition:all .25s linear;
    -moz-transition:all .25s linear;
    -o-transition:all .25s linear;
    transition:all .25s linear
}
.preloader-wrap .preloader{
    position:absolute;
    top:50%;left:50%;
    margin-top:-100px;
    margin-left:-100px;
    border:3px solid transparent;
    border-radius:50%;
    border-top:3px solid #16aec7;
    border-bottom:3px solid #fb2a00;
    width:200px;
    height:200px;
    -webkit-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite
}
.preloader-wrap .preloader_logo{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-21px;
    margin-left:-74px;
    height:42px;
    width:148px
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@keyframes spin{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.preloader-wrap.dis{
    opacity: 0;
    pointer-events: none;
}

#chckt .addr > label {
    display: flex;
    cursor: pointer;
}
#chckt .addr > label > input {
    cursor: pointer;
}

.kuponlist {
    font-size: 12px;
    margin-bottom: 5px;
    text-align: left;
}
span.kuponstatus{
    display: none;
    position: absolute;
    background: #cccccc;
    color: #000000;
    padding: 1px 6px;
    margin-top: 0;
    font-size: 10px;
    margin-left: 0;
    font-weight: normal;
    white-space: nowrap;
    bottom: 100%;
    left: 0;
}
.kuponchik:hover span.kuponstatus{
    display: block;
}
.kuponchik{
    display:inline-block; padding: 2px 22px 2px 4px; background: #ff0000; color: #ffffff; margin: 1px; font-weight:bold;
    position: relative;
}
.kuponchik.ok{
    background: #6e8902;
}

.kupondelete{
    width: 16px;
    height: 100%;
    background: url(images/close.png) no-repeat center center;
    display: block;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    background-size: 11px;
}
.chckt-content-wrap {
    -webkit-transition:all .25s linear;
    -moz-transition:all .25s linear;
    -o-transition:all .25s linear;
    transition:all .25s linear;
    opacity: 0;
}
.chckt-content-wrap.active {
    opacity: 1;
}
.cart__item-img img {
    border-radius: 5px;
}
.cart__head-c4 {
    width: auto;
}
.cart__head-price {
    white-space: nowrap;
}
@media (max-width: 1023px){
    #chckt .bx-soa-cart-total {
        max-width: 100%;
        padding: 0;
    }
    #chckt .chckt-bl {
        height: auto;
        margin: 10px 0;
    }
}