﻿﻿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: 'Mj_AramcoLight';
    src: url('../font/Mj_AramcoLight.svg#Mj_AramcoLight') format('svg'), url('../font/Mj_AramcoLight.ttf') format('truetype'), url('../font/Mj_AramcoLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@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: 'IRANSansWeb';
}

nav.navbar.bootsnav {
    border: none;
    background: none;
}

    nav.navbar.bootsnav ul.nav > li > a {
        padding: 7px 5px 7px 5px;
        width: 130px;
        border-bottom: 2px solid rgba(116, 153, 78, 0.00) !important;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        z-index: 1;
        transition: all 0.5s ease 0s;
        background-color: #3aada4;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    nav.navbar.bootsnav ul.nav > li:first-child > a {
        background-color: #fbbc49;
    }

    nav.navbar.bootsnav ul.nav > li:nth-child(2) > a, nav.navbar.bootsnav ul.nav > li:nth-child(5) > a {
        background-color: #3777a8;
    }

    nav.navbar.bootsnav ul.nav > li:nth-child(4) > a {
        background-color: #5ebed6;
    }

.navbar-nav {
    float: none;
    text-align: center;
    direction: rtl;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
    border: none;
    border-bottom: 2px solid #6dc0cf !important;
}

nav.navbar.bootsnav ul.nav > li > a {
    margin-bottom: 0;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    color: #06304f;
    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: #fff
}

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;
}

.ti-h {
    /*color: #12a3d2;*/
    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: #000;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
    padding: 10px 0 10px;
}

.sp-tn {
    background: #f6f6f6;
    width: 43px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
    display: none;
}

@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;
    }

    .ti-h {
        padding: 10px 6px;
        border-bottom: 1px solid #f4f3f3;
        font-size: 13px;
        font-weight: normal;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title, nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        font-size: 14px;
        font-weight: normal;
        color: #000;
        padding: 0 10px;
        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;
    }

    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;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
        padding: 0px 0 0px;
    }

    .sp-tn {
        display: block;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        background: #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: #fff;
        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: #fff;
        margin-top: 0;
    }

    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;
        width: 100%;
        background-color: #fff;
    }

    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: right;
}



nav.navbar.bootsnav {
    border: none;
}

.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: -60px;
    bottom: 150px;
    background-image: url(../images/prv.png);
    background-size: 100% 100%;
    transition: background 0.50s ease;
    width: 32px;
    height: 36px;
}

.owl-controls .owl-next {
    position: absolute;
    right: -60px;
    bottom: 150px;
    background-image: url(../images/nx.png);
    background-size: 100% 100%;
    transition: background 0.50s ease;
    width: 32px;
    height: 36px;
}



    .owl-controls .owl-prev:after,
    .owl-controls .owl-next:after {
        font-family: FontAwesome;
        color: #d3d3d3;
        font-size: 16px;
    }

    .owl-controls .owl-next:after {
    }

    .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 15px;
    position: relative;
    z-index: 999;
}

    .post-slide img {
        width: 100%;
        margin: 0 auto;
        height: auto;
        z-index: 99;
        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 {
    font-family: FontAwesome;
    color: #242424;
    font-size: 33px;
}

.owl-controls .owl-next:after {
}


.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;
    }
}




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;
}

.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: 120px;
        width: 100%;
        z-index: 999;
        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 {
            border: 3px solid #fff;
            text-indent: -9999px;
            display: block;
            width: 15px;
            height: 15px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #f5b120;
            }

    .bx-wrapper .bx-prev {
        left: 0px;
        background: url(../images/prv.png);
    }

    .bx-wrapper .bx-next {
        right: 31px;
        background: url(../images/nx.png);
    }

.nh {
    min-height: 351px;
}

.bx-controls-direction {
    width: 122px;
    position: absolute;
    bottom: -19px;
    right: 45%;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 31px;
    height: 33px;
    text-indent: -9999px;
    z-index: 999;
    background-size: 29px;
}

    .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;
    }

.slid-nd {
    position: relative;
}

header {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.78);
    top: 0;
    z-index: 9999;
    border-bottom: 5px solid #6dc0cf;
}

.hr55 {
    /*background-image: url('../images/tp.png');*/
    height: 15px;
    background-size: 100% 100%;
    margin: 0 auto;
    border: none;
}

.slid-nd:after {
    background-image: url('../images/bt.png');
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 150px;
    content: "";
}

.tilte-bx {
    max-width: 245px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 5px;
    position: relative;
}

.ce-nd {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background-color: #fff;
    border-radius: 50%;
}

.dv-ce .ce-nd {
    background-color: #48c1e2;
}

.tilte-bx hr {
    position: absolute;
    z-index: 9;
    border: none;
    border-bottom: 1px solid #070707;
    top: -2%;
    width: 100%;
}

.ce-nd img {
    width: 100%;
}

.ti-pr {
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.titr-nd {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 7px;
    margin-top:20px;
}

.titr-pr {
    text-align: center;
    color: #171717;
    font-size: 17px;
    padding: 5px 0 30px 0;
}

.img-bx-gr {
    background-image: url('../images/bc1.png');
    background-size: 100% 100%;
    width: 140px;
    margin: 0 auto;
    padding: 36px 0;
    height: 146px;
}

    .img-bx-gr img {
        width: 60px;
        display: block;
        margin: 0 auto;
    }

.ti-group {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

.owl-item:nth-child(2) .img-bx-gr {
    background-image: url('../images/bc2.png');
}

.owl-item:nth-child(3) .img-bx-gr {
    background-image: url('../images/bc3.png');
}

.owl-item:nth-child(4) .img-bx-gr {
    background-image: url('../images/bc4.png');
}

.owl-item:nth-child(5) .img-bx-gr {
    background-image: url('../images/bc5.png');
}

.row-nd {
    padding: 50px 0;
    background-image: url('../images/bcb.png');
    background-size: 100% 100%;
}

.mg-bx {
    background-color: #f5f7f9;
}

.row-nd .post-slide {
    border: 1px solid #525252;
    border-radius: 20px;
    overflow: hidden;
}

.tx-img {
    text-align: justify;
    direction: rtl;
    padding: 6px 15px;
    /*min-height:250px;*/
    min-height:155px;
}

    .tx-img h3 {
        text-align: right;
        direction: rtl;
        color: #000;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 2em;
        min-height: 94px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /*overflow: hidden;
        max-width: 70em;
        text-overflow: ellipsis;
        white-space: nowrap;*/
    }

.code-nd {
    font-size: 15px;
    text-align:right;
}

.price-off {
    text-decoration: line-through;
    font-size: 14px;
    direction: rtl;
    padding-top: 5px;
    text-align: right;
    padding-bottom: 10px;
    /*height: 29px;*/
}

.price-nd {
    text-align: right;
    color: #000;
    font-size: 17px;
}

.off-bx {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fbbc49;
    z-index: 99999999;
    text-align: center;
    color: #000;
    top: 10px;
    left: 15px;
    padding: 15px 2px 0 0;
    font-weight: bold;
    border-radius: 50%;
}

.news-slider1 .post-slide {
    margin: 0 7px;
}

.product-grid {
    background-color: #fff;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    transition: all 0.3s ease 0s;
}

    .product-grid .product-image {
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease 0s;
    }

        .product-grid .product-image a.image {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
            height: auto;
        }

.product-image .pic-1 {
    backface-visibility: hidden;
    transition: all 0.5s ease 0s;
}

/*.post-slide:hover .product-image .pic-1 {
    opacity: 0;
}*/

/*.product-image .pic-2 {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.post-slide:hover .product-image .pic-2 {
    opacity: 1;
}*/

.product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 10px;
    transition: all 0.3s ease 0s;
    z-index: 99999999;
}

.post-slide:hover .product-links {
    opacity: 1;
}

.product-grid .product-links li {
    margin: 0 0 10px 0;
    transform: rotate(360deg) scale(0);
    transition: all 0.3s ease 0s;
}

.post-slide:hover .product-links li {
    transform: rotate(0) scale(1);
}

    .post-slide:hover .product-links li:nth-child(3) {
        transition-delay: 0.1s;
    }

    .post-slide:hover .product-links li:nth-child(2) {
        transition-delay: 0.2s;
    }

    .post-slide:hover .product-links li:nth-child(1) {
        transition-delay: 0.3s;
    }

.product-grid .product-links li a {
    color: #666;
    background-color: #fff;
    font-size: 18px;
    line-height: 47px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: block;
    transition: all 0.3s ease 0s;
}

    .product-grid .product-links li a:hover {
        color: #fff;
        background-color: #ed1d24;
    }

.product-grid .product-content {
    text-align: left;
    padding: 15px 10px;
}

.product-grid .rating {
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}

    .product-grid .rating li {
        color: #f7bc3d;
        font-size: 13px;
    }

        .product-grid .rating li.far {
            color: #777;
        }

.product-grid .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 6px;
}

    .product-grid .title a {
        color: #555;
        transition: all 0.3s ease 0s;
    }

        .product-grid .title a:hover {
            color: #ed1d24;
        }

