﻿body {
    font-family: 'IRANSans';
    font-size: 14px;
    text-align: right;
    direction: rtl;
}

dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

/*style**/
.top-header-left {
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-network {
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
    background-color: #000408;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}

    .social-network i {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        padding-top: 7px;
    }

    .social-network:hover,
    .social-network:focus {
        color: #fff;
        background-color: #ff6a00;
    }

        .social-network:hover i,
        .social-network:focus i {
            transform: rotateY(180deg);
        }

.login-ul .btn-basket {
    color: #616161;
    font-size: 24px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

    .login-ul .btn-basket i {
        transform: rotateY(160deg);
    }

.login-ul .count-basket {
    width: 20px;
    height: 20px;
    margin: 20px auto;
    border-radius: 100%;
    border: 1px solid #ff6a00;
    background-color: #ff6a00;
    position: absolute;
    top: -9px;
    left: -7px;
    color: #242424 !important;
    font-size: 12px;
    line-height: 19px;
    margin: 0 !important;
    text-align: center;
}

.login-ul .btn-basket::before {
    content: "";
    border-right: 1px solid #d3d3d3;
    height: 25px;
    position: absolute;
    top: 3px;
    right: -8px;
}

.flags-section {
    position: relative;
    padding-right: 10px;
}

    .flags-section::before {
        content: "";
        position: absolute;
        border-right: 2px solid #3a3a3a;
        top: 3px;
        right: 0;
        height: 24px;
    }

@media all and (max-width: 768px) {
    .flags-section::before {
        border: none;
    }

    .contact-nav .col-sm-6 {
        width: 50%;
    }

    .menu-header-left {
        margin-top: 2px;
    }

    .flags-section a.language span {
        display: none;
    }

    .flags-section {
        margin-left: 20px;
        margin-top: 6px;
    }
}

/*end */
.contact-nav {
    background-color: #131a22;
    padding: 5px 0 !important;
}

.flags-section a img {
    width: 30px;
    height: 30px;
}

.flags-section a.language span {
    color: #fff !important;
}

.v-values .form-check {
    display: inline-block;
    padding: 0;
}

    .v-values .form-check .form-check-label {
        cursor: pointer;
    }

    .v-values .form-check input:checked ~ label {
        border-color: #2688c8;
        background: #35aaca;
        color: #fff;
    }

    .v-values .form-check label {
        border: 1px solid #dbdbdb;
        color: #999;
        width: 100%;
    }

.languageMenu .language {
    color: #999292;
}

.img-variant {
    width: 32px;
}

.align-left {
    justify-content: left;
    text-align: left;
}

.rounded-circle-img {
    border-radius: 25% !important;
}

.input-group-addon:last-child {
    background-color: rgb(204, 206, 208);
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #ced4da;
}

.dnt_Captcha {
    text-align: right;
    width: 75%;
}

    .dnt_Captcha #dntCaptchaImg {
    }

    .dnt_Captcha #DNTCaptchaInputText {
        width: 100%;
        height: 41px;
        padding: .375rem .75rem;
        font-size: 13px;
        direction: rtl;
    }

.languageMenu {
    list-style-type: none;
}

    .languageMenu .language {
        display: block;
    }

        .languageMenu .language img {
            width: 30px;
            height: 30px;
            border-radius: 100%;
        }

.nav-links {
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.19);
    border-radius: 4px;
    padding: 5px 0;
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 20px;
    width: 200px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #2b2b2b;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    margin-bottom: 0;
}

    .nav-links > li {
        width: 100%;
    }

        .nav-links > li:last-child {
            border-bottom: none;
        }

        .nav-links > li > a {
            display: inline-block;
            padding: 8px 10px;
            width: 100%;
            -webkit-transition: all .1s;
            -moz-transition: all .1s;
            -o-transition: all .1s;
            transition: all .1s;
            color: #4a4a4a;
            overflow: hidden;
            position: relative;
        }

            .nav-links > li > a i, .navbar-nav .dropdown-menu .dropdown-item i {
                margin-right: 5px;
                color: #00fe06;
            }

.flags {
    width: 115px;
    z-index: 3;
}

.flagName {
    vertical-align: middle;
    margin-top: 2px;
    display: inline-block;
    font-size: 13px;
}

.flags li {
    height: 25px;
    cursor: pointer;
}

    .flags li a {
        padding: 0px 10px !important;
    }

        .flags li a .flag, .dropdown-menu .flag {
            width: 20px;
            height: 20px;
            display: inline-block;
            margin-left: 5px;
            border-radius: 100%;
        }

li.languageMenu:hover ul.flags {
    top: 40px;
    visibility: visible;
    opacity: 1;
}

.navbar-brand {
    padding: 0;
}

    .navbar-brand .logo {
        width: 150px;
    }

.navbar {
    padding: 5px 15px;
    color: #fff;
    position: relative;
}

