﻿﻿﻿﻿﻿﻿﻿body, ul, li, h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'IRANSansWeb';
    font-style: normal;
    font-weight: normal;
    src: url('../font/IRANSansWeb.eot');
    src: url('../font/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../font/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../font/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/IRANSansWeb.ttf') format('truetype');
}
@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../font/iranyekanwebregular.eot');
    src: url('../font/iranyekanwebregular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../font/iranyekanwebregular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../font/iranyekanwebregular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../font/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../font/fontawesome-webfont.eot?v=4.1.0');
    src: url('../font/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../font/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../font/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

body {
    font-family: 'iranyekan';
    background-image: url('../images/body.png');
    background-size: 100% 100%;
}

nav.navbar.bootsnav {
    border: none;
    background: none;
}

    nav.navbar.bootsnav ul.nav > li > a {
        padding: 5px 10px 5px 10px;
        border-bottom: 2px solid rgba(116, 153, 78, 0.00) !important;
        color: #1d1d1d;
        text-transform: uppercase;
        font-size: 14px;
        z-index: 1;
        transition: all 0.5s ease 0s;
        border-left: 1px solid #333;
        font-weight: bold !important;
    }

    nav.navbar.bootsnav ul.nav > li:last-child > a {
        border: none;
    }

.navbar-nav {
    float: none;
    text-align: center;
    direction: rtl;
    padding-right: 20px;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    color: #000;
}

nav.navbar.bootsnav ul.nav > li > a {
    margin-bottom: 0;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    color: #000;
    transition-delay: 0.6s;
}


nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    position: absolute;
    margin: 0 0 0 7px;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:hover:after {
    color: #000;
    transition: all 0.3s ease 0.25s;
}

.dropdown-menu {
    right: 0;
    left: auto;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    background: rgba(241, 241, 241, 0.95)
}

nav.navbar.bootsnav ul.nav > li.dropdown > ul {
    top: 106%;
    right: -30px;
    transition: all 0.8s ease 0s;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > ul {
    top: 106%;
    right: 0;
}

.dropdown-menu.multi-dropdown {
    position: absolute;
    right: 100% !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}

.sp-mn {
    display: none;
}

.item-slid {
    border-top: 1px solid #6096db;
    padding-top: 16px;
}

@media only screen and (max-width:990px) {
    .sp-mn {
        width: 48px;
        height: 96%;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9999999999999999;
        display: block;
        padding-top: 14px;
        color: #ecebdb;
        font-size: 1.6em;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        background-color: #fff;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
        display: block;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,.05) !important;
        border-bottom: 1px solid rgba(0,0,0,.35);
        padding: 4px 15px;
        color: #fff;
        text-align: right;
    }

    .dropdown-menu li {
        border-bottom: 1px solid rgba(204, 204, 204, 0.54)
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu > li > a {
        padding-right: 20px !important;
        padding-top: 10px !important;
        padding-bottom: 8px !important;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        width: 100%;
        position: relative !important;
        background-color: #000;
        float: none;
        border: none;
        padding: 0 !important;
        margin: 0 0 -1px !important;
        -moz-box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        -o-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-top: 1px solid rgba(255,255,255,.05) !important;
        border-bottom: 1px solid rgba(0,0,0,.35);
        -o-border-radius: 0;
        border-radius: 0;
    }

    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }

    nav.navbar.bootsnav .navbar-toggle {
        background: none;
        color: #010101;
        top: 1px;
        right: 3px;
    }

    .se-tp {
        /*display: none;*/
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li:before {
        content: "";
        width: 0;
        border-bottom: 3px solid #1cc7dd;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li:hover:before {
        width: 100%;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
        padding: 15px;
        margin: 0;
        text-align: right;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        color: #000;
        border-top: none;
        border-bottom: 1px solid #393636 !important;
    }


        nav.navbar.bootsnav ul.nav > li > a:before {
            content: "";
            width: 100%;
            border-bottom: none;
        }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        color: #333;
        left: 40%;
    }

    nav.navbar.bootsnav ul.nav > li.dropdown > ul {
        top: 100%;
        left: 0;
    }
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}



nav.navbar.bootsnav {
    border: none;
    margin-top: 37px;
}

.clear {
    clear: both;
}


.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    margin-top: 10px;
    height: 33px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

.affix .searchbox {
    margin-top: 14px;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 40px;
    background: none;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 14px;
    color: #000;
}

    .searchbox-input::-webkit-input-placeholder {
        color: #000;
    }

    .searchbox-input:-moz-placeholder {
        color: #000;
    }

    .searchbox-input::-moz-placeholder {
        color: #000;
    }

    .searchbox-input:-ms-input-placeholder {
        color: #000;
    }

.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 28px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: none;
}

.searchbox-open {
    width: 100%;
}

.searchbox {
    max-width: 161px;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-weight: normal;
}

.hv-nd {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.30);
    z-index: 999;
}