.product-grid .price {
    color: #ed1d24;
    font-size: 18px;
    font-weight: 700;
}

.product-links .fa {
    color: #fbbc49;
}

.row-nd .post-slide:hover {
    background-color: #fbbc49;
}

.rw-bt {
    background: none;
}

.ti-nw {
    color: #010101;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: justify;
    direction: rtl;
    display: block;
    font-size: 17px;
    padding-top: 15px;
    margin-top: 50px;
}

.p-tx {
    text-align: justify;
    direction: rtl;
    line-height: 27px;
    font-size: 15px;
    padding-bottom: 55px;
}

.linked {
    position: relative;
}

    .linked a {
        position: relative;
        background-color: #fcf9f4;
        padding-right: 20px;
        float: left;
        z-index: 9999;
        display: block;
    }

    .linked span {
        display: block;
        width: 130px;
        padding: 8px 0;
        text-align: center;
        color: #000;
        background-color: #fbbc49;
        border-radius: 16px;
        position: relative;
    }

    .linked hr {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #fbbc49;
        top: 19px;
    }

.img-nw {
    position: relative;
    padding: 40px 40px 0 0;
}

    .img-nw:before {
        border: 1px dashed #fbbc49;
        position: absolute;
        top: 17px;
        right: 15px;
        content: "";
        width: 91%;
        z-index: 1;
        height: 91%;
        border-radius: 20px;
        background-color: #fff;
    }

    .img-nw img {
        position: relative;
        z-index: 9999;
    }

.form-ft {
    border: 2px dashed #fff;
    border-radius: 38px;
    padding: 8px;
    position: relative;
}

    .form-ft input {
        background-color: #fff;
        padding: 18px 15px;
        width: 100%;
        border-radius: 29px;
        border: none;
        direction: rtl;
        text-align: center;
    }

.btn-form {
    width: 100%;
    position: absolute;
    top: -20px;
}

    .btn-form button {
        position: relative;
        z-index: 99;
        margin: 0 auto;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        background-color: #fbbc49;
        display: block;
        border: none;
        bottom: -80px;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
    }

.link-ft h3 {
    text-align: center;
    color: #696969;
    padding: 35px 0 20px 0;
    font-size: 15px;
    font-weight: bold;
}

.ft-dv {
    max-width: 1200px;
    margin: 20px auto 0 auto;
    padding-top: 15px;
    padding-bottom: 30px;
}

