﻿
.checkout-form .heading {
    margin-bottom: 20px;
}
.checkout-content .heading {
    color: #4c503d;
    font-size: 18px;    
    line-height: 21px;
    font-weight: 700;
}

.select2 .select2-selection {
    background-color: #f4f5ef;
    border: 0;
    height: 50px;
}
 .select2 .select2-selection {
    align-items: center;
    border: 1px solid rgba(115, 129, 54, .2);
    box-sizing: border-box;
    display: flex !important;
    height: 56px;
    width: 100%;
}
.checkout-content input {
    height: 50px;
}
.select2-selection.select2-selection--single {
    height: 50px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 22% !important;
}

.checkout-form__payment {
    margin-bottom: 20px;
}

.payment-method {
    flex-wrap: wrap;
    justify-content: space-between;
}
.payment-method {
    border: 1px solid #c6c8cb;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
}
    .payment-method .field {
        align-items: center;
        display: flex;
        margin-bottom: 15px;
        min-height: 90px;
        padding: 10px 20px;
        position: relative;
        width: calc(50% - 7.5px);
    }
    .payment-method .field {
        border: none;
        border-bottom: 1px solid #c6c8cb;
        cursor: pointer;
        margin-bottom: 0;
        width: 100%;
    }
        .payment-method .field input {
            display: none;
        }
            .payment-method .field input:checked ~ .checkmark {
                border: 2px solid #de8d1e;
            }
        .payment-method .field .checkmark {
            background: #fff;
            border: 2px solid rgba(115, 129, 54, .3);
            border-radius: 100px;
            box-sizing: border-box;
            height: 20px;
            margin-right: 20px;
            position: relative;
            width: 20px;
        }
        .payment-method .field input:checked ~ .checkmark:before {
            opacity: 1;
        }
        .payment-method .field .checkmark:before {
            background-color: #de8d1e;
            border-radius: 100px;
            content: "";
            height: 12px;
            left: 50%;
            opacity: 0;
            position: absolute;
            top: 50%;
            transform: translate3d(-50%, -50%, 0);
            transition: all .3s;
            width: 12px;
        }
        .payment-method .field input:checked ~ .checkmark-border {
            border: none !important;
        }
        .payment-method .field .content {
            align-items: center;
            display: flex;
            width: calc(100% - 20px);
        }
            .payment-method .field .content .icon {
                display: flex;
                height: 45px;
                margin-right: 15px;
                width: 45px;
            }
                .payment-method .field .content .icon img {
                    height: 100%;
                    -o-object-fit: contain;
                    object-fit: contain;
                    width: 100%;
                }
            .payment-method .field .content .info .title {
                color: #4c503d;
                display: block;
                font-size: 16px;
                font-weight: 500;
                line-height: 19px;
                width: 100%;
            }
        .payment-method .field:last-child {
            border-bottom: none;
        }
.checkout-form .btn {
    background: #e67e22;
    height: 60px;
    color: #fff;
}
.one-whole {
    width: 100%;
}

.checkout-content__widget {
    background: #fff;
    border: 2px solid #f4f5ef;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0 30px;
}
.checkout-content__widget {
    border: 1px solid #c6c8cb;
}
    .checkout-content__widget .heading {
        border-bottom: 1px solid #e7edd7;
        padding: 25px 0 15px;
    }
    .checkout-content__widget .cart-list {
        border-bottom: 1px solid #e7edd7;
        padding-bottom: 20px;
        padding-top: 25px;
    }
        .checkout-content__widget .cart-list .cart-item {
            align-items: center;
            display: flex;
        }
            .checkout-content__widget .cart-list .cart-item .thumbnail {
                border-radius: 10px;
                flex: 0 0 70px;
                margin-right: 15px;
                overflow: hidden;
                position: relative;
                width: 70px;
            }
                .checkout-content__widget .cart-list .cart-item .thumbnail:before {
                    content: "";
                    display: block;
                    height: 0;
                    padding-top: 100%;
                    width: 100%;
                }

            .checkout-content__widget .cart-list .cart-item .content .bottom {
                align-items: center;
                display: flex;
                justify-content: space-between;
            }
.cart-list .cart-item .quantity {
    border: 1px solid #e7edd7;
    height: 30px;
}
.quantity {
    align-items: center;
    background-color: #fff;
    border-radius: 100px;
    color: #4c503d;
    display: flex;
    font-size: 16px;
    height: 32px;
    line-height: 19px;
    width: 70px;
}
.cart-list .cart-item .content .remove {
    background-color: hsla(0, 0%, 100%, 0);
    border: 0;
    color: #6a6a69;
    display: flex;
    font-size: 12px;
    line-height: 14px;
    opacity: .5;
    text-transform: uppercase;
}
    .cart-list .cart-item .content .remove span {
        display: block;
        margin-left: 3px;
    }
.cart-list .cart-item .prices del {
    color: #d1d6d1;
    margin-right: 5px;
}
.checkout-content__widget .cart-list .cart-item {
    padding-bottom: 30px;
}
    .checkout-content__widget .cart-list .cart-item:last-child {
        padding-bottom: 0;
    }
.checkout-prices {
    padding-top: 15px;
}
    .checkout-prices .item {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 14px 0;
    }
    .checkout-prices .item {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 14px 0;
    }
        .checkout-prices .item .label {
            color: #4c503d;
            font-size: 15px;
            font-weight: 500;
            line-height: 18px;
        }
        .checkout-prices .item .price {
            color: #151515;
            font-size: 16px;
            font-weight: 700;
            line-height: 19px;
        }
        .checkout-prices .item .price {
            color: #3e6931;
        }
            .checkout-prices .item .price.cart__discount {
                color: #e84731;
            }
    .checkout-prices .total-price {
        align-items: center;
        border-top: 1px solid #e7edd7;
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        padding-bottom: 25px;
        padding-top: 20px;
    }
    .checkout-prices .total-price {
        border-top: 1px solid #79832b;
    }
        .checkout-prices .total-price > span:nth-child(2) {
            text-align: right;
        }
        .checkout-prices .total-price .price {
            color: #de8d1e;
        }
        .checkout-prices .total-price .price {
            color: #e67e22;
            font-size: 24px;
            font-weight: 700;
            line-height: 28px;
            text-align: right;
        }
.btn--primary {
    align-items: center;
    background-color: #e7edd7;
    border: 0;
    border-radius: 5px;
    color: #3e6807;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    line-height: 1.21;
    padding: 0 30px;
    transition: all .3s;
}


.card {
    z-index: 0;
    background-color: #ECEFF1;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 90px;
    border-radius: 10px;
}

.detail-track {
    padding-top: 0 !important;
}



/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px;
}

    #progressbar li {
        list-style-type: none;
        font-size: 13px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400;
    }

    #progressbar .step0:before {
        font-family: FontAwesome;
        content: "\f10c";
        color: #fff;
    }

    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        font-size: 20px;
        background: #C5CAE9;
        border-radius: 50%;
        margin: auto;
        padding: 0px;
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 12px;
        background: #C5CAE9;
        position: absolute;
        left: 0;
        top: 16px;
        z-index: -1;
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        left: -50%;
    }

    #progressbar li:nth-child(2):after, #progressbar li:nth-child(3):after {
        left: -50%;
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: absolute;
        left: 50%;
    }

    #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #progressbar li:first-child:after {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before, #progressbar li.active:after {
        background: #651FFF;
    }

    #progressbar li.active:before {
        font-family: FontAwesome;
        content: "\f00c";
    }
.img-bank-qr img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.cart-bank .heading {
    color: #4c503d;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    cursor: pointer;
}