﻿@font-face {
    font-family: myfont;
    src: url(../Fonts/iransans/IRANSans-web.woff2);
}

body {
    overflow-y: scroll;
    direction: rtl;
    font-family: myfont !important;
    font-size: 12px !important;
    margin: 0;
    padding: 0;
}

    body.English {
        text-align: left;
        direction: ltr;
    }

        body.English .box-right {
            float: left;
            left: 10px;
            text-align: left;
        }

        body.English .box-left {
            float: right;
            text-align: left;
        }

        body.English .box-footer-enamad {
            right: 30px;
            left: unset;
        }

        body.English .box-leftpage {
            float: right;
        }

        body.English .box-left-container-left img {
            float: right;
        }

        body.English .box-left-name {
            float: left;
            margin: 10px 0 0 10px;
        }

        body.English .box-left-container-left h5 {
            text-align: left;
        }

        body.English .box-left-location {
            margin-left: 5px;
        }

        body.English .h {
            margin-left: 5px;
        }

        body.English .box-city {
            padding: 0px;
        }

            body.English .box-city li {
                float: left;
            }

        body.English .box-container-details-left {
            float: right;
        }

        body.English .box-container-details-right {
            float: left;
            text-align:left;
        }
        body.English .box-container-details-right-price-items span {
            float: left;
        }
        body.English .box-container-details-right-price-items a {
            float: right;
        }

@media only screen and (min-width: 1222px) {
    body.English .txt-search-TEXT {
        float: left;
    }
}

.botton-menu {
    display: none !important;
}

#close-category {
    display: none;
}

#home1 {
    clear: both;
}

    #home1 input {
        padding: 10px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #DEDEDE;
        width: 50%;
    }

.main-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-custom-tabs {
    margin-bottom: 10px !important;
}

.dropbtn {
    background: #fff;
    color: #707070 !important;
    padding: 19px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #F2F2F2;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
}

#menuadvanced input {
    padding-right: 5px;
    padding-left: 5px;
}

#dnlApp {
    background-color: whitesmoke;
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding-top: 2px;
    display: inline-block;
}

#home1 input:focus, #menuadvanced input:focus {
    -moz-box-shadow: 0 0 2px 2px #00bfd6;
    -webkit-box-shadow: 0 0 2px 2px #00bfd6;
    box-shadow: 0 0 2px 2px #00bfd6;
    border: none !important;
}

#quick {
    color: #0000ff;
    font-size: 14px;
    margin-right: 20px;
    border: 1px solid #0000ff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

#divAppLink {
    border-bottom: 1px solid rgb(192, 12, 26);
    border-top: 1px solid rgb(192, 12, 26);
    width: 100%;
    padding: 10px;
    margin: auto;
    /* border-radius: 10px; */
}

#applink {
    color: rgb(192, 12, 26);
    font-family: 'myfont';
    font-size: 3vw;
}

#wait1 {
    width: 80%;
    height: 26%;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 40px;
    float: left;
    text-align: center;
    z-index: 1;
    border: none;
}

.changewidthwait {
    height: 20%;
}

.box-wait-loading1 {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 10px auto;
}

    .box-wait-loading1 p {
        font-weight: bold;
        color: #d8d8d8;
        font-size: 25px;
    }



#wait {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 5;
}


.box-wait-loading {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 20% auto;
}

    .box-wait-loading p {
        font-weight: bold;
        color: #d8d8d8;
        font-size: 25px;
    }


.box-fixed {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.82);
}



.box-city-search {
    width: 860px;
    height: auto;
    background-color: #fff;
    margin: 50px auto;
    border: 1px solid #444;
}

.box-city {
    float: right;
    list-style-type: none;
    width: 100%;
    margin-bottom: 50px;
}

    .box-city li {
        width: 140px;
        height: auto;
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
        border: 1px solid #333366;
        text-align: center;
    }

        .box-city li a {
            font-weight: bold;
            padding: 5px 0;
            display: block;
            background-color: #fff;
            color: #333366;
            text-decoration: none;
        }

            .box-city li a:hover {
                background-color: #333366;
                color: #fff;
            }