.ti-ft {
    text-align: right;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

.p-99 {
    text-align: justify;
    direction: rtl;
    color: #000;
    line-height: 29px;
}

.list-ft li a {
    text-align: justify;
    direction: rtl;
    border-bottom: 1px solid #e6dddd;
    padding: 5px 0;
    color: #000;
    display: block;
}

ul {
    list-style: none;
}

.form-ft {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 45px auto;
}

footer {
    /*background-image: url('../images/back.jpg');*/
    background-color: #1d97a0;

    background-size: 100% 100%;
    padding-top: 90px;
}

.right-nd {
    float: right;
}

.p-ads {
    color: #fff;
    direction: rtl;
    padding: 8px 0 3px 0;
}

    .p-ads img {
        width: 35px;
        float: right;
        position: relative;
        top: -5px;
        margin-left: 10px;
    }

.pn-ce {
    padding: 0 30px;
}

.power_by {
    font-size: 11px;
    padding: 18px 0;
    /*background-image: url('../images/pw.png');*/
    background-size: 100% 100%;
    color: #fff;
    direction: rtl;
    position: relative;
    margin-top: 20px;
}

    .power_by p {
        display: inline-block;
        color: #fff;
        text-align: justify;
        direction: rtl;
    }

.link-f {
    display: inline-block;
}

.power_by a {
    color: #fff;
}

.img-en {
    width: 84px;
}

.tp-ft {
    position: absolute;
    top: 0;
    width: 100%;
    height: 90px;
    background-image: url('../images/tp-ft.png');
    background-size: 100% 100%;
    left: 0;
}

footer {
    position: relative;
}

.news-bx {
    background-color: #fcf9f4;
    padding-bottom: 56px;
    position: relative;
}

    .news-bx:before {
        position: absolute;
        top: -56px;
        width: 100%;
        background-image: url(../images/tpn.png);
        background-size: 100% 100%;
        height: 99px;
        z-index: -1;
        content: "";
    }

.title-sld {
    padding: 30px 0px 25px 0;
    text-align: right;
    margin-right: 15px;
}

    .title-sld h3 {
        font-size: 19px;
        color: #010101;
        line-height: 33px;
        padding-top: 10px;
    }

.dv-ce .p-tx {
    color: #666;
    padding-top: 5px;
    direction: rtl;
    text-align: right;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
}

.rw-slid {
    color: #573e31;
    line-height: 9px;
    text-align: right;
    padding-top: 70px;
    border-bottom: 2px solid #8cc294;
    padding-bottom: 5px;
}

.dv-ce .price-off {
    color: #777;
    padding-top: 19px;
    text-decoration: line-through;
    font-size: 16px;
    float: left;
    direction: rtl;
}

.dv-ce .price-bx {
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    padding: 4px 13px;
    color: #8cc294;
    margin: 14px 0 5px 0;
    float: left;
    direction: rtl;
}

.btn-shop {
    background-color: #fbbc49;
    color: #000000;
    text-align: center;
    padding: 6px 0px;
    display: block;
    margin-top: 10px;
    font-size: 15px;
    width: 120px;
    border-radius: 0;
    border: 1px solid #f9d453;
    border-radius: 20px;
    float: right
}

.btn-5 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sd-bg p {
    color: #000;
    text-align: center;
    font-size: 15px;
    height: 31.8%;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 50%;
    background: #fff;
    width: 128px;
    line-height: 29px;
    padding: 15px;
}

.btn-5:active {
    background: #9053a9;
    top: 2px;
}

.pn-bt {
    padding-bottom: 50px;
}

.btn-5 span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.btn-5:before {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-5:active:before {
    color: #703b87;
}

.btn {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn:before,
    .icon-heart:after,
    .icon-star:after,
    .icon-plus:after,
    .icon-file:before {
        font-family: FontAwesome;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        -webkit-font-smoothing: antialiased;
    }

.icon-cart:before {
    content: "\f07a";
}

.btn-5a:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn-5a:before {
    left: 0;
    top: -100%;
    font-size: 17px;
    color: #000;
}

.btn-5a:hover:before {
    top: 6px;
}

.btn-5b:hover span {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.btn-5b:before {
    left: -100%;
    top: 0;
}

.btn-5b:hover:before {
    left: 0;
}

.btn-shop:hover {
    background-color: #f3ca3c;
}

a:focus, btn:focus {
    outline: none;
}

.dv-ce {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
}

    .dv-ce .bx-wrapper {
        width: 85%;
        float: right;
        padding: 0px 0 0px 0px !important;
        border-radius: 8px;
    }

.bc-wh {
    background-color: #fff;
    width: 92%;
    float: left
}

.sd-bg {
    position: absolute;
    height: 100%;
    right: 18px;
}

#bx-pager {
    width: 15%;
    float: left;
    padding-right: 17px;
}

    #bx-pager img {
        width: 85%;
        border-radius: 50%;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 5px -1px #a3a0a0;
        box-shadow: 1px 1px 5px -1px #a3a0a0;
        /* padding: 0 5px; */
    }

.active img {
    /*border: 5px solid #fbbc49;*/
}

.img-sld {
    margin-top: 20px;
}

.p-li p > span {
    background-image: url(../images/9.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 13px;
}

.p-li p:nth-child(2) span {
    background-image: url(../images/99.png);
}

.p-li p:nth-child(3) span {
    background-image: url(../images/999.png);
}

.off-dv {
    /*background-image: url(../images/back.jpg);*/
    background-color: #1d97a0;
    padding: 50px 0 60px 0;
    background-size: 100% 100%;
    margin-top: -41px;
}

.head-ce {
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.logo-nd {
    width: 200px;
}

.list-sh {
    margin-top: 14px;
}

    .list-sh li {
        padding: 0 0px;
    }

        .list-sh li img {
            width: 30px;
        }

.list-shop {
    float: right;
}

    .list-shop li a img {
        width: 24px;
    }

    .list-shop li:nth-child(2) a {
        background-color: #fec552;
        border-radius: 10%;
        padding: 7px;
        text-align: center;
        display: block;
        height: 35px;
        width: 65px;
    }

    .list-shop li:nth-child(3) a {
        background-color: #fec552;
        border-radius: 50%;
        padding: 7px;
        text-align: center;
        display: block;
    }

.search-bx {
    background: #ffffff;
    max-width: 360px;
    width: 100%;
    float: left;
    margin: 0px 20px 10px 0;
    height: 44px;
    border-radius: 20px;
    border: 1px solid #959595;
}

.btn-se {
    background: none;
    width: 42px;
    border: none;
    padding: 8px 5px;
    height: 42px;
    background: #3aaca4;
    background-image: url(../images/se.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}

.tx-se {
    border: none;
    background: none;
    width: 67%;
    height: 41px;
    float: right;
    direction: rtl;
    line-height: 40px;
    padding-right: 5px;
    direction: rtl;
    font-size: 12px;
    outline: none;
}

.p-phone {
    float: left;
    padding-top: 4px;
    font-weight: bold;
    padding-right: 25px;
    padding-left: 50px;
}

    .p-phone img {
        width: 50px;
    }

    .p-phone span {
        float: right;
        line-height: 40px;
        color: #3777a8;
        padding-left: 4px;
    }

.navbar {
    min-height: 27px;
    margin-top: 10px;
}

.txslid {
    position: absolute;
    width: 100%;
    top: 33%;
    z-index: 999;
}

.tx-slid-ce {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.slid-nd {
    position: relative;
    margin-bottom: 45px;
}

.tx-slid-ce h1 {
    text-align: justify;
    direction: rtl;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    line-height: 57px;
    text-shadow: 1px 1px 1px #8A8A8A;
}

.more-bx {
    position: relative;
    margin-top: 30px;
    direction: rtl;
}

    .more-bx a {
        margin: 0 auto;
        display: block;
        width: 150px;
        background-color: #fcf9f4;
        position: relative;
        z-index: 8888;
        color: #333;
        font-weight: bold;
        text-align: center;
    }

        .more-bx a img {
            width: 28px;
        }

    .more-bx hr {
        position: absolute;
        width: 100%;
        top: -4px;
        border: 1px solid #acacac;
        border-bottom: none;
    }

.p-li {
    position: relative;
    right: 69px;
    height: 100%;
}

.group-bx .owl-controls .owl-prev {
    bottom: 119px;
}

.group-bx .owl-controls .owl-next {
    bottom: 119px;
}

.linked span:hover {
    background-color: #3aada4;
}

.news-bx .bx-wrapper .bx-pager, .news-bx .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 120px;
    width: 20px;
    z-index: 999;
    left: -31px;
}

.news-bx .titr-pr {
    padding-bottom: 10px;
}

@media only screen and (max-width:1300px) {
    nav.navbar.bootsnav ul.nav > li > a {
        width: 118px;
    }
}

@media only screen and (max-width:1150px) {
    nav.navbar.bootsnav ul.nav > li > a {
        width: 100px;
        padding: 5px 0;
    }
}

@media only screen and (max-width:990px) {
    .navbar {
        position: absolute;
        top: -20px;
        right: 95px;
    }

    .sd-bg p {
        color: #000;
        font-size: 15px;
        height: 33.3%;
        padding: 10px 0;
        width: 114px;
        line-height: 29px;
        padding: 15px;
    }

    .p-li {
        right: 47px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        background: none;
        color: #3777a8;
        font-size: 27px;
    }

    .title-sld h3 {
        font-size: 17px;
        line-height: 33px;
        padding-top: 10px;
    }

    .rw-slid {
        padding-top: 13px;
    }
}

@media (min-width:760px) and (max-width:990px) {
    .img-nw {
        display: none;
    }
}

@media only screen and (max-width:790px) {
    header {
        position: relative
    }

    .logo-nd {
        width: 130px;
        float: left;
    }

    .p-phone {
        display: none
    }

    .dv-ce .bx-wrapper {
        width: 100%;
    }

    #bx-pager {
        width: 100%;
    }

    .sd-bg {
        position: relative;
        background-color: #f1f1f1;
        width: 100%;
        left: 0;
        text-align: center
    }

    .img-sld {
        max-width: 150px !important;
        margin: 0 auto;
    }

    .title-sld {
        padding: 0px 0;
    }

    .bc-wh {
        width: 100%;
    }

    .p-li {
        width: 100%;
        right: 0;
    }

    .pn-bt {
        padding-bottom: 10px;
    }

    .sd-bg p {
        display: inline-block;
        width: 32%;
        background-color: #f1f1f1;
        padding: 0;
    }

    .p-li p span {
        background: none !important;
    }

    .off-dv {
        background: #12aee0;
        padding: 24px 0 10px 0;
    }

    .tab-item {
        width: 32.3%;
        display: inline-block;
    }

    #bx-pager {
        width: 100%;
        padding-right: 0;
        margin-top: 10px;
    }

        #bx-pager img {
            width: 100%;
            border-radius: 0;
        }

    .list-shop {
        position: absolute;
        right: 60px;
        top: -40px;
    }

    .search-bx {
        max-width: 100%;
        margin-top: 10px;
    }

    .list-sh {
        display: none;
    }

    .list-link {
        display: block;
        margin-right: 15px;
    }

        .list-link img {
            width: 30px;
        }

    .txslid {
        display: none;
    }

    .navbar {
        position: absolute;
        top: -56px;
        right: 10px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        color: #3777a8;
    }

        nav.navbar.bootsnav .navbar-toggle .fa {
            font-size: 25px;
        }

    .hr55 {
        display: none
    }

    .slid-nd:after {
        height: 95px;
    }

    .group-bx {
        padding: 20px 0 0 0;
    }

    .row-nd {
        background: none;
    }

    .head-ce {
        padding: 5px 0 0 0;
    }

    .more-bx a {
        background: #fff;
    }

    .ti-nw {
        margin-top: 0;
    }

    .tp-ft {
        display: none;
    }

    footer {
        padding-top: 15px;
    }

    .ti-ft {
        padding-top: 20px;
    }

    .abt-mg {
        position: absolute;
        width: 100px;
        bottom: 60px;
    }

    .owl-controls .owl-next {
        right: -12px;
    }

    .owl-controls .owl-prev {
        left: -12px;
    }
}




*, *:before, *:after {
    box-sizing: border-box;
}

img, iframe, video {
    max-width: 100%;
    /*width: 100%;*/
    vertical-align: middle;
    border: 0;
    display: block;
    margin: 0 auto;
}

.one-product {
    max-width: 950px;
    width: 100%;
    margin: 0 auto 2rem auto;
}

.one-product__slider {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.one-product__slider_navigation {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

    .one-product__slider_navigation .item {
        margin: 5px 0 0 0;
        width: 110px !important;
        height: 100px;
    }

        .one-product__slider_navigation .item img {
            width: 100px;
            border-radius: 50%;
            height: 100px;
        }

.zoomContainer {
    z-index: 9000;
}

@media screen and (max-width: 500px) {
    .one-product__slider {
        width: 100%;
    }

    .one-product__slider_navigation {
        width: 100%;
    }
}

.draggable {
    padding-top: 0px !important;
    max-height: 370px !important;
}

.slick-prev {
    background: rgba(255, 255, 255, 0.43);
    background-image: url(../images/jk.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 3px 0;
    border: none;
    text-indent: -9999px;
    border-radius: 5px;
}

.slick-next {
    background: rgba(255, 255, 255, 0.43);
    background-image: url(../images/jk1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 3px 0;
    border: none;
    text-indent: -9999px;
    border-radius: 5px;
}

div:focus {
    outline: none;
}

.list-link {
    display: none;
}

@media only screen and (max-width:990px) {
    .one-product__slider {
        width: 80%;
        float: right;
    }
}

@media only screen and (max-width:790px) {
    .one-product__slider {
        width: 100%;
        float: none
    }

    .one-product__slider_navigation {
        width: 100% !important;
    }

    .list-shop li a img {
        width: 19px;
    }

    .list-shop li:nth-child(2n+1) {
        position: relative;
        top: -5px;
    }

    .draggable {
        max-height: 500px !important;
    }

    .one-product__slider_navigation .item img {
        width: 100px;
        border-radius: 0;
        height: 100px;
    }

    .bx-controls-direction {
        right: 27%;
    }
}


/*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;
    }
}


/*@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: #388ca6;
}

.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;
}

.tab1,
.tab2,
.tab3 {
    text-align: right;
    direction: rtl;
    font-size: 20px;
    padding: 10px;
    padding-right: 0;
    /*color: #3777a8;*/
}

.div-content-sh ul li {
    background: #f7f7f7;
    padding: 10px;
    line-height: 29px;
    margin-bottom: 10px;
}

.tx-se {
    border: none !important;
}

.details {
    background-color: #f7f7f7;
    padding: 10px;
}

.list-link-down {
    width: 150px;
    margin: 0 auto;
}

.row-nd .post-slide {
    margin-bottom: 20px;
}


.main-title{
    display:none;
}



@media only screen and (max-width: 768px) {
    .tx-img h3 {
        text-align: right;
        direction: rtl;
        color: #000;
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 2em;
        min-height: 82px;
    }

    .tx-img {
        text-align: justify;
        direction: rtl;
        padding: 6px 15px;
        /*min-height: 250px;*/
    }
    .news-bx {
       
        display: none;
    }
}

*[x-apple-data-detectors] {
    border-bottom: 0 !important;
    cursor: default !important;
    color: #fff !important;
    text-decoration: none !important;
}


.p-ads a {
    color: #fff;
}
.off-bx {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fbbc49;
    z-index: 999;
    text-align: center;
    color: #000;
    top: 10px;
    left: 15px;
    padding: 15px 2px 0 0;
    font-weight: bold;
    border-radius: 50%;
}

.category-title {
    font-size:20px;
    text-align:center;
}

.category-banner {
    position: relative;
    width: 100%;
    min-height: 64px;
}

    .category-banner img {
        width: 100%;
    }


    .category-banner h1 {
        position: absolute;
        width: 100%;
        top: 43%;
        color: #000;
        text-align: center;
        font-size: 19px;
        background: #e7e7e752;
        padding: 15px 0;
        font-weight: bold;
    }

.pn-nd {
    margin: 10px 0;
}

.banner-nd{
   margin : 5px 20px;
}
body a {
    cursor: pointer;
}

.wrap {
    height: 5px;
}

    /*.seprate:nth-of-type(odd) {
        display: block;
    }*/

/*.seprate:nth-of-type(even) {
    display: none;
}*/

.seprate:last-child {
    display: none;
}

.seprate:last-of-type {
    display: none;
}


.free-delivery {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fbbc49;
    z-index: 999;
    text-align: center;
    color: #000;
    bottom: 10px;
    left: 15px;
    padding: 5px 2px 0 0;
    border-radius: 50%;
    ﻿﻿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: 'Mj_AramcoLight';
    src: url('../font/Mj_AramcoLight.svg#Mj_AramcoLight') format('svg'), url('../font/Mj_AramcoLight.ttf') format('truetype'), url('../font/Mj_AramcoLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@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: 'IRANSansWeb';
}

nav.navbar.bootsnav {
    border: none;
    background: none;
}

    nav.navbar.bootsnav ul.nav > li > a {
        padding: 7px 5px 7px 5px;
        width: 130px;
        border-bottom: 2px solid rgba(116, 153, 78, 0.00) !important;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        z-index: 1;
        transition: all 0.5s ease 0s;
        background-color: #3aada4;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    nav.navbar.bootsnav ul.nav > li:first-child > a {
        background-color: #fbbc49;
    }

    nav.navbar.bootsnav ul.nav > li:nth-child(2) > a, nav.navbar.bootsnav ul.nav > li:nth-child(5) > a {
        background-color: #3777a8;
    }

    nav.navbar.bootsnav ul.nav > li:nth-child(4) > a {
        background-color: #5ebed6;
    }

.navbar-nav {
    float: none;
    text-align: center;
    direction: rtl;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
    border: none;
    border-bottom: 2px solid #6dc0cf !important;
}

nav.navbar.bootsnav ul.nav > li > a {
    margin-bottom: 0;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    color: #06304f;
    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: #fff
}

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;
}

.ti-h {
    /*color: #12a3d2;*/
    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: #000;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
    padding: 10px 0 10px;
}

.sp-tn {
    background: #f6f6f6;
    width: 43px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
    display: none;
}

@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;
    }

    .ti-h {
        padding: 10px 6px;
        border-bottom: 1px solid #f4f3f3;
        font-size: 13px;
        font-weight: normal;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title, nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        font-size: 14px;
        font-weight: normal;
        color: #000;
        padding: 0 10px;
        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;
    }

    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;
    }

    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
        padding: 0px 0 0px;
    }

    .sp-tn {
        display: block;
    }

    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        background: #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: #fff;
        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: #fff;
        margin-top: 0;
    }

    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;
        width: 100%;
        background-color: #fff;
    }

    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: right;
}



