.cart_number{
    margin-right: -24px;
    margin-left: auto;
}
.footer-border::after{
    border-right: 0;
}
.footer-border::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 50%;
    border-right: 2px solid #7A6A8E;

}
.footer-border-last::before{
    border-right: 0;
}
.footer-border-last-ar::before{
    border-right: 0;
}
.slide-title{
    text-align: right;
    width: 25%;
}
.slide-title-sub{
    text-align: right;
    width: 25%;
}
.slide-title-small{
    text-align: right;
    width: 25%;
}
.slider-btns{
    text-align: right;
    width: 25%;
}
select {
    text-align: right;       /* Aligns the displayed selected value */
    direction: rtl;          /* Forces option list to open right-aligned */
    -webkit-appearance: none; /* Removes iOS default arrow styling */
    padding-right: 20px;     /* Space so text doesn’t overlap arrow */
}
@media all and (max-width: 480px) {
    .slide-title{
        text-align: right;
        width: 50%;
    }
    .slide-title-sub{
        text-align: right;
        width: 50%;
    }
    .slide-title-small{
        text-align: right;
        width: 50%;
    }
    .slider-btns{
        text-align: right;
        width: 60%;
    }
}
