@charset "UTF-8";

@font-face {
        font-family: ge_dinar;
        src: url('../fonts/GE-Dinar-Two-Medium.ttf');
    }

body {
    direction: rtl;
    text-align: right;
    font-family: ge_dinar !important;
}

body p {
    letter-spacing: normal !important;
    font-family: ge_dinar !important;
}

.shop-categories-unit__title,
.section-reviews__title,
.st-shedule-title,
.section-about__desc h3,
.section-title h3,
.team-item__name,
.section-hero__content h1,
.widjet__title,
.section-shop-categories__title,
.uk-h4 {
    font-family: ge_dinar !important;
}

.page-footer__social .uk-h3 {
    margin-left: 22px;
    margin-right: 0;
    font-family: ge_dinar !important;
}

.section-about__desc .section-title,
.section-product-info__title,
.section-title h3 :not(.contact_title) {
    text-align: right;
    font-family: ge_dinar !important;
}

.section-about__media::before {
    right: unset !important;
    left: 50%;
}

.section-about__media::after {
    right: 0;
}

.scroll-rtl {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: #ca9634;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

.scroll-rtl i {
    position: absolute;
    top: 55%;
    right: 50%;
    margin-right: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    color: #ffffff;
}

.scroll-rtl:hover {
    background-color: #353435;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.contacts-info__title::after {
    right: 0 !important;
}

.widjet__title::after {
    right: 0;
}

/* webkit solution */
::-webkit-input-placeholder {
    text-align: right;
}

/* mozilla solution */
input:-moz-placeholder {
    text-align: right;
}