@charset "UTF-8";

/**************start reset style*****************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    box-sizing: border-box !important;
}

@font-face {
    font-family: "iransans";
    src: url("fonts/isans.woff2") format("woff");
}

@font-face {
    font-family: "english-text";
    src: url("fonts/font-english.woff2");
}

a {
    text-decoration: none !important;
    color: #959494;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #ffffff;
}

button {
    transition: background-color 0.3s ease-out !important;
}

button:focus {
    box-shadow: unset;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    direction: rtl;
    font-family: "iransans";
    text-align: right;
    color: #9b9a9a;
    background-color: #424242;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

i {
    vertical-align: middle;
}
img {
    position: relative;
}
img:after { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #4e4e4e url(/uploads/ProductImage/image-placeholder.2aaf1af3.svg) no-repeat 50%;
    background-size: contain;
    width: 100%;
    height: 100%;
}

/**************end reset style*****************/

.title-page {
    background-color: #242424;
    position: relative;
    color: #fff;
    z-index: 1;
    margin: 10px 0;
}

.title-page h3 {
    position: relative;
    display: inline-block;
    line-height: 30px;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding-left: 25px;
    color: #fff;
    background: #242424;
}

.title-page::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #2d2d2d;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}

.top-menu-active {
    background-color: #424242;
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100% !important;
    box-shadow: 0 25px 45px #6f707213;
    z-index: 100;
    transition: none 0s ease 0s;
    border: 0;
}


/* start breadcrumb-page */

#breadcrumb-page {
    padding: 70px 0 57px;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 992px) {
    #breadcrumb-page {
        margin-top: 140px;
        padding: 40px 20px;
        border-bottom: 1px solid #2d2d2d;
        margin-bottom: 25px;
    }
}

#breadcrumb-page h2 {
    color: #fff;
    font-size: 33px;
    margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
    #breadcrumb-page h2 {
        font-size: 26px;
    }
}

#breadcrumb-page .breadcrumb {
    justify-content: center;
    display: inline-flex;
    padding: 15px 20px;
    border-radius: 15px;
}

#breadcrumb-page .breadcrumb .breadcrumb-item {
    font-size: 14px;
    z-index: 2;
    margin-top: 5px;
    color: #777777;
}

#breadcrumb-page .breadcrumb .breadcrumb-item.active {
    color: #78D6C6;
}

#breadcrumb-page .breadcrumb .breadcrumb-item::before {
    float: none;
    padding-left: 0.5rem;
    color: #777777;
}

#breadcrumb-page .breadcrumb .breadcrumb-item a {
    color: #777777;
}

#breadcrumb-page .breadcrumb .breadcrumb-item a:hover {
    color: #78D6C6;
}


/* end breadcrumb-page */


/* start header */

header {
    position: relative;
    z-index: 100;
    /* start header-bottom */
    /* end header-bottom */
    /**/
    /**/
}

header .header-top {
    padding: 15px;
    border-bottom: 1px solid #5b5a5a;
}

header .header-top .social li {
    display: inline-block;
    margin-left: 4px;
}

header .header-top .social li a {
    display: inline-block;
    font-size: 19px;
    color: #aaa;
}

header .header-top .social li:hover a {
    color: #78D6C6;
}

header .header-top .text a{
    font-size: 14px;
    color: #bbb;
}
header .header-top .text a:hover{
    color:#fff;
}

header .header-logo {
    border-bottom: 1px solid #5b5a5a;
    padding:6px 0 0;
}

header .header-logo a {
    display: inline-block;
}

header .header-logo a img {
    width: 130px;
}

header .header-bottom {
    padding: 5px 0 10px;
    border-bottom: 1px solid #5b5a5a;
    background: #363535;
}

header .header-bottom .menu-header .first-level li {
    display: inline-block;
    position: relative;
}
header .header-bottom .menu-header .first-level{
    display:flex;
    gap:18px;
}
header .header-bottom .menu-header .first-level .first-level-item {
    /*margin-left: 5px;*/
}

