/**
*
*	Name:			IRANSansX Fonts
*	Version:			2.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		June 22, 2021
*	Updated on:		June 22, 2021
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونتایران سنس Xا یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRANSansX fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (HVAHA)
------------------------------------------------------------------------------------- fonts/-
*
**/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/iransans/woff/IRANSansX-Bold.woff') format('woff'),
    url('../fonts/iransans/woff2/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/iransans//woff/IRANSansX-Regular.woff') format('woff'),
    url('../fonts/iransans//woff2/IRANSansX-Regular.woff2') format('woff2');
}


body {
    font-family: "IRANSans", sans-serif !important
}

.nav > li > a {
    font-family: "IRANSans", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: "IRANSans", sans-serif !important;
}

.alt-font {
    font-family: "IRANSans", sans-serif !important;
}

.cart-icon strong {
    font-family: "IRANSans", sans-serif !important;
}

body.rtl .post-title {
    direction: rtl;
}

body.rtl .from_the_blog_excerpt {
    direction: rtl;
}

body.rtl .mfp-ready .mfp-arrow-right,
body.rtl .mfp-ready .mfp-arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.rtl .uppercase,
body.rtl h6,
body.rtl th,
body.rtl span.widget-title {
    letter-spacing: 0;
}

body.rtl input[type='email'],
body.rtl input[type='date'],
body.rtl input[type='search'],
body.rtl input[type='number'],
body.rtl input[type='text'],
body.rtl input[type='tel'],
body.rtl input[type='url'],
body.rtl input[type='password'],
body.rtl textarea,
body.rtl select,
body.rtl .select2-container .select2-choice,
body.rtl .select2-container .select2-selection {
    direction: rtl;
}

body.rtl .stars a + a {
    padding-right: .6em;
}

body.rtl .ux-timer {
    direction: ltr;
}

body.rtl .post-title {
    direction: rtl;
}

body.rtl .from_the_blog_excerpt {
    direction: rtl;
}

body.rtl .mfp-ready .mfp-arrow-right,
body.rtl .mfp-ready .mfp-arrow-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

body.rtl .box-list-view .box .box-image,
body.rtl .box-list-view .box .box-text,
body.rtl .box-vertical .box-image,
body.rtl .box-vertical .box-text {
    direction: rtl
}

/*.nav-dropdown {*/
/*    top: 100%;*/
/*}*/
@media (min-width: 850px) {
    body.rtl .slider-nav-outside .flickity-prev-next-button.next {
        left: auto;
        right: 98%;
    }
}


body.rtl [data-animate="fadeInLeft"], body.rtl .slider [data-animate="fadeInLeft"] {
    transform: translate3d(-30px, 0, 0);
}

body.rtl .wishlist-popup {
    right: auto;
    left: 0;
}