<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------
    Checkout
------------------------------------*/
:root {
    /* theme color */
    --main-color-one: var(--color-primary);
    --main-color-one-hover: var(--color-primary);
    --main-color-two: var(--color-secondary);
    --main-color-two-hover: var(--color-secondary);
}

.checkout-section {
    padding: 40px 0;
}

.checkout-section .checkout-step {
    margin-bottom: 100px;
}

.checkout-section .checkout-step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.checkout-section .checkout-step ul li {
    width: 100%;
    color: #d0d0d0;
    font-size: 16px;
    position: relative;
    text-align: center;
    cursor: default;
}

.checkout-section .checkout-step ul li a {
    color: inherit;
}

.checkout-section .checkout-step ul li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32px;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-color: #d0d0d0;
    border-radius: 50%;
}

.checkout-section .checkout-step ul li:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    left: -50%;
    bottom: -25px;
    background-color: #d0d0d0;
}

.checkout-section .checkout-step ul li:last-child:after {
    display: none;
}

.checkout-section .checkout-step ul li.active {
    color: #979797;
}

.checkout-section .checkout-step ul li.active:before, .checkout-section .checkout-step ul li.active:after {
    background-color: #979797;
}

.checkout-section .checkout-section-content .checkout-section-title {
    padding: 25px;
    font-size: 18px;
    font-weight: bold;
}

.checkout-section .checkout-section-content .custom-control {
    padding-left: 0;
}

.checkout-section .checkout-section-content .address-select {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px 15px 55px;
    position: relative;
    width: 100%;
    min-height: 190px;
}

.checkout-section .checkout-section-content .address-select:before, .checkout-section .checkout-section-content .address-select:after {
    right: 15px;
    left: auto;
    top: 15px;
}

.checkout-section .checkout-section-content .address-select .head-address-select {
    border-bottom: 1px solid #eaeaea;
    padding-right: 25px;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.checkout-section .checkout-section-content .address-select span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #997799;
    margin-bottom: 10px;
}

.checkout-section .checkout-section-content .address-select span i {
    margin-left: 5px;
}

.checkout-section .checkout-section-content .address-select .edit-address-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.checkout-section .checkout-section-content .add-address {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 190px;
}

.checkout-section .checkout-section-content .custom-control-input:checked ~ .payment-select {
    border-color: #979797;
}

.checkout-section .checkout-section-content .payment-select {
    background-color: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.checkout-section .checkout-section-content .payment-select:before, .checkout-section .checkout-section-content .payment-select:after {
    display: none;
}

.checkout-section .checkout-section-content .payment-select i {
    font-size: 20px;
    margin-left: 7px;
}

.checkout-section .checkout-section-content .payment-select .title {
    font-size: 18px;
    font-weight: bolder;
    color: #212121;
    display: block;
}

.checkout-section .checkout-section-content .payment-select .subtitle {
    font-size: 14px;
    font-weight: bolder;
    color: #979797;
    display: block;
}

.checkout-section .checkout-section-content .cart-items .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eaeaea;
}