header .header-bottom .menu-header .first-level .first-level-item .first-level-link {
    padding: 23px 0 18px 0;
    display: block;
    font-size: 14px;
    color: #e5e5e5;
    border-bottom: 2px solid transparent;
}

header .header-bottom .menu-header .first-level .first-level-item .two-level {
    position: absolute;
    top: 40px;
    right: 0;
    min-width: 220px;
    background-color: #3b3939;
    z-index: 10;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}

header .header-bottom .menu-header .first-level .first-level-item .two-level ul {
    padding: 10px;
}

header .header-bottom .menu-header .first-level .first-level-item .two-level ul li {
    display: block;
    padding: 6px 8px;
}

header .header-bottom .menu-header .first-level .first-level-item .two-level ul li a {
    display: inline-block;
    font-size: 13px;
    color: #e5e5e5;
    padding: 4px 0;
    line-height: 1.5;
    transition: all 0.3s;
}

header .header-bottom .menu-header .first-level .first-level-item .two-level ul li:hover {
    background-color: #373535;
}

header .header-bottom .menu-header .first-level .first-level-item .two-level ul li:hover a {
    color: #78D6C6;
}

header .header-bottom .menu-header .first-level .first-level-item:hover .first-level-link {
    border-bottom: 2px solid #78D6C6;
}

header .header-bottom .menu-header .first-level .first-level-item:hover .two-level {
    visibility: visible;
    opacity: 1;
    top: 57px;
}

header .header-bottom .btn-header .btn {
    color: #5a5a5a;
}

header .header-bottom .btn-header .btn i {
    font-size: 20px;
    font-weight: 400;
}

header .header-bottom #left-header-icon i {
    color: #e5e5e5;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s;
}

header .header-bottom #left-header-icon i:hover {
    color: #fff;
}

header .left-header-form {
    opacity: 0;
    visibility: hidden;
    vertical-align: middle;
    position: absolute;
    top: -8px;
    left: 0;
    transition: all 0.5s;
    transform: translateY(20px);
}

header .left-header i {
    font-size: 21px;
    margin-right: 20px;
}

header .left-header button i {
    margin-right: 5px;
    font-size: 17px;
}

header form {
    height: 40px;
    border: 1px solid #4e4e4e;
    background-color: #4e4e4e;
    width: 250px;
    padding: 0 8px;
}
header .top-menu-active form{
    border: 1px solid #494949;
    background-color: #494949;
}

header input[type=text] {
    font-size: 13px;
    width: 100%;
    background-color: transparent;
    border: 0;
    margin-left: 17px;
    height: 40px;
    color: #e5e5e5;
}

header form button {
    border: 0;
    font-size: 15px;
    padding: 8px 8px;
    color: #e5e5e5;
    background-color: transparent;
}

header form input[type=text]:focus {
    border: 0;
    outline: none;
}

