.rtl select {
    padding-right: 15px;
    padding-left: 44px;
    background-position: left 15px top 50%;
}

.rtl blockquote,
.rtl .wp-block-quote {
    border-right-width: 0.25em;
    border-left-width: 1px;
    border-left-color: rgba(139, 141, 148, 0.2);
}

.rtl blockquote::before {
    right: auto;
    left: 15px;
}

.rtl .wp-block-archives-list li::before,
.rtl .wp-block-categories-list li::before {
    float: right;
    margin-right: 0;
    margin-left: 7px;
}

.rtl .wp-block-latest-posts li a::before,
.rtl .wp-block-rss:not(.is-grid) li .wp-block-rss__item-title a::before {
    float: right;
    transform: rotate(180deg);
}

.rtl .wp-block-categories-list .children {
    padding-right: 15px;
    padding-left: 0;
}

.rtl .wp-block-tag-cloud a {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .widget_archive li::before,
.rtl .widget_categories li::before {
    float: right;
    margin-right: 0;
    margin-left: 7px;
}

.rtl .widget_meta li::before,
.rtl .widget_nav_menu li::before,
.rtl .widget_recent_comments:not(.widget_block) li::before,
.rtl .widget_recent_entries:not(.widget_block) li::before,
.rtl .widget_rss li a.rsswidget::before {
    float: right;
    transform: rotate(180deg);
}

.rtl .widget_categories .children,
.rtl .widget_nav_menu .sub-menu {
    padding-right: 15px;
    padding-left: 0;
}

.rtl .widget_tag_cloud a {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .rss-widget-icon {
    margin-right: 0;
    margin-left: 7px;
}

.rtl .mdg-top-food-cat-bar ul li:not(:last-child) a {
    border-right: 0;
    border-left-style: solid;
    border-left-width: 1px;
}

.rtl .mdg-food-cat-bar {
    right: unset;
    left: 0;
}

.rtl .mdg-header-menu-bar {
    right: -100%;
    left: unset;
}

.rtl .mdg-header-menu-bar.active {
    right: 0;
    left: unset;
}

.rtl .mdg-header-menu-close-btn {
    float: left;
}

.rtl .mdg-archive-pagination .page-numbers.prev i {
    transform: rotate(180deg);
}

.rtl .mdg-archive-pagination .page-numbers.next i {
    transform: rotate(180deg);
}

.rtl .mdg-food-item .mdg-out-of-stock-label {
    right: unset;
    left: 0;
    border-radius: 0 0 8px 0;
}

.rtl .mdg-food-item .mdg-food-special-label {
    left: unset;
    right: 7px;
}

.rtl .comment-respond .comment-form-cookies-consent {
    float: right;
}

.rtl .comment-respond .form-submit {
    float: right;
}

.rtl .comment-list li.comment img.avatar {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .comment-content .comment-reply {
    right: auto;
    left: 0;
}

.rtl .comment-content .comment-reply a::before {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

.rtl .comments-pagination .page-numbers.prev i {
    transform: rotate(180deg);
}

.rtl .comments-pagination .page-numbers.next i {
    transform: rotate(180deg);
}

.rtl .comment-respond .comment-reply-title small {
    margin-right: 10px;
    margin-left: 0;
}

.rtl .comment-respond .comment-form-cookies-consent {
    float: right;
}

.rtl .comment-respond .form-submit {
    float: right;
}