.spanclose {
    color: #373737;
    float: left;
    margin-left: 20px;
    cursor: pointer;
    font-weight: bold;
}

    .spanclose:hover,
    .spanclose:focus {
        font-weight: bold;
        color: #000;
        cursor: pointer;
    }

.txtsearch {
    margin: 30px auto;
    margin-right: 20px;
    border: 1px solid #ccaacc;
    width: 95%;
    height: 40px;
}

.btn-city {
    width: 140px;
    height: 32px;
    padding-top: 8px;
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    color: #333366;
    border: 1px solid #333366;
    text-align: center;
}

    .btn-city:hover {
        background-color: #333366;
        color: #fff;
    }

    .btn-city a {
        text-decoration: none;
        color: #000;
        width: 100%;
        height: 100%;
        text-align: center;
    }

#box-city-search-top {
    color: #27274f;
    border-bottom: 3px solid #eceeef;
    font-size: 25px;
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-left: unset;
    padding-right: unset;
}

    #box-city-search-top span {
        margin-right: 20px;
    }

.box-citysearch {
    width: 100%;
    margin: auto;
    height: auto;
    margin-left: 15px;
}

.img-menu {
    display: none;
}

.btn-send1 {
    display: none;
}

#box-top {
    width: 100%;
    height: 65px;
    position: fixed;
    border-bottom: 1px solid #EDEDED;
    background-color: #fff;
    z-index: 3;
}

.dropdown-content {
    top: 100%;
}

#box-city {
    float: right;
    width: auto;
    height: auto;
    margin-right: 30px;
    margin-top: 10px;
}

    #box-city > a {
        display: inline-block;
        width: 40px;
        height: 40px;
    }

        #box-city > a > img {
            float: right;
            width: 100%;
            height: 100%;
        }

    #box-city input[type=button] {
        float: right;
        min-width: 60px;
        height: 40px;
        background-color: #fff;
        border: 1px solid #eee;
        border-left: none;
    }



.img-city {
    float: left;
    height: 40px;
    width: 40px;
    border: 1px solid #eee;
    border-right: none;
    cursor: pointer;
}

.box-bordercity {
    margin-right: 18px;
    border-radius: 3px;
    display: inline-block;
    width: auto;
    height: auto;
}

    .box-bordercity:hover {
        border: 0.1px solid #ddd;
    }

.btn-send {
    display: block;
    font-weight: bold !important;
    float: left !important;
    height: 40px;
    padding: 0 20px !important;
    background-color: #333366 !important;
    color: #fff !important;
    border: none !important;
    font-family: myfont !important;
    margin-top: 10px !important;
    margin-left: 20px !important;
    cursor: pointer !important;
    border-radius: 4px !important;
}

#btnsend {
    height: 40px !important;
    background-color: #333366 !important;
    color: #fff;
}



.btn-send:hover {
    background-color: #7bc57b;
}

.box-ul {
    display: block;
    padding-top: 20px;
    float: right !important;
    width: auto;
    height: 60px;
    margin-right: 20px;
}

    .box-ul ul {
        float: right;
        list-style: none;
        margin: 0;
    }

        .box-ul ul li {
            float: right;
            background-color: transparent !important;
            padding-left: 20px;
            margin: 0;
        }

            .box-ul ul li a {
                color: #707070 !important;
                font-size: 14px;
                text-decoration: none;
            }

                .box-ul ul li a:hover {
                    color: #000 !important;
                }

.detailes-page {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#box-container {
    width: 100%;
    float: right;
    position: unset;
    min-height: 200px;
    margin-top: 10px;
}


#box-container-detailes {
    width: 100%;
    float: right;
    position: unset;
    min-height: 200px;
    margin-top: 70px;
}

#box-search {
    float: right;
    width: 100%;
    height: auto;
}

#box-search-right {
    min-height: 30px;
    padding: 15px;
    width: 97%;
    height: auto;
    margin-right: 30px;
    margin-top: 3%;
    box-shadow: 0 0 10px #eceeef;
    background-color: #fcfcfc;
    border: 1px solid #eceeef;
    border-radius: 6px;
    float: right;
}