.slid-nd {
    position: relative;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grabbing {
    cursor: url(grabbing.png) 8 8,move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.post-slide {
    padding-bottom: 10px;
    margin: 0 15px;
    position: relative;
}

    .post-slide img {
        width: 100%;
        height: auto;
    }

    .post-slide .post-date {
        position: absolute;
        top: 2%;
        left: 8%;
        padding: 3% 5%;
        background: #e74c3c;
    }

    .post-slide .month {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

        .post-slide .month:after {
            content: "";
            display: block;
            border: 1px solid #fff;
        }

    .post-slide .date {
        font-size: 14px;
        color: #fff;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .post-slide .post-title {
        margin: 25px 0 15px 0;
    }

        .post-slide .post-title a {
            font-size: 15px;
            font-weight: bold;
            color: #333;
            display: inline-block;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

            .post-slide .post-title a:hover {
                text-decoration: none;
                color: #e74c3c;
            }

    .post-slide .post-description {
        font-size: 14px;
        line-height: 24px;
        color: #808080;
    }

    .post-slide .read-more {
        color: #333;
        text-transform: capitalize;
        transition: color 0.20s linear;
    }

        .post-slide .read-more i {
            margin-left: 10px;
            font-size: 10px;
        }

        .post-slide .read-more:hover {
            text-decoration: none;
            color: #e74c3c;
        }

.owl-controls .owl-buttons {
    margin-top: 20px;
    position: relative;
}

.owl-controls .owl-prev {
    position: absolute;
    left: 5px;
    bottom: 40px;
    padding: 0px 9px;
    transition: background 0.50s ease;
    line-height: 16px;
    background: #787878;
    padding-top: 6px;
    border-radius: 50%;
}

.owl-controls .owl-next {
    position: absolute;
    right: 5px;
    bottom: 40px;
    padding: 0px 9px;
    transition: background 0.50s ease;
    line-height: 16px;
    background: #787878;
    padding-top: 6px;
    border-radius: 50%;
}



    .owl-controls .owl-prev:after,
    .owl-controls .owl-next:after {
        content: "\f104";
        font-family: FontAwesome;
        color: #d3d3d3;
        font-size: 16px;
    }

    .owl-controls .owl-next:after {
        content: "\f105";
    }

    .owl-controls .owl-prev:hover,
    .owl-controls .owl-next:hover {
    }

@media only screen and (max-width: 990px) {
    .post-slide {
        margin: 0 20px;
    }
}



.news-nd .owl-controls .owl-buttons {
    margin-top: 0px;
    position: absolute;
    bottom: 54px;
    width: 100px;
    right: auto;
}

.post-slide {
    padding-bottom: 10px;
    margin: 0 7px;
    position: relative;
}

    .post-slide img {
        width: 100%;
        margin: 0 auto;
        height: auto;
        z-index: 9999;
        position: relative;
    }

    .post-slide .post-date {
        position: absolute;
        top: 2%;
        left: 8%;
        padding: 3% 5%;
        background: #e74c3c;
    }

    .post-slide .month {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }

        .post-slide .month:after {
            content: "";
            display: block;
            border: 1px solid #fff;
        }

    .post-slide .date {
        font-size: 14px;
        color: #fff;
        display: block;
        text-align: center;
        font-weight: bold;
    }

    .post-slide .post-title {
        margin: 25px 0 15px 0;
    }

        .post-slide .post-title a {
            font-size: 15px;
            font-weight: bold;
            color: #333;
            display: inline-block;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

            .post-slide .post-title a:hover {
                text-decoration: none;
                color: #e74c3c;
            }

    .post-slide .post-description {
        font-size: 14px;
        line-height: 24px;
        color: #808080;
    }

    .post-slide .read-more {
        color: #333;
        text-transform: capitalize;
        transition: color 0.20s linear;
    }

        .post-slide .read-more i {
            margin-left: 10px;
            font-size: 10px;
        }

        .post-slide .read-more:hover {
            text-decoration: none;
            color: #e74c3c;
        }



.owl-controls .owl-prev:after,
.owl-controls .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #fff;
    font-size: 34px;
}

.owl-controls .owl-next:after {
    content: "\f105";
}


.post-slide .post-img {
    float: left;
    width: 50%;
    position: relative;
    margin-right: 30px;
}

    .post-slide .post-img img {
        width: 100%;
        height: auto;
    }

.post-slide .post-date {
    background: #ec3c6a;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition: all 0.50s ease;
}

.post-slide .date {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.post-slide .month {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.post-slide .post-review {
    padding: 5% 3% 1% 0;
    border-top: 3px solid #38cfd8;
}

.post-slide:hover .post-review {
    border-top-color: #ec3c6a;
}

.post-slide .post-title {
    margin: 0 0 10px 0;
}

    .post-slide .post-title a {
        font-size: 14px;
        color: #333;
        text-transform: uppercase;
    }

        .post-slide .post-title a:hover {
            text-decoration: none;
            font-weight: bold;
        }

.post-slide .post-bar {
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

    .post-slide .post-bar:after,
    .post-slide .post-bar:before {
        border: 1px solid #38cfd8;
        bottom: -10px;
        content: "";
        display: block;
        position: absolute;
        right: 36%;
        width: 25px;
    }

    .post-slide .post-bar:before {
        border: 1px solid #ec3c6a;
        right: 32%;
    }

    .post-slide .post-bar li {
        color: #555;
        font-size: 10px;
        margin-right: 10px;
        display: inline-block;
    }

        .post-slide .post-bar li a {
            font-size: 13px;
            text-decoration: none;
            text-transform: uppercase;
            color: #ec3c6a;
        }

            .post-slide .post-bar li a:hover {
                color: #ec3c6a;
            }

        .post-slide .post-bar li i {
            color: #777;
            margin-right: 5px;
        }

.post-slide .post-description {
    font-size: 12px;
    line-height: 21px;
    color: #444454;
}

@media only screen and (max-width: 990px) {
    .post-slide .post-img {
        width: 100%;
    }

    .post-slide .post-review {
        width: 100%;
        border-bottom: 4px solid #ec3c6a;
    }

    .post-slide .post-bar:before {
        left: 0;
    }

    .post-slide .post-bar:after {
        left: 25px;
    }
}

.brand-bx .dv-ce {
    margin: 0 auto;
    max-width: 1500px;
}

a:hover {
    text-decoration: none;
}

header .btn-se {
    height: 33px;
    margin-top: 5px;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        width: 100%;
        display: block;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 20px;
        width: 100%;
        z-index: 99;
        right: 0;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #fff;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: rgba(255, 255, 255, 0.00);
            text-indent: -9999px;
            display: block;
            width: 8px;
            height: 8px;
            margin: 0 5px;
            outline: 0;
            background: #000;
            top: -1px;
            border: 1px solid #000;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: rgba(0, 0, 0, 0.00);
                width: 10px;
                height: 10px;
                position: relative;
            }

.slid-nd .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/prv.png) no-repeat 0 1px;
}

.slid-nd .bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/prv.png) no-repeat -33px 1px;
}

.bx-controls-direction {
    width: 100%;
}

.slid-nd .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    outline: 0;
    width: 29px;
    height: 57px;
    text-indent: -9999px;
    z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

    .bx-wrapper .bx-controls-auto .bx-start {
        display: block;
        text-indent: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-start:hover,
        .bx-wrapper .bx-controls-auto .bx-start.active {
            background-position: -86px 0;
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-stop:hover,
        .bx-wrapper .bx-controls-auto .bx-stop.active {
            background-position: -86px -33px;
        }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px;
    }

body::-webkit-scrollbar {
    width: 0.7em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
    outline: 1px solid slategrey;
}

.panel-nd {
    padding: 60px 0;
    background-color: #fff;
}

.right-nd {
    float: right;
}

.ti-wb {
    padding-top: 100px;
    text-align: left;
    color: #000;
    padding-bottom: 20px;
    line-height: 35px;
    font-family: "yekan";
    font-weight: bold;
}

.p-99 {
    color: #000;
    direction: rtl;
    text-align: justify;
    line-height: 28px;
    font-family: "yekan";
    font-size: 15px;
}

.linked {
    background-color: #d42522;
    text-align: center;
    color: #fff;
    padding: 8px 10px;
    width: 150px;
    margin-top: 20px;
    float: left;
}

.img-99 {
    position: relative;
    right: -60px;
}

.dv-ce {
    margin: 0px -7px 0 -7px;
}

.bx-img {
    overflow: hidden;
    position: relative;
}

.pn-bx {
    padding: 0 7px;
    margin-top: 14px;
}

.brand-bx {
    padding: 25px 0;
    background-color: #fff;
    margin-top: 5px;
    position: relative;
}

.img-responsive {
    width: 100%;
}

.brand-bx h3 {
    padding-bottom: 20px;
    text-align: center;
    color: #000;
    font-size: 20px;
}

.post-slide img {
    width: 170px !important;
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.post-slide img {
    width: 140px !important;
    margin: 15px auto;
}

.news-bx {
    background-color: #000;
    padding: 20px 0;
}

.new-ce {
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
}

    .new-ce h3 {
        font-size: 20px;
        text-align: right;
        padding-top: 10px;
        font-family: "yekan"
    }

    .new-ce a {
        display: block;
        background-color: #fff;
        width: 90px;
        text-align: center;
        color: #000;
        padding: 9px 0;
        float: left;
        margin-right: 15px;
        font-weight: bold;
    }

    .new-ce .search-bx {
        margin-top: 0;
        background-color: #fff;
    }

.nmd-nd {
    background-color: #fff;
    padding: 30px 0;
}

.ti-icon {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    font-family: "yekan";
    color: #000;
}

.icon-mn {
    width: 120px;
    margin: 0 auto;
    display: block;
}

@font-face {
    font-family: "yekan";
    src: url(../font/YekanWeb-Regular.eot);
    src: url(../font/YekanWeb-Regular.eot?#iefix) format("embedded-opentype"), url(../font/YekanWeb-Regular.woff) format("woff"), url(../font/YekanWeb-Regular.ttf) format("truetype"), url(../font/YekanWeb-Regular.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

@media only screen and (max-width: 990px) {
    .pn-bx {
        padding: 0 5px;
        margin-top: 5px;
    }
}

.about-nd .container {
    border: 1px solid #d73431;
    -webkit-box-shadow: 1px 1px 16px 2px #B3B3B3;
    box-shadow: 1px 1px 16px 2px #B3B3B3;
    padding: 10px 25px 10px 25px;
}

.new-bx .search-bx {
    margin-top: 3px;
    background-color: #b7b7b7;
}

.new-bx .bc-nd {
    background: none;
    background-color: #202020;
    width: 68px;
}

.about-nd {
    background-color: #fff;
    padding: 30px 0 70px 0;
}

.p-link {
    color: #fff;
    text-align: justify;
    direction: rtl;
    line-height: 28px;
    padding: 10px 0px;
}

.about-nd h3 {
    text-align: center;
    padding-bottom: 10px;
}

footer {
    background-color: #000;
}

.pn-lf {
    padding-left: 35px;
}

.new-bx h3 {
    text-align: right;
    font-size: 17px;
    color: #010101;
    padding-bottom: 6px;
    font-family: "yekan";
}

.search-bx {
    background: #dedede;
    width: 100%;
    margin: 10px auto;
    height: 38px;
    max-width: 350px;
}

.tx-se {
    border: none;
    background: none;
    width: 67%;
    height: 38px;
    float: right;
    direction: rtl;
    line-height: 40px;
    padding-right: 5px;
    direction: rtl;
    font-size: 12px;
    color:black;
}

.ft-ce {
    max-width: 1350px;
    margin: 0 auto;
}

.tx-nw {
    font-size: 13px;
    direction: rtl;
    color: #010101;
    padding-bottom: 9px;
    font-family: "yekan";
}

.search-bx {
    margin-top: 30px;
}

.list-ft li a {
    text-align: justify;
    direction: rtl;
    padding: 7px 0;
    color: #fff;
    display: block;
    font-size: 15px;
}

.list-ft li:hover a {
    color: #d42522;
}

.new-ce a:hover {
    background-color: #000;
    color: #fff;
}

ul {
    list-style: none;
}

.ti-ft {
    color: #fff;
    border-bottom: 1px solid #d42522;
    padding: 35px 0 10px 0;
    font-size: 18px;
    text-align: right;
    margin-bottom: 8px;
}

.p-em {
    padding: 5px 0;
    color: #fff;
    text-align: right;
    direction: rtl;
    font-size: 13px;
}

    .p-em img {
        margin-left: 2px;
    }

.img-bx {
    width: 60px;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99999;
}

.head-ce {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
}

header .search-bx {
    background-color: #fff;
    height: 45px;
    width: 100%;
    float: right;
    margin-top: 33px;
    border-radius: 5px;
    padding: 2px;
}

header .tx-se {
    width: 77%;
    height: 33px;
}

.btn-se {
    background: none;
    width: 40px;
    border: none;
    padding: 8px 5px;
    height: 38px;
    background: #fff;
    background-image: url('../images/se.png');
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    color: #fff;
    background-size: 23px;
}

.logo-nd {
    width: 100px;
    margin-top: 10px;
    float: left;
}

.listed {
    margin-top: 30px;
    margin-left: 33px;
    float: left;
    margin-top: 36px;
}

    .listed li img {
        width: 35px;
    }


.slid-nd .bx-wrapper .bx-pager {
    display: none;
}

.linked-bt {
    float: right;
    margin-top: 24px;
    width: 150px;
}

.power_by p {
    display: inline-block;
    color: #fff;
    text-align: justify;
    direction: rtl;
}

.link-f {
    display: inline-block;
}

.power_by {
    direction: rtl;
    padding: 15px 0;
    font-size: 12px;
    border-top: 1px solid #d42522;
    margin-top: 20px;
}

    .power_by a {
        color: #fff;
    }

header .btn-se:hover {
    background-color: #eef0f1;
}


.linked:hover {
    background-color: #000;
    color: #fff;
}

@media only screen and (max-width:1100px) {

    .head-ce .col-md-6 {
        padding: 0 0;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        padding: 5px 5px;
    }

    .listed {
        margin-left: 18px;
    }

    .img-99 {
        position: relative;
        right: 0px;
    }
}

@media only screen and (max-width:990px) {
    .new-bx {
        border-left: none;
    }

    .tx-nw {
        padding-bottom: 10px;
    }

    .ti-wb {
        padding-top: 0;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

.navbar {
    min-height: 37px;
}

.ti-product {
    font-size: 14px;
    text-align: right;
    padding: 2px 0;
    font-family: "yekan";
    font-weight: bold;
    color: #000;
}

.product-mb .ti-nx {
    font-size: 16px;
    padding: 10px 15px 10px 10px;
    text-align: right;
    font-weight: bold;
    font-family: "yekan";
    color: #000;
}

.product-mb {
    display: none;
}

.btm-fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 14px 15px;
    z-index: 9999999999;
    background-color: #000;
    display: none;
}

.link-bt {
    width: 33%;
    float: left;
}

    .link-bt img {
        display: block;
        margin: 0 auto;
        width: 30px;
    }

.bx-off {
    padding: 35px 0;
    margin-top: 10px;
}

.bx-off-ce {
    max-width: 1420px;
    margin: 0 auto;
}

.img-off {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.side-pn {
    padding: 20px 0 0 0;
}

#searchContainer {
    position: absolute;
    top: 3px;
    left: 20px;
    z-index: 999;
}

#searchButton span {
    display: block;
    width: 32px;
    background-image: url(../images/se.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
    height: 40px;
}


#s, #s2, #sMobile {
    display: block;
    width: 85%;
    margin-left: 4px;
    float: right;
    border: 0;
    outline: none;
    padding: 0;
    height: 40px;
    line-height: 20px;
    font-size: 10px;
    padding-right: 10px;
    direction: rtl;
    color: #676767;
    border-radius: 4px;
    position:absolute;
    right:0;
    border: 1px solid rgba(0, 0, 0, 0.12156862745098039);
}


#searchContainer .btn-se {
    background: none;
    background-color: #010101;
    width: 28%;
    float: right;
    height: 31px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    border: none;
    padding: 4px 0;
    font-size: 11px;
}

#loginButton, #searchButton, #searchndButton {
    border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    z-index: 30;
    cursor: pointer;
}

#loginBox, #searchBox, #searchndBox {
    position: absolute;
    top: 42px;
    left: -30px;
    display: none;
    z-index: 29;
    width: 300px;
}

#loginForm, #searchForm, #searchndForm {
    width: 100%;
    border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    margin-top: -1px;
    background: rgba(211, 211, 211, 0.64);
    padding: 3px;
}

    #loginForm fieldset, #searchForm fieldset, #searchndForm fieldset {
        margin: 0 0 12px 0;
        display: block;
        border: 0;
        padding: 0;
    }

fieldset .body {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 13px;
    margin: 0;
}

#loginForm #checkbox, #searchForm #checkbox, .searchndForm #search {
    width: auto;
    margin: 1px 9px 0 0;
    float: left;
    padding: 0;
    border: 0;
    *margin: -3px 9px 0 0; /* IE7 Fix */
}



.body fieldset label {
    display: block;
    float: none;
    margin: 0 0 6px 0;
}

#loginForm #login, .searchForm #search, .searchndForm #search {
    width: auto;
    float: left;
    background: #339cdf url(../images/loginbuttonbg.png) repeat-x;
    color: #fff;
    padding: 7px 10px 8px 10px;
    text-shadow: 0px -1px #278db8;
    border: 1px solid #339cdf;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 12px 0 0;
    cursor: pointer;
    *padding: 7px 2px 8px 2px; /* IE7 Fix */
}