nav.navbar.bootsnav {
    border: none;
}

.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: -60px;
    bottom: 150px;
    background-image: url(../images/prv.png);
    background-size: 100% 100%;
    transition: background 0.50s ease;
    width: 32px;
    height: 36px;
}

.owl-controls .owl-next {
    position: absolute;
    right: -60px;
    bottom: 150px;
    background-image: url(../images/nx.png);
    background-size: 100% 100%;
    transition: background 0.50s ease;
    width: 32px;
    height: 36px;
}



    .owl-controls .owl-prev:after,
    .owl-controls .owl-next:after {
        font-family: FontAwesome;
        color: #d3d3d3;
        font-size: 16px;
    }

    .owl-controls .owl-next:after {
    }

    .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 15px;
    position: relative;
    z-index: 999;
}

    .post-slide img {
        width: 100%;
        margin: 0 auto;
        height: auto;
        z-index: 99;
        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 {
    font-family: FontAwesome;
    color: #242424;
    font-size: 33px;
}

.owl-controls .owl-next:after {
}


.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;
    }
}




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;
}

.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: 120px;
        width: 100%;
        z-index: 999;
        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 {
            border: 3px solid #fff;
            text-indent: -9999px;
            display: block;
            width: 15px;
            height: 15px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #f5b120;
            }

    .bx-wrapper .bx-prev {
        left: 0px;
        background: url(../images/prv.png);
    }

    .bx-wrapper .bx-next {
        right: 31px;
        background: url(../images/nx.png);
    }