.box-right {
    /*overflow: auto;*/
    width: 250px;
    float: right;
    height: auto;
    top: 40px;
    min-height: 100%;
    right: 10px;
    position: fixed;
}

    .box-right a {
        width: 100%;
        text-decoration: none;
        font-size: 14px !important;
        color: #707070;
        font-weight: unset;
    }

        .box-right a :hover {
            color: #000;
        }

.padded {
    padding: 12px 0px 12px 0px;
    /*margin: 1px 0 0 10px;*/
    /*border-bottom: 1px solid #333366;*/
}

    .padded:hover {
        /*background-color: #F2F2F2;*/
    }

    .padded span {
        /*margin-right: 15px;*/
    }

.normal-heading {
    padding: 12px;
    margin: 1px 0 0 10px;
    border-bottom: none;
}

    .normal-heading:hover {
        background-color: #F2F2F2;
    }

    .normal-heading span {
        margin-right: 15px;
    }

.box-total {
    padding: 10px;
    background-color: #fff;
    font-size: 15px;
    display: block;
    color: rgba(0,0,0,.56);
}

    .box-total:hover {
        color: black;
    }

    .box-total span {
        font-size: 14px;
    }



/*.box-right ul {
        width: 100%;
    }

        .box-right ul li {
            text-align: right;
            list-style-type: none;
            padding: 13px;
            padding-right: unset;
            border-bottom: 1px solid #e8e8e9;
        }

            .box-right ul li:hover {
                background-color: #d8d8d8;
            }*/


.box-leftpage {
    width: 80%;
    height: auto;
    float: left;
}

.box-leftpage-detailes {
    width: 100%;
    height: auto;
    float: left;
}

.box-left-right {
    width: 100%;
    height: auto;
    float: right;
    text-align: right;
}

.box-left {
    padding-bottom: 50px;
    float: left;
    width: 100%;
    height: auto;
    border-top: 1px solid #EBEBEB;
}

.box-left-detail {
    display: none;
    padding-bottom: 50px;
    float: right;
    margin-left: 1%;
    width: 116%;
    height: auto;
}

#box-details {
    margin-top: 10px;
    width: 97%;
    height: 50px;
    float: right;
    border-radius: 5px;
}

#box-toggle {
    width: 250px;
    height: 50px;
    margin-left: 20px;
    float: left;
    margin-top: 50px;
    text-align: left;
}

    #box-toggle span {
        position: relative;
        bottom: 18px;
    }

.lbl-toggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .lbl-toggle input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DEDEDE;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 30px;
        width: 30px;
        left: 2px;
        bottom: 2px;
        border-radius: 5px;
        background-color: #F7F7F7;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #333366;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.box-left-detail a {
    text-decoration: none;
    color: #000;
}

.showWait1 {
    text-decoration: none;
    color: #000;
}

.lbl-price {
    display: inline;
    margin-right: 10px;
}

.box-price {
    position: relative;
    top: 80px;
    width: 100%;
    min-height: 10px;
}

.box-left-container-left-tow span {
    float: left;
    color: #9F9F9F;
    margin-left: 10px;
}

.margin {
    margin-left: 20px;
}

.box-left-container-left h5 {
    /* margin: 0; */
    font-size: 13px !important;
    color: black;
    line-height: 1.6;
    /* bottom: 0; */
    /* position: absolute; */
}

.box-left-name {
    width: 40.2%;
    color: #333366;
    word-wrap: break-word;
    min-height: 10px;
    height: auto;
    float: right;
    text-align: right;
    margin: 10px 10px 0 0;
}

.conn {
    width: 100%;
    height: 180px;
}

.conn1 {
    display: inline-block;
    width: auto;
    height: auto;
}

.box-left-location {
    width: 40%;
    height: auto;
    margin-right: 5px;
    float: right;
    /*word-break: break-all;
    word-wrap: break-word;*/
    position: absolute;
    bottom: 35px;
    color: rgba(0,0,0,.56) !important;
}

.h {
    margin: 0;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 10px;
    position: absolute;
    bottom: 10px;
}

.box-left-container-left span {
    color: #000;
    font-size: 10px !important;
}