#loginForm span {
    text-align: center;
    display: block;
    padding: 7px 0 4px 0;
}

    #loginForm span a {
        color: #3a454d;
        text-shadow: 1px 1px #fff;
        font-size: 12px;
    }

.ti-product {
    color: #000;
    padding: 5px 10px;
    text-align: justify;
    direction: rtl;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}

.price-box {
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
    padding-bottom: 5px;
    padding-top: 20px;
    position: relative;
}

.p-off {
    color: #6e6e6e;
    font-size: 13px;
    padding-top: 5px;
    height: 24px;
    text-decoration: line-through;
    font-weight: bold;
    display: block;
    direction: rtl;
    text-align: left;
}

.price-nd {
    color: #000;
    font-size: 13px;
    padding-top: 5px;
    font-weight: bold;
    display: block;
    direction: rtl;
    text-align: left;
}

.off-bx1 {
    background-color: #d42522;
    width: 41px;
    height: 41px;
    background-size: 100% 100%;
    position: absolute;
    top: 22px;
    right: 5px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border-radius: 24px;
}

.new-bx1 {
    background-color: #24811e;
    width: 41px;
    height: 41px;
    background-size: 100% 100%;
    position: absolute;
    top: 22px;
    right: 5px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border-radius: 24px;
}
.special-bx1 img {
    width: 60px !important;
    /* margin: -10px 2px; */
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 99999;
    /* text-align: right; */
}
.special-bx p {
    color: #ffffff;
}
    .col-nd {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 0;
}

