/* Add here all your CSS customizations */


.td-rtl {
    text-align: right
}

@media(max-width : 460px) {
    #header .header-logo img {
        width: 200px !important;
        height: auto !important;
    }
}

@media(max-width : 570px) {

}