.showWait1 {
    text-decoration: none;
    color: #000;
}

.img-details {
    float: left;
    margin-left: 5px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    border: 1px solid #e0e1e2;
    background-color: #333366;
    cursor: pointer;
}

.box-detail-right {
    width: 106%;
    float: right;
    height: 100%;
}

.box-showsearch {
    height: 60px;
    width: 90%;
    border-bottom: 1px solid #dedede;
    margin: 10px auto;
    padding: 0 5%;
}

.txt-search {
    font-family: myfont;
    border-radius: 5px;
    border: 1px solid #dedede;
    float: right;
    margin-top: 10px;
    width: 50%;
    margin-left: 10%;
    height: 40px;
    color: #000;
    font-size: 15px;
}

.drp-search {
    font-family: myfont;
    float: right;
    border-radius: 5px;
    border: 1px solid #dedede;
    margin-top: 10px;
    width: 100%;
    margin-left: 10%;
    height: 40px;
    color: #000;
    font-size: 15px;
}


.txt-search1 {
    display: block;
    font-family: myfont;
    border-radius: 5px;
    border: 1px solid #dedede;
    float: right;
    margin-top: 10px;
    width: 20%;
    margin-left: 3%;
    height: 40px;
    color: #000;
    font-size: 15px;
}

.drp-search1 {
    font-family: myfont;
    float: right;
    border-radius: 5px;
    border: 1px solid #dedede;
    margin-top: 10px;
    width: 20%;
    margin-left: 3%;
    height: 40px;
    color: #000;
    font-size: 15px;
}


.btn-search {
    float: left;
    height: 40px;
    border-radius: 3px;
    margin-top: 50px;
    padding: 0 20px;
    margin-right: 20px;
    height: 40px;
    color: #fff;
    border: none;
    background-color: #333366;
}

.box-left-container {
    border-radius: 10px;
    float: right;
    margin-top: 15px;
    width: 325px;
    position: relative;
    right: 20px;
    margin-right: 10px;
    height: 180px;
    /* padding-right: 5px; */
    border: 1px solid #EBEBEB;
}

.box-left-container-left {
    border-radius: 10px;
    width: 100%;
    height: 180px;
    /* border-bottom: 1px solid #dedede; */
    margin: auto;
}

    .box-left-container-left img {
        float: left;
        width: 150px;
        height: 150px;
        text-align: center;
        vertical-align: middle;
        /* position: absolute; */
        /* top: 50%; */
        margin: 10px 0 0 10px;
        border-radius: 5px;
        /* line-height: 125px; */
        /* padding-left: 3px !important; */
        /* margin: auto; */
        /* padding-bottom: 3px !important; */
    }

.box-left-container-left-tow {
    width: 85%;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 1%;
    height: 200px;
    border: 1px solid #dedede;
}

    .box-left-container-left-tow img {
        float: right;
        width: 100%;
        height: 100%;
    }

.box-right-text {
    width: 70%;
    float: right;
    height: 180px;
    word-wrap: break-word;
    padding-right: 10px;
}

.box-image {
    float: right;
    width: 200px;
    height: 93.7%;
    margin-top: 9px;
    border: 1px solid #dedede;
}

.box-desciption {
    width: 100%;
    min-height: 10px;
    position: relative;
    top: 0;
    left: 0;
}

    .box-desciption p {
        position: relative;
    }




@media only screen and (min-width: 1222px) {
    .drp-search {
        float: right;
        margin-top: 10px;
        width: 22%;
        margin-left: 2.5%;
        height: 10%;
        display: none;
        color: #000;
        font-size: 15px;
    }

    .txt-search {
        float: right;
        margin-top: 10px;
        width: 30%;
        display: none;
        margin-left: 2.5%;
        height: 10%;
        color: #000;
        font-size: 15px;
    }

    .textshadow {
        border-radius: 5px;
        border: none;
        box-shadow: 0 0 5px #c6c6c6;
        background-color: #FFF;
        border: 10px;
    }

    .txt-search-TEXT {
        float: right;
        margin-top: 10px;
        width: 100%;
        margin-left: 2.5%;
        height: 30px;
        ;
        color: #000;
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .box-header-details {
        width: 80%;
    }

    .box-container-details-left {
        float: none !important;
        display: block;
        width: 80% !important;
        margin: auto;
    }

    .box-container-details-images {
        display: block !important;
    }

    .box-container-details-right {
        float: none;
        width: 90%;
        /*margin: 100px auto 0 auto;*/
        display: block;
    }

    #box-container {
        width: 100% !important;
    }

    .btnsend {
        float: right;
    }

    .btnsymbol {
        float: left;
    }

    .btnshare {
        float: left;
    }

    .box-container-details-right-price {
        margin-top: 50px !important;
        width: 95% !important;
    }

    .box-detail-footer {
        height: auto;
        float: none;
        width: 80%;
        margin: 20px auto;
    }
}