.time-nd {
    padding: 8px 10px;
}

    .time-nd .fa {
        font-size: 22px;
        color: #706d6d;
        float: left;
    }

    .time-nd span {
        display: block;
        position: relative;
        top: 1px;
        float: left;
        margin-left: 10px;
        color: #000;
    }

.bx-off .owl-controls .owl-next {
    position: absolute;
    right: 7px;
    bottom: 240px;
    padding: 13px 9px;
    line-height: 19px;
    background: rgba(242, 242, 242, 0.78);
    border-radius: 5px;
}

    .bx-off .owl-controls .owl-prev:after, .bx-off .owl-controls .owl-next:after {
        color: #000;
    }

.bx-off .owl-controls .owl-prev {
    position: absolute;
    left: 7px;
    bottom: 240px;
    padding: 13px 9px;
    line-height: 19px;
    background: rgba(242, 242, 242, 0.78);
    border-radius: 5px;
}

.ti-pv {
    text-align: right;
    color: #000;
    padding-right: 20px;
    font-size: 16px;
    padding-bottom: 10px;
    display: none;
}

.col-nd {
    border: 1px solid #ccc;
}

#searchContainer {
    display: none;
}

@media only screen and (max-width:990px) {
    #searchContainer {
        display: block;
    }

    .mn-mb {
        float: right;
    }

    .lg-bx {
        position: absolute;
        right: 62px;
        width: 100px;
    }

    .mn-mb {
        float: right;
    }

    .logo-nd {
        width: 56px;
        margin: 5px auto 5px auto;
        float: none;
        display: block;
    }

    .listed {
        display: none;
    }

    nav.navbar.bootsnav {
        border: none;
        margin-top: 7px;
    }

    header {
        position: relative;
        background: #fff;
    }

    .btm-fix {
        display: block;
    }
}