.category-items {
    position: absolute;
    top: 150px;
    column-count: 4;
    column-fill: auto;
    -webkit-column-count: 4;
    -webkit-column-break-before: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 120;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all ease-out 0.3s;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .category-items.open {
        top: 51px;
        opacity: 1;
        visibility: visible;
        transition: all ease-in 0.5s;
    }

.category-items {
    width: 100%;
}

.navbar-toggler {
    padding: 0;
}

.navbar-expand-sm .navbar-nav .dropdown-menu {
    min-width: 13rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #1e0a06 !important;
    color: #f6f6f6;
}

dropdown-menu-left {
    right: 100%;
    top: 0;
}


header .top-banner {
    height: 30px;
    background-color: #4d943b;
}

header .header-section {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

    header .header-section .navbar-brand {
        font-family: "IRTitr";
        color: #4bad3b;
        margin-right: 0;
        font-size: 14px;
        font-weight: bold;
        padding: 0;
    }

        header .header-section .navbar-brand img {
            height: 45px;
        }

    header .header-section .search-form {
        padding: 0 25px;
    }

        header .header-section .search-form .input-group {
            width: 100%;
        }

            header .header-section .search-form .input-group .form-control:focus {
                border-color: #4d943b;
                outline: 0;
                box-shadow: none;
            }

            header .header-section .search-form .input-group .input-group-addon {
                display: flex;
                align-items: center;
                padding: 7px 10px;
                background-color: #4d943b;
                border: 1px solid #4d943b;
                color: #fff;
            }

                header .header-section .search-form .input-group .input-group-addon .fa {
                    margin-left: 0;
                }

    header .header-section .left-ul-header {
        float: left;
        margin-bottom: 0;
    }

        header .header-section .left-ul-header li a {
            cursor: pointer;
            padding: 5px;
        }

            header .header-section .left-ul-header li a img {
                height: 25px;
            }

.slide-section {
    position: relative;
    /*top: -25px;*/
}

    .slide-section .carousel-indicators {
        right: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .slide-section .slide .carousel-inner .carousel-item a {
        display: block;
    }

#owlProducts {
    margin-bottom: 15px;
}

header .menu-section {
    background-color: #74a600;
}

header .container-fluid {
    position: relative;
}

header ul.main-menu {
    padding-right: 0;
}

    header ul.main-menu li {
        /*padding: 0 7px;*/
    }

        header ul.main-menu li a {
            color: #fff;
            padding: 5px 10px !important;
        }


            header ul.main-menu li a:hover {
                color: #fff;
                cursor: pointer;
            }

        header ul.main-menu li:last-child {
            padding-left: 0px;
        }

.btn-group-sm > .btn, .btn-sm {
    line-height: 1.7;
}

.mobile-menu-section {
    position: fixed !important;
    top: 0;
    z-index: 20;
    background-color: #fff;
    border-bottom: 1px solid #999;
}

    .mobile-menu-section .mobile-header {
        display: flex;
        align-items: center;
        position: relative;
    }

        .mobile-menu-section .mobile-header .menu-bar {
            margin-left: 10px;
            cursor: pointer;
        }

            .mobile-menu-section .mobile-header .menu-bar img {
                height: 40px;
                width: 30px;
            }

        .mobile-menu-section .mobile-header .logo-mobile img {
            height: 30px;
        }

        .mobile-menu-section .mobile-header ul.ul-left {
            position: absolute;
            left: 0;
            margin-bottom: 0;
        }

            .mobile-menu-section .mobile-header ul.ul-left li {
                display: inline-flex;
            }

                .mobile-menu-section .mobile-header ul.ul-left li a.btn-search {
                    margin-left: 10px;
                }

                .mobile-menu-section .mobile-header ul.ul-left li a.btn-shoppingcart {
                    position: relative;
                    margin-left: 10px;
                }

                    .mobile-menu-section .mobile-header ul.ul-left li a.btn-shoppingcart #CountCartItemMobile {
                        position: absolute;
                        top: 0;
                        right: 0;
                    }

                .mobile-menu-section .mobile-header ul.ul-left li a .icon {
                    height: 24px;
                }

    .mobile-menu-section .main-menu-mobile {
        position: fixed;
        z-index: 995;
        top: 40px;
        visibility: hidden;
        padding-bottom: 0px !important;
        right: -250px;
        transition: 0.4s ease-out all;
        -webkit-transition: 0.4s ease-out all;
        -o-transition: 0.4s ease-out all;
        background-color: #fff;
        width: 250px;
        height: calc(100% - 40px);
        padding: 0 15px;
    }

        .mobile-menu-section .main-menu-mobile.show {
            right: 0px;
            visibility: visible;
            transition: 0.4s ease-out all;
            -webkit-transition: 0.4s ease-out all;
            -o-transition: 0.4s ease-out all;
        }

        .mobile-menu-section .main-menu-mobile li {
            margin: 10px 0;
            display: flex;
            align-items: center;
        }

            .mobile-menu-section .main-menu-mobile li a {
                color: #4a4a4a;
            }

            .mobile-menu-section .main-menu-mobile li i {
                font-size: 12px;
            }

    .mobile-menu-section #LoginNavbarMobile {
        position: fixed;
        z-index: 995;
        top: 40px;
        visibility: hidden;
        padding-bottom: 0px !important;
        left: -250px;
        transition: 0.4s ease-out all;
        -webkit-transition: 0.4s ease-out all;
        -o-transition: 0.4s ease-out all;
        background-color: #fff;
        width: 250px;
        height: calc(100% - 40px);
        z-index: 1000;
        padding: 0 15px;
    }

        .mobile-menu-section #LoginNavbarMobile.show {
            left: 0px;
            visibility: visible;
            transition: 0.4s ease-out all;
            -webkit-transition: 0.4s ease-out all;
            -o-transition: 0.4s ease-out all;
        }

        .mobile-menu-section #LoginNavbarMobile ul li {
            display: block;
            margin: 10px 0;
        }

            .mobile-menu-section #LoginNavbarMobile ul li a {
                color: #4a4a4a;
            }

    .mobile-menu-section #SearchProducMobileForm {
        position: fixed;
        top: 0px;
        visibility: hidden;
        transition: 0.4s ease-out all;
        -webkit-transition: 0.4s ease-out all;
        -o-transition: 0.4s ease-out all;
        background-color: #fff;
        z-index: 1000;
        padding: 15px;
        right: 0;
    }

        .mobile-menu-section #SearchProducMobileForm.show {
            top: 40px;
            visibility: visible;
            transition: 0.4s ease-out all;
            -webkit-transition: 0.4s ease-out all;
            -o-transition: 0.4s ease-out all;
        }

        .mobile-menu-section #SearchProducMobileForm .button-search {
            color: #fff;
            background-color: #4bad3b;
            border: 1px solid #4bad3b
        }

#owlNews {
    visibility: hidden;
}



