﻿@font-face {
    font-family: yekan;
    font-weight: 100;
    font-display: swap;
    src: url("fonts/yekan.eot"),url("fonts/yekan.woff"),url("fonts/yekan.ttf")
}

@font-face {
    font-family: yekan;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/yekanRegular.eot"),url("fonts/yekanRegular.woff"),url("fonts/yekanRegular.ttf")
}

body {
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: yekan
}

.col {
    text-align: right
}

.header {
    background-color: #fff;
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
    position: fixed;
    width: 100%;
    z-index: 1000
}

.inner-section {
    width: 100%;
    max-width: 1626px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

.marg-top {
    padding-top: 175px
}

.marg-top-address {
    padding-top: 35px
}

.header .main-nav-logo {
    display: block;
    height: 44px;
    width: 110px;
    background-size: contain
}

.main-nav-logo img {
    width: 130px
}

.header .search-box {
    border-radius: 5px;
    margin-right: 24px;
    background-color: #f0f0f1;
    height: 44px;
    box-sizing: border-box;
    padding: 4px 10px;
    width: 60%;
    display: flex;
    align-items: center
}

.icon {
    display: inline-block
}

.header .search-box input[type=text] {
    height: 36px;
    width: calc(100% - 60px);
    color: #474747;
    font-size: 14px;
    background: transparent;
    border: none;
    outline: none;
    font-family: yekan
}

.login-btn {
    display: flex;
    align-items: center;
    font-family: yekan;
    font-size: 12px
}

.separator {
    display: inline-block;
    margin: 0 5px;
    border-right: 1px solid #e0e0e2;
    vertical-align: middle;
    height: 30px
}

.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

    .menu > li:not([class=hover]) {
        color: #616161;
        cursor: pointer;
        padding: 0 10px;
        font-size: 12px;
        line-height: 40px;
        z-index: 4
    }

    .menu > li.hover {
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        height: 100%;
        transition: all .3s ease-in-out;
        width: 0;
        z-index: 3;
        transform: scaleX(1)
    }

        .menu > li.hover > div:before {
            content: "";
            position: absolute;
            width: 100%;
            bottom: 0;
            z-index: 4;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #55868c
        }

.banner {
    padding: 175px 20px 0 20px
}

.imag {
    z-index: 1;
    border-radius: 5px;
    width: 100%
}

.un {
    display: inline-block;
    padding-bottom: 2px;
    background-image: linear-gradient(#55868c 0 0);
    background-position: 100% 100%;
    background-size: 0% 2px;
    background-repeat: no-repeat;
    transition: background-size .3s,background-position 0s .3s
}

    .un:hover {
        background-position: 0 100%;
        background-size: 100% 2px
    }

    .un a {
        text-decoration: none;
        color: #616161
    }

.col-cat {
    width: 270px
}

.dropdown-menu {
    right: 12px;
    padding: 0
}

    .dropdown-menu a .d-flex {
        transition: all .5s
    }

@media (min-width:992px) {
    .dropdown-menu {
        width: 900px
    }

    .dropdown:hover .dropdown-menu {
        display: flex
    }

    .dropdown-menu.show {
        display: flex
    }
}

.de {
    background-color: #bbe1e5;
    text-align: start;
    justify-self: start;
    align-items: start;
    list-style-type: none;
    width: 100%
}

.ul {
    padding-left: 0
}

.li {
    list-style-type: none;
    margin: 5px 0;
    padding: 5px 20px 5px 25px;
    font-size: 14px
}

    .li.active {
        background-color: #fff;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px
    }

.menu-col {
    width: 100%;
    display: none;
    padding: 20px
}

    .menu-col.active {
        display: flex
    }

.menu-cat {
    width: 100%;
    font-size: 14px;
    color: #616161;
    text-align: start
}

.see-all-cats {
    font-size: 14px;
    color: #000
}

.menu-cat ul {
    padding: 0
}

    .menu-cat ul li {
        list-style-type: none;
        height: auto;
        line-height: 25px
    }

        .menu-cat ul li a {
            text-decoration: none;
            color: #616161
        }

.menu-cat a {
    text-decoration: none
}

    .menu-cat a:hover {
        color: #6cbd61
    }

.swiper {
    width: 100%;
    height: 100%
}

.slide-f {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center
}

    .slide-f img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.product-view {
    display: flex;
    flex-wrap: wrap;
    max-width: 1626px;
    background-color: #c6e1ed;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 5px 8px -3px rgba(0,0,0,.1);
    border-radius: 5px
}

.mySwiper-pro {
    max-height: 500px;
    padding: 20px 0
}

.card {
    width: 100%;
    display: flex;
    padding: 25px 0;
    margin-left: 5px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    box-shadow: 0 5px 8px -3px rgba(0,0,0,.1);
    font-size: 16px
}

.card-in {
    margin: auto;
    text-align: center
}

.a-img {
    display: flex;
    width: 100%;
    height: 200px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}