@media only screen and (min-width: 841px) and (max-width: 991px) {
    .box-right {
        display: none;
    }

    .box-left-right {
        float: none;
        margin: auto;
    }

    .box-left {
        float: none;
        margin: auto;
    }

    .box-left-container {
        margin-right: 10px;
    }

    #box-search {
        margin-top: 88px;
        float: none;
        width: 85%;
        margin: auto;
    }

    .box-leftpage {
        width: 100%;
        float: none;
        margin: auto;
    }

    #box-details {
        float: none;
        margin: auto;
        margin-top: 3%;
    }

    .img-details {
        display: none;
    }

    .box-footer {
        display: none;
    }

    .box-header-details {
        width: 80%;
    }

    .box-container-details {
        width: 100% !important;
    }

    .box-container-details-left {
        float: none !important;
        display: block;
        width: 100% !important;
        margin: auto;
        height: auto !important;
    }

        .box-container-details-left img {
            width: 100% !important;
        }

    .box-container-details-images {
        display: block !important;
        float: unset !important;
        right: 0 !important;
    }

    .box-container-details-right {
        float: none !important;
        width: 90% !important;
        /*margin: 100px auto 0 auto;*/
        display: block !important;
    }

    .btnsend {
        float: right;
    }

    .btnsymbol {
        float: left;
    }

    .btnshare {
        float: left;
    }

    .box-container-details-right-price {
        margin-top: 50px;
        width: 95%;
    }

    .box-detail-footer {
        height: auto;
        float: none;
        width: 80%;
        margin: 20px auto;
    }
}

@media only screen and (min-width:1200px) {



    .box-left-right {
        width: 98%;
    }

    .box-left-container {
        width: 300px;
    }

    #box-details {
        width: 95%;
    }
}

.box-header-details {
    width: 90%;
    border-radius: 5px;
    margin: 50px auto;
    margin-bottom: unset;
    height: 40px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
}

.box-header-details-right {
    float: right;
    width: 9%;
    height: 100%;
    border-left: 1px solid #ddd;
}