header .myblock {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

header .notblock {
    opacity: 0;
    visibility: hidden;
}


/*#slider-section {*/


/*  position: relative;*/


/*  z-index: -1;*/


/*}*/


/* end header */

.btn-page {
    position: relative;
    display: block;
    z-index: 1;
    padding: 0 30px;
    min-width: 175px;
    border: 1px solid #565656;
    font-size: 14px;
    border-radius: 0;
    line-height: 52px;
    letter-spacing: 2px;
    margin-top: 30px;
    color: #f0ebf1;
    background-color: #424242;
}

.btn-page:hover {
    background-color: #38af9b;
    border-color: #38af9b;
    color:#fff;
}


/* start post-sidebar-area */

.post-sidebar-area {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    /* start small-article*/
    /* end small-article */
}

.post-sidebar-area .sidebar-title {
    font-size: 16px;
    font-weight: 500;
    color: #78D6C6;
    margin-bottom: 20px;
}

.post-sidebar-area .form-search {
    color: #aaa;
}
.post-sidebar-area .form-search .btn-page{
    min-width:unset;
    background-color: #78D6C6;
    color:#fff;
    line-height: 44px;
    padding: 0 24px;
}

.post-sidebar-area .form-search input {
    width: 100%;
    height: 40px;
    border: 1px solid transparent;
    border-bottom: 1px solid #78D6C6;
    font-size: 12px;
    font-style: italic;
    color: #ccc;
    transition: all 500ms;
    background-color: transparent;
    padding: 5px 8px;
}

.post-sidebar-area .form-search input:focus {
    border: 1px solid #78D6C6;
    outline: unset;
}
.post-sidebar-area .form-search input::placeholder{
    color:#ccc;
}
.post-sidebar-area .newsletter-form input {
    border: 1px solid #5b5a5a;
}

.post-sidebar-area .small-article {
    position: relative;
    margin-top: 32px;
    background: #424242;
    padding: 16px;
}

.post-sidebar-area .small-article .img-article {
    overflow: hidden;
    display: block;
    width: 100%;
}

.post-sidebar-area .small-article .img-article img {
    display: block;
    width: 100%;
    transition: all 500ms;
}

.post-sidebar-area .small-article .caption .category {
    font-size: 12px;
    color: #9b9a9a;
    margin-bottom: 8px;
}
.post-sidebar-area .small-article .caption .category a{
    color: #919191;
}

.post-sidebar-area .small-article .caption h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.9;
    /*height: 49.38px;*/
    overflow: hidden;
}

.post-sidebar-area .small-article .caption h4 a {
    color: #bbb;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-sidebar-area .small-article .caption h4:hover a {
    color: #78D6C6;
}

.post-sidebar-area .small-article .caption .details {
    margin-top: 8px;
    font-size: 12px;
    color: #9b9a9a;
    text-align: left;
}

.post-sidebar-area .small-article:hover .img-article img {
    transform: scale(1.1);
}
.post-sidebar-area .tags ul{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.post-sidebar-area .tags ul li {
    display: inline-block;
}

.post-sidebar-area .tags ul li a {
    display: block;
    padding: 0 12px;
    color: #aaa;
    border: 1px solid #5b5a5a;
    font-size: 12px;
    height: 45px;
    line-height: 43px;
    background: #424242;
}

.post-sidebar-area .tags ul li a:hover {
    background-color: #78D6C6;
    color: #fff;
}

.post-sidebar-area .article-list , .post-sidebar-area .tags , .post-sidebar-area .sidebar_search{
    background: #3b3a3a;
    padding:20px;
    border: 1px solid #5b5a5a;
}
/* post-sidebar-area */


/* start footer */

footer {
    text-align: center;
    padding-top: 80px;
    background: #2e2d2d;
}

footer .menu-footer .first-level li {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 8px;
}

footer .menu-footer .first-level li a {
    display: inline-block;
    font-size: 14px;
    color: #e5e5e5;
    line-height: 1.5;
}

footer .menu-footer .first-level li a:hover {
    color: #aaa;
}

footer .social {
    margin-top: 60px;
}

footer .social li {
    display: inline-block;
    margin-left: 20px;
}
footer .social li:last-child{
    margin-left: 0;
}

footer .social li a {
    display: inline-block;
    font-size: 19px;
    color:#959494;
}

footer .copy-right {
    font-size: 14px;
    font-weight: 500;
    margin: 25px 0 45px;
}

footer .copy-right a {
    color: #78D6C6;
}


/* ens footer */


/******************header responsive*************************/

.header-section-responsive {
    position: fixed;
    width: 100%;
    background: #2e2d2d;
    z-index: 90;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 1px 4px #4e4e4eb5;
}

.header-section-responsive img {
    height: 52px;
    vertical-align: middle;
}

.header-section-responsive .header-right-responsive .menu-icon {
    display: inline-block;
    cursor: pointer;
}

.header-right-responsive button i {
    color: #e5e5e5;
}

.header-section-responsive .header-right-responsive .search i {
    font-size: 19px;
}

.header-section-responsive .header-right-responsive .menu-icon i {
    margin-left: 17px;
    color: #aaa;
    font-size: 25px;
    transition: 0.3s;
    vertical-align: middle;
}

.header-left-responsive a:hover i {
    color: #78D6C6 !important;
}

.header-left-responsive a {
    vertical-align: middle;
}

.header-left-responsive a:hover {
    text-decoration: none;
}

.header-left-responsive i {
    color: #e5e5e5;
    font-size: 25px;
    font-weight: 300;
    vertical-align: middle;
}


.header-section-responsive .header-ersponsive-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 0;
}

