/* Add custom CSS styles below */ 
[dir=rtl] .topnav-link-item.right-side:first-child {
    padding-right: 0;
    color: #c32626;
    font-size: large;
}

.footer-bottom{
position: relative;
}
.footer-bottom::after {
    content: "صمم بواسطة خبراء المنصات";
    font-family: inherit;
    font-size: 14px;
    color: #000;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 28%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    right: 43%;
    border-radius: 10px;
}
@media(max-width:768px){
.footer-is-custom .store-footer .footer-rights p{
margin-bottom:50px;
}
.footer-bottom::after {
    content: "صمم بواسطة خبراء المنصات";
    font-family: inherit;
    font-size: 14px;
    color: #000;
    background:#fff;
    display: block;
    position: absolute;
    bottom:45%;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
    right: 31%;
    border-radius:10px;
   
}
}