.btn-back {
    font-weight: bold;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

    .btn-back:hover {
        background-color: #eceeef;
    }

.box-header-details-left {
    float: left;
    padding-top: 10px;
    width: 90.5%;
    height: 30px;
}

    .box-header-details-left a {
        color: #000;
        text-decoration: none;
        margin-right: 10px;
    }

        .box-header-details-left a:hover {
            color: #ff0000;
        }

.box-container-details {
    width: 90%;
    margin: auto;
    font-size: 14px;
    min-height: 100px;
    margin-top: 30px;
}

.box-container-details-left {
    width: 45%;
    margin-left: 5%;
    float: left;
    height: 450px;
}

    .box-container-details-left img {
        /*width: 100%;*/
        height: 100%;
        left: 0;
        cursor: pointer;
        position: relative;
    }

.videoView {
    overflow: hidden;
    height: 650px;
    margin-top: 10px;
    padding-bottom: 200px;
    padding-top: 10px;
    border-top: 1px solid #E6E6E6;
}

    .videoView video {
        width: auto;
        height: 100%;
        left: 0;
        cursor: pointer;
        position: relative;
    }

.box-container-details-right {
    width: 50%;
    height: 500px;
    float: right;
}

.box-container-details-right-buttons {
    width: 95%;
    padding-bottom: 10px;
    /*margin-right: 5%;*/
    height: auto;
}



.btnsend {
    float: right;
    width: 150px;
    height: 40px;
    background-color: #333366;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.btnsymbol {
    float: right;
    width: 90px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    margin-left: 15px;
}

.btnshare {
    float: right;
    margin-left: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding-top: 0px;
    width: 100px;
    height: 40px;
    background-color: #333366;
    border: none;
    color: #fff;
}

.b {
    color: #fff;
    border: 1px solid #46B8DA;
    background-color: #5BC0DE;
    width: auto;
}

.box-container-details-right-price {
    width: 89%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 50px;
}

.box-container-details-right-price-items {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #E6E6E6;
}

    .box-container-details-right-price-items span {
        float: right;
        margin-top: 10px;
    }

    .box-container-details-right-price-items a {
        margin-top: 10px;
        text-decoration: none;
        color: #000;
        float: left;
    }

.report-ad {
    margin-top: 20px;
    border-top: 1px solid #E6E6E6;
    cursor: pointer;
}

    .report-ad span {
        color: red;
        font-weight: bold;
    }

.box-container-details-right-price-description {
    width: 100%;
    height: auto;
    overflow-y: auto;
    overflow-x: no-content;
    margin-top: 50px;
    white-space: pre-line;
    line-height: 2;
}

.box-container-details-images {
    /* float: left;
    position: relative;
    right: 270px;
    top: 520px;*/
    width: 100%;
    height: 60px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

.box-container-details-images1 {
    float: left;
    width: 100%;
    height: 60px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

    .box-container-details-images1 img {
        width: 60px;
        height: 60px;
        margin-right: 10px;
        cursor: pointer;
    }

.box-container-details-images img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    cursor: pointer;
}

    .box-container-details-images img:hover {
        opacity: 0.8;
        z-index: 1;
    }

    .box-container-details-images img:visited {
        border: 1px solid #ff0000;
    }

.box-container-details-images video {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    cursor: pointer;
}

    .box-container-details-images video:hover {
        opacity: 0.8;
        z-index: 1;
    }

    .box-container-details-images video:visited {
        border: 1px solid #ff0000;
    }

#video-thumb:before {
    content: "\f007";
}

.box-footer {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    width: 100%;
    z-index: 2;
    height: 40px;
    padding-right: 30px;
    padding-left: 30px;
    color: #000;
    position: fixed;
}

.box-footer-enamad {
    bottom: 30px;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
    position: fixed;
    text-align: left;
    z-index: 2;
    color: #FFF;
    left: 30px;
}

.box-about {
    padding-top: 20px;
    width: 95%;
    margin: 50px auto;
    margin-left: 1%;
    padding-bottom: 20px;
}

    .box-about p {
        font-size: 14px;
    }

.box-about-buton {
    width: 90%;
    height: 120px;
    margin: 50px auto;
    text-align: center;
    border-bottom: 1px solid #DEDEDF;
}

    .box-about-buton a img {
        width: 130px;
        height: 40px;
        margin-left: 10px;
        border-radius: 5px;
    }

.box-about-share {
    width: 100%;
    height: 150px;
    text-align: center;
}

    .box-about-share a img {
        width: 32px;
        margin-top: 10px;
        height: 32px;
        margin-left: 5px;
    }

.box-contact {
    padding-top: 20px;
    width: 95%;
    font-size: 14px;
    margin: 50px auto;
    margin-bottom: unset;
    margin-left: 1%;
}

.box-contact-button {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    height: 100px;
    border-bottom: 1px solid #DEDEDF;
}

    .box-contact-button a img {
        width: 140px;
        height: 42px;
        border-radius: 5px;
    }

.box-detailfooter {
    visibility: hidden !important;
    background-color: #222;
    width: 100%;
    height: 300px;
    margin-top: 200px;
}

.box-detail-footer {
    background-color: #FCFCFC;
    width: 45%;
    box-shadow: 0 0 1px #DDDDDD;
    border: 1px solid #DDDDDD;
    float: right;
    height: auto;
    padding: 20px;
    margin: auto;
    margin-right: 2%;
}

.box-detail-footer-left {
    background-color: #FCFCFC;
    width: 45%;
    box-shadow: 0 0 1px #DDDDDD;
    border: 1px solid #DDDDDD;
    float: left;
    height: auto;
    padding: 20px;
    margin: auto;
    margin-left: 4%;
}

.box-detailfooter a, .spa {
    color: #333366;
    text-decoration: none;
}

.box-items {
    padding-top: 20px;
    margin: 50px auto 20px auto;
    font-size: 13.4px;
    width: 92%;
    height: auto;
    padding-bottom: 20PX;
}

    .box-items ul li a {
        text-decoration: none;
        color: #800000;
    }


.box-items-buton {
    width: 100%;
    height: 120px;
    margin: 50px auto;
    text-align: center;
    border-bottom: 1px solid #DEDEDF;
}

    .box-items-buton a img {
        width: 130px;
        height: 40px;
        margin-left: 10px;
        border-radius: 5px;
    }

.box-Complaint {
    padding-top: 20px;
    margin: 50px auto 20px auto;
    font-size: 13.4px;
    width: 92%;
    height: auto;
    padding-bottom: 20PX;
}

.box-Complaint-buton {
    width: 100%;
    height: 120px;
    margin: 50px auto;
    text-align: center;
    border-bottom: 1px solid #DEDEDF;
}

.box-left-contain {
    width: 90%;
    clear: both;
    float: right;
}

.box-left-contain-detailes {
    width: 100%;
    clear: both;
    float: right;
}

.box-result {
    margin: 0 auto 50px auto;
    text-align: center;
}

.btn-result {
    width: 200px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
    font-family: myfont;
    background-color: #333366 !important;
    color: #fff;
}

#dnlApp {
    display: none;
}

