@charset "utf-8";

/*طراحی شده توسط تیم توسعه ویبان - تمامی حقوق برای شبدیز محفوظ می باشد - 1396-2017 - https://viban.ir/ */

body {
    font-family: IRANSans;
    background: #989898;
    background: #fff;
    background-blend-mode: multiply, multiply;
    background-attachment: fixed;
    padding-bottom: 0px;
    position: relative;
}

#order {
    background-color: #11b8d6;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
    padding: 15px;
    padding-left: 100px;
    border-radius: 15px;
    transition: .2s ease;
}

#order:hover {
    padding-left: 100px;
    transition: .2s ease;
}

#order img {
    max-width: 40px;
}

#order p {
    position: absolute;
    top: 25px;
    left: 10px;
    color: #FFFFFF;
    font-size: 16px;
    transition: .1s ease;
    white-space: nowrap;
    opacity: 1;
}

#order:hover p {
    transition: 1s ease;
    opacity: 1;
}

a:hover {
    text-decoration: none !important;
    transition: .2s;
}

a {
    transition: .2s;
}

button {
    font-family: IRANSans !important;
}

::placeholder {
    color: #858585 !important;
}

.center-block {
    margin: 0 auto;
    display: block;
}


/*-----------------------TOP BAR--------------------*/

.top-bar-color {
    width: 100%;
    height: 7px;
    background-color: #1e88e5;
}

.navbar-collapse {
    direction: rtl !important;
}

.dropdown-menu .dropdown-item {
    text-align: right !important;
    direction: rtl !important;
}

.navbar .navbar-nav .nav-link {
    text-align: right !important;
    direction: rtl !important;
}

.navbar a {
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #555555 !important;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 10px !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    margin-bottom: -29px !important;
    margin-top: -29px !important;
}

.navbar .navbar-nav .nav-item.active .nav-link {
    border-radius: 0px !important;
    border-bottom: 3px solid #11b8d6;
    background-color: transparent !important;
}

.navbar .navbar-nav .nav-link {
    transition: background-color .2s ease-in-out;
}

.navbar .navbar-nav .nav-link:hover {
    background-color: #f4f4f4 !important;
    border-bottom: 2px solid #f4f4f4;
    transition: background-color .2s ease-in-out;
}

.dropdown-menu {
    right: 0 !important;
    left: auto !important;
    float: right !important;
    border-radius: 0px !important;
    box-shadow: 0px 2px 2px 1px rgba(102, 102, 102, .3) !important;
    margin-top: 20px !important;
}

.navbar .navbar-toggler.navbar-toggler-right {
    padding-right: 0;
    top: 8px;
}

.logo {
    width: 80px;
    margin-bottom: -5px !important;
}

.top-icon {
    width: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.top-icon2 {
    width: 23px;
    margin-top: 10px;
    margin-left: 10px;
}

.top-lang {
    padding-top: 15px !important;
    display: inline-block !important;
}

.top-tell {
    padding-top: 15px !important;
    display: inline-block !important;
    margin-left: 7px;
}

.top-tell span {
    font-size: 20px;
}

.top-lang span {
    font-weight: 100 !important;
    font-size: 19px !important;
    margin-left: 10px;
    color: #000;
}

.navbar .navbar-toggler-bar {
    background: #1e88e5;
}


/*-----------------------NEWSLETTER--------------------*/

#newsletter {
    padding: 60px 0px;
    background-color: #fff;
    background-size: cover;
    background-attachment: fixed;
    direction: rtl;
    /*margin-top: 20px;*/
    margin-bottom: -30px;
}

.nl-title-container {
    padding: 15px;
}

#newsletter h2 {
    color: #11b8d6;
    font-weight: 300 !important;
    margin: 0px;
    font-size: 25px;
    line-height: 50px;
}

.nl-bt-container {
    direction: ltr;
    padding-left: 15px;
}

.nl-bt-container button {
    color: #11b8d6 !important;
    border-color: #11b8d6 !important;
    margin-top: 20px;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.nl-bt-container button:hover {
    color: #11b8d6 !important;
    border-color: #11b8d6 !important;
    margin-top: 20px;
    background-color: #fff !important;
    font-weight: 500 !important;
}


/*-----------------Modal------------------*/

.modal-header {
    text-align: center !important;
    font-family: IRANSans;
    display: block !important;
    margin-top: 0px !important;
}

.modal-header h4 {
    font-weight: 600px !important;
    font-size: 18px !important;
    direction: rtl !important;
    text-align: center !important;
    color: #1e88e5;
    margin-top: 0px !important;
}

.modal-footer {
    margin: 0px auto;
}

.modal-footer button {
    margin: 0px 5px !important;
    padding: 5px 25px !important;
}

.input-group .fa {
    color: #1e88e5 !important;
}

.close {
    color: #1e88e5 !important;
    margin-top: -15px !important;
    display: block !important;
}

.fainput {
    direction: rtl !important;
    text-align: right !important;
    font-family: IRANSans !important;
}

.modal-open {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-right: 0px !important;
}


/*-----------------------FOOTER--------------------*/

#footer {
    background-color: #2e2e2e;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    direction: rtl;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-menu-container {
    text-align: center !important;
}

.footer-menu {
    display: inline-block;
    margin: 5px 3px;
    border-left: #5a5959 1px solid;
    padding-left: 8px;
}

.footer-menu a {
    color: #FFFFFF;
    text-align: center !important;
    font-size: 12px;
}

.footer-social-container {
    text-align: center !important;
    padding-top: 20px;
}

.footer-social {
    display: inline-block;
    margin: 5px 3px;
    padding-left: 8px;
}

.footer-social a {
    color: #FFFFFF;
    text-align: center !important;
    font-size: 20px;
}

.footer-copyright-container {
    text-align: center !important;
    padding-top: 20px;
}

.footer-copyright-container p {
    color: #FFFFFF;
    font-size: 12px;
}

.footer-copyright-container img {
    width: 35px;
    margin-right: 3px;
    margin-top: -5px;
}


/*---------------------SEARCH------------------*/

.modal-body {
    max-height: 500px !important;
    overflow-y: auto;
}

.result-allsearch {
    overflow-y: auto;
    max-height: 500px !important;
}

.search-record {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    height: auto;
    background-color: #F0F0F0;
    border-radius: 40px;
    direction: rtl;
    padding-top: 5px;
    margin-top: 15px;
    position: relative;
}

.search-record img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    float: right;
}

.search-record a {
    display: block;
    margin-right: 10px;
    font-size: 13px !important;
    float: right;
    overflow: hidden;
}

.search-record span {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 11px;
    color: #555555;
}

@media (max-width: 375px) {
    .search-record span {
        position: relative;
        left: 0px;
        top: 0px;
    }
}

.enamad {
    width: 100px !important;
    background-color: #7d7d7d;
    border-radius: 3px;
    margin-top: 15px !important;
    padding: 3px;
}