@font-face {
    font-family: Sahel;
    src: url('../fonts/sahel/sahel.eot');
    src: url('../fonts/sahel/sahel.eot@#iefix') format('embedded-opentype'), url('../fonts/sahel/sahel.woff') format('woff'), url('../fonts/sahel/sahel.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Sahel;
    src: url('../fonts/sahel/sahel-bold.eot');
    src: url('../fonts/sahel/sahel-bold.eot@#iefix') format('embedded-opentype'), url('../fonts/sahel/sahel-bold.woff') format('woff'), url('../fonts/sahel/sahel-bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Sahel;
    src: url('../fonts/sahel/sahel-semibold.eot');
    src: url('../fonts/sahel/sahel-semibold.eot@#iefix') format('embedded-opentype'), url('../fonts/sahel/sahel-semibold.woff') format('woff'), url('../fonts/sahel/sahel-semibold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: Sahel;
    src: url('../fonts/sahel/sahel-black.eot');
    src: url('../fonts/sahel/sahel-black.eot@#iefix') format('embedded-opentype'), url('../fonts/sahel/sahel-black.woff') format('woff'), url('../fonts/sahel/sahel-black.ttf') format('truetype');
    font-weight: 900;
}

body {
    direction: rtl;
    font-family: Sahel, Tahoma;
    font-size: 14px;
    text-align: right;
    color: #000;
}

a {
    color: #8a8a8a
}

    a:hover {
        color: #313131;
        text-decoration: none;
    }

img {
    max-width: 100%;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.line-height2 {
    line-height: 2rem;
}

.logo {
    width: 100px;
    margin: 10px 0;
}

.btn.btn-khatereh {
    display: inline-block;
    background: #be8210;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}

ul.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    border: 1px solid #fff;
    border-right: none;
    border-left: none;
    margin: 0;
    padding: 0;
}

    ul.menu li {
        position: relative;
    }

        ul.menu li ul {
            position: absolute;
            display: none;
            background: rgba(0, 0, 0, .3);
            list-style: none;
            top: 100%;
            right: 0;
            min-width: 180px;
            margin: 0;
            padding: 0;
            z-index: 5;
        }

            ul.menu li ul a {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            }

        ul.menu li:hover > ul {
            display: block;
        }

        ul.menu li a {
            display: block;
            padding: 8px;
            color: #fff;
            transition: all 200ms ease-in-out;
        }

        ul.menu li:hover > a {
            background: rgba(0, 0, 0, .3);
        }

    ul.menu > li:first-child a {
        padding-right: 0;
    }

    ul.menu > li:last-child a {
        padding-left: 0;
    }

    ul.menu li a:hover {
        text-decoration: none;
    }

.header-icons {
    float: left;
    padding: 2.5rem 1rem 0;
}

    .header-icons button,
    .header-icons button:focus,
    .header-icons button:active {
        outline: none;
    }

    .header-icons i {
        color: #fff;
    }

.mobile-menu .navbar-nav {
    padding: 0 1rem;
    background: rgba(0, 0, 0, 0.3);
}

    .mobile-menu .navbar-nav a {
        color: #fff;
        padding: 0.5rem;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }



.main ul.menu {
    border-color: #666;
}

    .main ul.menu li a {
        color: #666;
    }

    .main ul.menu li:hover > a {
        background: rgba(0, 0, 0, 0.60);
        color: #fff;
    }

    .main ul.menu li ul {
        /*background: rgba(0, 0, 0, 0.1);*/
        background: rgba(255, 255, 255, 0.9);
    }

.main .header-icons i {
    color: #666;
}

.main .mobile-menu .navbar-nav {
    background: rgba(0, 0, 0, 0.1);
}

    .main .mobile-menu .navbar-nav a {
        color: #666;
    }

.footer-social {
    background: url('../images/footer-social.jpg') no-repeat;
    background-size: cover;
    border: 3px solid rgba(82, 82, 82, 0.7);
    border-right: none;
    border-left: none;
    padding: 1rem;
}

    .footer-social p {
        font-size: 1.1rem;
        color: #656565;
    }

.footer-social-icons a {
    background: #646464;
    opacity: .7;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 4px 0;
    font-size: 1.3rem;
    margin: 0 1rem;
}

.footer-blocks {
    margin: 1.5rem 0;
}

.footer-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #000;
}

.copyright {
    display: block;
    width: 100%;
    text-align: center;
    color: #8a8a8a;
    font-size: 10px;
    margin: 1rem 0 0;
}

#dpPagination {
    display: block;
    width: 100%;
}

    #dpPagination a, #dpPagination span {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid rgba(177, 177, 177, 0.5);
        color: #000;
        padding: 0;
        text-align: center;
        line-height: 30px;
        border-radius: 3px;
        /* background: white; */
    }

    #dpPagination .aspNetDisabled, #dpPagination span {
        background: #ececec;
    }

    #dpPagination a:hover:not(.aspNetDisabled), #dpPagination .active {
        background: #be8210;
        color: #fff;
    }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#productDetails {
    position: fixed;
    display: none;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    z-index: 99;
}

#loading, #alert {
    position: fixed;
    display: none;
    background: #fff;
    padding: 1rem 1.5rem;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    border: 1px solid #686868;
    border-radius: 5px;
    box-shadow: 0 0 10px 3px #686868;
}
