  

.left {
    float: right;
    text-align: right;
}
.right {
    float: left;
    
}
.align-left {
    text-align: right !important;
}

.align-right {
    text-align: left !important;
}
.none {
    float: none;
}

.bot-navbar .nav-item i.fas.fa-chevron-down {
    left: 0px;
}
.library .swiper-container-horizontal > .swiper-pagination-bullets, .library .swiper-pagination-custom, .library .swiper-pagination-fraction {
    bottom: 125px;
}
.vote-results {
    flex: auto;
    background: none;
    border: none;
    font-size: 16px;
    color: #fff;
    background-color: #1d4d8b;
    width: 130px;
    padding: 5px;
    border-radius: 23px;
    border: 1px solid #1d4d8b;
    margin: 5px;
    color: #1d4d8b;
    background-color: #fff;
    position: absolute;
    left: 25px;
    bottom: 40px;
    text-align: center;
    border-radius: 3px;
    /* background: #1d4d8b; */
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.11);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: inherit !important;
}


@media only screen and (max-width: 600px) {
    
    .Tax:before {
        content: "السعر:";
    }
    .Subtotal:before {
        content: "المجموع الجزئي:";
    }
 
    .ShoppingCartCustom .shoppingCartItem .Item {
        text-align: center;
    }
    .vote-results {
        left: 17px;
        bottom: 15px;
        text-align: center;
        border-radius: 3px;
    }
    .LogonPageBackground .d-inline-block .col-form-label {
        display: inline-flex;
        width: 100%;
        margin-right: -15px;
        margin-top: 10px;
    }
    .ShoppingCartCustom #breadcrumb .checkoutItemLink {
        margin: 0px !important;
    }

        .ShoppingCartCustom #breadcrumb .checkoutItemLink.selected {
            width: 35px;
            height: 35px;
        }
  
  .PanelPayment td {
    text-align: right;
}
  
  
}


.CntRatingContent [class*=" icon-"] {
    float: left !important;
    display: contents;
}
.posts .icon-star-empty:nth-of-type(5):before {
    
}
.posts .icon-star-empty:nth-of-type(4):before {
    font-size: 18px !important;
}
.posts .icon-star-empty:nth-of-type(3):before {
    font-size: 20px !important;
}
.posts .icon-star-empty:nth-of-type(2):before {
    font-size: 22px !important;
}
.posts .icon-star-empty:nth-of-type(1):before {
    font-size: 24px !important;
}


.posts .icon-star-full:nth-of-type(5):before {
    
}
.posts .icon-star-full:nth-of-type(4):before {
    font-size: 18px !important;
}
.posts .icon-star-full:nth-of-type(3):before {
    font-size: 20px !important;
}
.posts .icon-star-full:nth-of-type(2):before {
    font-size: 22px !important;
}
.posts .icon-star-full:nth-of-type(1):before {
    font-size: 24px !important;
}



@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  
{
.right {
    
    /*direction: ltr !important;
    text-align: right;*/
}
}



