/**
*
*	Name:			Anjoman Fonts
*	Version:			2.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		April 4, 2020
*	Updated on:		April 4, 2020
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت انجمن یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
Anjoman 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: (A6M6PH)
------------------------------------------------------------------------------------- fonts/-
*	
**/

@font-face {
    font-family: Anjoman;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/anjoman-fa/eot/Anjoman-FaNum-Light.eot');
    src: url('../fonts/anjoman-fa/eot/Anjoman-FaNum-Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/anjoman-fa/woff2/Anjoman-FaNum-Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/anjoman-fa/woff/Anjoman-FaNum-Light.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}


@font-face {
    font-family: Anjoman;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/anjoman-fa/eot/Anjoman-FaNum-Bold.eot');
    src: url('../fonts/anjoman-fa/eot/Anjoman-FaNum-Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/anjoman-fa/woff2/Anjoman-FaNum-Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/anjoman-fa/woff/Anjoman-FaNum-Bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: Anjoman;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/anjoman-fa/eot/Anjoman-FaNum-Regular.eot');
    src: url('../fonts/anjoman-fa/eot/Anjoman-FaNum-Regular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/anjoman-fa/woff2/Anjoman-FaNum-Regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/anjoman-fa/woff/Anjoman-FaNum-Regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}


body {
    font-family: anjoman, roboto, Arial !important
}

.nav > li > a {
    font-family: anjoman, roboto, Arial !important;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    font-family: anjoman, roboto, Arial !important;
}

.alt-font {
    font-family: anjoman, roboto, Arial !important;
}

.cart-icon strong {
    font-family: anjoman, roboto, Arial !important;
}

.post-title {
    direction: rtl;
}

.from_the_blog_excerpt {
    direction: rtl;
}

.mfp-ready .mfp-arrow-right, .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;
}

.post-title {direction: rtl;}
.from_the_blog_excerpt {direction: rtl;}
.mfp-ready .mfp-arrow-right, .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) {
    .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;
}