.smart-banner {
    display: none;
}

@media only screen and (max-width: 992px) {
    #box-top {
        height: 140px;
    }

    #box-container {
        margin-top: 70px;
    }

    .box-left-contain, #box-search {
        width: 100%;
    }

    .smart-banner {
        background-color: #fafafa;
        border-bottom: 1px solid rgba(0,0,0,.12);
    }

    .smart-banner__content {
        padding: 8px;
        background-color: #fafafa;
        display: flex;
        align-items: center
    }

    .kt-text-truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }

    .kt-icon-close:before {
        content: "\e9f6";
    }

    .kt-button--small {
        height: 2rem;
        min-width: 4rem;
        padding: 0 12px;
        font-size: .875rem
    }

    .smart-banner__info {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        margin-right: 8px;
        font-size: 12px;
        color: rgba(0,0,0,.87);
        font-weight: 500;
        line-height: 2
    }


    .smart-banner__subtitle {
        font-size: 10px;
        color: rgba(0,0,0,.56);
        font-weight: 400
    }

    .smart-banner__link {
        display: flex;
        flex: 1 1;
        align-items: center
    }

    .kt-button--small {
        height: 2rem;
        min-width: 4rem;
        padding: 0 12px;
        font-size: .875rem
    }

    .kt-button--circular.kt-button--small {
        width: 2rem;
        height: 2rem
    }

    .nav-custom-tabs {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -ms-flex-flow: row-reverse;
        -webkit-flex-flow: row-reverse;
        flex-flow: row-reverse;
        margin-bottom: 10px !important;
        padding: 0;
    }

        .nav-custom-tabs li {
            float: none;
        }

    #menufast input, #menuadvanced input,
    #menuadvanced select {
        padding: 5px;
        border-radius: 6px;
        border: 1px solid #eee;
        width: 100%;
    }

        #menufast input:focus {
            -moz-box-shadow: 0 0 1PX 1PX #EEE;
            -webkit-box-shadow: 0 0 1PX 1PX #EEE;
            box-shadow: 0 0 1PX 1PX #EEE;
            border: 1px solid #eee;
        }

    #box-toggle {
        margin-top: 10px !important;
    }

    .box-city-search {
        width: 100%;
    }

    #box-city-search-top {
        height: auto;
    }

        #box-city-search-top span:first-child {
            font-size: 18px;
        }

    .box-city {
        padding: 0 15px;
    }

        .box-city li {
            width: 45%;
            margin-left: 15px;
        }

    .box-citysearch input {
        padding: 5px;
        border-radius: 6px;
        border: 1px solid #eee;
        width: 90%;
    }

    .box-ul {
        padding-right: 15px !important;
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-color: rgba(0,0,0,.1) !important;
        position: fixed !important;
        left: 0;
        right: 0 !important;
        top: 0;
        bottom: 0;
        display: none;
    }

        .box-ul ul {
            position: absolute;
            top: 20%;
            left: 50%;
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            padding: 20px 10px;
            background-color: #fff;
            width: 75%;
        }

    .dropdown-hidemenu {
        position: unset;
        width: 100%;
    }

        .dropdown-hidemenu button {
            width: 100%;
        }

        .dropdown-hidemenu .dropdown-content {
            left: 0;
            top: 100%;
        }

    #box-city a {
        display: inline-block;
        width: 40px;
        height: 40px;
    }

        #box-city a img {
            width: 100%;
            height: 100%;
        }

    .smart-banner {
        display: unset;
    }

    #dnlApp {
        height: auto;
        display: unset;
    }

    @media only screen and (min-width:500px) and (max-width: 767px) {
        .box-city li {
            width: 30%;
        }

        #menuadvanced input, #menuadvanced select {
            width: 45%;
        }
    }

    @media only screen and (min-width:768px) {
        .box-city li {
            width: 22.9%;
        }

        #menuadvanced input, #menuadvanced select {
            width: 22%;
        }
    }
}