@media only screen and (max-width:760px) {
    .panel-nd {
        display: none;
    }

    .ti-pv {
        display: block;
    }

    .col-nd {
        padding-bottom: 0;
    }

    .side-pn {
        padding: 0px 0 0 0;
    }

    .btm-fix {
        display: block;
    }

    .lg-bx {
        position: absolute;
        right: 41px;
        width: 100px;
    }

    .p-off {
        color: #6e6e6e;
        font-size: 12px;
    }

    .bx-off .post-slide {
        margin: 0 2px;
    }

    header .search-bx {
        width: 100%;
        margin-top: 0;
        border: 1px solid #ccc;
        border-radius: 18px;
        margin-bottom: 0;
    }

    .product-mb {
        display: block;
    }

    body {
        background-color: #fff;
        background: none;
    }

    .brand-bx h3 {
        padding-bottom: 20px;
        font-size: 17px;
    }

    .slid-nd .bx-wrapper img {
        border-radius: 15px;
        width: 98%;
        margin: 0 auto;
    }

    .new-bx .search-bx {
        width: 100%;
        max-width: 100%;
    }

    .listed {
        display: none
    }

    header .btn-se {
        height: 30px;
        border-radius: 20px;
    }

    header {
        position: relative;
        background-color: #fff;
    }

    .slid-nd {
        margin-bottom: 10px;
    }

    .brand-bx .owl-controls .owl-buttons {
        display: none;
    }

    .new-ce h3 {
        text-align: center;
        padding-bottom: 15px;
    }

    .new-ce a {
        display: inline-block;
        float: none;
    }

    .new-ce {
        text-align: center;
    }

    .icon-mn {
        width: 62px;
    }

    .ti-icon {
        padding-bottom: 10px;
    }

    .nmd-nd .col-md-3 {
        margin-bottom: 10px;
    }

    .about-nd {
        padding: 10px 0 10px 0;
    }

        .about-nd .container {
            padding: 25px 10px 15px 10px;
        }

    .mb-bx {
        /*display: none;*/
    }

    .new-bx {
        padding-bottom: 10px;
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: -3px;
    }

    .se-mb {
        position: absolute;
        width: 100%;
    }

    .bx-off {
        padding: 5px 0 0 0;
    }

    nav.navbar.bootsnav {
        margin-top: 0px;
    }

    .listed li img {
        width: 20px;
    }

    .logo-nd {
        width: 46px;
        margin: 5px auto 5px auto;
        float: none;
        display: block;
    }

    .listed {
        margin-top: 17px;
    }

    .ti-icon {
        font-size: 12px;
    }

    .nmd-nd {
        padding: 10px 0;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 5px;
        height: 5px;
    }

        .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
            width: 5px;
            height: 5px;
            top: 0px;
        }

    .mn-mb {
        float: right;
    }

    .news-bx {
        padding: 5px 0;
    }

    .p-link {
        padding: 10px 5px;
    }

    .listed li:last-child {
        display: inline-block;
    }

        .listed li:last-child img {
            width: 16px;
        }

    .bx-controls-direction {
        display: none;
    }

    .img-off {
        display: none;
    }

    .ti-product {
        color: #000;
        padding: 1px 10px;
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 19px;
    }

    .off-bx {
        width: 31px;
        height: 32px;
        top: 1px;
        right: -5px;
        padding: 7px 0;
        border-radius: 24px;
    }
    .new-bx {
        /*width: 31px;*/
        height: 32px;
        top: 1px;
        right: -5px;
        padding: 7px 0;
        border-radius: 24px;
    }
    .price-box {
        padding-bottom: 5px;
        padding-top: 2px;
    }

    .post-slide img {
        width: 95px !important;
        margin: 4px auto;
    }
    .special-bx1 img {
        width: 60px !important;
        margin: 0 auto;
    }
    .bx-off .owl-controls .owl-prev {
        left: 1px;
        bottom: 198px;
        padding: 13px 5px;
        line-height: 19px;
    }

    .bx-off .owl-controls .owl-next {
        right: 1px;
        bottom: 198px;
        padding: 13px 5px;
        line-height: 19px;
    }
}


.tp-brand {
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
}

    .tp-brand:before {
        width: 100%;
        max-width: 650px;
        border: 2px solid #d42522;
        content: "";
        margin: 0 auto;
        position: relative;
        display: block;
        top: -29px;
    }

.btm-brand:before {
    width: 100%;
    max-width: 650px;
    border: 2px solid #d42522;
    content: "";
    margin: 0 auto;
    position: relative;
    display: block;
    top: 0px;
}

a.login-center-page.btn.btn-lg {
    background-color: #d42522;
    display: block;
    width: 180px;
    margin: 0 auto;
    color: #fff;
}

    a.login-center-page.btn.btn-lg:hover {
        background-color: #fff;
        color: #d42522;
    }

i.fa.fa-caret-down {
    position: absolute;
    margin: 0 auto;
    top: 15px;
    right: 30px;
    font-size: 20px;
}


/*safhe filter*/
span.bread-crump {
    float: right;
}

    span.bread-crump > a {
        color: #333;
    }

        span.bread-crump > a:hover {
            color: #002be2;
        }

div.bread-crump-block {
    padding: 10px;
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 40px;
}



.quick-nav li:hover a {
    color: #00d793
}

.quick-nav li a {
    border-right: 1px solid #dbdbdb;
    padding: 5px 9px 0 0;
    margin-top: 10px;
    margin-right: 9px;
    display: block;
    font-size: 13px;
    line-height: 12px;
    color: #3c3d41;
}

.list-inline > li {
    padding-right: 0;
    padding-left: 0;
}

.quick-nav li:last-child a {
    border: none;
}

body::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    outline: 1px solid slategrey;
}




.lcs_wrap {
    display: inline-block;
    direction: ltr;
    height: 28px;
    vertical-align: middle;
    float: right;
    top: 9px;
    position: relative;
}

    .lcs_wrap input {
        display: none;
    }

