﻿body {
    width: 100%;
    margin: 0px;
    background-color: #f9f9f9;
}


@font-face {
    font-family: 'SABASoft';
    src: url('../resources/tagIRAN.ttf');
}

@font-face {
    font-family: 'Yekan';
    src: url('../resources/BYekan.ttf');
}
 
@font-face {
    font-family: 'Titr';
    src: url('../resources/BTitr.ttf');
}

@font-face {
    font-family: 'Nazanin';
    src: url('../resources/BNaz.ttf');
}

@font-face {
    font-family: 'NazaninBold';
    src: url('../resources/BNazB.ttf');
}

@font-face {
    font-family: 'irsans';
    src: url('../resources/iransansweb.woff');
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'irsansBold';
    src: url('../resources/iransansweb_bold.woff');
    font-style: normal;
    font-display: fallback;
}


/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #e1e1e1;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    border-radius: 4px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b3c5b8;
    }

.W100 {
    width: 100% !important;
}

.M0 {
    margin: 0px !important;
}

.MB12 {
    margin-bottom: 12px !important;
}

.MB40 {
    margin-bottom: 40px !important;
}

.MB75 {
    margin-bottom: 75px !important;
}

.MT100 {
    margin-top: 100px !important;
}
.ML20 {
    margin-left: 20px !important;
}
.P15 {
    padding: 15px;
}
.left {
    float: left;
}

.TibgNavy {
    background-color: #023b6e;
}

.TiBTN {
    margin: 15px;
    padding: 12px;
    cursor: pointer;
    width: max-content;
    text-align: center;
    box-shadow: 4px 4px 15px rgb(1 41 112 / 30%);
}

* {
    font-family: irsans;
    font-size: 13px;
    text-align: right;
    box-sizing: border-box;
    direction: rtl;
}


a {
    text-decoration: none;
    color: #0963a2;
}

    a:hover {
        color: #0963a2;
    }

.center {
    display: flex;
    align-items: center;
}

/*  //  --  ClientHeader ==> Start  --  //  */

#Header {
    background-color: #000000;
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    z-index: 14;
}

.welcome {
    color: white;
    font-size: 13px;
}

.HeadMidSide img {
    height: 52px;
}

#DateNow {
    color: white;
    font-size: 13px;
}

.Sabad {
    width: 40px;
    cursor: pointer;
}

.profile {
    width: 40px;
    cursor: pointer;
}

/*  //  --  ClientHeader ==> End  --  //  */

/*  //  --  Home ==> End  --  //  */

.PRDboxMob {
    width: 400px;
    height: auto;
    background-color: #fbfbfb;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 6px;
    direction: rtl;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 4px;
    margin: 4px;
    margin-bottom: 8px;
}

.PRDMobColorSampBox {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    width: 98%;
}

.colorSampleMob {
    width: 30px;
    height: 30px;
    border: 1px solid silver;
    border-radius: 15px;
    margin: 0px 2px;
}

.PRDMidBoxMob {
    width: 320px;
    cursor: pointer;
    position: relative;
    margin: auto;
    margin-top: 8px;
}

    .PRDMidBoxMob img {
        width: 320px !important;
        height: 410px !important;
    }

.PRDBoxMobBott {
    margin-top: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.PRDBoxInfoItem {
    display: flex;
    width: 96%;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    padding: 12px 0px;
}

/*  //  --  Home ==> Start  --  //  */

/*  //  --  ClientFooter ==> Start  --  //  */

#Footer {
    background-color: #5d5d5d;
    height: 79px;
    width: 100%;
    position: fixed;
    bottom: 0px;
}

.foterTopbx {
    background-color: gray;
    height: 4px;
}

.foterbottbx {
    background-color: #12171f;
    height: 75px;
    color: white;
}

.footerBody {
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    max-width: 860px;
    padding: 4px;
}

#copyright {
    color: white;
    direction: rtl;
    margin: 0 auto;
    padding: 15px 5px;
    width: 500px;
}

.socialIMG {
    margin: 5px;
    height: 35px;
}

/*  //  --  ClientFooter ==> End  --  //  */

.WebBody {
    margin: auto;
    margin-top: 80px;
    max-width: 1500px;
    background-color: white;
}



/*  //  --  ClientProductView ==> Start  --  //  */

#productsView {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.PRDbox {
    width: 560px;
    height: 380px;
    background-color: #fbfbfb;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 6px;
    direction: rtl;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 4px;
    margin: 4px;
}

.topPRDbx {
    display: flex;
    height: 320px;
}

.PRDRightBox {
    width: 250px;
    padding: 12px;
}

.PRDtit {
    font-size: 13px;
    font-weight: 700;
    width: 90px;
}

.PRDsmfData {
    margin-right: 24px;
    font-size: 17px;
    color: #00715d;
}

