.checkout-page-bg {
    background-color: #F6F3FA;
}
.checkout-bg-dark {
    background-color: #f6f3fb;
}

.checkout-box {
    width: 100%;
    padding: 1.5rem 2.2rem;
    background-color: #fff;
    border: none;
    border-radius: 8px;
}

.checkout-box .header {
    width: 100%;
    display: flex;
    align-items: center;
}

.checkout-box .header img.logo {
    width: 120px;
}

.checkout-box .product-box {
    width: 100%;
    padding: 1rem 1.2rem;
    border-radius: 7px;
    border: 1px solid #e7defa;
    min-height: 120px;
}

.checkout-box .product-box .product-image {
    width: 77px;
    height: 74px;
    background-color: #F6F1FF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee8f8;
}

.checkout-box .checkout-drop {
    border-radius: 6px;
    background-color: #F9F6FF !important;
    width: 80px;
}

.checkout-drop .control .single .single__image img,
.checkout-drop .control .single .single__image {
    margin-right: 0rem;
}

.checkout-drop .control .indicator-box {
    margin-right: 0;
}
.checkout-drop .control .indicator-box .indicator {
    padding: 5px 3px;
}

.checkout-drop .menu .menu-list {
    max-height: 100px;
}

.checkout-modal .dm--body .image-box,
.invoice-box .image-box {
    width: 50px;
    height: 50px;
    background-color: #e9e0fd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-modal .option-list {
    padding: 0;
    padding-top: 2rem;
    width: 100%;
    list-style: none;
    margin-bottom: 0;
}

.checkout-modal .method-list {
    padding-top: 1rem;
    width: 100%;
}

.checkout-modal .option-list li {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    border-top: 1px solid #eae3fa
}

.checkout-modal .option-list li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.7rem 1.5rem;
}

.checkout-modal .option-list li a span:nth-child(2) {
    font-family: 'Aeonik-Regular';
}

.checkout-modal .option-list li a.active {
    background-color: #22283D;
}

.checkout-modal .option-list li a.active {
    background-color: #E9E0FD;
}

.checkout-modal .option-list li a:hover .fe,
.checkout-modal .option-list li a.active .fe {
    color: #3415ff;
}

.checkout-modal .option-list li a.active span:nth-child(2) {
    font-family: 'Aeonik-Medium';
}

.checkout-modal .method-item {
    width: 100%;
}

.checkout-modal .method-item a {
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding: 0.6rem 0;
}

.checkout-modal .method-list .ui-line {
    margin: 3px 0 !important;
}

.checkout-modal .checkout-bank-box {
    width: 100%;
    padding: 1rem 1.2rem;
    min-height: 200px;
    border-radius: 6px;
    border: 1px solid #C0B4DC;
    background-color: #fff;
}

.checkout-modal .modal-content {
    background-color: transparent !important;
    border: none !important;
}

.checkout-modal .cta-options .btn {
    min-height: 44px;
    background-color: #e8e7f8;
}

.checkout-bound{
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
}
.checkout-bound.bordered{
    border: 1px solid #C0B4DC;
}
.checkout-bound.bg-clear{
    background-color: transparent;
}

.checkout-bound .bound-header,
.checkout-bound .bound-body {
    width: 100%;
    padding: 1rem 1.5rem;
}
.checkout-bound .bound-body {
    padding: 1rem 2rem;
}

.checkout-product,
.checkout-invoice{
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    padding: 1.2rem 1.5rem;
}

.checkout-product .inner,
.checkout-invoice .inner{
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

/* CHECKOUT PAGE */

.form.checkout-form .select-box {
    border: none !important;
    width: unset;
}

.checkout-page .method-box{
    width: 100%;
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    border: 1px solid #e7defa;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-page .method-box .splitter{
    width: 1px;
    height: 20px;
    margin: 0 12px;
    background-color: #d9cdf4;
}

.checkout-page .method-box .box-label{
    position: absolute;
    top: -1.2rem;
    background-color: #fff;
    color: #8d7db3;
    padding: 0.25rem 0.35rem;
}

.checkout-page .method-item {
    min-width: 15%;
}

.checkout-page .method-item a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
}
.checkout-page .method-item a.spaced {
    padding: 0 0.4rem;
}
.checkout-page .checkout-form .long-message{
    padding: 5.5rem 1.5rem !important;
}
.checkout-page .checkout-form .med-message{
    padding: 3rem 1.5rem !important;
}

.checkout-page .checkout-bank-box {
    width: 100%;
    padding: 1rem 1.5rem;
    min-height: 200px;
    border-radius: 6px;
    border: 1px solid #e7defa;
    background-color: #fff;
}

.checkout-page .business-logo {
    width: 35px;
    height: 33px;
    background-color: #F6F1FF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee8f8;
}

.checkout-page .product-image {
    width: 70px;
    height: 70px;
    background-color: #F6F1FF;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee8f8;
}

/* END CHECKOUT PAGE */

/* RESPONSIVENESS */

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

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

/* desktop device */
@media (min-width: 992px) {}

/* large device */
@media (max-width:991px) {

    .container {
        width: 100% !important;
    }

}

@media (min-width: 768px) {
    
}

/* smart mobile device */
@media (max-width:768px) {

    .checkout-screen [class*="col-md-"] {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .container-fluid {
        width: 93%;
    }

    .container {
        width: 93%;
    }

    .container {
        padding: 0 15px !important;
    }

    .text-elipsis {
        display: inline-block;
        text-overflow: ellipsis !important;
        overflow-x: hidden;
        width: 50%;
        white-space: nowrap;
    }

    .text-elipsis.md {
        width: 30%;
    }

    .text-elipsis.sm {
        width: 15%;
    }

    .text-elipsis.lg {
        width: 70%;
    }

    /* ************** */

    .ui-hide-mobile-only {
        display: none !important;
    }

    .ui-show-mobile-only {
        display: block !important;
    }
}

/* tablet-smart device */
@media (max-width: 600px) {
    .checkout-screen [class*="col-md-"] {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
}

@media (max-width: 576px) {

    .checkout-modal .modal-dialog {
        margin: 0 !important;
        padding: 0 !important;
    }

    .checkout-modal .modal-closebox {
        display: none;
    }

    .checkout-modal .modal-content {
        min-height: 100vh;
        background-color: #fff !important;
        border-radius: 0px !important;
    }

}

/* tablet-smart device */
@media (min-width: 500px) {
    .ms-show-only {
        display: none !important;
    }
}

@media (max-width: 500px) {

    .ms-hide-only {
        display: none !important;
    }

    .ms-show-only {
        display: block !important;
    }

    .checkout-box .btn {
        width: 100%;
    }

}

@media (max-width: 390px) {

    .checkout-screen [class*="col-md-"] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .checkout-box {
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }

    .checkout-box .product-box {
        padding: 1rem;
        min-height: unset;
        margin-bottom: 1rem !important;
    }

    .checkout-box .product-box .d-flex {
        display: block !important;
    }

    .checkout-box .product-image {
        display: none !important;
    }

    .checkout-box .product-details h4 {
        font-size: 14px !important;
    }

    .checkout-box .product-details p {
        line-height: 18px;
    }

    .checkout-box .form-row {
        margin-right: unset;
        margin-left: unset;
    }

}

@media (max-width: 300px) {

    .checkout-screen [class*="col-md-"] .col,
    .checkout-screen [class*="col-"] .col {
        flex-basis: unset !important;
        padding: 0 !important;
        width: 100%;
    }

}