.tx-sld {
    position: absolute;
    width: 100%;
    padding-top: 70px;
    color: #fff;
    text-align: center;
    z-index: 99;
    top: 0;
    height: 50px;
    top: 30%;
}

    .tx-sld h3 {
        text-shadow: 1px 1px 1px #6B6B6B;
    }

.lcs_switch {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 21px;
    border-radius: 17px;
    background: #ddd;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.lcs_cursor {
    display: inline-block;
    position: absolute;
    top: 3px;
    width: 18px;
    height: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.lcs_label {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 33px;
    top: 5px;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out .1s;
    -ms-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
}

    .lcs_label.lcs_label_on {
        left: -70px;
        z-index: 6;
    }

    .lcs_label.lcs_label_off {
        right: -70px;
        z-index: 5;
    }

.lcs_switch.lcs_on {
    background: #00afd7;
    box-shadow: 0 0 2px #00afd7 inset;
}

    .lcs_switch.lcs_on .lcs_cursor {
        left: 21px;
    }

    .lcs_switch.lcs_on .lcs_label_on {
        left: 10px;
        opacity: 1;
    }

.lcs_switch.lcs_off {
    background: #ededed;
    box-shadow: 0px 0px 2px #a4a4a4 inset;
}

    .lcs_switch.lcs_off .lcs_cursor {
        left: 3px;
    }

    .lcs_switch.lcs_off .lcs_label_off {
        right: 10px;
        opacity: 1;
    }

.lcs_switch.lcs_disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    cursor: default;
}

.p-bx span {
    float: right;
    padding-top: 11px;
    padding-right: 14px;
    color: #454343;
    font-size: 13px
}

.p-bx {
    display: inline-block;
    width: 100% !important;
}

.cbp-vm-view-list .p-bx {
    width: 130px !important;
}


.sd-item {
    padding: 5px 10px;
    direction: rtl;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #dedede;
}


/*.container {
        width: 97%;
        max-width: 1500px;
    }*/

.linked {
    background: #4dafcc;
    padding: 8px 10px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    position: relative;
    float: left;
}

.btn-tp {
    float: left;
    margin-left: 10px;
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 400px;
        margin: 93px auto;
    }
}

@media (min-width: 760px) and (max-width: 1200px) {

    .mb-bx {
        /*display: none;*/
    }

    .se-nd .col-md-3 {
        width: 100%;
    }
}

.ti-sv img {
    display: none
}

.ti-fiter {
    padding: 9px 15px;
    direction: rtl;
    color: #000;
    font-weight: bold;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.08);
    display: none;
    background: #ebebeb;
}

#trigger-overlay {
    display: none;
}

@media (min-width: 0px) and (max-width: 760px) {


    .shopping-cart .button1 {
        background: #3864d4;
        color: white;
        text-align: center;
        padding: 5px 5px;
        text-decoration: none;
        /* display: block; */
        border-radius: 3px;
        /*font-size: 16px;*/
        margin: 0 40px;
        font-weight: bold;
    }

    .mb-bx {
        /*display: none;*/
    }

    /*.logo-nd {
        width: 100px;
    }*/

    .linked {
        background: #01b0d7;
        padding: 8px 6px;
        border-radius: 6px;
        text-align: center;
        color: #fff;
        margin-left: 7px;
        font-size: 11px;
    }

    .tp-bx {
        padding: 11px 0 0 0;
    }

    /*nav.navbar.bootsnav .navbar-toggle {
            top: -4px;
        }*/
}

@media (min-width: 0px) and (max-width: 960px) {
    .shopping-cart {
        max-height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .ti-sv {
        width: 33%;
        float: right;
        font-size: 12px;
        padding-top: 5px;
    }

    .ti-fiter {
        display: block;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        width: 227px;
    }

    .sd-item {
        padding: 8px 15px;
    }

    #loginButton {
        padding: 0 15px
    }

    #cssmenu {
        display: none;
    }


    .container .col-md-2 {
        padding: 0 0;
    }

    .p-bx span {
        font-size: 12px;
    }

    .lcs_switch {
        width: 37px;
        height: 23px;
    }

    .lcs_cursor {
        width: 15px;
        height: 16px;
    }

    .ti-sv img {
        width: 15px;
        float: right;
        margin-left: 5px;
        display: block;
    }

    .line-nd {
        padding: 2px 0;
        margin-top: 0;
        margin-bottom: 16px;
        overflow: hidden;
        position: relative;
    }

    .panel-nd .col-md-2 {
        padding: 0 15px;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav {
        width: 227px;
        padding-right: 0;
        padding-left: 15px;
    }

    .ti-nd {
        padding-right: 9px;
    }
}

a:active, a:focus {
    text-decoration: none;
    color: #000;
}


.link-more {
    padding: 9px 0;
    border-top: 1px solid #ccc;
    text-align: center;
    display: block;
    font-size: 12px;
    color: #333;
    background-color: #fdfcfc;
}

img {
    max-width: 100%;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.clear {
    clear: both;
}


@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

.has-children > a, .go-back a {
    position: relative;
}

    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        content: '';
        position: absolute;
        top: 21px;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 7px;
        background: #a7a5a5;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .has-children > a::before, .go-back a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .has-children > a::after, .go-back a::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

@media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children > a {
    padding-left: 40px;
}

    .has-children > a::before, .has-children > a::after {
        /* arrow goes on the right side - children navigation */
        left: 20px;
        -webkit-transform-origin: 0px 50%;
        -moz-transform-origin: 0px 50%;
        -ms-transform-origin: 0px 50%;
        -o-transform-origin: 0px 50%;
        transform-origin: 0px 50%;
    }

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

    .cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
        /* arrow goes on the left side - go back button */
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

.se-bx {
    float: right;
    background: #fff;
    height: 50px;
    width: 81%;
    border: none;
    border-radius: 3px;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    text-align: right;
    padding: 0 10px;
}

.icon-bx {
    display: none;
    padding: 10px 0 30px 0;
}

    .icon-bx li {
        float: right;
    }

        .icon-bx li a {
            padding: 1px 18px;
            border: 1px solid #0b69ab;
            margin: 0 0 0 10px;
            color: #0b69ab;
            border-radius: 5px;
        }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(57, 57, 57, 0.1411764705882353);
}

.cd-dropdown-trigger img {
    display: none;
}