.PRDMidBox {
    width: 250px;
    cursor: pointer;
    position: relative;
}

    .PRDMidBox img {
        width: 250px !important;
        height: 320px !important;
    }

.pic1 {
    position: absolute;
    border: 1px solid #ffedcc;
    opacity: 1;
}

.pic2 {
    position: absolute;
    border: 1px solid #ffedcc;
    opacity: 0;
}


.smfShowPic {
    opacity: 1 !important;
    transition: ease-in;
    transition: all 0.65s;
}

.smfHidePic {
    opacity: 0 !important;
    transition: ease-in;
    transition: all 0.65s;
}

.PRDLefttBox {
    width: 44px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
}

.colorSample {
    width: 30px;
    height: 30px;
    border: 1px solid silver;
    border-radius: 15px;
    margin-bottom: 3px;
}

.bottPRDbx {
    height: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.AmountBx {
    font-size: 20px;
    color: #878787;
}

.smfMinPrice {
    font-size: 20px;
    font-weight: 700;
    color: #05916a;
    margin: 0px 8px;
}

.smfMaxPrice {
    font-size: 20px;
    font-weight: 700;
    color: #6770eb;
    margin: 0px 8px;
}

.smfToman {
    font-size: 20px;
    color: #878787;
}

/*  //  --  ClientProductView ==> End  --  //  */

/*  //  --  Product ==> Start  --  //  */
#PRDExTopPart {
    display: flex;
}
.PRDExRightbx {
    display: flex;
    width: 560px;
}
.PRDotherPicBx {
    display: flex;
    flex-direction: column;
    width: 100px;
    margin-right: 12px;
    max-height: 520px;
    overflow-y: scroll;
}
.littImg {
    margin: 2px 1px;
    cursor: pointer;
    filter: grayscale(80%);
}
    .littImg:hover {
        filter: grayscale(0)
    }
.PRDshowPicBx {
    margin-right: 0px;
    border-bottom: 1px solid #ff6868;
    border-right: 0px solid #ff6868;
    padding-right: 0px;
    width: 380px;
    margin-bottom: 4px
}
    .PRDshowPicBx img {
        width: 100%;
    }
.PRDExMidbx {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
}
.selectingTitle {
    font-weight: 700;
    font-size: 20px;
}
.selectedItem {
    height: 36px;
    width: 200px;
    border: 1px solid silver;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ShowElectedSize {
    font-size: 18px;
    color: #393939;
}
.slectList {
    width: 200px;
    border: 1px solid silver;
    border-radius: 0px 0px 8px 8px;
    margin-top: 1px;
    background-color: #f3f3f3;
    position: absolute;
}
.selctableItem {
    height: 28px;
    display: flex;
    align-items: center;
    width: 196px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

    .selctableItem:hover {
        background-color: white;
        border-radius: 0px 0px 8px 8px
    }

.electColor {
    margin-top: 32px;
}
#ShowElectedColor {
    font-size: 18px;
    color: #393939;
}
#ShowElectedPrice {
    color: #008574;
    font-size: 21px;
    font-weight: 700;
}
.PRDExLeftbx {
    width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
}
.PRDDescBox {
    width: 440px;
    text-align: justify;
    padding: 12px;
    border: 1px solid silver;
    border-radius: 12px;
    min-height: 456px;
    font-size: 16px;
}
#PRDExbottPart {
    padding: 40px 20px;
    border-top: 1px dashed gray;
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.FinalPrice {
    margin-top: 32px;
}
.ML8 {
    margin-left: 8px;
}
.MatDescBox {
    margin-top: 12px;
    padding: 8px;
    border: 1px solid silver;
    border-radius: 8px;
    min-height: 110px;
    margin-bottom: 88px;
    font-size: 16px;
}
/*  //  --  Product ==> End  --  //  */
/*  //  --  Profile ==> Start  --  //  */

#ProfMenuSide {
    display: flex;
    width: 100%;
    height: 44px;
    background-color: #cdcdcd;
    margin-top: 71px;
    justify-content: center;
    align-items: center;
}
.ProfMenuItem {
    padding: 0px 20px;
    margin: 0px 10px;
    height: 32px;
    border: 1px solid #4d4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: aliceblue;
    cursor: pointer;
}
.ProfdataBox1 {
    width: 450px;
    margin: auto;
    margin-top: 8px;
    padding: 20px;
    border: 1px solid black;
    border-radius: 8px;
    height: 280px;
    background-color: #faf5ff;
}
.profInfoItem {
    display: flex;
    margin: 20px;
}
.profInfoItemTitle {
    font-size: 18px;
    width: 110px;
    margin-right: 62px;
    color: gray;
}
.profInfoItemData {
    font-size: 18px;
    margin-right: 32px;
}

