@font-face {
    font-family: Yekan;
    src: url('/../font/iranYm.woff') format('woff');
}

@font-face {
    font-family: bilabelo;
    src: url('/../font/blabeloo.ttf');
}

@font-face {
    font-family: dastnevis;
    src: url('/../font/danstevis.otf');
}

footer {
    position: fixed;
    height: 29px;
    bottom: 0;
    width: 100%;
    color: white;
    font-size: calc(0.7rem + 0.4vw);
    text-align: right;
    background: #12121273;
    padding: 3px;
}

a {
    text-decoration: unset !important;
    color: white;
}


body {

    direction: rtl;
    font-family: Yekan;
}

header.banner {
    width: 100%;
    padding-top: 10px;
    position: static;
    top: 0;
    z-index: 99999;
    background: #fff;
}

header.banner .header-inner-wrap .header-spec-btns-wrap {
    position: absolute;
    top: 0;
    right: calc(50% - 570px);
    z-index: 9;
}


header.banner .header-inner-wrap {
    text-align: center;
    position: relative;
}

header.banner .header-inner-wrap .container {
    position: relative;
}

header.banner .header-inner-wrap .container .brand {
    display: inline-block;
}



header.banner .header-inner-wrap .header-spec-btns-wrap a#header-open-contact {
    width: 55px;
    height: 51px;
    float: left;
    background: url(../images/search.png) no-repeat 50% #edf0f2;
}

.language-picker-wrapper {
    display: inline-block;
    float: left;
}

.collapsing,
.dropdown,
.dropup {
    position: relative;
}

.language-picker-wrapper .dropdown-toggle {
    background-color: transparent;
    border: none;
    margin-top: 15px;
    cursor: pointer;
}

.language-picker-wrapper .dropdown-menu {
    min-width: 52px !important;
    border-radius: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.image-logo {
    width: 100%;
}



@media screen and (max-width: 1023px) {
    header.banner {
        padding: 0;
    }

    header.banner .header-inner-wrap .header-spec-btns-wrap {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 51px;
        padding: 0 !important;
        background: #181e25;
    }

    header.banner .header-inner-wrap .header-menu-fixed-container {
        padding: 10px 0;
        min-height: 59px;
        position: relative;
        background-color: #fff;
    }

    header.banner .header-inner-wrap .brand {
        float: left;
        width: 100px;
        direction: ltr;
    }

    header.banner .header-inner-wrap .site-header__menu-button {
        outline: none;
        position: absolute;
        width: 54px;
        height: 54px;
        z-index: 3;
        top: -7px;
        right: 0;
        padding: 0;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        display: block;
        border: 1px solid transparent;
    }

    header.banner .header-inner-wrap .site-header__menu-button .site-header__menu-button-box {
        width: inherit;
        height: inherit;
        display: inline-block;
        position: relative;
        padding: 15px;
    }

    header.banner .header-inner-wrap .site-header__menu-button .site-header__menu-button-box .site-header__menu-button-inner:before {
        content: "";
        display: block;
        width: 22px;
        height: 2px;
        background-color: #7e8d85;
        border-radius: 4px;
        position: absolute;
        transition: .25s;
        will-change: transform;
        top: -6px;
    }

    header.banner .header-inner-wrap .site-header__menu-button .site-header__menu-button-box .site-header__menu-button-inner:after {
        content: "";
        display: block;
        width: 22px;
        height: 2px;
        background-color: #7e8d85;
        border-radius: 4px;
        position: absolute;
        transition: .25s;
        will-change: transform;
        bottom: -6px;
    }

    header.banner .header-inner-wrap .site-header__menu-button .site-header__menu-button-box {
        width: inherit;
        height: inherit;
        display: inline-block;
        position: relative;
        padding: 15px;
    }

    header.banner .header-inner-wrap .header-menu-fixed-container .nav-primary {
        width: 100% !important;
        display: none;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    header.banner .header-inner-wrap .header-menu-fixed-container .menu-item-has-children:before {
        content: "\f107";
        font-family: Font Awesome\ 5 Free;
        position: absolute;
        right: 22vw;
        top: 0;
        height: 54px;
        line-height: 50px;
        font-size: 30px;
        width: 54px;
        cursor: pointer;
        z-index: 999;
        transition: all .2s linear;
    }
}

@media screen and (max-width: 1024px) {
    header.banner .header-inner-wrap .header-spec-btns-wrap {
        right: 0;
    }

}

header.banner .header-inner-wrap .menu-main-container,
header.banner .header-inner-wrap .menu-main-english-container,
header.banner .header-inner-wrap .menu-shop-menu-container,
header.banner .header-inner-wrap .menu-shop-menu-english-container {
    width: 100%;
    text-align: center;
}

header.banner .header-inner-wrap .menu-main-container .nav,
header.banner .header-inner-wrap .menu-main-english-container .nav,
header.banner .header-inner-wrap .menu-shop-menu-container .nav,
header.banner .header-inner-wrap .menu-shop-menu-english-container .nav {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

header.banner .header-inner-wrap .header-spec-btns-wrap a#header-shop-link {
    width: 138px;
    height: 51px;
    float: right;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 51px;
    background: url(../images/basket-img.png) no-repeat 50% transparent;
}
header.banner .header-inner-wrap .header-spec-btns-wrap a#header-shop-card {
    width: 53px;
    height: 51px;
    float: right;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 51px;
    background: url(../images/basket.png) no-repeat 50% transparent;
}


header.banner .header-inner-wrap .site-header__menu-button .site-header__menu-button-box .site-header__menu-button-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 22px;
    height: 2px;
    background-color: #7e8d85;
    border-radius: 4px;
    position: absolute;
    transition: .35s;
    will-change: transform;
}

header.banner .header-inner-wrap .menu-main-container .nav li,
header.banner .header-inner-wrap .menu-main-english-container .nav li,
header.banner .header-inner-wrap .menu-shop-menu-container .nav li,
header.banner .header-inner-wrap .menu-shop-menu-english-container .nav li {
    position: relative;
}

header.banner .header-inner-wrap .menu-main-container .nav li a,
header.banner .header-inner-wrap .menu-main-english-container .nav li a,
header.banner .header-inner-wrap .menu-shop-menu-container .nav li a,
header.banner .header-inner-wrap .menu-shop-menu-english-container .nav li a {
    display: inline-block;
    padding: 18px 14px;
    margin: 0 4px;
    color: #010101;
    text-decoration: none;
}

.bg-light {
    background-color: transparent !important;
}



#search {
    position: relative;
    display: block;
}

#search input{
    width: 100%;
    position: relative;
    background: #FFF;
    padding: 0 36px 0 10px;
    height: 36px;
    font-size: 13px;
    color: #333;
    outline: none;
    display: block;
    border-radius: 0px;
    margin-top: 21px;
    border-radius: 18px !important;
    box-shadow: 2px 2px 5px rgb(187 187 187);
}

.button-search {
    width: 48px;
    height: 48px;
    font-size: 14px;
    z-index: 2;
    position: absolute;
    right: 0;
    cursor: pointer;
    float: right;
    background: none;
    border: none;
    color: #bbb;
    padding: 0;
    margin-top: -40px;
    left: 0;
    right: auto;
}
