@font-face {
  font-family: myFirstFont;
  src: url(../fonts/BooksFonts.ttf);
}

body,html {
	font-family: myFirstFont !important;
}

body {
  direction: rtl;
  text-align: right;
}

.page-header__btn {
    top: 0;
}

.section-about__desc .section-title ,.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 ,.uk-animation-slide-bottom-small ,.section-info__desc .section-title {
	text-align: right;
}

.section-shop-categories__title ,.section-shop-categories__btn ,.section-newsletter__title ,.section-instagram .section-title > span ,.section-instagram .section-title h3,.section-reviews__title ,.contact_form span ,.contact_form h3 {
	text-align: center;
}

.page-footer__social .uk-h3 {
    margin: 0 0 0 22px;
}

.contacts-info__title::after {
    right: 0;
	left: auto;
}

.section-hero__title {
    font-size: calc(16px + 65*(100vw / 1920));
}

.section-about__media::before {
    left: 50%;
	right: auto;
}

.section-about__media::after {
    right: 0;
	left: auto;
}

.edit_about_img img {
    object-fit: fill !important;
}

.section-hero__subtitle {
	letter-spacing: 0;
}








