.site-topbar .social-links a{
    width: 85px;
}
.site-topbar .social-links a .fa{
    float: right;
    margin: 14px 0 0;
}

.text-center th{
    text-align: center;
}

.carousel-indicators{
    right: 0 !important;
}

.site-topbar .social-links a{
    border: 0;
    border-left: 1px solid rgba(255,255,255,.1);
}

#page-payment-right{
    text-align: right;
}
#page-payment-desc{
    padding: 30px 30px 10px;
    border-radius: 10px;
    background: #f1f1f1;
    text-align: right;
    margin-top: 30px;
}
@media screen and (min-width: 768px) {
    #page-payment-desc{
        margin-top: 0;
    }
}
#page-payment-desc li{
    margin: 0 0 30px;
}
#page-payment-desc .payment-desc-title{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #777;
}
#page-payment-desc .payment-desc-title .fa{
    font-size: 18px;
}
#page-payment-desc .payment-desc-value{
    font-weight: bold;
    font-size: 18px;
}

.ltr{
    direction: ltr;
}


.form-control{
    padding: 10px;
    height: 48px;
}
.control-label{
    margin-bottom: 10px;
}
.control-label[for]{
    cursor: pointer;
}
.btn{
    padding: 10px 20px;
    min-width: 150px;
}
.checkbox label{
    display: inline-flex;
    flex-direction: row;
    gap: 10px;
}
