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

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  **************/
    .header-logo-dark {
        width: 70% !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .nav-dropdown-has-arrow li.has-dropdown:before {
        position: relative;
    }
}

@-moz-document url-prefix() {
    .nav-dropdown-has-arrow li.has-dropdown:before {
        position: absolute;
    }
}

@supports (-ms-ime-align: auto) {
    .nav-dropdown-has-arrow li.has-dropdown:before {
        position: absolute;
    }
}


/*************** ADD CUSTOM CSS HERE.   ************/

a,
abbr,
address,
b,
base,
bdo,
blockquote,
button,
caption,
cite,
code,
dd,
del,
dl,
dt,
em,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
legend,
link,
mark,
meter,
nav,
ol,
optgroup,
option,
output,
p,
param,
pre,
q,
s,
select,
small,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
title,
u,
ul {
    font-family: IRANYekan !important;
    letter-spacing: 0 !important;
}

span,
div {
    font-family: IRANYekan;
    letter-spacing: 0 !important;
}

.en {
    font-family: IRANYekan-EN;
}

.star-1 {
    font-family: "fl-icons" !important;
}

.star-2 {
    font-family: "fl-icons" !important;
}

.star-3 {
    font-family: "fl-icons" !important;
}

.star-4 {
    font-family: "fl-icons" !important;
}

.star-5 {
    font-family: "fl-icons" !important;
}

article p {
    text-align: justify !important;
}

.justify {
    text-align: justify;
}
/* Fix Menu Bug in Chorme*/

.nav-dropdown.nav-dropdown-default {
    top: 40px !important;
}
.out-of-stock-label {
	display: none;
}
.woocommerce-product-attributes-item__label {
    padding-left: 10px !important;
}
.box-text-products {
	background: white;
}
p {
    text-align: justify !important;
}