@media only screen and (max-width: 1250px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 10px 7px 20px 15px;
    }

    .se-bx {
        width: 76%;
    }

    .cbp-vm-title h3 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 990px) {
    .icon-bx {
        position: absolute;
        width: 100%;
        top: 2px;
        right: 167px;
    }

    /*nav.navbar.bootsnav .navbar-header, nav.navbar.bootsnav .navbar-nav {
            padding-left: 0px;
            padding-right: 0px;
        }*/

    .see-all .fa {
        float: left;
        position: relative;
        top: 20px;
    }

    .cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
        border-bottom-width: 1px;
        border-bottom: 1px solid rgba(0,0,0,.12);
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        z-index: 999999;
    }

    .se-bx {
        float: right;
        background: #fff;
        height: 30px;
        width: 100%;
        border: 1px solid #ccc !important;
        border-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .icon-bx li a {
        padding: 2px 18px;
        height: 28px;
        border-radius: 20px;
    }

    #trigger-overlay {
        position: relative;
        float: right;
        background: none;
        border: 1px solid #cccccc;
        border-radius: 6px;
        right: 0;
        background: #ccc;
        padding: 3px 10px;
        display: block;
        color: #0c0d0d;
        font-size: 13px;
        margin-left: 10px;
    }

        #trigger-overlay img {
            width: 16px;
            margin-left: 4px;
        }

    nav.navbar.bootsnav {
        padding-right: 0;
    }

    /*.container {
            width: 100%;
            padding: 0 0;
        }*/

    /*.cd-dropdown-trigger {
            position: relative;
            background: none;
            border: none;
            width: 93px;
            float: right;
            padding: 0 6px;
            border-radius: 25px;
            text-align: left;
            font-size: 12px;
            border: 1px solid #0b8aa7;
            line-height: 25px;
            margin-top: 10px;
            color: #0b8aa7;
        }*/

    .cd-dropdown-trigger::after {
        display: none;
    }

    .cd-dropdown-trigger::before {
        display: none;
    }

    .cd-dropdown-trigger img {
        width: 14px;
        float: right;
        display: inline-block;
        position: relative;
        top: 9px;
    }

    /*.cd-dropdown-wrapper {
            display: inline-block;
            position: relative;
            height: 54px;
            float: right;
            margin: 0px 0 0 0;
            -webkit-font-smoothing: antialiased;
            width: 95px;
        }*/
}

.icon-bx li:hover a {
    background-color: #0b69ab;
    color: #fff;
}

#loginBox select {
    margin-top: 4px;
    direction: rtl;
    padding: 5px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#loginForm p {
    padding-bottom: 8px;
}

.no-pn {
    padding: 0 0;
}

section::after {
    clear: both;
    content: "";
    display: table;
}

section.fixed-header {
    display: none;
}

