

body{
    direction: ltr;
}
/*home*/
.social-media{
    float: left ;
}
.language {
    float: right !important;
}

header .top-header .language button img{
    float: left ;
}

.center-header .user-admin .details,
.center-header .shopping-bag .details {
    padding-left: 11px;
    text-align: left;
}
footer .footer .footer-widget {
    text-align: left;
}
#price_css{
    margin-right: 3px;
}

footer .footer .footer-widget .footer-title:after{
    left: -18px;
}

footer .footer .footer-widget ul{
    padding: 27px 0 0 0;
}

.botton-header .open_nave{
    float: right;
}

.search-box,
.search-box .search-btn{
    float: left;
}
@media (max-width: 767px){
    .botton-header ul {
        left: 0;
        right: auto;
        text-align: left;
        -webkit-animation: slide-left 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-left 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .catogry .catogry_box .prs {

        right: 0;
    }
}
/*end home*/

/*contuct_us*/
.contact_us{
    text-align: left;
}
.description p:before{
    right: auto;
    left: 0;
}
.title{
    text-align: left;
}
/*contuct_us*/
/**/
.more_section .list_mune{
    text-align: left;
}
.more_section .list_mune .list {
    padding-left: 13px;
}
/**/
.call_us form .form-group{
    text-align: left;
}
.card .card-body{
    text-align: left;
}
/**/
/*my_products*/

.profile_page,
.my-products{
    text-align: left;
}

/*sing*/
.login-div .login-section form .form-group i{
    left: auto;
    right: 20px;
}
.login-div .login-section form a.one{
    text-align: right;
}
.login-div .login-section form .checkbox {
    text-align: left;
}



@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
}

.togel {
    -webkit-animation: togel 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
    animation: togel 0.9s cubic-bezier(0.250, 0.460, 0.450, 0.940) both !important;
}

@-webkit-keyframes togel {
    0% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes togel {
    0% {
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.botton-header ul .close-nav{
    right: -13px;
    left: auto;

}

.open_fex {
    left: auto;
    right: 0;
}


.one {
    display: flex;
}
.one .delat{
    display: flex;
    margin-right: 0 !important;
    margin-left: 36px;
}

.prs {
    right: 79px;
}

.multiselect-native-select .btn-group button {
    text-align: left!important;
    border-radius: 0;
}

.page-database .tabol-titel .tr {
    text-align: left;
}
.page-database .page p:after{
    left: 0;
    right: auto;
}

.name_book .book_details {
    text-align: left;
}

.purchases {
    padding-inline-end: 0;
}

.purchases ul {
    padding: 0 0 0 15px;
}

.purchases ul li .text {
    padding-inline-end: 0;
    text-align: left;
    padding-left: 15px;
}

/*.one .delat {*/
/*    display: flex;*/
/*    margin-right: 0 !important;*/
/*    margin-left: 0px;*/
/*}*/
@media (max-width: 767px) {
    .social-media ul li{
        margin-left: 0px;
        margin-right: 15px;
    }
}

@media (max-width: 480px) {
    .social-media ul li {
        margin-inline-end: 36px !important;
    }
}
.card .card-body .price {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