.checkout-section .checkout-section-content .cart-items .cart-item:last-child {
    border-bottom: 0;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail {
    text-align: center;
    margin-left: 15px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail a {
    display: block;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail a img {
    max-width: 100%;
    max-height: 140px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-title h2 {
    color: #000;
    font-size: 16px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-title h2 a {
    color: inherit;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
    position: relative;
    line-height: 28px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li .color {
    width: 40px;
    position: absolute;
    right: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li i {
    width: 40px;
    position: absolute;
    right: -10px;
    text-align: center;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail ul li span {
    font-size: 13px;
    letter-spacing: -0.5px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .item-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .item-quantity .item-remove-btn {
    background-color: transparent;
    color: #777;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .item-quantity .item-remove-btn .fa-trash-alt {
    margin-left: 8px;
}

.checkout-section .checkout-section-content .cart-items .cart-item .item-info .item-detail .item-quantity--item-price .item-price {
    font-size: 18px;
    font-weight: bold;
}

.checkout-message {
    padding: 25px 15px;
    font-size: 18px;
    color: #00c853;
}

.checkout-message span {
    padding: 5px 10px;
    font-size: 13px;
}

.checkout-message span.order-code {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
}

.checkout-message .icon-message {
    width: 60px;
    height: 60px;
    margin: 0 auto 35px;
    line-height: 70px;
    border-radius: 50%;
    background-color: #0ba360;
    text-align: center;
}

.checkout-message .icon-message.failed-icon {
    background-color: var(--color-secondary);
}

.checkout-message .icon-message i {
    color: #fff;
    font-size: 24px;
}

.checkout-message .checkout-message-success {
    color: #00c853;
    text-align: center;
}

.checkout-message .checkout-message-success span {
    background-color: #e8fdee;
}

.checkout-message .checkout-message-failed {
    color: var(--color-secondary);
    text-align: center;
}

.checkout-message .checkout-message-failed span {
    background-color: #ffe9eb;
}

.tab-responsive-order-list .dropdown-menu {
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-responsive-order-list .dropdown-menu .dropdown-item {
    text-align: right;
    border-radius: 10px;
}

.shadow-around {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
}

.btn.btn-danger, .btn.btn-outline-danger {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
}

.num-block {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 5px 0;
}

.num-block .num-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.num-block .num-in span {
    display: block;
    width: 30px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.num-block .num-in span.dis:before {
    background-color: #ccc !important;
}

.num-block .num-in span.minus:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--color-secondary);
    top: 50%;
    left: 0;
}

.num-block .num-in span.plus:before, .num-block .num-in span.plus:after {
    content: '';
    position: absolute;
    right: 0px;
    width: 15px;
    height: 2px;
    background-color: var(--color-secondary) !important;
    top: 50%;
}

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

.num-block .num-in input {
    width: 32px;
    height: 32px;
    color: #666;
    text-align: center;
    padding: 0;
    background-color: transparent;
}

input, input:focus, button, button:focus {
    border: 0;
    outline: none;
}

/*ol, ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

.link--with-border-bottom {
    color: #2196F3;
    background-color: transparent;
    border-bottom: 1px dashed #2196F3;
}

.form-element-row {
    margin-bottom: 15px;
}

.form-element-row .input-element {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 7px;
    line-height: 20px;
    padding: 15px;
}

.form-element-row .btn-element.btn-info-element {
    background-color: var(--color-primary);
    color: #fff;
}

.form-element-row .btn-element {
    text-align: center;
    height: 45px;
    border-radius: 7px;
    padding: 0 15px;
}

.modal .modal-dialog .modal-content {
    border: 1px solid #ededed;
    border-radius: 7px;
}

.modal .modal-dialog .modal-content .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal .modal-dialog .modal-content .modal-header, .modal .modal-dialog .modal-content .modal-footer {
    border: 0;
}

.modal .modal-dialog .modal-content .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 15px;
    font-size: 30px !important;
}

.text-sm {
    font-size: 13px !important;
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.page-content {
    margin-top: 193.389px;
    margin-bottom: 35px;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .checkout-section .checkout-step ul li {
        font-size: 13px;
    }

    .checkout-section .checkout-step ul li span {
        display: block;
        width: 85px;
        height: 38px;
        margin: auto;
        text-align: center;
    }

    .checkout-section .checkout-section-content .cart-items .cart-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout-section .checkout-section-content .cart-items .cart-item .item-thumbnail {
        margin-bottom: 25px;
    }

    .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price .item-quantity,
    .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price .item-price {
        width: 100%;
    }

    .checkout-section .checkout-section-content .cart-items .cart-item .item-quantity--item-price .item-price {
        text-align: left;
    }
}


/* start line step */

.line-step-container {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.line-step {
    position: relative;
    display: flex;
    align-items: center;
}

.line-step::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #e9e9e9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.line-step-boxs {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line-step-boxs::before {
    z-index: 3;
    content: '';
    width: 20px;
    height: 20px;
    background: #ccc;
    box-shadow: var(--shadow-md);
    border-radius: 50%;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.line-step-boxs::after {
    z-index: 3;
    content: '';
    width: 20px;
    height: 20px;
    background: #ccc;
    box-shadow: var(--shadow-md);
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.line-step-box {
    width: 33.33%;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.line-step-box.disabled .icon i {
    color: #ccc;
}

.line-step-box.disabled p {
    color: #ccc;
}

.line-step-box.complete .icon {
    background: var(--main-color-one);
}

.line-step-box.complete .icon i {
    color: #fff;
}

.line-step-box.complete::before {
    content: '';
    width: 50%;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--main-color-one);
    z-index: -1;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.line-step-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    margin-top: 30px;
    width: 50px;
    height: 40px;
    line-height: 4px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.line-step-box .icon i {
    font-size: 16px;
    color: var(--main-color-one);
}

.line-step-box p {
    font-size: 14px;
    margin-top: 15px;
    font-weight: bold;
}

/* end line step */

.responsive-table &gt; table {
    width: 100%;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.responsive-table {
    overflow-x: auto;
    padding: 5px;
}

.main-table {
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-table th {
    padding: 20px 0;
    font-size: 14px;
    vertical-align: middle;
}

.main-table tr {
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.main-table tr td.title a {
    max-width: 280px;
    min-width: 280px;
    color: #000;
    font-weight: bold;
}

.main-table tr td.title ul li {
    margin-left: 18px;
}

/*.main-table tr td.counter {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    max-width: unset;*/
/*    min-width: 180px;*/
/*}*/

/* end main table */

#loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #2b2b2bad;
    z-index: 999999;
}

#loader .middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

#loader .bar {
    width: 10px;
    height: 70px;
    background: #fff;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
    animation: loader_loading 1.2s linear infinite;
}

#loader .bar1 {
    animation-delay: 0.1s;
}

#loader .bar2 {
    animation-delay: 0.2s;
}

#loader .bar3 {
    animation-delay: 0.3s;
}

#loader .bar4 {
    animation-delay: 0.4s;
}

#loader .bar5 {
    animation-delay: 0.5s;
}

#loader .bar6 {
    animation-delay: 0.6s;
}

#loader .bar7 {
    animation-delay: 0.7s;
}

#loader .bar8 {
    animation-delay: 0.8s;
}

@keyframes loader_loading {
    0% {
        transform: scaleY(0.1);
        background: #fff;
    }
    50% {
        transform: scaleY(1);
        background: var(--color-primary);
    }
    100% {
        transform: scaleY(0.1);
        background: transparent;
    }
}
</pre></body></html>