.coupon-content {
    padding: 15px 30px;
    border: 2px dashed #000;
}

.form-coupon {
    margin-bottom: 15px;
}

.form-coupon input {
    width: calc(100% - 90px) !important;
    font-size: 0.75em;
    margin-bottom: 0 !important;
}

.form-coupon a {
    width: 90px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.coupon-content {
    display: none;
    margin-bottom: 10px;
}

h5 {
    font-weight: 600 !important;
    font-size: 0.9em;
}

.left-side {
    width: 67%;
    border-right: 1px solid #eee;
}

.left-side-wrap {
    padding: 16px;
}

.left-side-wrap:nth-child(2) {
    padding-bottom: 30px;
}

.right-side {
    width: 33%;
    height: fit-content;
}

.right-side-wrap {
    padding: 16px;
}

.main-checkout {
    justify-content: space-between;
}

.blue-box-message img {
    max-width: 100%;
    width: 300px;
}

.flex-item.blue-box-message {
    padding: 80px 40px 0;
    flex-shrink: 0;
    text-align: center;
}

label {
    font-size: 0.9em;
    margin-bottom: 0.4em;
}

.cart-title {
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
}

.cart-title span {
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 10px;
    color: #888888;
}

.wrap-header-checkout {
    background: #fff;
    width: 100%;
    height: max-content;
    padding: 20px 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

input::placeholder, textarea::placeholder {
    font-size: 14px;
    color: #000;
}

.prd-name {
    font-size: 0.9em;
    color: #666;
    font-weight: 600;
}

.btn-checkout {
    padding: 0 100px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
    font-size: 0.875rem;
    font-weight: 700;
}

.info-bottom {
    font-size: 0.875em;
}

.method-item label {
    display: flex;
    align-items: center;
}

.method-item input {
    margin-right: 8px;
    width: 15px;
    height: 15px;
}

.method-desc {
    font-size: 0.9em;
    margin-left: 20px;
    display: none;
}

.method-item {
    margin-bottom: 15px;
}

.method-box {
    margin-top: 40px;
}

.form-floating {
    margin: 16px 0 0;
    padding-bottom: 24px;
    line-height: 24px;
}

.main-checkout .form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    height: 32px;
}

.main-checkout .form-select {
    height: 32px;
    margin: 25px 0;
}

.main-checkout label {
    padding-left: 0;
    top: -15px;
    opacity: .65;
}

.form-floating {
    padding: 0;
}

.form-floating>.form-select {
    padding: 0;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.checkout-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

thead tr {
    display: none;
}

.wrap-prd {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

.wrap-prd img {
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
}

.name-qty {
    margin-left: 15px;
    width: 50%;
}

.name {
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin-bottom: 0;
}

.name-qty p {
    margin-bottom: 0;
}

.qty-wrapper-pview {
    width: 95px;
    justify-content: space-between;
    height: 32px;
    align-items: center;
    align-content: center;
    border: 1px solid #d6d6d6;
    display: flex;
    border-radius: 4px;
    margin-top: 8px;
}

.removeCart {
    margin: 15px 0 0 15px;
    color: #888888;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}

.qty-wrapper-pview div {
    font-size: 1rem;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #888888;
    background-image: linear-gradient(rgb(255, 255, 255), rgb(243, 243, 243));
    cursor: pointer;
    border: none;
    border-right: 1px solid #d6d6d6;
    border-radius: 4px 0 0 4px;
    line-height: 28px;
}

.qty-wrapper-pview div.qty-up {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #d6d6d6;
    border-right: none;
    border-radius: 0 4px 4px 0;
}

.prd-item {
    background: #fff;
    margin-bottom: 10px;
}

.prd-price {
    padding: 15px 10px;
    font-size: 0.8rem;
    text-align: right;
}

.total-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    flex-wrap: wrap;
    color: #000;
    font-weight: 400;
}

.total {
    margin-top: 20px;
}

.total span {
    font-weight: 600;
}

.method-item span {
    font-weight: 600;
}

.main-checkout .method-item label {
    opacity: 1;
}

.right-side-wrap>p {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.edit-cart {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    box-sizing: border-box;
    color: #858585;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 7px;
}

.top a {
    font-size: 0.8rem;
    font-weight: 600;
}

.wrap-header-checkout ul {
    margin: 40px 0 20px;
    padding: 20px 0;
    border-top: 10px solid #81d8d0
}

.wrap-header-checkout ul li {
    margin-bottom: 10px;
}

.wrap-header-checkout ul li a {
    position: relative;
    font-size: 0.8rem;
    line-height: 1.5;
    display: block;
    width: fit-content;
}
.wrap-header-checkout ul li a:after {
    content: "";
    width: 0;
    height: 0.05rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0,#00a4b7,#00a4b7) 0 100% no-repeat;
    transition: all .4s;
}

.wrap-header-checkout ul li a:hover:after {
    width: 100%;
}

.form-select:focus {
    box-shadow: none;
}

.method-item img {
    width: 20px;
}

.step:not(.active) {
    padding-right: 167px;
    position: relative;
}

.wrap-step {
    padding: 14px;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

.step:not(.active):after {
    position: absolute;
    content: "";
    width: calc(100% - 20px);
    height: 0.005rem;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #7c8db5;
}

.step:last-child:after {
    display: none !important;
}

.step:last-child {
    padding-right: 0 !important;
}

.number {
    color: #fff;
    font-weight: 600;
    background: var(--green-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text {
    color: var(--green-color);
    font-weight: 600;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.01071em;
}

.step.active .number {
    background: rgba(0,0,0,.38);
}

.step.active .text {
    color: #000;
}

.top-main {
    display: flex;
    align-items: center;
    margin: 20px 0;
    height: 40px;
}

.top-main h1 {
    margin: 0;
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 1.235;
    letter-spacing: 0.00735em;
    position: absolute;
    left: 0;
    text-transform: uppercase;
}

.main-checkout input:not(.qty), .main-checkout select {
    width: 100%;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.87);
    cursor: text;
    position: relative;
    font-size: 14px;
    align-items: center;
    font-weight: 400;
    line-height: 1.1876em;
    letter-spacing: 0.00938em;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 12px 6px;
}

.qty {
    width: 30px;
    height: 100%;
    border: none;
    text-align: center;
}

textarea {
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 13px;
    padding: 10px;
    resize: none;
    color: #888888;
    height: 60px;
    width: 100%;
}

.main-checkout input::placeholder {
    color: rgba(0,0,0,.5);
    font-size: 16px;
}

.main-checkout label {
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1;
    color: #212121;
    font-weight: bolder;
    margin-bottom: 1px;
    font-size: 13px;
    width: 100%;
}

.box-picker__input {
    display: none;
}

[class^=col]>.box-picker, [class^=col]>.box-picker>.box-picker__checkmark {
    height: 100%;
}

.box-picker__checkmark {
    display: flex;
    background-color: #fff;
    border: none;
    color: #212121;
    padding: 0;
    border-radius: 0.3125rem;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    gap: 5px;
}

.unit-item.unit-item {
    text-align: initial !important;
}

.box-picker__checkmark__icon {
    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;
    border: 2px solid #8e9095;
    background-color: #fff;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    padding: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.unit-item .unit-item__logo {
    width: calc(100% - 18px);
    margin: 0;
}

.unit-item .unit-item__logo.unit-item__logo {
    justify-content: initial !important;
}

.box-picker__input:checked+.box-picker__checkmark .box-picker__checkmark__icon {
    border-color: #34a2d1;
}

.box-picker__checkmark__icon:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    background-color: transparent;
    border-radius: 100%;
}

.box-picker__input:checked+.box-picker__checkmark .box-picker__checkmark__icon:after {
    background-color: #34a2d1;
}

.unit-item .unit-item__logo>* {
    object-fit: initial;
    position: static;
    display: block;
    height: auto;
    width: 75px;
    max-width: initial;
}

.unit-item .unit-item__logo>* {
    height: auto;
    width: auto !important;
    line-height: normal;
    margin-left: 10px;
}

.unit-item .unit-item__logo>img {
    margin: 0 15px;
    height: 20px;
}

.unit-item .unit-item__logo.unit-item__logo span {
    font-weight: 400;
    font-size: .875rem;
    text-align: center;
    display: inline-block;
    width: 100% !important;
}

.unit-item__info {
    margin-top: 5px;
}

.unit-item__title {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    white-space: break-spaces;
}

.box-picker .box-picker__input:checked+.box-picker__checkmark .unit-item .unit-item__logo.unit-item__logo span,
.box-picker .box-picker__input:checked+.box-picker__checkmark .unit-item__title {
    font-weight: 500;
}

.box-picker .box-picker__input:checked+.box-picker__checkmark {
    border: none;
}

.g-30, .gy-30 {
    --bs-gutter-y: 30px !important;
}

.g-30, .gx-30 {
    --bs-gutter-x: 30px !important;
}

.btn-voucher img {
    width: 20px;
}

.buyMore {
    background-color: white;
    color: #34a2d1;
    border: 1px solid #34a2d1;
    height: 40px;
    width: 120px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    line-height: 36px;
}

.btn-voucher {
    display: flex;
    align-items: center;
}

.btn-voucher p {
    color: var(--orange-color);
    margin-left: 10px;
}

.total-item.shipFee {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.sign-in a {
    background-color: white;
    color: #34a2d1;
    border: 1px solid #34a2d1;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    padding-top: 12px;
    display: inline-block;
    margin-bottom: 15px;
}

.no-sign-in {
    background-color: #FEEEDE;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    padding-left: 10px;
    text-align: center;
    display: flex;
    margin-top: 15px;
    position: relative;
    border: 1px solid #34a2d1;
    align-items: center;
    margin-bottom: 8px;
}

.icon-info {
    width: 21px;
    height: 21px;
    background: url(../img/sprite.svg) -100px -40px;
    display: inline-block;
}

.voucher {
    padding: 10px 0 20px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
    position: relative;
}

.voucher:before {
    content: "";
    width: 25px;
    height: 25px;
    background: rgb(249, 250, 250);
    border-radius: 50%;
    border-left: 1px solid rgb(238, 238, 238);
    position: absolute;
    right: -26px;
    margin-top: 27px;
    top: 50%;
    transform: translateY(-50%);
}

.voucher:after {
    content: "";
    width: 25px;
    height: 25px;
    background: rgb(249, 250, 250);
    border-radius: 50%;
    border-right: 1px solid rgb(238, 238, 238);
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: 27px;
    transform: translateY(-50%);
}

.total p {
    width: 100%;
    text-align: right;
    font-size: 13px;
    color: #888;
    margin-bottom: 25px;
}

#showTotalMoney {
    color: red;
    font-size: 18px;
}

.btn-checkout {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: white;
    background-image: linear-gradient(#5CB8E6, #1E7FB3);
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    opacity: 0.9;
}

.back-top {
    color: #34a2d1;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.btn-voucher p {
    cursor: pointer;
}

.title-coupon {
    margin-left: 25px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.main-checkout input#coupon {
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    width: calc(100% - 110px);
    height: 42px;
    margin-bottom: 0;
}

#getCoupon {
    align-items: center;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 42px;
    justify-content: center;
    width: 100px;
    color: #ffffff;
    background-color: white;
    background-image: linear-gradient(#5CB8E6, #1E7FB3);
}

.wrap-checkout-info {
    padding-left: 70px;
}

#modalCoupon .modal-body {
    padding-left: 0;
    padding-right: 0;
}

#modalCoupon .modal-dialog-scrollable .modal-content, #modalSign .modal-dialog-scrollable .modal-content {
    overflow: inherit;
}

.top-main .form-control {
    height: 50px;
}

.loading-checkout {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0;
    color: var(--green-color);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.loading-checkout i {
    font-size: 80px;
}

.fa-spin {
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
}

#modalSign #signinPage .nav-pills .nav-link {
    border-radius: 0;
    padding: 5px 60px;
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
}

#modalSign #formSignUp label, #modalSign #formSignIn label {
    text-align: left;
}

#formCheckOut {
    background: #fff;
    border-radius: 5px;
}

.cart-price {
    font-size: 13px;
    text-align: right;
    width: 20%;
    margin-left: auto;
}

.sale-price {
    padding-bottom: 5px;
}

.old-price {
    color: #888888;
    padding-bottom: 5px;
    text-decoration: line-through;
    display: block;
}

.no-sign-in:after, .no-sign-in:before {
    top: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
}

.no-sign-in:before {
    border-color: rgba(161, 103, 45, 0);
    border-top-color: #34a2d1;
    border-width: 10px;
    left: 12px;
}

.no-sign-in:after {
    border-color: transparent;
    border-top-color: #FEEEDE;
    border-width: 9px;
    left: 13px;
}

@media (max-width: 991px) {
    .left-side, .right-side {
        width: 100%;
    }
    .left-side {
        padding-bottom: 30px;
    }
    .right-side {
        margin-bottom: 10px;
    }
    .form-coupon input {
        width: 100% !important;
    }
    .center-side {
        display: none;
    }
    .right-side , .left-side {
        position: unset;
        padding: 0;
    }
    .top-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-title span {
        font-weight: 700;
        font-size: 1rem;
    }
    #formCheckOut, .wrap-header-checkout {
        padding: 0;
    }
    .left-side, .right-side {
        max-width: 100%;
    }
    .left-side-wrap, .right-side-wrap {
        border-radius: 0;
        margin-bottom: 0 !important;
        padding: 10px;
    }
    .main {
        margin-top: 0 !important;
    }
    .left-side-wrap {
        padding: 10px;
    }
    .left-side-wrap, .main-checkout input, .main-checkout select {
        background: #fff;
    }
    .name {
        font-size: 13px;
        color: #333;
    }
    .left-side-wrap:nth-child(2) {
        background: #fff;
    }
    .wrap-checkout-info {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .wrap-btn {
        display: none;
    }
    .wrap-header-checkout .top, .footer-checkout .wrap-header-checkout {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrap-header-checkout ul {
        border-top: 1px solid #81d8d0;
    }
    .footer-checkout {
        border-top: 1px solid #000;
    }
    .step:not(.active) {
        padding-right: 15px;
        position: relative;
        margin-right: 10px;
    }
    .wrap-step {
        padding: 14px 8px 14px 0;
    }
    .step:not(.active):after {
        width: 85%;
    }
    .step.active .wrap-step {
        padding-right: 0;
    }
    .top-main {
        flex-wrap: wrap;
    }
    .top-main h1 {
        position: unset;
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 1.65rem;
    }
    .fc-left #showTotalMoney {
        font-weight: 700;
        font-size: 18px;
        margin-top: -2px;
    }
    .left-side-wrap:nth-child(2) {
        margin-bottom: 20px !important;
    }
    .total p {
        margin-bottom: 0;
        margin-top: 5px;
    }
    .wrap-action {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .removeCart {
        margin-left: 0;
        margin-top: 5px;
    }
}
#progressbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(191,193,203,.5);
    z-index: 10;
}
#progressbar p {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 44%;
    left: 50%;
    text-align: center;
}
#progressbar i {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 30px;
}
.order-detail {
    background: #F2F2F2;
    padding-top: 25px;
}
.order-header {
    border-bottom: 2px solid #c5bebe;
    text-align: center;
}
.order-header span {
    color: #837d7d;
}
.order-header p {
    font-size: 18px;
}
.order-body .col-lg-6 {
    padding: 20px 40px!important;
}
.ship-infor-order {
    border-right: 2px solid #c5bebe;
}
.order-bank {
    display: flex;
    justify-content: space-around;
}
.product-name-title.row, .item-sm, .sub .row_ck {
    padding: 15px 0;
    margin: 0 !important;
    border-bottom: 1px solid #000;
}
.col-4.item-sm-infor, .info_order {
    padding: 0;
}
.row_ck.cart-subtotal, .row_ck.order-total, .info_order {
    display: flex;
    justify-content: space-between;
}
.check_out-ctn h2 {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}
.item-sm-total .current-price {
    float: right;
}
span#shipFee {
    float: right;
}
.order-body {
    display: flex;
    flex-wrap: wrap;
}