/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IRANSansX-Regular.woff') format('woff');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/IRANSansX-Bold.woff') format('woff');
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist > .yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist > .yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist a.delete_item > .yith-wcwl-icon-svg{
    vertical-align: middle !important;
}

html[lang="fa-IR"] body{
    font-family: IRANSansX;
}

html[lang="fa-IR"] h1, html[lang="fa-IR"] h2, html[lang="fa-IR"] h3, html[lang="fa-IR"] h4, html[lang="fa-IR"] h5, html[lang="fa-IR"] h6, html[lang="fa-IR"] .heading-font, html[lang="fa-IR"] .off-canvas-center .nav-sidebar.nav-vertical > li > a{
    font-family: IRANSansX;
}

html[lang="fa-IR"] .nav > li > a{
    font-family: IRANSansX;
}


html[lang="fa-IR"] .uppercase, html[lang="fa-IR"] h6, html[lang="fa-IR"] span.widget-title, html[lang="fa-IR"] th{
    letter-spacing: 0;
}

html[dir="rtl"] .products .box-vertical .box-text{
    direction: rtl;
}

html[dir="rtl"] .grid-style-3 .title-wrapper{
    direction: rtl;
}

html[dir="rtl"] .grid-style-3 .price-wrapper{
    text-align: left;
}

html[dir="rtl"] .badge-inner.on-sale{
    direction: ltr;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}