/*  //  --  Profile ==> End  --  //  */
/*  //  --  User Register ==> Start  --  //  */
#TiloginDV {
    width: 600px;
    height: 500px;
    background-color: #fefefe;
    border: 1px solid silver;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 100px;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
}
#Tiimob {
    display: none;
}
#TilgL {
    width: 60%;
    float: left;
    padding: 50px 20px;
}
.PD20 {
    padding: 20px !important;
}
.Tinewsgn2 {
    width: 170px;
    background-color: #efa131;
    color: #000000;
    margin-left: 37px;
    height: 40px;
    padding-top: 6px;
    border: 1px solid #000000;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.MB10 {
    margin-bottom: 10px !important;
}
.TiinfoLBL2 {
    min-width: 250px;
    padding: 0px 50px;
    font-weight: 700;
    text-align: center;
}
.RegisterItem {
    display: flex;
    justify-content: space-between;
    width: 320px;
    margin: auto;
    align-items: center;
    margin: 20px 0px;
}
.ResidterItemTitle {
    font-size: 16px;
}
.ResigterItemInput {
    border: 1px solid silver;
    border-radius: 4px;
    height: 32px;
    width: 220px;
    text-align: center;
}
.Tinewsgn {
    width: 240px;
    background-color: #1070e1;
    color: white;
    margin-left: 37px;
    height: 40px;
    padding-top: 6px;
    border: 1px solid #027d6b;
}
.sysMSG {
    font-size: 16px;
    font-weight: 700;
    color: red;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#TilgR {
    position: relative;
    width: 40%;
    height: 100%;
    float: right;
    background-image: url(/images/bgs.jpg);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: whitesmoke;
}
#TiiLogo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 50px;
    background-image: url(/images/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
}
#TiiTTL1 {
    text-align: center;
    font-size: 16pt;
    font-weight: 700;
    margin-top: 15px;
    color: white;
}
#TiiTTL3 {
    position: absolute;
    bottom: 33px;
    text-align: center;
    font-size: 10pt;
    font-weight: 500;
    color: #cee2f3 !important;
    margin: 25px;
}
#TiiTTL2 {
    position: absolute;
    bottom: 20px;
    color: white;
    text-align: center;
    font-size: 12px;
    margin-right: 68px;
}
.TimobCopyright {
    display: none;
}

/*  //  --  User Register ==> End  --  //  */


.dispNone {
    display: none !important;
}

.scrollBAN {
    overflow-y: hidden !important;
}

/*////////////////////////////////////////////////////////////////Media*/
@media only screen and (max-width:700px) {
    .Tinewsgn {
        width: 210px;
    }
    #PRDExTopPart {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .PRDExRightbx {
        width: 400px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .PRDotherPicBx {
        flex-direction: row;
        width: 400px;
        height: 100px;
    }

    .PRDshowPicBx {
        margin-right: 0px;
        border-bottom: 1px solid #ff6868;
        border-right: 0px solid #ff6868;
        padding-right: 0px;
        width: 380px;
        margin-bottom: 4px
    }

    .PRDDescBox {
        width: 90%;
        min-height: 200px;
    }

    .PRDExLeftbx {
        width: 96%;
    }

    .FooterFollowUS {
        font-size: 9px;
    }

    #copyright {
        width: 300px;
        font-size: 9px;
    }
    .profMenuSelectedItem {
        background-color: #f4ffb2 !important;
        border: 1px solid #ffa500 !important;
        font-weight: 700 !important;
    }

    .PRDshowPicBx {
        margin-right: 7px;
        /*border-right: 1px solid #ff6868;*/
        padding-right: 7px;
        width: 430px;
        max-width:100%;
    }

        .PRDshowPicBx img {
            width: 100%
        }
    #PRDExTopPart {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .PRDExRightbx {
        width: 400px;
        flex-direction: column-reverse;
        align-items: center;
        max-width: 100%;
    }

    .PRDotherPicBx {
        flex-direction: row;
        width: 400px;
        height: 100px;
        max-width: 100%;
        padding-right: 6px;
    }
    .TimobCopyright {
        color: #0b6587;
        text-align: center;
        margin: 10px;
        padding: 90px;
        padding-top: 10px;
        padding-bottom: 0px;
        display: block;
    }
    #TilgR {
        display: none;
    }

    .TiinpITM {
        flex-direction: column;
        align-items: center;
    }



    #TiloginDV {
        display: flex;
        flex-direction: column;
        width: 96%;
        height: max-content;
        margin-top: 8vh;
    }

    #Tiimob {
        display: block;
        height: 210px;
        background-image: url(/images/bgs.jpg);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #TimobLogo {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        margin-top: 25px;
        background-image: url(/images/logo.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-position-x: left;
    }

    #TimobTXT {
        text-align: center;
        font-size: 16pt;
        font-weight: 700;
        margin-top: 15px;
        color: white;
    }

    #TilgL {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 10px 0px;
    }






}