.nh {
    min-height: 351px;
}

.bx-controls-direction {
    width: 122px;
    position: absolute;
    bottom: -19px;
    right: 45%;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 31px;
    height: 33px;
    text-indent: -9999px;
    z-index: 999;
    background-size: 29px;
}

    .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;
    }

.slid-nd {
    position: relative;
}

header {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.78);
    top: 0;
    z-index: 9999;
    border-bottom: 5px solid #6dc0cf;
}

.hr55 {
    /*background-image: url('../images/tp.png');*/
    height: 15px;
    background-size: 100% 100%;
    margin: 0 auto;
    border: none;
}

.slid-nd:after {
    background-image: url('../images/bt.png');
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 150px;
    content: "";
}

.tilte-bx {
    max-width: 245px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 5px;
    position: relative;
}

.ce-nd {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background-color: #fff;
    border-radius: 50%;
}

.dv-ce .ce-nd {
    background-color: #48c1e2;
}

.tilte-bx hr {
    position: absolute;
    z-index: 9;
    border: none;
    border-bottom: 1px solid #070707;
    top: -2%;
    width: 100%;
}

.ce-nd img {
    width: 100%;
}

.ti-pr {
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.titr-nd {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 7px;
    margin-top: 20px;
}

.titr-pr {
    text-align: center;
    color: #171717;
    font-size: 17px;
    padding: 5px 0 30px 0;
}

.img-bx-gr {
    background-image: url('../images/bc1.png');
    background-size: 100% 100%;
    width: 140px;
    margin: 0 auto;
    padding: 36px 0;
    height: 146px;
}

    .img-bx-gr img {
        width: 60px;
        display: block;
        margin: 0 auto;
    }

.ti-group {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
}

.owl-item:nth-child(2) .img-bx-gr {
    background-image: url('../images/bc2.png');
}

.owl-item:nth-child(3) .img-bx-gr {
    background-image: url('../images/bc3.png');
}

.owl-item:nth-child(4) .img-bx-gr {
    background-image: url('../images/bc4.png');
}

.owl-item:nth-child(5) .img-bx-gr {
    background-image: url('../images/bc5.png');
}

.row-nd {
    padding: 50px 0;
    background-image: url('../images/bcb.png');
    background-size: 100% 100%;
}

.mg-bx {
    background-color: #f5f7f9;
}

.row-nd .post-slide {
    border: 1px solid #525252;
    border-radius: 20px;
    overflow: hidden;
}

.tx-img {
    text-align: justify;
    direction: rtl;
    padding: 6px 15px;
    /*min-height:250px;*/
    min-height: 155px;
}

    .tx-img h3 {
        text-align: right;
        direction: rtl;
        color: #000;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 2em;
        min-height: 94px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        /*overflow: hidden;
        max-width: 70em;
        text-overflow: ellipsis;
        white-space: nowrap;*/
    }

.code-nd {
    font-size: 15px;
    text-align: right;
}

.price-off {
    text-decoration: line-through;
    font-size: 14px;
    direction: rtl;
    padding-top: 5px;
    text-align: right;
    padding-bottom: 10px;
    /*height: 29px;*/
}

.price-nd {
    text-align: right;
    color: #000;
    font-size: 17px;
}

.off-bx {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fbbc49;
    z-index: 99999999;
    text-align: center;
    color: #000;
    top: 10px;
    left: 15px;
    padding: 15px 2px 0 0;
    font-weight: bold;
    border-radius: 50%;
}

.news-slider1 .post-slide {
    margin: 0 7px;
}

.product-grid {
    background-color: #fff;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    transition: all 0.3s ease 0s;
}

    .product-grid .product-image {
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease 0s;
    }

        .product-grid .product-image a.image {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
            height: auto;
        }

.product-image .pic-1 {
    backface-visibility: hidden;
    transition: all 0.5s ease 0s;
}

/*.post-slide:hover .product-image .pic-1 {
    opacity: 0;
}*/

/*.product-image .pic-2 {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.post-slide:hover .product-image .pic-2 {
    opacity: 1;
}*/

.product-links {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 10px;
    transition: all 0.3s ease 0s;
    z-index: 99999999;
}

.post-slide:hover .product-links {
    opacity: 1;
}

.product-grid .product-links li {
    margin: 0 0 10px 0;
    transform: rotate(360deg) scale(0);
    transition: all 0.3s ease 0s;
}

.post-slide:hover .product-links li {
    transform: rotate(0) scale(1);
}

    .post-slide:hover .product-links li:nth-child(3) {
        transition-delay: 0.1s;
    }

    .post-slide:hover .product-links li:nth-child(2) {
        transition-delay: 0.2s;
    }

    .post-slide:hover .product-links li:nth-child(1) {
        transition-delay: 0.3s;
    }

.product-grid .product-links li a {
    color: #666;
    background-color: #fff;
    font-size: 18px;
    line-height: 47px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: block;
    transition: all 0.3s ease 0s;
}

    .product-grid .product-links li a:hover {
        color: #fff;
        background-color: #ed1d24;
    }

.product-grid .product-content {
    text-align: left;
    padding: 15px 10px;
}

.product-grid .rating {
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}

    .product-grid .rating li {
        color: #f7bc3d;
        font-size: 13px;
    }

        .product-grid .rating li.far {
            color: #777;
        }

.product-grid .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 6px;
}

    .product-grid .title a {
        color: #555;
        transition: all 0.3s ease 0s;
    }

        .product-grid .title a:hover {
            color: #ed1d24;
        }

