.checkout{
    margin-top: 15px;
}
.checkout .taka-icon {
    margin-right: 5px;
    margin-top: 8px;
}
.checkout .final-total {
    color: var(--primary);
    font-weight: bold;
}
.checkout .left .card-body{
    border: 1px solid #a1cae2;
    border-radius: 8px;
}
.checkout .left .card-body .anchor{
    color: var(--primary);
    font-weight: 500;
}
.checkout .left textarea{
    height: 100px;
    padding: 5px 0 0 10px !important;
}
.checkout .right .cart_total{
    border: 1px solid #a1cae2;
    border-radius: 8px;
    padding: 10px;
}
.checkout .right .cart_total .cart_title{
    color: black;
}
.checkout .right .cart_total .cart_value{
    color: #55584d;
}
.checkout .right .payment-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.checkout .right .payment-btn .common-btn{
    display: inline-block;
    padding: 5px 15px !important;
    margin: 5px;
    background-color: var(--primary) !important;
    color:#ffffff
}
.checkout .right .coupon-card{
    border: 1px solid #a1cae2 !important;
    color:#ffffff;
    border-radius: 8px;
}
.checkout .right .coupon-card .card-body a{
    color: var(--primary);
    font-weight: bold;

}
.checkout .right .coupon-card .card-body p{
    text-align: center;
    margin-bottom: 14px;
}
.checkout .right .coupon-card .apply-btn{
    display: inline-block;
    padding: 7px 15px !important;
    background-color: var(--primary) !important;
    color: #ffffff !important;
}
.checkout .right .coupon-card .apply-btn:focus{
    box-shadow: none !important;
}
.checkout .right .continue-shop{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: black;
    background-color: #a1cae2;
}
.checkout .right .continue-shop i{
    margin: 5px 2px 0 0;
    color: #1a1a1a;
}
.checkout .coupon-card button:focus{
    outline: none !important;
}
.checkout-part .guest-login-body{
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
    margin: 30px 0;
}
/* Extra-Small Device*/
@media (max-width:575px){
    .fixed {
        margin-top: -50px !important;
    }
    .checkout .left .card-body p{
        font-size: 13px;
    }
    .form-control {
        font-size: 13px;
    }
    label{
        font-size: 13px;
    }
    .checkout .right .coupon-card .apply-btn {
        padding: 5px 15px !important;
    }
    .checkout .right .payment-btn .common-btn {
        font-size: 14px !important;
    }
    .checkout .taka-icon {
        font-size: 22px;
    }
    .checkout .final-total {
        font-size: 22px;
    }
}

/* Small Device col-sm */
@media (min-width:576px) and (max-width:767px){
    .fixed .check-search {
        padding: 10px 0 20px 0 !important;
    }
}

/* Medium Device col-md */
@media (min-width:768px) and (max-width:991px){

}

/* Large Device col-lg */
@media (min-width:992px) and (max-width:1199px){

}
