﻿/*
    Update in 20 Feb 2025
    By Shahab
    For WaterPurifier Project
*/

body {
    background-color: #fff;
    color: #243238;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    min-width: 320px;
    overflow: hidden;
    width: 100%;
    font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
    overflow: auto;
}

.countainer {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.header {
    text-align: center;
}

.topheader {
    height: 26px;
    padding-top: 5px;
    padding-bottom: 6px;
    color: rgba(255, 255, 255, 0.8);
    background: #414141;
    /*background: #00d1f9;*/
    position: relative;
    font-size: 16px;
    font-family: 'Baseet','B Yekan', 'B Nazanin', Tahoma;
}

    .topheader > div {
        float: left;
    }

        .topheader > div > a {
            color: rgba(255, 255, 255, 0.8);
            text-transform: capitalize;
            display: inline-block;
        }

            .topheader > div > a:hover {
                color: #b7daec;
            }

            .topheader > div > a > img {
                margin-top: 2px;
                height: 12px;
            }

.midheader {
    height: 55px;
    background-color: #fff;
    position: relative;
}

    .midheader > div {
        display: inline-block;
        position: relative;
        float: right;
    }

.srchhead {
    color: #9b9ca1;
    display: inline-block;
    margin: 0;
    font-size: 12px;
    width: 85%;
    padding: 20.5px 35px 16.5px 30px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    letter-spacing: .5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-height: 100%;
}

.searchbtn {
    width: 21px;
    background: #f5f5f5;
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    top: 0;
    top: 10%;
    bottom: 10%;
    left: 42px;
    color: rgba(34, 35, 40, 0.8);
}

    .searchbtn > img {
    }

.headmidfir {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
}

    .headmidfir > img {
        /*display: flex;*/
        /*margin-top: 2%;*/
    }

.headerlink {
    display: inline-block;
    position: relative;
    width: 162px;
    height: 55px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #aaa;
    text-transform: uppercase;
    text-align: right;
}

    .headerlink > a {
        padding: 0px;
    }

        .headerlink > a > p {
            padding-right: 30px !important;
            padding-left: 10px !important;
            position: absolute;
        }

        .headerlink > a > img {
            width: 22px;
            padding-top: 10%;
            padding-right: 3%;
        }

    .headerlink :first-child {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1.2px;
        color: #fff;
        padding: 0px;
    }

    .headerlink > a > img {
        width: 20px;
    }

.linkblue {
    background-color: #55CBD9;
    float: right;
    margin-right: -20px;
}

.linkpink {
    background-color: #cf98de;
    float: left;
    margin-left: 37px;
}

.disin {
    display: inline;
}

.spco {
    width: 11.11%;
    float: right;
    position: relative;
    display: inline;
    height: 3px;
}

.co1 {
    background-color: #c877db;
}

.co2 {
    background-color: #55cbd9;
}

.co3 {
    background-color: #70e1cf;
}

.co4 {
    background-color: #9ed178;
}

.co5 {
    background-color: #f4e47a;
}

.co6 {
    background-color: #d984b2;
}

.co7 {
    background-color: #7dc3de;
}

.co8 {
    background-color: #cf98de;
}

.co9 {
    background-color: #b6b6b6;
}

.upbody {
    background: linear-gradient(to bottom, #eeeeee, #ffffff);
    height: 9px;
    margin-top: -48px;
}

.secup {
    margin-top: 30px;
}

.secdown {
    position: relative;
    direction: rtl;
    justify-content: center;
    /*align-items: center;*/
    display: flex;
}

.bigcolumn {
    margin-right: 25px;
    margin-left: 25px;
}

.smallcolumn {
}

.carouselItem > div > a > img {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

/*SingleItem*/
.simaster {
    justify-content: center;
    align-items: center;
    direction: rtl;
    max-height: 380px;
    max-width: 280px;
    height: auto;
    width: 100%;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

    .simaster:hover {
        background-color: rgba(103, 176, 214, 0.1) !important;
    }

    .simaster > img {
        height: auto;
        width: 100%;
        max-height: 380px;
        max-width: 280px;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    .simaster > div,
    .simaster > div > a,
    .simaster > h3 {
        position: static;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        color: #fff;
        line-height: 18px;
    }

.silt {
    /*margin-top: -82%;*/
    font-size: 19px;
}

.siltmt82 {
    /*margin-top: -82% !important;*/
}

.sibt {
    margin-top: 19px;
    font-size: 40px;
}

.silink {
    /*margin-top: 91px !important;*/
}

    .silink > a {
        border: solid 3px #79B2DA;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .silink > a > span {
            padding-left: 55px;
            padding-right: 55px;
        }

            .silink > a > span:hover {
                background-color: #f6846a;
                border-color: #f6846a;
            }


@media screen and (min-width: 950px) and (max-width: 1200px) {
    .silink > a > span {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
/*-----------------------------------------*/
/*DoubleItem*/
.dimaster {
    justify-content: center;
    align-items: center;
    direction: rtl;
    max-height: 380px;
    /*max-width: 560px;*/
    height: auto;
    width: 100%;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

    .dimaster:hover {
        background-color: rgba(103, 176, 214, 0.3) !important;
    }

    .dimaster > img {
        height: auto;
        width: 100%;
        max-height: 380px;
        /*max-width: 560px;*/
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    .dimaster > div,
    .dimaster > div > div > a,
    .dimaster > h3 {
        position: static;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        color: #fff;
        line-height: 18px;
    }

.doublelink {
    justify-content: center;
    align-items: center;
    direction: rtl;
    position: relative !important;
    float: right;
    width: 100%;
    display: inline-flex;
    padding: 0px 25%;
}

.dilt {
    margin-top: -47%;
    font-size: 19px;
}

.dibt {
    margin-top: 19px;
    font-size: 40px;
}

.dlilink,
.drilink {
    margin-top: 70px !important;
    width: 50%;
}

    .dlilink > a,
    .drilink > a {
        border: solid 3px #FFF;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .dlilink > a > span,
        .drilink > a > span {
            padding-left: 25px;
            padding-right: 25px;
        }

            .dlilink > a > span:hover,
            .drilink > a > span:hover {
                background-color: #f6846a;
                border-color: #f6846a;
            }
/*-----------------------------------------*/

/*TripleItem*/
.trmaster {
    justify-content: center;
    align-items: center;
    direction: rtl;
    max-height: 870px;
    /*max-width: 560px;*/
    height: auto;
    width: 100%;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

    .trmaster:hover {
        background-color: rgba(103, 176, 214, 0.3) !important;
    }

    .trmaster > img {
        height: auto;
        width: 100%;
        max-height: 870px;
        /*max-width: 560px;*/
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    .trmaster > div,
    .trmaster > div > div > a,
    .trmaster > h3 {
        position: static;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        color: #fff;
        line-height: 18px;
    }

.triplelink {
    justify-content: center;
    align-items: center;
    direction: rtl;
    position: relative !important;
    float: right;
    width: 100%;
    display: inline-flex;
    padding: 0px 25%;
}

.trlt {
    margin-top: -23%;
    font-size: 19px;
}

.trbt {
    margin-top: 19px;
    font-size: 40px;
}

.trrilink,
.trlilink {
    margin-top: 45px !important;
    width: 50%;
}

    .trrilink > a,
    .trlilink > a {
        border: solid 3px #FFF;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .trrilink > a > span,
        .trlilink > a > span {
            padding-left: 25px;
            padding-right: 25px;
        }

            .trrilink > a > span:hover,
            .trlilink > a > span:hover {
                background-color: #f6846a;
                border-color: #f6846a;
            }
/*-----------------------------------------*/

.underslid {
    justify-content: center;
    align-items: center;
    direction: rtl;
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

    .underslid > div {
        width: 30%;
        float: right;
        margin-right: 5%;
        min-width: 150px;
        margin-top: 5px;
    }

    .underslid > .underslidf {
        margin-right: 0px;
    }

.underslid2 {
    justify-content: center;
    align-items: center;
    direction: rtl;
    margin: 14% auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

    .underslid2 > div:not(.underslid2f) {
        width: 65%;
        float: right;
        min-width: 250px;
    }

    .underslid2 > .underslid2f {
        width: 30%;
        float: right;
        margin-right: 5%;
        min-width: 150px;
        margin-top: 150px;
    }

@media screen and (min-width: 665px) {
    .underslid2 > .underslid2f {
        margin-top: 0px;
    }
}

@media screen and (min-width: 601px) {
    .underslid2 > div:not(.underslid2f) {
        margin-top: -115px;
    }
}

.underslid3 {
    justify-content: center;
    align-items: center;
    direction: rtl;
    margin: 13% auto 0 auto;
}


/*FilterItem*/
.filmaster {
    display: block;
    position: relative;
    width: 100%;
    direction: rtl;
    margin-bottom: 35px;
    margin-right: 10px;
}

.filTitle {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 14px;
    color: #143546;
    text-transform: uppercase;
}

.filitem {
    margin-top: 10px;
    font-size: 13px;
}

    .filitem > a {
        display: inline-block;
        font: inherit;
        color: #143546;
        text-decoration: none;
        max-width: 100%;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

        .filitem > a:hover {
            text-decoration: none;
            color: #67b0d6;
        }

.filmaster > hr {
    color: rgba(245, 245, 245, 0.35);
    background-color: #f9f9f9;
}
/*-----------------------------------------*/
.h420 {
    height: 420px;
}

/*SP*/
.spmaster {
    width: 25%;
    height: 400px;
    float: right;
    margin-bottom: 20px;
}

.spimg {
    background-color: #f7f7f7;
}

    .spimg > a > img {
        /*max-width: 100%;
        max-height: 250px;
        width: auto;*/

        width: 210px !important;
        height: 250px !important;
    }

.sptitle {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .sptitle > a {
        color: #243238;
    }

    .sptitle:hover {
        color: #67b0d6;
    }

.spbasket {
    margin-top: 22px;
}

    .spbasket > a {
        background-color: #67b0d6;
        height: 40px;
        color: #fff;
        padding: 5px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .spbasket > a:hover {
            background-color: #f6846a;
        }

.sppr {
    text-decoration: line-through;
}

.spdis {
    color: #f6846a;
}

.spdesc {
    font-size: 10px;
}
/*-----------------------------------------*/
/*ListSP*/
.lspmaster {
    width: 100%;
    float: right;
}

.lspheader {
    width: 100%;
    float: right;
}

    .lspheader > div {
        float: right;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: solid 1px #ddd;
        -moz-transition: 0.9s all ease;
        -o-transition: 0.9s all ease;
        -webkit-transition: 0.9s all ease;
        transition: 0.9s all ease;
    }

        .lspheader > div:hover {
            color: #67b0d6;
            cursor: pointer;
        }

.lspheadclick {
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #fff !important;
}

.lsptabbody {
    display: none;
}
/*-----------------------------------------*/

/*Sub Scription Master*/
.scmaster {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    background-color: #f7f7f7;
    height: 150px;
    margin-top: 150px;
    padding-top: 1px;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

    .scmaster > div {
        margin: 30px auto 0px auto;
        width: 50%;
    }

        .scmaster > div > input {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            padding: 10px 20px 10px 20px;
            width: 70%;
        }

            .scmaster > div > input::-webkit-input-placeholder {
                font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
                font-size: 10px;
                direction: rtl;
                text-align: right;
            }

            .scmaster > div > input:-ms-input-placeholder {
                font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
                font-size: 10px;
                direction: rtl;
                text-align: right;
            }

            .scmaster > div > input:-moz-placeholder {
                font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
                font-size: 10px;
                direction: rtl;
                text-align: right;
            }

            .scmaster > div > input::-moz-placeholder {
                font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
                font-size: 10px;
                direction: rtl;
                text-align: right;
            }

.scse {
    font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
    background-color: #f6846a;
    color: #fff;
    margin-right: 5%;
    padding: 1% 2% 1% 2% !important;
    width: 19% !important;
}
/*-----------------------------------------*/
/*Home footer section*/
.hpf1 {
    margin-top: 30px;
}

.hpf2 {
    justify-content: center;
    align-items: center;
    direction: rtl;
    margin: 200px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

    .hpf2 > div {
        width: 20%;
        float: right;
        margin-left: 3%;
        margin-right: 2%;
        min-width: 150px;
        margin-top: 5px;
    }
/*-----------------------------------------*/
/*Footer*/
.foomaster {
    height: 30%;
    background-color: #67b0d6;
    color: #fff;
}

.foodown {
    height: 50px;
    background-color: #5690af;
    direction: rtl;
}

    .foodown > div > p {
        float: right;
        margin-right: 100px;
        color: #fff;
    }

.foorow1 {
    justify-content: center;
    align-items: center;
    direction: rtl;
    display: inline-block;
    padding-top: 2%;
}

    .foorow1 > div {
        float: right;
        direction: rtl;
        text-align: right;
        margin-left: 2%;
        margin-right: 1%;
        line-height: 27px;
    }

        .foorow1 > div > p,
        .foorow1 > div > div {
            margin-top: 20px;
        }

.fooparentinsta {
    vertical-align: middle;
}

    .fooparentinsta > a {
        margin-right: 10px;
        margin-left: 10px;
    }

.fooinsta {
    /*width: 20%;*/
    width: 32px;
    height: auto;
}

.abouthome {
    text-align: justify;
    text-justify: inter-word;
}

.h1about {
    text-align: justify;
    text-justify: inter-word;
    font-size: 14px !important;
    margin-right: 25px;
    color: #fff !important;
}

.foorow2 {
    justify-content: center;
    align-items: center;
    direction: rtl;
    display: inline-block;
    padding-top: 6%;
    width: 100%;
}

    .foorow2 > div {
        float: right;
        direction: rtl;
        text-align: right;
        margin-right: 1%;
    }

        .foorow2 > div > p,
        .foorow2 > div > div {
            margin-top: 20px;
            color: #9bd6f7;
            font-size: 12px;
        }

            .foorow2 > div > div > a {
                color: #9bd6f7;
            }

        .foorow2 > div > span {
            color: #daf7f7;
        }
/*-----------------------------------------*/
/*Show Message*/
.messagebox {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    color: #fff;
    justify-content: center;
    align-items: center;
    float: right;
    direction: rtl;
    font-size: 20px;
    z-index: 1001;
}

    .messagebox > div {
        display: inline;
        top: 14px;
        right: 75px;
        position: absolute;
        overflow-wrap: break-word;
        left: 25px;
    }

    .messagebox > img {
        height: 50px;
        width: auto;
        display: inline;
    }

    .messagebox > button {
        float: left;
        margin-top: 13px;
        margin-left: 5px;
        background-color: rgba(255,255,255,0.5);
        color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.successmessage {
    background-color: #4caf50;
}

.imgsuccessmessage {
    background-color: #388e3c;
}

.errormessage {
    background-color: #E54C51;
}

.imgerrormessage {
    background-color: #e53338;
}

.warningmessage {
    background-color: #F47A1A;
}

.imgwarningmessage {
    background-color: #b24e00;
}
/*-----------------------------------------*/
/*List Prop*/
.lpbody {
    width: 100%;
    float: right;
}

.lsi {
    display: inline-block;
    position: relative;
    float: right;
    width: 45%;
    background-color: #f7f7f7;
    margin-bottom: 1%;
    margin-left: -1%;
    margin-right: 3%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 25px 0px 25px 0px;
    color: #7f8187;
    direction: rtl;
}

.lsir {
    float: right;
    width: 30%;
}

    .lsir > div {
        color: #45474b;
    }

.lsil {
    float: right;
    width: auto;
}

    .lsil > a {
        color: #7f8187;
    }
/*-----------------------------------------*/
/*Compair*/
.cmpar {
    width: 100%;
    height: 50px;
    background-color: rgba(103,58,183, 0.9);
    /*background-color: rgba(35,88,37,0.9);*/
    top: 0px;
    position: fixed;
    color: #eee;
    font-size: 12px;
    font-family: tahoma;
    display: inline;
    float: right;
    direction: rtl;
    overflow: hidden;
}

.cmi {
    float: right;
    width: 15%;
    max-width: 20%;
    margin-top: 15px;
    margin-right: 5px;
}

.comp {
    display: none;
    cursor: pointer;
    position: absolute;
    margin-right: 10px;
}

    .comp > img {
        width: 20px;
    }

.cmip {
    cursor: default;
}

.cmprcl {
    float: right;
    width: 20px;
    height: 20px;
    max-width: 20%;
    margin-top: 19px;
    margin-right: 5%;
    cursor: pointer;
}

.cmprcll {
    border-bottom: 2px solid #F00;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 14px;
}

.cmprclr {
    border-top: 2px solid #F00;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-top: 6px;
    width: 14px;
}

.cmia {
    float: left;
    margin-top: 13px;
    margin-left: 5px;
    background-color: rgba(35,88,37,0.9) !important;
    padding: 5px 10px 5px 10px;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.ct {
    font-size: 20px;
    direction: rtl;
}

    .ct > img {
        width: 30px;
        margin-left: 5px;
    }

.cp {
    width: 100%;
}

.ctrp {
    max-width: 20%;
    height: 20%;
}

    .ctrp > .ctd {
        text-align: center !important;
    }

.ctp {
    direction: rtl;
    width: 100%;
    border: 1px solid #dddddd;
    margin-top: 30px;
    border-collapse: collapse;
}

.ctr {
    border-bottom: 1px solid #dddddd;
}

.ctd {
    border-right: 1px solid #dddddd;
    vertical-align: top;
    min-width: 100px;
    height: 45px;
    text-align: right;
    padding-right: 8px;
    color: #7f8187;
}

    .ctd > a {
        color: #67b0d6;
    }

.cst {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cppar {
    background-color: #fff;
    width: 60%;
    margin: 10px auto 10px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.chead {
    background-color: #f7f7f7;
    direction: rtl;
    text-align: right;
    padding: 15px 10% 15px 15px;
}

.ctdh {
    background-color: #f7f7f7;
    color: #243238;
}

.cprice {
    text-align: right;
}

.cbr {
    text-decoration: line-through;
}

.cbrd {
    color: #f6846a;
}

.cdel {
    float: right;
    cursor: pointer;
}
/*-----------------------------------------*/
/*Login*/
.loent {
    width: 30%;
    background-color: #9e9e9e;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    padding: 5px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15%;
    cursor: pointer;
}

    .loent:hover {
        background-color: #e0e0e0;
        color: #000;
    }

.loclose {
    margin-left: 2%;
    width: 30%;
    background-color: #9e9e9e;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    padding: 5px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

    .loclose:hover {
        background-color: #e0e0e0;
        color: #000;
    }

.lomas {
    z-index: 1000;
    background-color: #414141;
    position: absolute;
    display: none;
    width: 20%;
    margin-left: 4%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .lomas > div > input {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 5px 10px 5px 10px;
        width: 70%;
        margin-top: 7px;
    }

        .lomas > div > input::-webkit-input-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
        }

        .lomas > div > input:-ms-input-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
        }

        .lomas > div > input:-moz-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
        }

        .lomas > div > input::-moz-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
        }

.rempar {
    direction: rtl;
    float: right;
    width: 100%;
    height: 25px;
    margin-top: 5px;
}

    .rempar > input {
        margin-right: -34%;
        width: 5% !important;
        display: inline;
        float: right;
        position: absolute;
    }

    .rempar > span {
        margin-right: -27%;
        vertical-align: super;
        color: #fff;
        float: right;
        position: absolute;
        display: inline;
        cursor: pointer;
    }

    .rempar > a {
        vertical-align: super;
        display: inline;
        position: absolute;
        float: right;
        color: #a4a4a4;
    }

        .rempar > a:hover {
            color: #FFF;
        }

.ep {
    justify-content: center;
    align-items: center;
    float: right;
}

.epar {
    max-width: 500px;
    width: 95%;
    border: 1px #e7e7e7 solid;
    height: 430px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 20px;
    float: right;
    text-align: right;
    margin-right: 20px;
}

.epar2 {
    max-width: 500px;
    width: 95%;
    border: 1px #e7e7e7 solid;
    height: 330px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 20px;
    float: right;
    padding-right: 15px;
    text-align: right;
}

    .epar > div,
    .epar2 > div {
        margin-right: 10px;
    }

    .epar > .epp1,
    .epar2 > .epp1 {
        color: #143546;
        font-size: 30px;
    }

    .epar > .epp2,
    .epar2 > .epp2 {
        color: #143546;
        font-size: 14px;
        margin-top: 45px;
    }

        .epar > .epp2,
        .epar2 > .epp2 > a {
            color: #143546;
        }

    .epar2 > .epp3 {
        color: #7f8187;
        margin-top: 70px;
    }

    .epar2 > .epp4 {
        background-color: #67b0d6;
        padding: 10px 20px;
        margin-top: 70px;
        width: 190px;
        float: right;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .epar2 > .epp4 > a {
            color: #fff;
        }

.epar > .epp3, .epar > .epp4 {
    margin-top: 50px;
}

    .epar > .epp3 > input,
    .epar > .epp4 > input {
        background-color: #f2f2f2;
        width: 90%;
        height: 30px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        padding-right: 10px;
    }

        .epar > .epp3 > input::-webkit-input-placeholder,
        .epar > .epp4 > input::-webkit-input-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
        }

        .epar > .epp3 > input:-ms-input-placeholder,
        .epar > .epp4 > input:-ms-input-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
        }

        .epar > .epp3 > input:-moz-placeholder,
        .epar > .epp4 > input:-moz-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
        }

        .epar > .epp3 > input::-moz-placeholder,
        .epar > .epp4 > input::-moz-placeholder {
            font-family: 'B Yekan', 'B Nazanin','Baseet', Tahoma;
            font-size: 10px;
            direction: rtl;
            text-align: right;
        }

.epar > .epp5 {
    margin-top: 20px;
}

.epar > .epp6 {
    background-color: #67b0d6;
    padding: 10px 20px;
    margin-top: 20px;
    width: 190px;
    float: right;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
}

    .epar > .epp6:hover {
        color: #fff !important;
        background-color: #b4c7d1;
    }

.epar > .epp7 {
    margin-top: 40px;
}
/*-----------------------------------------*/

/*My Account*/
.mlacc {
    display: none;
    position: absolute;
    float: right;
    direction: rtl;
    background-color: #414141;
    z-index: 1000;
    cursor: pointer;
}



    .mlacc > div {
        width: 200px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: right;
        /*border-bottom:#f7f7f7 solid 1px;*/
    }

        .mlacc > div > img {
            position: absolute;
            left: 5px;
            top: 5px;
            width: 17px;
        }

        .mlacc > div > span {
            position: absolute;
            left: 30px;
            top: 5px;
            width: 17px;
        }

        .mlacc > div > a {
            color: #fff;
        }

            .mlacc > div > a:hover {
                color: #f8f390;
            }
/*-----------------------------------------*/
.outline {
    text-decoration: line-through;
}

.orco {
    color: #f6846a;
}

.adtobs {
    background-color: #67b0d6;
    color: #fff;
    float: left;
    margin-left: 10%;
    margin-top: 10px;
    padding: 20px 30px;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    cursor: pointer;
}

    .adtobs:hover {
        background-color: #f6846a;
    }

.baspar {
    direction: rtl;
}

    .baspar > a {
        color: #f89d88;
        vertical-align: top;
    }

        .baspar > a:hover {
            color: #67b0d6;
        }

        .baspar > a > img {
            width: 15px;
        }

.mgt10 {
    margin-top: 0px;
    margin-right: 5px;
}

@media screen and (min-width: 1500px) {
    .mgt10 {
        margin-top: 37px;
    }
}


.hfl {
    text-align: left;
    margin-top: -15px;
    color: #219103;
    cursor: pointer;
}

    .hfl > img {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

.hflh {
    margin-right: 95%;
    cursor: pointer;
    margin-top: -15px;
}

    .hflh > img {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

.hswc {
    width: 30%;
    height: 5px;
    margin-top: 2px;
}

.fcpt {
    background-color: #f2f2f2;
    width: 100%;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fcpb {
    width: 120px;
    background-color: #67b0d6;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 30px;
    float: left;
    margin-left: 3%;
}
/*-----------------------------------------*/


/**/
/*.setfontNaz17 {
    font-family: 'B Nazanin';
    font-size: 17px;
    line-height:1;*/

.contact {
    direction: rtl;
}

    .contact > hr {
        max-width: 500px;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 20px;
    }
/*-----------------------------------------*/
.listrotationfirstpage {
    margin-top: 100px;
    margin-bottom: -120px;
}
/**/

.contactussite {
    width: 300px;
    border: 1px solid #d4cfcf;
    margin: 0px auto;
}

    .contactussite > p {
        border-bottom: 1px dashed #d4cfcf;
        padding: 10px;
        margin: 20px 0px;
    }

.logo {
    max-height: 60px;
}