.product-grid .price {
    color: #ed1d24;
    font-size: 18px;
    font-weight: 700;
}

.product-links .fa {
    color: #fbbc49;
}

.row-nd .post-slide:hover {
    background-color: #fbbc49;
}

.rw-bt {
    background: none;
}

.ti-nw {
    color: #010101;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: justify;
    direction: rtl;
    display: block;
    font-size: 17px;
    padding-top: 15px;
    margin-top: 50px;
}

.p-tx {
    text-align: justify;
    direction: rtl;
    line-height: 27px;
    font-size: 15px;
    padding-bottom: 55px;
}

.linked {
    position: relative;
}

    .linked a {
        position: relative;
        background-color: #fcf9f4;
        padding-right: 20px;
        float: left;
        z-index: 9999;
        display: block;
    }

    .linked span {
        display: block;
        width: 130px;
        padding: 8px 0;
        text-align: center;
        color: #000;
        background-color: #fbbc49;
        border-radius: 16px;
        position: relative;
    }

    .linked hr {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #fbbc49;
        top: 19px;
    }

.img-nw {
    position: relative;
    padding: 40px 40px 0 0;
}

    .img-nw:before {
        border: 1px dashed #fbbc49;
        position: absolute;
        top: 17px;
        right: 15px;
        content: "";
        width: 91%;
        z-index: 1;
        height: 91%;
        border-radius: 20px;
        background-color: #fff;
    }

    .img-nw img {
        position: relative;
        z-index: 9999;
    }

.form-ft {
    border: 2px dashed #fff;
    border-radius: 38px;
    padding: 8px;
    position: relative;
}

    .form-ft input {
        background-color: #fff;
        padding: 18px 15px;
        width: 100%;
        border-radius: 29px;
        border: none;
        direction: rtl;
        text-align: center;
    }

.btn-form {
    width: 100%;
    position: absolute;
    top: -20px;
}

    .btn-form button {
        position: relative;
        z-index: 99;
        margin: 0 auto;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        background-color: #fbbc49;
        display: block;
        border: none;
        bottom: -80px;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
    }

.link-ft h3 {
    text-align: center;
    color: #696969;
    padding: 35px 0 20px 0;
    font-size: 15px;
    font-weight: bold;
}

.ft-dv {
    max-width: 1200px;
    margin: 20px auto 0 auto;
    padding-top: 15px;
    padding-bottom: 30px;
}

.ti-ft {
    text-align: right;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}

.p-99 {
    text-align: justify;
    direction: rtl;
    color: #000;
    line-height: 29px;
}

.list-ft li a {
    text-align: justify;
    direction: rtl;
    border-bottom: 1px solid #e6dddd;
    padding: 5px 0;
    color: #000;
    display: block;
}

ul {
    list-style: none;
}

.form-ft {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 45px auto;
}

footer {
    /*background-image: url('../images/back.jpg');*/
    background-color: #1d97a0;
    background-size: 100% 100%;
    padding-top: 90px;
}

.right-nd {
    float: right;
}

.p-ads {
    color: #fff;
    direction: rtl;
    padding: 8px 0 3px 0;
}

    .p-ads img {
        width: 35px;
        float: right;
        position: relative;
        top: -5px;
        margin-left: 10px;
    }

.pn-ce {
    padding: 0 30px;
}

.power_by {
    font-size: 11px;
    padding: 18px 0;
    /*background-image: url('../images/pw.png');*/
    background-size: 100% 100%;
    color: #fff;
    direction: rtl;
    position: relative;
    margin-top: 20px;
}

    .power_by p {
        display: inline-block;
        color: #fff;
        text-align: justify;
        direction: rtl;
    }

.link-f {
    display: inline-block;
}

.power_by a {
    color: #fff;
}

.img-en {
    width: 84px;
}

.tp-ft {
    position: absolute;
    top: 0;
    width: 100%;
    height: 90px;
    background-image: url('../images/tp-ft.png');
    background-size: 100% 100%;
    left: 0;
}

footer {
    position: relative;
}

.news-bx {
    background-color: #fcf9f4;
    padding-bottom: 56px;
    position: relative;
}

    .news-bx:before {
        position: absolute;
        top: -56px;
        width: 100%;
        background-image: url(../images/tpn.png);
        background-size: 100% 100%;
        height: 99px;
        z-index: -1;
        content: "";
    }

.title-sld {
    padding: 30px 0px 25px 0;
    text-align: right;
    margin-right: 15px;
}

    .title-sld h3 {
        font-size: 19px;
        color: #010101;
        line-height: 33px;
        padding-top: 10px;
    }

.dv-ce .p-tx {
    color: #666;
    padding-top: 5px;
    direction: rtl;
    text-align: right;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
}

.rw-slid {
    color: #573e31;
    line-height: 9px;
    text-align: right;
    padding-top: 70px;
    border-bottom: 2px solid #8cc294;
    padding-bottom: 5px;
}

.dv-ce .price-off {
    color: #777;
    padding-top: 19px;
    text-decoration: line-through;
    font-size: 16px;
    float: left;
    direction: rtl;
}

.dv-ce .price-bx {
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    padding: 4px 13px;
    color: #8cc294;
    margin: 14px 0 5px 0;
    float: left;
    direction: rtl;
}