.galllery-section {
    position: relative;
}

    .galllery-section .button-group {
        position: absolute;
        bottom: 20px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

        .galllery-section .button-group a {
            padding: 15px;
            color: #fff;
            cursor: pointer;
        }

            .galllery-section .button-group a.gallery-imgbtn {
                background-color: #8bbc15;
            }

                .galllery-section .button-group a.gallery-imgbtn:hover {
                    background-color: #a0d422;
                }

            .galllery-section .button-group a.gallery-videobtn {
                background-color: #74A600;
            }

                .galllery-section .button-group a.gallery-videobtn:hover {
                    background-color: #6b940c;
                }


.galllery-section {
    margin: 30px 0;
}

    .galllery-section .row {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .galllery-section .gallery-items [class*="col-"]:first-child {
        padding-left: 1px;
    }

    .galllery-section .gallery-items [class*="col-"]:last-child {
        padding-right: 9px;
    }

    .galllery-section .video-items [class*="col-"]:first-child {
        padding-left: 9px;
    }

    .galllery-section .video-items [class*="col-"]:last-child {
        padding-right: 1px;
    }

    .galllery-section .row a {
        display: block;
    }

    .galllery-section .img-thumbnail {
        width: 100%;
        padding: 0;
        filter: sepia(0);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .galllery-section a:hover .img-thumbnail {
        filter: sepia(1);
    }

.news-section {
    margin-top: 20px;
    position: relative;
    padding: 10px;
    background: #fdf;
    margin-bottom: 5px;
}

    .news-section span {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
    }

    .news-section .btn-link {
        position: absolute;
        left: 10px;
    }


    .news-section hr {
        margin: 0;
        border: 2px solid #6c3314;
    }

.active-services .service-item {
    padding: 15px 100px 15px 15px;
    visibility: hidden;
}

    .active-services .service-item:nth-child(2n+1) {
        background-color: #74A600;
    }

    .active-services .service-item:nth-child(2n) {
        background-color: #8bbc15;
    }

    .active-services .service-item .icon {
        position: absolute;
        top: 10px;
        right: 20px;
        width: 60px;
    }


    .active-services .service-item p {
        margin-bottom: 0;
        text-align: justify;
    }

    .active-services .service-item h5 {
        margin-bottom: 0;
    }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.SearchForm {
    margin: 0px;
    margin-bottom: 15px;
}

    .SearchForm .form-control {
        font-size: 13px;
        height: 34px;
        border-radius: 0;
    }


    .SearchForm .row > div {
        padding-left: 5px;
    }

        .SearchForm .row > div:last-child {
            padding-left: 0;
        }

    .SearchForm .btn {
        width: 100%;
        margin: 0px;
        height: 34px;
        font-size: 13px;
    }

a:hover {
    text-decoration: none;
}

.nav-page {
    margin: 10px 0 10px 0;
}

    .nav-page ul {
        margin-bottom: 0;
    }

        .nav-page ul a {
            font-size: 15px;
            font-weight: bold;
            color: rgb(69, 144, 57);
        }

            .nav-page ul a:hover {
                color: rgb(85, 157, 73);
            }

.PagingDiv {
    text-align: right;
}

    .PagingDiv ul {
        margin: 0px;
    }

        .PagingDiv ul li {
            display: inline-block;
        }

    .PagingDiv .btn-outline-secondary {
        color: #546371;
        background-color: #FFF;
    }

.blog-post {
    margin: 15px 0;
    padding: 15px;
    min-height: 500px;
    background-color: #fff;
}

    .blog-post .img-major {
        width: 250px;
        margin-right: 21px;
        float: left;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        display: inline-block;
        height: 175.75px;
        margin-bottom: 10px;
    }

        .blog-post .img-major img {
            width: 100%;
            height: 100%;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
        }

    .blog-post .img-major2 img {
        border-radius: 4px;
        border: 10px solid #e0e0e9;
    }

    .blog-post .img-major2.show1 {
        opacity: 1;
        animation: imgMajor 1s ease-in-out;
    }

.full-desc.show1 {
    opacity: 1;
    animation: fullDesc 1s ease-in-out;
}

@keyframes fullDesc {
    0% {
        transform: translateX(1350px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes imgMajor {
    0% {
        transform: translateX(-1350px);
    }

    100% {
        transform: translateX(0);
    }
}

.overlayImage {
    background: rgba(0,77,143,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
}

    .overlayImage div {
        margin: 70px auto;
        transform: translateX(-100px);
        transition: transform 0.5s;
        -webkit-transition: transform 0.5s;
        -moz-transition: transform 0.5s;
        -o-transition: transform 0.5s;
    }

.overlayImage2 div {
    margin: 20px auto;
}

.blog-post .img-major:hover .overlayImage, .news-gallery:hover .overlayImage, .grid-magezin:hover .overlayImage, .magazin-list .magazin-pic:hover .overlayImage {
    opacity: 1;
}

    .blog-post .img-major:hover .overlayImage div, .blog-post .img-major:hover .overlayImage .slideView, .magazin-list .magazin-pic:hover .overlayImage div,
    .news-gallery:hover .overlayImage div, .news-gallery:hover .overlayImage .slideView, .grid-magezin:hover .slideView, .grid-magezin:hover .overlayImage div {
        transform: translateX(0);
    }

.post-details {
    overflow: hidden;
}

.slideView {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    background-color: #004D8F;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-bottom: 37px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

    .slideView i {
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin-top: 10px;
    }

.slideView {
    transform: translateX(-250px);
    transition-delay: 0.1s;
}

.overlay, .overlay2 {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.popUp.hide1, .popUp2.hide1 {
    opacity: 0;
}

.popUp.show, .popUp2.show {
    opacity: 1;
    animation: galerypop 1s ease-in-out;
    margin: 50px auto;
}

@keyframes galerypop {
    0% {
        opacity: 0;
        transform: rotate(180deg) scale(0);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
}

.popUpnews {
    width: 650px;
    position: relative;
    margin: 30px auto;
    max-width: 100%;
}

.img-overlay-newspaper img {
    max-width: 100%;
    display: block;
    width: 650px;
    height: 600px;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
}

.img-overlay img {
    max-width: 100%;
    display: block;
    max-height: 500px;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
}

.closePopUp, .closePopUp2 {
    position: absolute;
    top: 23px;
    right: 27px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-color: #222222;
    border: 3px solid #fff;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}

.closePopUp3 {
    position: absolute;
    top: 23px;
    right: -15px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-color: #222222;
    border: 3px solid #fff;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
}

    .closePopUp i, .closePopUp2 i, .closePopUp3 i {
        color: #fff;
        font-size: 18px;
        margin-left: 0;
    }

.blog-post .post-details > .item {
    display: inline-block;
    margin-left: 15px;
}

.blog-post .Ptitile {
    margin-bottom: 20px;
    font-size: 1.5rem !important;
}

.blog-post .colorGray {
    color: #888;
}

.blog-post .summery {
    color: #534545;
    margin-top: 10px;
    text-align: right;
    border-top: 1px solid #aca2a2;
    border-bottom: 1px solid #aca2a2;
    margin-bottom: 15px;
    padding: 10px 5px;
    text-align: justify;
}

.post-share {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #E9E9E9;
    overflow: hidden;
}

.form-control:focus {
    box-shadow: none;
}

.hide {
    display: none !important;
}

.Survery-section {
    position: relative;
    margin-top: 75px;
}

    .Survery-section .container-fluid {
        position: relative;
    }

    .Survery-section .back-survey-div {
        background-color: #ccc6bd;
        padding: 15px;
        min-height: 265px;
    }

    .Survery-section .survey-logo {
        position: absolute;
        width: 90px;
        border-radius: 50%;
        right: calc(50% - 45px);
        top: -60px;
    }

    .Survery-section .back-survey-div .back-img {
        position: absolute;
        left: 15px;
        top: 15px;
        bottom: 15px;
        width: 150px;
    }

    .Survery-section .Survey-item {
        color: #442303;
        width: 50%;
        padding: 15px;
    }

        .Survery-section .Survey-item .survey-title {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .Survery-section .Survey-item .Survey-answers .item {
            display: block;
        }

            .Survery-section .Survey-item .Survey-answers .item .vote {
                margin-right: 15px;
                color: #094938;
            }

            .Survery-section .Survey-item .Survey-answers .item label {
                margin-bottom: 5px;
                cursor: pointer;
            }

        /*.Survery-section .Survey-item .Survey-answers label:hover .fa:before {
                content: "\f111"
            }*/
        .Survery-section .Survey-item .Survey-answers label.active .fa:before {
            content: "\f111"
        }

    .Survery-section .back-img {
        width: 100%;
    }

    .Survery-section .Survey-answers {
        padding-right: 10px;
    }

    .Survery-section .alert {
        margin-bottom: 0;
        margin-top: 10px;
        text-align: center;
    }

.pb-3, .py-3 {
    padding-bottom: 0 !important;
}

.Slogan-section {
    background-color: #74a600;
    padding: 15px;
}

    .Slogan-section .slogan-text {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

#nav-briefdescription img {
    max-width: 100%;
}

.more-btn-div {
    text-align: center;
    margin: 15px;
}

.btn-More {
    border-radius: 20px;
    background: #8bbc15;
    color: #fff;
    padding: 5px 20px;
}

    .btn-More:hover {
        background: #bce656;
        color: #fff;
    }

main {
    padding-bottom: 15px;
    background-color: #efefef;
}

    main .container-fluid {
        padding-top: 15px;
    }

.searchItems .Fillters {
    padding-left: 10px;
}

    .searchItems .Fillters .contentFillter {
        padding: 1px;
        height: 100%;
    }

        .searchItems .Fillters .contentFillter .SearchKeyWords {
            padding: 10px;
        }

        .searchItems .Fillters .contentFillter .fillterItem {
            border: 1px solid #dedede;
            background-color: #fff;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 10px;
            -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
            box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
        }

            .searchItems .Fillters .contentFillter .fillterItem .header {
                margin-bottom: 10px;
                position: relative;
                cursor: pointer;
                font-weight: bold;
            }

                .searchItems .Fillters .contentFillter .fillterItem .header:after {
                    font-family: FontAwesome;
                    content: "\f107";
                    font-weight: bold;
                    position: absolute;
                    left: 10px;
                    top: -2px;
                }


            .searchItems .Fillters .contentFillter .fillterItem .valueItems {
                padding: 5px 10px;
                display: none;
            }

            .searchItems .Fillters .contentFillter .fillterItem.open .valueItems .priceFillter {
                padding: 10px;
            }

                .searchItems .Fillters .contentFillter .fillterItem.open .valueItems .priceFillter #amountrangepriceid {
                    margin-top: 15px;
                    font-size: 0.8em;
                }

                    .searchItems .Fillters .contentFillter .fillterItem.open .valueItems .priceFillter #amountrangepriceid p .Title {
                        font-weight: bold;
                    }

            .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv {
                margin-bottom: 10px;
            }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv input {
                    padding: 5px;
                    height: 30px;
                    line-height: normal;
                    border: 1px solid #b3cbed;
                    width: 100%;
                    color: #88a3ca;
                }

                    .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                        color: #b3cbed;
                    }

                    .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv input::-moz-placeholder { /* Firefox 19+ */
                        color: #b3cbed;
                    }

                    .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv input:-ms-input-placeholder { /* IE 10+ */
                        color: #b3cbed;
                    }

                    .searchItems .Fillters .contentFillter .fillterItem .valueItems .InputDiv input:-moz-placeholder { /* Firefox 18- */
                        color: #b3cbed;
                    }

            .searchItems .Fillters .contentFillter .fillterItem .valueItems .Item {
                padding: 2px 0px;
                display: flex;
                align-items: center;
                cursor: pointer;
            }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .Item.checked {
                    color: #035eb4;
                }

                .searchItems .Fillters .contentFillter .fillterItem .valueItems .Item .fa {
                    font-size: 1.2em;
                }

            .searchItems .Fillters .contentFillter .fillterItem .valueItems .closeopen {
                padding: 5px 0px;
                display: flex;
                align-items: center;
                cursor: pointer;
                color: #0a5194;
                font-weight: bold;
            }


            .searchItems .Fillters .contentFillter .fillterItem.open .header {
                font-size: 1.2em;
            }

                .searchItems .Fillters .contentFillter .fillterItem.open .header:after {
                    content: "\f106";
                }

            .searchItems .Fillters .contentFillter .fillterItem.open .valueItems {
                display: block;
                cursor: pointer;
            }

.searchItems .showItems {
    position: relative;
}

    .searchItems .showItems .AdvImage {
        box-shadow: 0 -1px 2px 1px rgba(149, 150, 151, 0.40);
    }

        .searchItems .showItems .AdvImage img {
            width: 100%;
        }

    .searchItems .showItems .sortItem {
        background-color: #fff;
        border: 1px solid #e6e6e6;
        color: #585454;
        border-radius: 5px;
    }

        .searchItems .showItems .sortItem .searchResualt {
            font-weight: bold;
            padding: 10px;
            position: relative;
        }

            .searchItems .showItems .sortItem .searchResualt .SelectListOrMap {
                position: absolute;
                left: 20px;
                top: 10px;
            }

                .searchItems .showItems .sortItem .searchResualt .SelectListOrMap > a {
                    display: inline-block;
                    margin-right: 5px;
                    cursor: pointer;
                }

                    .searchItems .showItems .sortItem .searchResualt .SelectListOrMap > a img {
                        width: 24px;
                    }


        .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems {
            text-align: left;
            vertical-align: baseline;
        }

            .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul {
                margin: 0px 10px;
            }

                .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul li {
                    display: inline-block;
                    padding: 5px 10px;
                    border-bottom: 2px solid #989898;
                    color: #989898;
                }

                    .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul li.Title {
                        font-weight: bold;
                    }

                    .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul li.Item {
                        cursor: pointer;
                    }

                        .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul li.Item:hover {
                            border-bottom-color: #d65820;
                            color: #d65820;
                        }

                        .searchItems .showItems .sortItem .SortITemAndKeyword .SortITems ul li.Item.select {
                            border-bottom-color: #d65820;
                            color: #d65820;
                        }

    .searchItems .showItems .ContentItems {
        margin: 5px 0px;
        display: block;
        overflow: hidden;
    }

        .searchItems .showItems .ContentItems .colItem {
            padding-left: 8px;
            padding-right: 8px;
            float: right;
        }

            .searchItems .showItems .ContentItems .colItem:nth-child(3n) {
                padding-left: 0px;
            }

            .searchItems .showItems .ContentItems .colItem:nth-child(3n+1) {
                padding-right: 0px;
            }

            .searchItems .showItems .ContentItems .colItem:nth-child(3n+2) {
                padding-right: 4px;
                padding-left: 4px;
            }

            .searchItems .showItems .ContentItems .colItem .property-inner .fa {
                padding: 0px;
            }

            .searchItems .showItems .ContentItems .colItem.show {
                opacity: 1;
                filter: alpha(opacity=100);
                animation: accessLink 0.8s ease-in-out;
                -webkit-animation: accessLink 0.8s ease-in-out;
                -moz-animation: accessLink 0.8s ease-in-out;
                -o-animation: accessLink 0.8s ease-in-out;
            }

.slider-handle {
    background-color: #4bad3b !important;
    background-image: -webkit-linear-gradient(top,#4bad3b 0,#4bad3b 100%) !important;
    background-image: -o-linear-gradient(top,#4bad3b 0,#4bad3b 100%) !important;
    background-image: linear-gradient(to bottom,#4bad3b 0,#4bad3b 100%) !important;
}

@keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
    }
}

@-moz-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8);
        -moz-transform: scale(.8);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        -moz-transform: scale(1);
    }
}

@-ms-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8);
        -ms-transform: scale(.8);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8);
        -webkit-transform: scale(.8);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-o-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8);
        -o-transform: scale(.8);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        -o-transform: scale(1);
    }
}

.showItems #ResultSearchItem {
    min-height: 400px;
}

    .showItems #ResultSearchItem #SearchMapDiv {
        background-color: #fff;
        margin: 5px 0px;
        height: 620px;
    }