section.header div {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 100%;
    height: 10em;
    background: url("https:\a//raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png"), -webkit-linear-gradient(-280deg, #0A120D, #162C4C), no-repeat #162C4C scroll;
    background: url("https:\a//raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png"), linear-gradient(10deg, #0A120D, #162C4C), no-repeat #162C4C scroll;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

    section.header div:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 980px) {
    section.header div {
        float: left;
        display: block;
        margin-right: 2.3317410822%;
        width: 100%;
    }

        section.header div:last-child {
            margin-right: 0;
        }
}

section.body div.main {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 79.0%;
}

    section.body div.main:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 980px) {


    section.body div.main {
        float: left;
        display: block;
        margin-right: 2.3317410822%;
        width: 100%;
    }

        section.body div.main:last-child {
            margin-right: 0;
        }

    .icon-bx {
        display: block;
    }
}

section.body div.sidebar {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 19.00%;
    color: gray;
    position: relative;
    margin-bottom: 30px;
}

    section.body div.sidebar:last-child {
        margin-right: 0;
    }

@media screen and (max-width: 980px) {
    section.body div.sidebar {
        float: left;
        display: block;
        margin-right: 2.3317410822%;
        width: 100%;
        height: auto;
    }

        section.body div.sidebar:last-child {
            margin-right: 0;
        }
}

section.body div div.sticky-sidebar {
    height: 100%;
    width: 100%;
    padding: 0;
    top: 0;
    bottom: auto;
    float: none;
}

@media screen and (max-width: 980px) {
    section.body div div.sticky-sidebar {
        position: relative;
        top: auto;
        bottom: auto;
        margin: 0 auto;
        height: auto;
        width: 100%;
        max-width: 16.688em;
    }
}

section.footer div {
    float: left;
    display: block;
    margin-right: 1.9355953897%;
    width: 100%;
    height: 20em;
    background: url("https:\a//raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png"), -webkit-linear-gradient(-280deg, #0A120D, #162C4C), no-repeat #162C4C scroll;
    background: url("https:\a//raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png"), linear-gradient(10deg, #0A120D, #162C4C), no-repeat #162C4C scroll;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

    section.footer div:last-child {
        margin-right: 0;
    }

.nm-bx img {
    width: 60px;
}

@media screen and (max-width: 980px) {


    .ft-mb {
        display: none;
    }

    .ft-ce {
        padding: 0 0;
    }
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-container, .instructions {
    margin: 10px auto;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
    overflow: auto;
}

.instructions {
    width: 100%;
    text-align: center;
}

.dropdown-button {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 12px;
    cursor: pointer;
    border: 1px solid lightgray;
    box-sizing: border-box;
    text-align: right;
}

    .dropdown-button .dropdown-label, .dropdown-button .dropdown-quantity {
        float: right;
    }

    .dropdown-button .dropdown-quantity {
        margin-left: 4px;
    }

    .dropdown-button .fa {
        float: left;
    }

.dropdown-list {
    float: left;
    width: 100%;
    border: 1px solid lightgray;
    border-top: none;
    box-sizing: border-box;
    padding: 10px 12px;
}

    .dropdown-list input[type="search"] {
        padding: 5px 0;
    }

    .dropdown-list ul {
        margin: 10px 0;
        max-height: 200px;
        overflow-y: auto;
    }

        .dropdown-list ul input[type="checkbox"] {
            position: relative;
            top: 2px;
        }



div.bread-crump-block {
    padding: 10px;
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 40px;
}

span.bread-crump {
    float: right;
}


.btn-buy {
    background-color: #002be2;
}

@media (min-width: 0px) and (max-width: 760px) {

    div.bread-crump-block {
        padding: 10px;
        background-color: #f5f5f5;
        border: solid 1px #ddd;
        border-radius: 5px;
        margin-bottom: 5px;
        height: 55px;
    }

    .advertisement-image-center-page {
        display: none;
    }
}



/*special category*/

.ct-box {
    border: 2px solid #002be2;
    border-radius: 5px;
    overflow: hidden;
}

.dt-ctg {
    color: #0a40be;
    text-align: center;
    padding: 15px 0;
}

    .dt-ctg h3 {
        font-size: 17px;
    }

.pn-ctg {
    padding: 0 5px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 990px) {
    .category-nd {
        display: block;
        padding: 0 25px;
    }
}

grid:hover .price-nd {
    /* opacity: 0; */
    transition: all 0.3s;
}


li.gradient-box span {
    font-family: yekanNumber;
    font-weight: bold;
}


.user-profile:hover img {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@media only screen and (max-width: 760px) {
    .span-profile {
        float: left;
        display: none;
    }
}

.InternalPageHeader {
    height: 150px;
}

@media only screen and (max-width: 800px) {
    .InternalPageHeader {
        height: 170px;
    }
}

.InternalPageHeader img {
    height: 100%;
}

@media only screen and (max-width: 760px) {
    .InternalPageHeader {
        /*display: none;*/
        height: 70px;
    }
}


@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
        min-height: 80px;
    }
}

nav.navbar.bootsnav ul.nav li.active > a, nav.navbar.bootsnav ul.nav li.active > a:focus, nav.navbar.bootsnav ul.nav li.active > a:hover, nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus, nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover {
    background-color: #e1e7ec;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}

@media only screen and (max-width: 990px) {
    .navbar {
        top: 90px;
    }

    .txslid {
        display: none;
    }
}

@media only screen and (max-width: 790px) {
    .navbar {
        position: absolute;
        top: 2px;
        right: 10px;
    }
}


nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*flex-wrap: nowrap;
     flex-wrap: wrap-reverse;*/
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    width: 25%;
}

@media only screen and (max-width: 990px) {
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
        width: 100%;
    }
}

.col-menu {
    position: relative;
}

.list-filter a {
    cursor: pointer;
}


div.bread-crump-block {
    padding: 10px;
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    /*height: 40px;*/
}
/*menu*/

.mn-mb {
    position: absolute;
    width: 100%;
}

.head-ce > div:nth-child(3) {
    float: right;
}

.lg-bx {
    position: relative;
    z-index: 999999;
}

header .search-bx {
    position: relative;
    z-index: 99999;
}

.sp-tn {
    display: none;
    width: 71px;
    height: 50px;
    position: absolute;
    left: 0;
    background: #ccc;
    top: 0;
}

@media only screen and (max-width: 990px) {
    .lg-bx {
        position: absolute;
    }

    nav.navbar.bootsnav {
        width: 50px;
        right: 10px;
        position: absolute;
    }

    .head-ce > div:nth-child(3) {
        float: left
    }

    header {
        height: 50px;
    }
}

.ti-h {
    color: #000;
    display: block;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    text-align: right;
    padding: 5px 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    color: #6f6f6f;
}

@media only screen and (max-width: 990px) {
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
        width: 100%;
        display: block;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding: 7px 17px !important;
        float: left;
        position: absolute;
        top: 0;
        left: 7px;
        border-bottom: none;
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before {
        font-family: FontAwesome;
        content: "\f104";
        float: right;
        font-size: 18px;
        margin-left: 10px;
        position: relative;
        right: 0px;
    }

    .sp-tn {
        display: block;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
        display: block;
        flex-direction: unset;
        flex-wrap: unset;
        / flex-wrap: nowrap;
        / / flex-wrap: wrap-reverse;
        /
    }

    nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
        padding: 0 0 0 0px;
    }

    .ti-h {
        padding: 12px 6px;
        border-bottom: 1px solid #f4f3f3;
        font-size: 15px;
        font-weight: bold;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
        padding: 0px 0 0px;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
        text-align: right;
        padding: 5px 10px;
        font-size: 14px;
    }

    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        background-color: #fff;
    }
}

@media only screen and (max-width:760px) {

    header .btn-se {
        height: 33px;
    }

    header .search-bx {
        background-color: #fff;
        height: 33px;
        width: 90%;
        float: right;
        display: none;
        margin-top: 33px;
    }



    #s, #s2, #sMobile {
        display: block;
        width: 70%;
        margin-left: 4px;
        float: right;
        border: 0;
        outline: none;
        padding: 0;
        height: 31px;
        line-height: 20px;
        font-size: 10px;
        padding-right: 10px;
        direction: rtl;
        color: #676767;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.12156862745098039);
    }

    #searchContainer .btn-se {
        margin-top: 0;
    }
}

.more-search-mobile {
    display: none;
}



@media only screen and (max-width:990px) {

    .more-search-mobile {
        background-color: #d42522;
        display: block;
        position: fixed;
        bottom: 50px;
        width: 100%;
    }

        .more-search-mobile p {
            /*position: fixed;
        top: 100px;*/
            text-align: center;
            direction: rtl;
            cursor: pointer;
            padding: 10px;
            color: #fff;
            font-size: 17px;
        }
    header .search-bx {
        background-color: #fff;
        height: 33px;
        width: 90%;
        float: right;
        display: none;
        margin-top: 33px;
    }
    .off-bx1 {
        
        top: 0px;
        right: -9px;
    }
}

.site-content {
    background-color: #fff;
}


.rw-product .call-with-me {
    margin-bottom: 20px;
    padding: 20px;
    padding-right: 10px;
    background-color: #ddd;
}


.row-title {
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: right;
    direction: rtl;
    font-size: 16px;
    font-weight: bold;
}

.ti-brand-cat {
    text-align: center;
    direction: rtl;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}

.paging-style {
    cursor: pointer;
}









.page-bx {
    background-color: #fff;
}

.no-pn {
    padding: 0 0;
}

.banner-bx {
    margin-bottom: 30px;
}

.ti-bx h3 {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 20px 10px;
}

.img-pr {
    width: 140px !important;
    margin: 15px auto;
    display: block;
}

.col-br .price-box {
    border: none;
}

.col-br {
    margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
    .bx-pr .col-xs-6 {
        width: 100%;
    }
}


/*.site-content {
    background-color: #000;
}*/

#close-cart {
    position: absolute;
    top: 2px;
    right: 5px;
    color: #6f9648;
    cursor: pointer;
    font-size: 18px;
}

.shopping-cart-items a {
    color: #000;
}