.btn-shop {
    background-color: #fbbc49;
    color: #000000;
    text-align: center;
    padding: 6px 0px;
    display: block;
    margin-top: 10px;
    font-size: 15px;
    width: 120px;
    border-radius: 0;
    border: 1px solid #f9d453;
    border-radius: 20px;
    float: right
}

.btn-5 {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sd-bg p {
    color: #000;
    text-align: center;
    font-size: 15px;
    height: 31.8%;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 50%;
    background: #fff;
    width: 128px;
    line-height: 29px;
    padding: 15px;
}

.btn-5:active {
    background: #9053a9;
    top: 2px;
}

.pn-bt {
    padding-bottom: 50px;
}

.btn-5 span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.btn-5:before {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-size: 180%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-5:active:before {
    color: #703b87;
}

.btn {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn:before,
    .icon-heart:after,
    .icon-star:after,
    .icon-plus:after,
    .icon-file:before {
        font-family: FontAwesome;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: absolute;
        -webkit-font-smoothing: antialiased;
    }

.icon-cart:before {
    content: "\f07a";
}

.btn-5a:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn-5a:before {
    left: 0;
    top: -100%;
    font-size: 17px;
    color: #000;
}

.btn-5a:hover:before {
    top: 6px;
}

.btn-5b:hover span {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.btn-5b:before {
    left: -100%;
    top: 0;
}

.btn-5b:hover:before {
    left: 0;
}

.btn-shop:hover {
    background-color: #f3ca3c;
}

a:focus, btn:focus {
    outline: none;
}

.dv-ce {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
}

    .dv-ce .bx-wrapper {
        width: 85%;
        float: right;
        padding: 0px 0 0px 0px !important;
        border-radius: 8px;
    }

.bc-wh {
    background-color: #fff;
    width: 92%;
    float: left
}

.sd-bg {
    position: absolute;
    height: 100%;
    right: 18px;
}

#bx-pager {
    width: 15%;
    float: left;
    padding-right: 17px;
}

    #bx-pager img {
        width: 85%;
        border-radius: 50%;
        margin-bottom: 10px;
        -webkit-box-shadow: 1px 1px 5px -1px #a3a0a0;
        box-shadow: 1px 1px 5px -1px #a3a0a0;
        /* padding: 0 5px; */
    }

.active img {
    /*border: 5px solid #fbbc49;*/
}

.img-sld {
    margin-top: 20px;
}

.p-li p > span {
    background-image: url(../images/9.png);
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 13px;
}

.p-li p:nth-child(2) span {
    background-image: url(../images/99.png);
}

.p-li p:nth-child(3) span {
    background-image: url(../images/999.png);
}

.off-dv {
    /*background-image: url(../images/back.jpg);*/
    background-color: #1d97a0;
    padding: 50px 0 60px 0;
    background-size: 100% 100%;
    margin-top: -41px;
}

.head-ce {
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

.logo-nd {
    width: 200px;
}

.list-sh {
    margin-top: 14px;
}

    .list-sh li {
        padding: 0 0px;
    }

        .list-sh li img {
            width: 30px;
        }

.list-shop {
    float: right;
}

    .list-shop li a img {
        width: 24px;
    }

    .list-shop li:nth-child(2) a {
        background-color: #fec552;
        border-radius: 10%;
        padding: 7px;
        text-align: center;
        display: block;
        height: 35px;
        width: 65px;
    }

    .list-shop li:nth-child(3) a {
        background-color: #fec552;
        border-radius: 50%;
        padding: 7px;
        text-align: center;
        display: block;
    }

.search-bx {
    background: #ffffff;
    max-width: 360px;
    width: 100%;
    float: left;
    margin: 0px 20px 10px 0;
    height: 44px;
    border-radius: 20px;
    border: 1px solid #959595;
}

.btn-se {
    background: none;
    width: 42px;
    border: none;
    padding: 8px 5px;
    height: 42px;
    background: #3aaca4;
    background-image: url(../images/se.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}

.tx-se {
    border: none;
    background: none;
    width: 67%;
    height: 41px;
    float: right;
    direction: rtl;
    line-height: 40px;
    padding-right: 5px;
    direction: rtl;
    font-size: 12px;
    outline: none;
}

.p-phone {
    float: left;
    padding-top: 4px;
    font-weight: bold;
    padding-right: 25px;
    padding-left: 50px;
}

    .p-phone img {
        width: 50px;
    }

    .p-phone span {
        float: right;
        line-height: 40px;
        color: #3777a8;
        padding-left: 4px;
    }

.navbar {
    min-height: 27px;
    margin-top: 10px;
}

.txslid {
    position: absolute;
    width: 100%;
    top: 33%;
    z-index: 999;
}

.tx-slid-ce {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.slid-nd {
    position: relative;
    margin-bottom: 45px;
}

.tx-slid-ce h1 {
    text-align: justify;
    direction: rtl;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    line-height: 57px;
    text-shadow: 1px 1px 1px #8A8A8A;
}

.more-bx {
    position: relative;
    margin-top: 30px;
    direction: rtl;
}

    .more-bx a {
        margin: 0 auto;
        display: block;
        width: 150px;
        background-color: #fcf9f4;
        position: relative;
        z-index: 8888;
        color: #333;
        font-weight: bold;
        text-align: center;
    }

        .more-bx a img {
            width: 28px;
        }

    .more-bx hr {
        position: absolute;
        width: 100%;
        top: -4px;
        border: 1px solid #acacac;
        border-bottom: none;
    }

.p-li {
    position: relative;
    right: 69px;
    height: 100%;
}

.group-bx .owl-controls .owl-prev {
    bottom: 119px;
}

.group-bx .owl-controls .owl-next {
    bottom: 119px;
}

.linked span:hover {
    background-color: #3aada4;
}

.news-bx .bx-wrapper .bx-pager, .news-bx .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 120px;
    width: 20px;
    z-index: 999;
    left: -31px;
}

.news-bx .titr-pr {
    padding-bottom: 10px;
}

@media only screen and (max-width:1300px) {
    nav.navbar.bootsnav ul.nav > li > a {
        width: 118px;
    }
}

@media only screen and (max-width:1150px) {
    nav.navbar.bootsnav ul.nav > li > a {
        width: 100px;
        padding: 5px 0;
    }
}

@media only screen and (max-width:990px) {
    .navbar {
        position: absolute;
        top: -20px;
        right: 95px;
    }

    .sd-bg p {
        color: #000;
        font-size: 15px;
        height: 33.3%;
        padding: 10px 0;
        width: 114px;
        line-height: 29px;
        padding: 15px;
    }

    .p-li {
        right: 47px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        background: none;
        color: #3777a8;
        font-size: 27px;
    }

    .title-sld h3 {
        font-size: 17px;
        line-height: 33px;
        padding-top: 10px;
    }

    .rw-slid {
        padding-top: 13px;
    }
}

@media (min-width:760px) and (max-width:990px) {
    .img-nw {
        display: none;
    }
}

@media only screen and (max-width:790px) {
    header {
        position: relative
    }

    .logo-nd {
        width: 130px;
        float: left;
    }

    .p-phone {
        display: none
    }

    .dv-ce .bx-wrapper {
        width: 100%;
    }

    #bx-pager {
        width: 100%;
    }

    .sd-bg {
        position: relative;
        background-color: #f1f1f1;
        width: 100%;
        left: 0;
        text-align: center
    }

    .img-sld {
        max-width: 150px !important;
        margin: 0 auto;
    }

    .title-sld {
        padding: 0px 0;
    }

    .bc-wh {
        width: 100%;
    }

    .p-li {
        width: 100%;
        right: 0;
    }

    .pn-bt {
        padding-bottom: 10px;
    }

    .sd-bg p {
        display: inline-block;
        width: 32%;
        background-color: #f1f1f1;
        padding: 0;
    }

    .p-li p span {
        background: none !important;
    }

    .off-dv {
        background: #12aee0;
        padding: 24px 0 10px 0;
    }

    .tab-item {
        width: 32.3%;
        display: inline-block;
    }

    #bx-pager {
        width: 100%;
        padding-right: 0;
        margin-top: 10px;
    }

        #bx-pager img {
            width: 100%;
            border-radius: 0;
        }

    .list-shop {
        position: absolute;
        right: 60px;
        top: -40px;
    }

    .search-bx {
        max-width: 100%;
        margin-top: 10px;
    }

    .list-sh {
        display: none;
    }

    .list-link {
        display: block;
        margin-right: 15px;
    }

        .list-link img {
            width: 30px;
        }

    .txslid {
        display: none;
    }

    .navbar {
        position: absolute;
        top: -56px;
        right: 10px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        color: #3777a8;
    }

        nav.navbar.bootsnav .navbar-toggle .fa {
            font-size: 25px;
        }

    .hr55 {
        display: none
    }

    .slid-nd:after {
        height: 95px;
    }

    .group-bx {
        padding: 20px 0 0 0;
    }

    .row-nd {
        background: none;
    }

    .head-ce {
        padding: 5px 0 0 0;
    }

    .more-bx a {
        background: #fff;
    }

    .ti-nw {
        margin-top: 0;
    }

    .tp-ft {
        display: none;
    }

    footer {
        padding-top: 15px;
    }

    .ti-ft {
        padding-top: 20px;
    }

    .abt-mg {
        position: absolute;
        width: 100px;
        bottom: 60px;
    }

    .owl-controls .owl-next {
        right: -12px;
    }

    .owl-controls .owl-prev {
        left: -12px;
    }
}




*, *:before, *:after {
    box-sizing: border-box;
}

img, iframe, video {
    max-width: 100%;
    /*width: 100%;*/
    vertical-align: middle;
    border: 0;
    display: block;
    margin: 0 auto;
}

.one-product {
    max-width: 950px;
    width: 100%;
    margin: 0 auto 2rem auto;
}

.one-product__slider {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.one-product__slider_navigation {
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

    .one-product__slider_navigation .item {
        margin: 5px 0 0 0;
        width: 110px !important;
        height: 100px;
    }

        .one-product__slider_navigation .item img {
            width: 100px;
            border-radius: 50%;
            height: 100px;
        }

.zoomContainer {
    z-index: 9000;
}

@media screen and (max-width: 500px) {
    .one-product__slider {
        width: 100%;
    }

    .one-product__slider_navigation {
        width: 100%;
    }
}

.draggable {
    padding-top: 0px !important;
    max-height: 370px !important;
}

.slick-prev {
    background: rgba(255, 255, 255, 0.43);
    background-image: url(../images/jk.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 3px 0;
    border: none;
    text-indent: -9999px;
    border-radius: 5px;
}

.slick-next {
    background: rgba(255, 255, 255, 0.43);
    background-image: url(../images/jk1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 3px 0;
    border: none;
    text-indent: -9999px;
    border-radius: 5px;
}

div:focus {
    outline: none;
}

.list-link {
    display: none;
}

@media only screen and (max-width:990px) {
    .one-product__slider {
        width: 80%;
        float: right;
    }
}

@media only screen and (max-width:790px) {
    .one-product__slider {
        width: 100%;
        float: none
    }

    .one-product__slider_navigation {
        width: 100% !important;
    }

    .list-shop li a img {
        width: 19px;
    }

    .list-shop li:nth-child(2n+1) {
        position: relative;
        top: -5px;
    }

    .draggable {
        max-height: 500px !important;
    }

    .one-product__slider_navigation .item img {
        width: 100px;
        border-radius: 0;
        height: 100px;
    }

    .bx-controls-direction {
        right: 27%;
    }
}


/*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;
    }
}


/*@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: #388ca6;
}

.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;
}

.tab1,
.tab2,
.tab3 {
    text-align: right;
    direction: rtl;
    font-size: 20px;
    padding: 10px;
    padding-right: 0;
    /*color: #3777a8;*/
}

.div-content-sh ul li {
    background: #f7f7f7;
    padding: 10px;
    line-height: 29px;
    margin-bottom: 10px;
}

.tx-se {
    border: none !important;
}

.details {
    background-color: #f7f7f7;
    padding: 10px;
}

.list-link-down {
    width: 150px;
    margin: 0 auto;
}

.row-nd .post-slide {
    margin-bottom: 20px;
}


.main-title {
    display: none;
}



@media only screen and (max-width: 768px) {
    .tx-img h3 {
        text-align: right;
        direction: rtl;
        color: #000;
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 2em;
        min-height: 82px;
    }

    .tx-img {
        text-align: justify;
        direction: rtl;
        padding: 6px 15px;
        /*min-height: 250px;*/
    }

    .news-bx {
        display: none;
    }
}

*[x-apple-data-detectors] {
    border-bottom: 0 !important;
    cursor: default !important;
    color: #fff !important;
    text-decoration: none !important;
}


.p-ads a {
    color: #fff;
}

.off-bx {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fbbc49;
    z-index: 999;
    text-align: center;
    color: #000;
    top: 10px;
    left: 15px;
    padding: 15px 2px 0 0;
    font-weight: bold;
    border-radius: 50%;
}

.category-title {
    font-size: 20px;
    text-align: center;
}

.category-banner {
    position: relative;
    width: 100%;
    min-height: 64px;
}

    .category-banner img {
        width: 100%;
    }


    .category-banner h1 {
        position: absolute;
        width: 100%;
        top: 43%;
        color: #000;
        text-align: center;
        font-size: 19px;
        background: #e7e7e752;
        padding: 15px 0;
        font-weight: bold;
    }

.pn-nd {
    margin: 10px 0;
}

.banner-nd {
    margin: 5px 20px;
}

body a {
    cursor: pointer;
}

.wrap {
    height: 5px;
}

/*.seprate:nth-of-type(odd) {
        display: block;
    }*/

/*.seprate:nth-of-type(even) {
    display: none;
}*/

.seprate:last-child {
    display: none;
}

.seprate:last-of-type {
    display: none;
}


.free-delivery {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fbbc49;
    z-index: 999;
    text-align: center;
    color: #000;
    bottom: 10px;
    left: 15px;
    padding: 5px 2px 0 0;
    border-radius: 50%;
    font-family: 'IRANSansWeb';
    font-size: 12px;
}
}