.showItems .contentSearch {
    position: relative;
}


    .showItems .contentSearch #ovelay {
        display: none;
        background-color: rgba(35, 35, 35, 0.13);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 20;
        padding-bottom: 12px;
    }

        .showItems .contentSearch #ovelay.active {
            display: block;
            display: flex;
            align-items: center;
        }

        .showItems .contentSearch #ovelay > div {
            width: 100%;
            text-align: center;
            z-index: 22;
        }

            .showItems .contentSearch #ovelay > div img {
                width: 100px;
            }

.form-control {
    font-size: 13px;
}


.lastNews .body {
    padding: 0 8px 3px
}

.lastNews .title,
.title-sec {
    border-bottom: 3px solid #55cf9c;
    margin-bottom: 30px;
    padding-bottom: 0;
    position: relative
}

    .lastNews .title span,
    .title-sec span {
        padding: 12px 33px;
        background-color: #55cf9c;
        color: #fff;
        font-size: 15px;
        text-align: center;
        border-radius: 19px 0;
        position: absolute;
        top: -20px;
        display: inline-block
    }

.Figure-category {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    background: #030c17
}

    .Figure-category a figcaption {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Figure-category a figcaption,
    .Figure-category figure a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 2em
    }

    .Figure-category a {
        width: 100%;
        height: 100%;
        display: block
    }

    .Figure-category img {
        width: 100%;
        opacity: .9;
        -webkit-transition: opacity .35s;
        transition: opacity .35s
    }

    .Figure-category figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 2px solid #fff;
        box-shadow: 0 0 0 30px rgba(255, 255, 255, .2);
        content: '';
        opacity: 0;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        -webkit-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1)
    }

    .Figure-category h2 {
        -webkit-transition: -webkit-transform .35s;
        transition: transform .35s;
        color: #fff;
        text-align: center;
        font-size: 20px
    }

    .Figure-category:hover h2 {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .Figure-category:hover figcaption::before {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    .Figure-category:hover figcaption {
        background-color: rgba(58, 52, 42, 0)
    }

    .Figure-category:hover img {
        opacity: .4
    }

.owlGalleries .Figure-category a figcaption {
    align-items: end;
}

.owlGalleries .Figure-category h2 {
    color: #fff;
    text-align: center;
    font-size: 13px
}

.owlGalleries .Figure-category a figcaption, .Figure-category figure a {
    padding-bottom: 10px;
}

.Figure-category,
.grid-gallery {
    /*box-shadow: 0 5px 10px rgba(0, 0, 0, .4);*/
    margin-bottom: 20px;
    border: 1px solid rgb(69, 144, 57);
}

    .Figure-category.show,
    .grid-gallery.show {
        opacity: 1;
        filter: alpha(opacity=100);
        animation: accessLink 1s ease-in-out;
        -webkit-animation: accessLink 1s ease-in-out;
        -moz-animation: accessLink 1s ease-in-out;
        -o-animation: accessLink 1s ease-in-out
    }

.grid-gallery {
    height: 220px;
    transition: .5s;
    -webkit-transition: .5s;
    position: relative
}

    .grid-gallery .more-see {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        background-color: #000;
        overflow: hidden
    }

    .grid-gallery:hover img {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2)
    }

    .grid-gallery img {
        width: 100%;
        height: 100%;
        opacity: .8;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s
    }

    .grid-gallery figcaption {
        padding: 20px;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 52%
    }

        .grid-gallery figcaption a {
            width: 100%;
            font-size: 16px;
            color: #fff;
            display: block;
            margin-top: 30px
        }

            .grid-gallery figcaption a h4 {
                font-size: 16px;
                text-align: center;
            }

.icon-video, .icon-video > img {
    margin: auto;
    z-index: 1;
    top: 0;
}

    .icon-video, .icon-video > img {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

.icon-video {
    background: url('../images/spritesheet.png') -5px -39px !important;
    display: block;
    width: 40px;
    height: 40px
}

    .icon-video > img {
        width: 30px !important;
        height: 30px !important;
        opacity: 1
    }

@keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1)
    }
}