.IconCategory {
    height: 20px;
    width: 20px;
    margin: 0 10px 0 2px;
}

.popUpBackGround {
    background-color: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 2px 3px 5px #999;
    width: 50%;
}

.reportHeader {
    border-bottom: 1px solid #EAEAEA;
}

.reportbutton {
    background-color: white;
    border: none;
    margin-top: 10px;
}

.ad-botton {
}

    .ad-botton div {
    }


.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 20%;
    overflow: hidden;
    padding: 10px;
}


/* The Modal (background) */
.modal-slide {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content-slide {
    position: relative !important;
    background-color: transparent !important;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close-button {
    color: white !important;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px !important;
    font-weight: bold !important;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
    text-align: center;
    background-color: transparent;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    left: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
    width: 100%;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slide-list {
    max-height: 10%;
}

.columns-list {
    height: 30%;
}

.slide-image {
    width: auto
}

.checkbox label {
    margin: 0 8px;
}


.wrap_banner {
    overflow: hidden;
    position: relative;
    float: left;
}

    .wrap_banner img.fake {
        float: left;
        visibility: hidden;
        width: auto;
    }

.img_wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .img_wrap img.normal {
        width: 50%;
    }

​

.basket-login-container .language {
    position: relative;
    margin-left: 5px
}

.basket-login-container .language i {
    font-size: 18px;
    color: #d8d8d8;
    margin-left: 10px
}

.basket-login-container .language > a {
    border: 1px solid #e1e1e1;
    padding: 5px 15px;
    background-color: #fff;
    color: #888;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.basket-login-container .language a:focus,
.basket-login-container .language .btn-lang:focus {
    outline: none;
}

.basket-login-container .language ul {
    padding: 0;
    position: absolute;
    top: 100%;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    display: none;
    z-index: 4;
    min-width: 110px;
}

.basket-login-container .language > a.active {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

    .basket-login-container .language > a.active + ul {
        display: block;
    }

.basket-login-container .language ul li {
    list-style: none;
    border-bottom: 1px solid #e1e1e1;
}

    .basket-login-container .language ul li:last-child {
        border: none;
    }

    .basket-login-container .language ul li .btn-lang {
        border: none;
        background-color: transparent;
        padding: 5px 15px;
        width: 100%;
        text-align: right;
        display: inline-block;
        color: #888;
        cursor: pointer;
        border: none;
        font-size: 12px;
    }

        .basket-login-container .language ul li .btn-lang:hover,
        .basket-login-container .language ul li.active .btn-lang {
            background-color: #fff;
            text-decoration: none;
            color: #000;
        }
