header#sp-header .header-top,
header#sp-header .header-nav,
header#sp-header #sp-search,
header#sp-header #sp-cart,
header#sp-header #sp-offcanvas,
section#sp-breadcrumbs {
    display: none!important;
}

header#sp-header .header-middle .row {
    justify-content: space-between;
}

header#sp-header #sp-top3 {
    text-align: right;
}

.proopc-loader-overlay {
    display: block;
    opacity: .7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}

.proopc-area-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10001;
}

#proopc-page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    z-index: 10000;
}

#proopc-page-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
}

#proopc-order-process {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -158px;
    width: 300px;
    text-align: center;
    background: #111;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 7px 8px 5px;
    color: #FFF;
    z-index: 10001;
}

.bask-page {
    width: 100%;
    margin-bottom: 30px;
}

.bask-page-wrap {
    background-color: #fff;
    padding: 30px 40px 10px;
    margin-bottom: 20px;
    position: relative;
}

.bask-page-wrap .bask-page-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    margin-bottom: 30px;
    letter-spacing: .2em;
    text-align: center;
}

.basket-noitems .basket-noitems-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
}

.basket-noitems .basket-noitems-desc {
    color: #95a0a6;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: .1em;
    text-align: center;
}

.bask-page-detal .bask-detal-desc {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bask-page-detal .bask-detal-btn {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.bask-item .bask-item-del {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    height: 10px;
    cursor: pointer;
}

.bask-item .bask-item-del:after,
.bask-item .bask-item-del:before {
    content: "";
    width: 10px;
    height: 1px;
    border-radius: 1px;
    background-color: #667780;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.bask-item .bask-item-del:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bask-page-detal .bask-detal-name span {
    display: block;
    margin-bottom: 10px;
}

.bask-page-detal .bask-detal-name span:last-child {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.bask-page-detal .bask-detal-val span {
    display: block;
    margin-bottom: 10px;
}

.bask-page-detal .bask-detal-val span:last-child {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.bask-item {
    border-bottom: 1px solid #f5f2f7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.bask-item .bask-item-thumb {
    width: 150px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    flex: 0 0 150px;
}

.checkout-bask .bask-item .bask-item-thumb {
    width: 80px;
    flex: 0 0 80px;
}

.bask-item .bask-item-desc {
    position: relative;
    width: 100%;
}

.bask-item .bask-item-title {
    min-height: 38px;
    margin-bottom: 8px;
}

.bask-item .bask-item-title a {
    text-transform: uppercase;
    color: #37474f;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 3px;
}

.bask-item-sale {
    font-size: 12px;
    color: #ff389c;
    margin-bottom: 10px;
}

.bask-item .bask-item-info {
    width: 100%;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.now-price {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
}

.was-price {
    font-size: 16px;
    display: inline-block;
    color: #95a0a6;
    text-decoration: line-through;
}

.bask-item .bask-item-num {
    display: flex;
    width: 240px;
}

.bask-item .bask-item-num .bask-item-count {
    margin-right: 20px;
}

.num-prod {
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    border-radius: 25px;
    height: 40px;
    width: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.num-prod span {
    width: 40px;
    display: block;
    height: 40px;
    position: relative;
}

.num-prod .in-num {
    border: none;
    text-align: center;
    height: 40px;
    width: 30px;
    padding: 0;
}

.num-prod span:after,
.num-prod span:before {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.num-prod span.plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bask-item .bask-item-num .bask-item-num-price {
    font-weight: 600;
}

.bask-item .bask-item-num .bask-item-num-price .now-price {
    font-size: 20px;
    line-height: 40px;
    margin-right: 0;
    display: inline-block;
}

.bask-detal-title {
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: .1em;
}

.edit-order {
    width: 100%;
    margin-bottom: 30px;
}

.checkout-step {
    width: 100%;
}

.checkout-step .done {
    overflow: hidden;
}

.one-check-step {
    width: 100%;
    margin-bottom: 30px;
}

.one-check-step.active {
    height: auto!important;
}

.one-check-step.done {
    cursor: pointer;
    height: 40px!important;
}

.one-check-step .one-check-step-top {
    width: 100%;
    line-height: 40px;
    position: relative;
    padding-left: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

.one-check-step .one-check-step-top i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #95a0a6;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    display: block;
    font-style: normal;
}

.one-check-step.done .one-check-step-top i:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 16px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.one-check-step .one-check-step-desc {
    width: 100%;
    display: none;
    padding: 40px 0 20px 60px;
}

.checkout-step .active .one-check-step-desc {
    display: block;
}

.one-check-step .one-check-step-desc .list-nav {
    text-align: left;
    margin-bottom: 30px;
}

.one-check-step .one-check-step-desc .list-nav .nav-pills {
    justify-content: flex-start;
}

.vp-field-help {
    text-align: left;
}

.proopc-loggedin-user {
    width: 100%;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}

.vp-form-group {
    margin-bottom: 20px;
}

.check-bt-next {
    margin-top: 20px;
}

.field-desc {
    color: #95a0a6;
    font-size: 12px;
}

.invalid {
    background-image: url(../images/error-inp.svg)!important;
    background-position: right 15px center!important;
    background-repeat: no-repeat!important;
}

.radioTab-list {
    display: flex;
    flex-wrap: wrap;
}

.radioTab-item {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}

.radioTab-item:last-child {
    margin-right: 0;
}

#proopc-shipment-form input[type=radio],
#proopc-payment-form input[type=radio] {
    display: none;
}

#proopc-shipment-form label,
#proopc-payment-form label {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    display: block!important;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    font-weight: 500;
}

.shipto_city_list-group .inner,
.shipto_warehouse_list-group .inner {
    position: relative;
    margin: 10px 0;
}

.shipto_city_list-group label,
.shipto_warehouse_list-group label {
    font-size: 12px;
    color: #667780;
    position: absolute;
    top: 5px;
    left: 25px;
    right: 25px;
    z-index: 2;
    height: 40px;
    pointer-events: none;
}


/* RESPONSIVE */

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 768px) {
    .bask-page {
        margin-bottom: 0;
    }
    .bask-page-wrap {
        padding: 20px;
    }
    .bask-item {
        align-items: flex-start;
    }
    .bask-item .bask-item-thumb {
        width: 100px;
        flex: 0 0 100px;
    }
    .bask-item .bask-item-title {
        margin-right: 30px;
    }
    .bask-item .bask-item-info,
    .bask-item .bask-item-num {
        flex-direction: column;
        align-items: flex-start;
        margin: 5px 0;
    }
    .bask-page-wrap .bask-page-title {
        font-size: 18px;
    }
    .basket-noitems .basket-noitems-title {
        font-size: 16px;
    }
    .basket-noitems .basket-noitems-desc {
        font-size: 12px;
    }
    .one-check-step .one-check-step-desc {
        padding: 20px 0;
    }
    .nav-pills li a {
        font-size: 14px;
    }
    .field-desc {
        padding: 10px;
    }
}

@media (max-width: 480px) {}