@-moz-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8);
        -moz-transform: scale(.8)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        -moz-transform: scale(1)
    }
}

@-ms-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8);
        -ms-transform: scale(.8)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        -ms-transform: scale(1)
    }
}

@-webkit-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8);
        -webkit-transform: scale(.8)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-o-keyframes accessLink {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(.8);
        -o-transform: scale(.8)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
        -o-transform: scale(1)
    }
}

.news-gallery,
.news-gallery2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    border: 4px solid #fff;
    box-shadow: 0 1px 6px -2px #000;
    -webkit-box-shadow: 0 1px 6px -2px #000;
    margin-top: 5px
}

    .news-gallery img,
    .news-gallery2 img {
        width: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s
    }

.div-box {
    /*box-shadow: 0 1px 2px 0 #eef0f5, 0 -1px 2px 0 #eef0f5;*/
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.product-item {
    padding: 15px;
}

    .product-item .product-images {
        border-left: 1px solid #eee;
    }

        .product-item .product-images .main-image-div {
            text-align: center;
            padding: 5px;
            margin-bottom: 5px;
            cursor: zoom-in;
        }

            .product-item .product-images .main-image-div .main-image {
                max-width: 100%;
            }

        .product-item .product-images .image-items {
            text-align: center;
            padding: 0 5px;
        }

            .product-item .product-images .image-items figure {
                margin-bottom: 0;
                cursor: pointer;
            }

    .product-item .product-price {
        background-color: #eee;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

        .product-item .product-price .price {
            font-size: 24px;
            color: #4bad3b;
        }

        .product-item .product-price .no-price {
            font-size: 14px;
            color: #d73763;
            text-align: center;
        }

    .product-item .product-main-features {
    }

        .product-item .product-main-features .product-farsi-name {
            margin-bottom: 10px;
        }

        .product-item .product-main-features .product-english-name {
            font-size: 0.8em;
            color: #a7a7a7;
        }

        .product-item .product-main-features .pr-12 {
            margin-bottom: 10px;
        }

        .product-item .product-main-features .pr-13 .title-1 {
            margin-top: 10px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .product-item .product-main-features .pr-13 .item-2 {
            color: rgb(157, 157, 157);
            display: flex;
            align-items: center;
            padding-right: 10px;
            margin-bottom: 3px;
        }

            .product-item .product-main-features .pr-13 .item-2 .fa {
                font-size: 0.8em;
            }

.proc-items [class*="col-"] .Product-item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.Product-item {
    position: relative;
    border: 1px solid #dcdbdb;
    background-color: #fff;
    border-radius: 5px;
}

    .Product-item .container-img {
        padding: 5px;
    }

        .Product-item .container-img .img-responsive {
            width: 100%;
        }


    .Product-item figcaption {
        padding: 10px;
    }

        .Product-item figcaption .farsi-title {
            font-size: 15px;
            color: #333;
            text-align: center;
            height: 37px;
            overflow: hidden;
        }

        .Product-item figcaption .price {
            font-weight: bold;
            text-align: center;
        }

    .Product-item:hover figcaption {
    }

.krajee-default.file-preview-frame .kv-file-content {
    width: 190px;
}

.product-tab {
    margin-top: 10px;
    margin-bottom: 15px;
}

    .product-tab .tab-content {
        padding: 15px;
        border: 1px solid #dee2e6;
        border-top: none;
        background: #fff;
    }


        .product-tab .tab-content .SepcialFeatureCategoryName {
            display: flex;
            align-items: center;
            padding: 10px 0px;
            color: #225a83;
            font-weight: bold;
        }

        .product-tab .tab-content .SpecialFeatureItemDiv .SPecialFeatureName {
            border-radius: 0px;
            background: rgb(249,249,249);
            padding: 8px 12px;
            margin-bottom: 5px;
        }

        .product-tab .tab-content .SpecialFeatureItemDiv .col-xs-5 {
            padding-left: 10px;
        }

        .product-tab .tab-content .SpecialFeatureItemDiv .SPecialFeatureValue {
            border-radius: 0px;
            background-color: rgb(251,251,251);
            padding: 8px 12px;
            margin-bottom: 10px;
        }

.product-comments-block-tab {
    overflow: hidden;
}

    .product-comments-block-tab .fa {
        line-height: inherit;
    }

    .product-comments-block-tab .reviewRating {
        color: #ff9900;
    }

    .product-comments-block-tab .comment {
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .product-comments-block-tab .comment:first-child {
            padding-top: 0;
        }

        .product-comments-block-tab .comment:last-child {
            padding-bottom: 0;
        }

    .product-comments-block-tab .btn-comment {
        padding: 5px 15px;
        border: 1px solid #eaeaea;
        float: right;
        margin-top: 15px;
    }

    .product-comments-block-tab .comment .commnet-dettail {
        border-bottom: 1px dotted #eaeaea;
        padding-bottom: 10px;
        padding-right: 0px;
    }

        .product-comments-block-tab .comment .commnet-dettail .AuthorInfo {
            font-weight: bold;
        }

        .product-comments-block-tab .comment .commnet-dettail .CommentDetails {
            color: #444343;
        }

        .product-comments-block-tab .comment .commnet-dettail .VerifyBuSeller {
            border-right: 1px dotted #ddd;
            padding: 0px 5px;
            margin-right: 5px;
            color: #28831d;
            font-weight: normal;
        }

        .product-comments-block-tab .comment .commnet-dettail .LikeDislike a {
            display: inline-block;
            margin-left: 10px;
        }

            .product-comments-block-tab .comment .commnet-dettail .LikeDislike a.LikeComment {
                border: 1px solid #009966;
                color: #009966;
            }

                .product-comments-block-tab .comment .commnet-dettail .LikeDislike a.LikeComment:hover {
                    background-color: #009966;
                    color: #fff;
                }

            .product-comments-block-tab .comment .commnet-dettail .LikeDislike a.DisLikeComment {
                border: 1px solid #d80000;
                color: #d80000;
            }

                .product-comments-block-tab .comment .commnet-dettail .LikeDislike a.DisLikeComment:hover {
                    background-color: #e15252;
                    color: #fff;
                }

            .product-comments-block-tab .comment .commnet-dettail .LikeDislike a .fa {
                padding: 0px;
                padding-right: 5px;
            }

    .product-comments-block-tab .comment:last-child .commnet-dettail {
        border-bottom: none;
    }

    .product-comments-block-tab .comment .author img {
        border: 1px solid #eee;
        float: left;
    }

.modal-product-images .main-image-div {
    text-align: center;
    padding: 5px;
    cursor: zoom-in;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-product-images .main-image-div img {
        max-width: 100%;
    }

.modal-product-images .image-items {
    max-height: 400px;
    overflow-y: auto;
}

    .modal-product-images .image-items figure {
        padding-left: 10px;
        margin-bottom: 10px;
    }

        .modal-product-images .image-items figure img {
            -webkit-filter: sepia(0);
            filter: sepia(0);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            cursor: pointer;
        }

            .modal-product-images .image-items figure img.select {
                border: 1px solid #1458b7;
            }

        .modal-product-images .image-items figure:hover img {
            -webkit-filter: sepia(100%);
            filter: sepia(100%);
        }

.modal-header {
    padding: 15px;
}

    .modal-header .close {
        margin: initial;
        padding: 0;
    }

a:not([href]) {
    cursor: pointer;
}

.logo-top {
    padding: 5px;
    position: relative;
}

    .logo-top .login-ul {
        display: inline;
        padding-right: 0;
        float: initial;
    }

        .logo-top .login-ul li {
            margin-left: 10px;
        }

            .logo-top .login-ul li .logout-form .btn {
                font-size: 14px;
            }

    .logo-top .logo {
        height: 60px;
    }

    .logo-top .row div[class*=col-] {
        display: flex;
        align-items: center;
    }

.logout-form .btn {
    font-size: initial;
}



header .top-banner {
    height: 30px;
    background-color: #4d943b;
}


.dropdown-toggle {
    position: relative;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-item:hover > .nav-link {
    color: rgb(234, 194, 0) !important;
}

ul.navbar-nav li .dropdown-toggle::after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: initial;
    vertical-align: initial;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

ul.navbar-nav li ul li .dropdown-toggle::after {
    content: "\f104";
    position: absolute;
    left: 5px;
}

.dropdown-menu-left {
    top: 0;
    right: 100%;
}

.carousel-caption {
    top: initial;
    background-color: rgb(90 90 90 / 0.60);
    border-radius: 5px;
    padding: 10px;
}

    .carousel-caption h3 {
        font-size: 30px;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    .carousel-caption a {
        font-size: 16px;
    }

header .navbar-nav {
    display: flex;
    align-items: center;
}

header .top-banner {
    height: 30px;
    background-color: #4d943b;
}


.sidenav-btn .bi-hdd-stack {
    font-size: 25px;
    padding-left: 10px;
}

footer {
    background-color: #4e3526;
    padding: 30px 15px;
    color: #fff;
}

    footer h5 {
        color: #fff;
        margin-bottom: 15px;
    }

    footer .link-items {
        padding-right: 10px;
    }

        footer .link-items li {
            margin-bottom: 10px;
        }

            footer .link-items li a {
                display: flex;
                align-items: center;
                color: #fff;
            }

                footer .link-items li a:hover {
                    color: #d9d9d9;
                }

                footer .link-items li a .link-icon {
                    width: 24px;
                    margin-left: 5px;
                }

                footer .link-items li a .link-icon {
                    width: 24px;
                    margin-left: 5px;
                }

    footer .contact-items {
        color: #fff;
        padding-right: 10px;
        font-size: 13px;
    }

        footer .contact-items li {
            margin-bottom: 8px;
            position: relative;
            padding-right: 20px;
            text-align: justify;
            display: flex;
            align-items: center;
        }

            footer .contact-items li .fa {
                position: absolute;
                right: 0;
                color: #dc7c4a
            }

            footer .contact-items li .address {
                white-space: pre-line;
            }

.min-logo {
    height: 40px;
    display: none;
}

.footer-text {
    padding: 15px;
    background-color: #202c35;
    text-align: center;
}

.mobile-menu-section {
    position: fixed !important;
    top: 0;
    z-index: 20;
    background-color: #fff;
    border-bottom: 1px solid #999;
}

.img-thumbnail {
    border-radius: 5px;
    border: 3px solid #fff;
}

.more-btn-div {
    text-align: center;
    margin: 15px;
}

.btn-More {
    border-radius: 20px;
    background: #1e0a06;
    color: #fff;
    padding: 5px 20px;
}

    .btn-More:hover {
        background: #351812;
        color: #fff;
    }

.product-section-title, .news-section-title {
    padding: 10px 20px;
    padding-top: 20px;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #1e0a06;
}

#owlNews {
    visibility: hidden;
}

.DisableItems {
    pointer-events: none;
    position: relative;
    background-color: initial;
    border-radius: 5px;
    min-height: 100px;
}

    .DisableItems::after {
        content: url('../images/loading.gif');
        color: #2b71e0;
        width: 100%;
        top: calc(50% - 23px);
        left: 0;
        text-align: center;
        position: absolute;
    }

    .DisableItems * {
        pointer-events: none;
        opacity: 0;
    }

.DisableItemsSelect {
    pointer-events: none;
    opacity: 0.3;
}

.DisableButton {
    pointer-events: none;
    opacity: 0.3;
}

.document-items [class*=col-] {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 6px;
}

    .document-items [class*=col-]:nth-child(3n+3) {
        padding-left: 0;
    }

    .document-items [class*=col-]:nth-child(3n+1) {
        padding-right: 0;
    }

    .document-items [class*=col-]:nth-child(3n+2) {
        padding-left: 2px;
        padding-right: 2px;
    }

.document-item {
    background-color: #eee;
    margin-bottom: 0;
}

    .document-item .container-img {
        position: relative;
        overflow: hidden;
    }



        .document-item .container-img .doc-image {
            width: 100%;
        }


    .document-item figcaption {
        background-color: #fff;
        padding: 10px;
    }

        .document-item figcaption a {
            color: #303030;
        }

            .document-item figcaption a .doc-title {
                font-size: 14px;
                font-weight: bold;
                color: #303030;
                white-space: nowrap;
                overflow: hidden !important;
                text-overflow: ellipsis;
                margin-bottom: 10px;
                margin-top: 10px;
            }

            .document-item figcaption a .summery-title {
                font-size: 13px;
                text-align: justify;
                height: 60px;
                overflow: hidden;
            }

    .document-item:hover figcaption {
        background-color: #f7e9d8;
    }

        .document-item:hover figcaption a {
            text-decoration: none;
            color: #b6b7b7;
        }

.slide-section .carousel-indicators {
    right: 0;
    margin-right: 0;
    padding-right: 0;
}

.cart {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    left: -300px;
    transition: ease all 1s;
    width: 300px;
    z-index: 100;
}

    .cart.open {
        left: 0;
        transition: ease all 1s;
    }

    .cart.open-cart {
        left: 0 !important;
        transition: ease all 1s;
    }

.cart-items .no-item {
    border: 1px dashed #faebb2;
}

.cart-items .cart-item .pic {
    position: relative;
}

    .cart-items .cart-item .pic .removefromcart {
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: -10px;
        padding: 0px 5px;
        color: #fff;
        background-color: #f21f45;
        border-radius: 50%;
        line-height: normal
    }

        .cart-items .cart-item .pic .removefromcart:hover {
            background-color: #ff2b2b;
        }

        .cart-items .cart-item .pic .removefromcart .fa {
            margin-left: 0;
        }

    .cart-items .cart-item .pic img {
        width: 100%;
    }

.cart-items .cart-item .count-basket .qty .input-group-addon {
    display: flex;
    align-items: center;
    color: #333;
    height: 24px;
    cursor: pointer;
    padding: 3px;
}

    .cart-items .cart-item .count-basket .qty .input-group-addon .fa {
        margin-left: 0;
    }

.cart-items .cart-item .count-basket .qty .countProduct {
    height: 24px;
    text-align: center;
}

.shoppingcart-div .cart-items .cart-item .count-basket .qty .input-group-addon {
    border: 1px solid #ced4da;
    height: 38px;
}

.shoppingcart-div .cart-items .cart-item .count-basket .qty .countProduct {
    height: 38px;
}

.shoppingcart-div .cart-items .cart-item .pic .removefromcart {
}

.custom-control-label {
    padding-right: 26px;
}

    .custom-control-label::before {
        top: calc(50% - 8px);
        right: 0;
        left: initial;
    }

    .custom-control-label::after {
        top: calc(50% - 8px);
        right: 0;
        left: initial;
    }

    .custom-control-label img {
        width: 100%;
        transition: all ease-out 0.2s;
    }

.custom-control-input:checked ~ .custom-control-label img {
    border: 2px solid #007bff;
    padding: 5px;
    border-radius: 10px;
    transition: all ease-out 0.2s;
}

.cart_overlay {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: url("/Images/icon-close.png"), auto;
    display: none;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 220;
}

.cart-button {
    padding: 15px;
    padding-left: 0;
    cursor: pointer;
    color: #fff;
}

    .cart-button .fa {
        font-size: 25px;
    }

.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        height: 38px;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    left: 1px;
    right: auto;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 0;
    }

textarea:focus, input:focus {
    outline: none;
}

.datepicker-plot-area {
    font-family: 'IRANSans' !important;
}

.examregister .section {
    padding: 5px 10px;
    border-top-left-radius: 10px;
    background: #3fab74;
    margin-bottom: 0;
    color: #fff;
}

.btn-file {
    padding: 4px 10px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.three-top-news .news-item {
    position: relative;
}

    .three-top-news .news-item img {
        filter: sepia(0);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .three-top-news .news-item:hover img {
        -webkit-filter: sepia(100%);
        filter: sepia(100%);
    }

    .three-top-news .news-item figcaption {
        position: absolute;
        bottom: 0;
        background-color: rgb(8 9 13 / 0.59);
        color: #fff;
        width: 100%;
        padding: 20px;
        font-weight: bold;
        font-size: 14px;
    }

.selected-top-news-title {
    background-color: #004d1d !important;
}

.right-slide-left-product .carousel-item img {
    border-radius: 5px;
}

.Stars .fa {
    color: #f3dbb3;
}

#DicountCodeForm #DiscountCode {
    height: 37.3px;
}

#DicountCodeForm .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#DicountCodeForm .input-group-addon:last-child {
    border-left: none;
}

.header-search-form {
    border: 1px solid #999;
    border-radius: 3px;
}

    .header-search-form .form-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: 0;
    }

    .header-search-form .btn-search {
        background-color: #6c757d;
        color: #fff;
    }

.ennamad img {
    background-color: #fff;
    border-radius: 10px;
    max-width: 200px;
}

.CustomerAds-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

    .CustomerAds-item .container-img {
        padding: 0 10px;
        margin-bottom: 15px;
    }

        .CustomerAds-item .container-img .img-responsive {
            width: 100%;
        }

    .CustomerAds-item figcaption a {
        color: #7d8ec6;
    }

        .CustomerAds-item figcaption a .customerads-title {
            font-weight: bold;
        }

    .CustomerAds-item figcaption .address-title {
        position: relative;
    }

        .CustomerAds-item figcaption .address-title .social-items {
            position: absolute;
            text-align: left;
            left: 0px;
            bottom: 0;
        }

            .CustomerAds-item figcaption .address-title .social-items a {
                margin-right: 5px;
                font-size: 20px;
            }

                .CustomerAds-item figcaption .address-title .social-items a .bi-instagram {
                    color: #e94783
                }

                .CustomerAds-item figcaption .address-title .social-items a .bi-telegram {
                    color: #42a3e5
                }

                .CustomerAds-item figcaption .address-title .social-items a .bi-whatsapp {
                    color: #55cf9c
                }

.CustomerAds .social-items a {
    margin-right: 5px;
    font-size: 20px;
}

    .CustomerAds .social-items a .bi-instagram {
        color: #e94783
    }

    .CustomerAds .social-items a .bi-telegram {
        color: #42a3e5
    }

    .CustomerAds .social-items a .bi-whatsapp {
        color: #55cf9c
    }

.customer-post .card {
    color: #494949;
    position: relative;
}

.customer-post .card:hover {
    color: #a0b4cf;
}
    .customer-post .card .icon-video {
        position: absolute;
        top: -134px;
    }

    .customer-post .card .card-text {
        height: 65px;
        overflow-y: hidden;
    }

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(91, 91, 91, 0.50);
}
