﻿
@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;
    }



/* For mobile phones: */


* {
    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;
    }


body {
    width: 100%;
    margin: 0px;
    background-color: #f9f9f9;
}


.smfblr {
    filter: blur(2px);
}

.dispNone{
    display:none !important;
}

#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;
}

.HeadMidSide {

}

.center{
    display: flex;
    align-items: center;
}

.HeadMidSide img {
    height: 52px;
}


#Footer {
    background-color: #5d5d5d;    
    height: 79px;
    width: 100%;
    position: fixed;
    bottom: 0px;
}

.WebBody {
    margin: auto;
    margin-top: 80px;
    max-width: 1500px;
    background-color: white;
}

.PRDBoxInfoItem {
    display: flex;
    width: 96%;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    padding: 12px 0px;
}

.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;
}

.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;
}

.PRDMidBoxMob {
    width: 320px;
    cursor: pointer;
    position: relative;
    margin: auto;
    margin-top: 8px;
}
    .PRDMidBoxMob:hover {
        width: 320px;
        transition-delay: 1s;
        transition: ease-in;
        //background-image: url('../images/prd2.jpg');
        transition: all 0.65s;
    }
    .PRDMidBoxMob img {
        width: 320px !important;
        height: 410px !important;
    }
    
.PRDMidBox {
    width: 250px;
    //background-image: url('../images/prd1.jpg');
    cursor: pointer;
    position: relative
}
    .PRDMidBox:hover {
        width: 250px;
        transition-delay: 1s;
        transition: ease-in;
        //background-image: url('../images/prd2.jpg');
        transition: all 0.65s;
        
    }
    .PRDMidBox img {
        width: 250px !important;
        height: 320px !important;
    }

.pic1 {
    position: absolute;
    border: 1px solid #ffedcc;
    opacity: 1
}
    .pic1:hover {
        opacity: 0;
        transition: ease-in;
        transition: all 0.65s;
    }
.pic2 {
    position: absolute;
    border: 1px solid #ffedcc;
    opacity: 0;
}


.PRDBoxMobBott {
    margin-top: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.PRDsmfData {
    margin-right: 24px;
    font-size: 17px;
    color: #00715d;
}

.MB12{
    margin-bottom:12px!important;
}

.smfHidePic {
    opacity: 0 !important;
    transition: ease-in;
    transition: all 0.65s;
}

.smfShowPic {
    opacity: 1 !important;
    transition: ease-in;
    transition: all 0.65s;
    
}

#productsView {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.colorSample {
    width: 30px;
    height: 30px;
    border: 1px solid silver;
    border-radius: 15px;
    margin-bottom: 3px;
}

.colorSampleMob {
    width: 30px;
    height: 30px;
    border: 1px solid silver;
    border-radius: 15px;
    margin: 0px 2px;
}

.PRDLefttBox {
    width: 44px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
}

.PRDMobColorSampBox {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    width: 98%;
}

.bottPRDbx {
    height: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top:8px;
}

.smfMinPrice {
    font-size: 20px;
    font-weight: 700;
    color: #05916a;
    margin: 0px 8px;
}

.smfMaxPrice {
    font-size: 20px;
    font-weight: 700;
    color: #05916a;
    margin: 0px 8px;
}

.AmountBx {
    font-size: 20px;
    color: #878787;
}
.smfToman {
    font-size: 20px;
    color: #878787;
}

.Sabad{
    width:40px;
    cursor:pointer
}


.profile {
    width: 40px;
    cursor: pointer
}

.welcome{
    color:white;
    font-size:13px;
}

#DateNow {
    color: white;
    font-size: 13px;
}

.LogoToHome{
    cursor:pointer;
}

.foterTopbx {
    background-color: gray;
    height: 4px;
}

.foterbottbx {
    background-color: #12171f;
    height: 75px;
    color:white;
}

.socialIMG {
    margin: 5px;
    height: 35px;
}

#copyright {
    color: white;
    direction: rtl;
    margin: 0 auto;
    padding: 15px 5px;
    width: 500px;
}

.flex{
    display:flex;
}

.FooterFollowUS{

}

.footerBody {
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    max-width: 860px;
    padding: 4px;
}

.ML20{
    margin-left:20px!important
}

.left{
    float:left;
}

.PRDotherPicBx {
    display: flex;
    flex-direction: column;
    width: 100px;
    margin-right: 12px;
    max-height: 520px;
    overflow-y: scroll;
}

#PRDExTopPart {
    display: flex;
}

.PRDExRightbx {
    display: flex;
    width: 560px;
}

.PRDshowPicBx {
    margin-right: 7px;
    border-right: 1px solid #ff6868;
    padding-right: 7px;
    width: 430px;
}

.PRDshowPicBx img{
    width:100%
}

.littImg {
    margin: 2px 1px;
    cursor: pointer;
    filter: grayscale(80%)
}

    .littImg:hover {
        filter: grayscale(0)
    }

.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;
}

.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;
}

.FinalPrice {
    margin-top: 32px;
}

.ML8{
    margin-left:8px;
}

.PRDExMidbx {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
}

.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;
}

.MatDescBox {
    margin-top: 12px;
    padding: 8px;
    border: 1px solid silver;
    border-radius: 8px;
    min-height: 110px;
    margin-bottom: 88px;
    font-size: 16px;
}

#ShowElectedPrice {
    color: #008574;
    font-size: 21px;
    font-weight: 700;
}

#ShowElectedSize {
    font-size: 18px;
    color: #393939;
}

#ShowElectedColor {
    font-size: 18px;
    color: #393939;
}

#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;
}

.profMenuSelectedItem {
    background-color: #f4ffb2!important;
    border: 1px solid #ffa500!important;
    font-weight: 700!important;
}

.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;
}

.W100{
    width:100%!important;
}

.MB75{
    margin-bottom:75px!important;
}


/*///////////////Media*/

@media only screen and (max-width:600px) {

    #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;
    }
}



@media only screen and (max-width:450px) {

    
}