.header-section-responsive .header-responsive-bottom {
    padding: 10px 0;
}

.header-section-responsive .header-responsive-bottom form {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 38px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow:hidden;
}

.header-section-responsive .header-responsive-bottom form input {
    border: 0;
    font-size: 13px;
    background-color: transparent;
    color: #e5e5e5;
    height: 38px;
}

.header-section-responsive .header-responsive-bottom form input:focus {
    outline: 0;
    box-shadow:unset;
}

.header-section-responsive .header-responsive-bottom button {
    background: transparent;
    border: 0;
    padding-left: 16px;
    color: #e5e5e5;
    width: 60px;
}
.header-section-responsive .header-responsive-bottom button i{
    color:#aaa;
    font-size: 16px;
}

.header-section-responsive  button:focus {
    box-shadow: unset !important;
    outline:unset !important;
}

.header-section-responsive  .dropdown .dropdown-menu {
    background-color: #343434 !important;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.header-section-responsive  .dropdown .dropdown-menu .dropdown-item {
    color: #e5e5e5;
    font-size: 12px;
    padding: 10px 15px;
    text-align: right;
}

.header-section-responsive  .dropdown .dropdown-menu .dropdown-item:hover {
    color: #78D6C6;
    background-color: #343434;
}

.header-section-responsive  .dropdown-toggle::after {
    border-top-color: #78D6C6;
}
.header-section-responsive .box-icon .number {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: auto;
    display: inline-block;
    background-color: #00aea6;
    color: #e5e5e5;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    left: 42px;
}
.header-section-responsive .box-icon{
   font-size:25px;
   color:#aaa;
}
.header-responsive .box-icon-res{
    align-items:center;
}
/**************end header responsive**************/

.black-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}


/* start web-scroll-section */

.web-scroll-section {
    display: inline-block;
    position: fixed;
    bottom: 45px;
    right: 45px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transform: scale(0);
    height: 50px;
    width: 50px;
    border-radius: 5px;
    line-height: 45px;
    background-color: #78D6C6;
    transition: all ease 1.5s;
    z-index: 10000;
    font-size: 14px;
    font-weight: 200;
}

.web-scroll-section i {
    color: #fff;
    padding: 16px 11px;
    transition: all ease 1.5s;
}

.web-scroll-section:hover {
    background-color: #333;
}

@media screen and (max-width: 576px) {
    .web-scroll-section {
        bottom: 25px;
        right: 25px;
    }
}


/* end web-scroll-section */


/********************* START MOBILE MENU ******************/

.menu {
    width: 80%;
    background: #424242;
    position: fixed;
    top: 0;
    right: -80%;
    bottom: 0;
    height: 100vh;
    z-index: 300;
    transition: 0.3s;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 100px;
}

.menu-active {
    right: 0;
}

