/**
 * RTL Stylesheet for VapeCart Theme
 * Built by MsalaH
 */

body {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
}

/* Adjust search layout items for RTL */
.vapecart-search-item img {
    margin-right: 0;
    margin-left: 12px;
}

.vapecart-search-suggestions {
    left: 0;
    right: 0;
    text-align: right;
}