.img-menu-mobile {
    display: block;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.img-menu-mobile img {
    max-width: 50%;
}

.in-main-menu {
    position: absolute;
    width: calc(100% * 4);
    min-height: calc(100vh - 221px);
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: 0.3s;
}

.in-main-menu-2 {
    right: -100%;
}

.in-main-menu-3 {
    right: -200%;
}

.in-main-menu-4 {
    right: -300%;
}

.main-menu {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.level-one {
    width: calc(25% + 17px);
    overflow: auto;
    overflow-y: scroll;
    float: right;
    height: calc(100vh - 221px);
    position: relative;
    z-index: 101;
}

.item-level-one {
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.item-level-one a {
    display: inline-block;
    color: #fff !important;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: calc(100% - 67px);
    float: right;
    padding: 0 15px;
    font-size: 13px;
}

.item-level-one a:hover {
    color: #78D6C6 !important;
}

.item-level-one a:before {
    content: "";
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-left: 7px;
    transition: 0.3s;
    color: #ccc;
    font-size: 12px;
}

.item-level-one a:hover:before {
    color: #aaa;
}

.item-level-one span {
    cursor: pointer;
    display: inline-block;
    color: #818181;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: 50px;
    float: right;
    text-align: center;
    vertical-align: middle;
    font-family: "Ionicons";
    font-size: 20px;
    transition: 0.3s;
}

.item-level-one span:hover {
    padding-right: 10px;
}

.item-level-one span:hover i {
    color: #78D6C6;
}

.level-two {
    width: 25%;
    overflow: hidden;
    float: right;
    margin-right: -17px;
    height: 100px;
    min-height: calc(100vh - 221px);
    position: relative;
    z-index: 101;
}

.body-level-two {
    width: calc(100% + 17px);
    overflow: auto;
    overflow-y: scroll;
    min-height: calc(100vh - 221px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    background: #424242;
}

.body-level-two-active {
    z-index: 103;
}

.go-back-menu {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    font-size: 13px;
}

.go-back-menu a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: calc(100% - 67px);
    float: right;
    padding: 0 15px;
}

.go-back-menu a:before {
    content: "";
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-left: 7px;
    transition: 0.3s;
    color: #ccc;
    font-size: 12px;
}

.go-back-menu span {
    cursor: pointer;
    display: inline-block;
    color: #78D6C6;
    height: 50px;
    line-height: 50px;
    width: 50px;
    float: right;
    text-align: center;
    vertical-align: middle;
    font-family: "Ionicons";
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 17px;
    transition: 0.3s;
}

.go-back-menu span:hover {
    background: #333;
    color: #fff;
}

.level-three {
    width: 25%;
    overflow: hidden;
    float: right;
    min-height: calc(100vh - 221px);
    position: relative;
    z-index: 103;
}

.level-four {
    width: 25%;
    overflow: hidden;
    float: right;
    min-height: calc(100vh - 221px);
    position: relative;
    z-index: 103;
}

.body-level-three {
    width: calc(100% + 17px);
    overflow: auto;
    overflow-y: scroll;
    min-height: calc(100vh - 221px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 104;
    background: #242424;
}

.body-level-three-active {
    z-index: 105;
}

.body-level-four {
    width: calc(100% + 17px);
    overflow: auto;
    overflow-y: scroll;
    min-height: calc(100vh - 221px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    background: #242424;
}

.body-level-four-active {
    z-index: 112;
}

.header-level-3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.header-level-3 .ionicoroz-0 {
    cursor: pointer;
    display: inline-block;
    color: #818181;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: 50px;
    float: right;
    text-align: center;
    vertical-align: middle;
    font-family: "Ionicons";
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 15px;
    background: #242424;
    transition: 0.3s;
    padding-top: 16px;
}

.header-level-3 .ionicoroz-1 {
    display: inline-block;
    font-family: "Ionicons";
    transition: 0.3s;
}

.header-level-3:hover .ionicoroz-1 {
    transform: rotate(90deg);
}

.header-level-3 p {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    width: calc(100% - 67px);
    float: right;
    padding: 0 15px;
}

.filter-option {
    background: #111;
    padding: 10px 70px 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: none;
    transition: none;
}

.item-filter-option {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #aaa;
}

.item-filter-option:hover {
    color: #78D6C6;
}

.item-filter-option:before {
    content: "";
    font-family: fontawesome;
    vertical-align: middle;
    margin-left: 7px;
    transition: 0.3s;
    color: #ccc;
    font-size: 12px;
}

.item-filter-option:hover:before {
    color: #78D6C6;
}

.item-login {
    display: block;
    height: 50px;
    color: #fff !important;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    padding: 0 15px;
    font-weight: 400;
    font-size: 13px;
}

.item-level-one i {
    color: #818181;
    font-size: 15px;
}

.item-login .fa-user {
    font-size: 18px;
    color: #78D6C6;
    padding-left: 8px;
    font-weight: 400;
}
.item-login i {
    font-size: 18px;
    color: #78D6C6;
    padding-left: 8px;
    font-weight: 400;
}
.item-login .fa-lock {
    font-size: 18px;
    color: #78D6C6;
    padding-left: 8px;
    font-weight: 400;
}


/******************** END MOBILE MENU *******************/


/*# sourceMappingURL=global-blog.css.map */

.i-result {
    border: 1px solid #eeeeee;
    margin-top: 10px;
    border-radius: 0;
}

.i-result {
    background: #424242;
    overflow: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 44px;
    width: 420px;
    max-height: 319px;
    overflow-y: auto;
    z-index: 1150;
    border: 1px solid #5b5a5a;
    display: none;
    padding: 0px 0 10px;
    margin: 0 auto;
    justify-content: center;
    /*right: -255px;*/
    left: 0;
    font-size:14px;
    padding:14px;
}

@media screen and (max-width: 990px) {
    .i-result {
        top: 136px;
        right: 0px;
    }
}

.link-search {
    border-radius: 5px;
}

.link-search {
    display: table;
    width: 100%;
    border: 1px solid #4e4e4e;
    padding: 5px;
    margin-top: 10px;
    transition: .3s all;
}

.img-item-serach {
    display: table-cell;
}

.img-item-serach img {
    height: 80px;
}

.desc-item-serach {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-right: 10px;
}

.name-item-search {
    max-height: 60px;
    line-height: 30px;
    margin: 0;
    color: #aaaaaa;
    overflow: hidden;
    font-size:14px;
}


/* ----------BASKET ------------------*/

.open-baskert {
    right: 0;
}

.baskert {
    position: fixed;
    width: 400px;
    top: 0;
    right: -100%;
    height: 100vh;
    background: #fff;
    z-index: 200;
    overflow: hidden;
    transition: .3s;
}

.open-baskert {
    right: 0;
}

.in-basket {
    width: calc(100% + 17px);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 992px) {
    .in-basket {
        width: 100%;
    }
}
.b-header {
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #333;
}

.b-flag {
    font-family: "Ionicons";
    font-size: 80px;
    color: #78D6C6;
}

.name-bask {
    color: #333;
    font-size: 22px;
    margin-top: 4px;
}

.b-link {
    display: inline-block;
    padding: 12px 20px;
    color: #78D6C6;
    transition: .3s;
    font-size: 16px;
    border-radius: 20px !important;
    background: #444;
    margin-top: 45px;
}

.close-basket {
    display: inline-block;
    transition: .3s;
    font-family: "Ionicons";
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.open-baskert {
    right: 0;
}

.baskert {
    position: fixed;
    width: 400px;
    top: 0;
    right: -100%;
    height: 100vh;
    background: #fff;
    z-index: 200;
    overflow: hidden;
    transition: .3s;
}

.open-baskert {
    right: 0;
    background-color: #333;
}

.b-body {
    background-color: #333;
}



.name-bask {
    color: #333;
    font-size: 22px;
    margin-top: 4px;
}

.close-basket {
    display: inline-block;
    transition: .3s;
    font-family: "Ionicons";
    font-size: 30px;
    color: #666;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.left-pro {
    display: table;
    width: 100%;
    padding: 10px 12px;
    text-decoration: none;
    transition: .3s;
    margin: 0;
}

.left-pro-23 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.img-left-pro {
    display: table-cell;
    width: 77px;
    height: 77px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.desc-left-pro {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
}

.name-desc-left-pro {
    font-size: 13px;
    line-height: 26px;
    color: #ddd;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 7px;
}

.o-price {
    color: #78D6C6;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: left;
}

.d-price {
    color: #28a745;
    font-size: 14px;
}

.alert-div {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 200;
    bottom: -120px;
    opacity: 1;
    right: 0;
    text-align: center;
    transition: 0.3s;
}

.alert-div-active {
    bottom: 70px;
    opacity: 1;
}

.main-alert-danger {
    background: #e12b2b;
    border: 1px solid #d22929;
}

.main-alert {
    display: inline-block;
    margin: 0 auto;
    height: auto;
    box-shadow: 0 0 10px #aaa;
    border-radius: 3px;
}

.dropdown-menu {
    text-align: right !important;
}

.link-tag {
    display: block;
}

.flag-message {
    display: inline-block;
    height: 59px;
    width: 59px;
    vertical-align: middle;
    line-height: 59px;
    color: #fff;
    font-size: 40px;
}

.flag-message-danger {
    border-left: 1px solid #d22929;
}

.body-message {
    display: inline-block;
    height: 59px;
    vertical-align: middle;
    line-height: 59px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 0 20px;
}

.main-alert-success {
    background: #4caf50;
    border: 1px solid #449d48;
}

.flag-message-success {
    border-left: 1px solid #449d48;
}

.cart {
    border-right: 1px solid #eee;
    font-size: 1.5rem;
}

.cart span {
    font-family: "iransans";
    inset: 0;
    width: 1rem;
    height: 1rem;
    margin: auto 1rem 1rem auto;
    background-color: #ff3354;
    font-size: .7rem;
    line-height: 1.6;
}

.show-num-card {
    color: red;
}

@media screen and (max-width: 576px) {
    .baskert {
        width: 100%;
    }
    
}

.body-static p {
    line-height: 1.8;
}

.desc-p-form {
    line-height: 1.6;
}

.control-label {
    margin-bottom: 5px;
}


/* ------------------ ALERT RSS AND OTHER ALERT BOXES ------------------- */

.rss-alert-active {
    display: block !important;
    font-size: 12px;
}

.rss-alert-active1 {
    display: block !important;
}

.alert {
    display: none;
}

.rss-t {
    cursor: unset !important;
}

.show-num-card {
    color: red !important;
}

.show-num-card:hover {
    color: red !important;
}

.dropdown-div {
    text-align: right;
}

.dropdown-div a {
    direction: rtl;
    margin-bottom: 4px;
    color: #aaa !important;
}

#modal-signup .modal-dialog .modal-content .modal-header button {
    /* margin-right: -78px;*/
}

.modal-body #modal-in-signup .myform-control {
    margin: 0 5px 9px 0 !important;
}

#modal-login .modal-dialog .modal-content .modal-header button {
    /* margin-left: 96px;*/
}

.modal-body #modal-in-login .myform-control {
    margin: 0 5px 9px 0 !important;
}

.modal-header {
    direction: ltr;
}

.modal-header:before,
.modal-header:after {
    display: none;
}

.header-bottom .left-icon i {
    color: #5a5a5a;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s;
}

.header-bottom .left-icon a:hover i {
    color: #fff
}

 .header-responsive-top .header-left-responsive span {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 20px;
}
.header-responsive-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 0;
}


/* ----------------BACK-MENU ------------------- */

.back-menu {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vw;
    background-color: #000;
    opacity: .5;
    position: fixed;
    z-index: 100;
}

.back-menu2 {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vw;
    background-color: #000;
    opacity: .5;
    position: fixed;
    z-index: 198;
}

@media screen and (max-width: 992px) {
    .back-menu {
        display: none !important;
    }
}

.left-icon .dropdown .btn{
    color:#585a5a !important;
    
}
.left-icon .btn-check:focus+.btn, .btn:focus{
    box-shadow:unset !important;
    outline:0 !important;
}
.has-error .help-block{
    font-size: 12px;
    color: #f34541;
}
textarea{
    resize: none;
}