﻿body {
    width: 100%;
    margin: 0px;
    background-color: #ffffff;
}


@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;
}
.MB16 {
    margin-bottom: 16px !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: 11px;
    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;
}

.smfNotification {
    position: fixed;
    top: 36px;
    min-width: 26px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: 700;
    border: 2px solid #e79300;
    border-radius: 20px;
    left: 62px;
    padding-top: 3px;
    background-color: #fbda9c;
    cursor:pointer;
}

/*  //  --  Order Tracking ==> Start  --  //  */

.OrderTrackingContainer {
    margin-top: 100px;
}
.ortMainBox {
    max-width: 1100px;
    margin: auto;
}
#ortTitle {
    font-size: 20px;
    font-weight: 700;
    color: #00875c;
    margin-bottom: 16px;
    border-bottom: 1px solid orange;
    padding-bottom: 4px;
}
.ortTrackingInp {
    height: 28px;
    width: 202px;
    border: 1px solid silver;
    border-radius: 8px;
    padding: 0px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    background-color: #ffffff;
    font-size: 13px;
    margin-top: 12px;
}
#ordAtionBox {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1f1f1;
    padding: 24px 4px;
    border: 1px solid silver;
    border-radius: 6px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 4px;
}
.ortSYSmsg {
    font-size: 14px;
    margin-top: 16px;
    display: flex;
    width: 96%;
    color: #3131ff;
    justify-content: center;
}
.ortTitle{
    font-size:13px;
}
/*  //  --  Order Tracking ==> END  --  //  */
/*  //  --  AboutUs ==> Start  --  //  */
#abutext {
    margin-bottom: 120px;
}
.TextCenter {
    text-align: center !important;
}
.AboutUsContainer {    
    margin-top: 100px;
}
.abuMainBox {
    max-width: 1100px;
    margin: auto;
}
#abuTitle {
    font-size: 20px;
    font-weight: 700;
    color: #00875c;
    margin-bottom: 16px;
    border-bottom: 1px solid orange;
    padding-bottom: 4px;
    margin-bottom:8px;
}
.abuPargraph {
    font-size: 15px;
    line-height: 32px;
    text-align: justify;
}
.gisokids{
    color:hotpink;
    font-size:18px;
    font-weight:700;
}
.nazzkocholou {
    color: darkgreen;
    font-size: 18px;
    font-weight: 700;
}
/*  //  --  AboutUs ==> END  --  //  */
/*  //  --  shopBascket ==> Start  --  //  */
.finishedPRD {
    /*filter: grayscale(0.7) !important;*/
    background-color: #fffbc7 !important;
    border: 1px solid red !important;
}
.sbdDiscountSYSmsg {
    font-size: 14px;
    margin-top: 16px;
    display: flex;
    width: 96%;
    color: #3131ff;
    justify-content: center;
}
.sbdAlertMSG{
    color:red !important;
}
#sbdDiscountCode {
    width: 220px;
    background-color: #f5f5f5;
    border: 1px dashed gray;
    border-radius: 8px 0px 0px 8px;
    height: 48px;
    margin: 4px;
    padding: 8px;
    margin-top: 0px;
    cursor: pointer;
    transition: height 0.5s ease;
    overflow: hidden;
}
    #sbdDiscountCode.sbdDiscActive {
        height: 140px;
    }
#sbdPay {
    width: 220px;
    background-color: #d1ffdd;
    border: 1px dashed gray;
    border-radius: 8px 0px 0px 8px;
    height: 48px;
    margin: 4px;
    padding: 8px;
    margin-top: 0px;
    cursor: pointer;
    transition: height 0.5s ease;
    overflow: hidden;
}
    #sbdPay.sbdPayActive {
        height: 297px;
    }
#sbdReserve {
    width: 220px;
    background-color: #defaff;
    border: 1px dashed gray;
    border-radius: 8px 0px 0px 8px;
    height: 48px;
    margin: 4px;
    padding: 8px;
    margin-top: 0px;
    cursor: pointer;
    transition: height 0.5s ease;
    overflow: hidden;
}
    #sbdReserve.sbdReserveActive {
        height: 320px;
    }
.sbdPayItems {
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    border-bottom: 1px solid #a5a5a5;
}
.sbdPayTitr{
    width:80px;
}
.sbdPayText {
    font-size: 14px;
}
.sbdPayTextTotal {
    font-size: 16px;
    font-weight: 700;
}
.sbdPayYeka {
    width: 25px;
    font-size: 10px;
    color: #474646;
}
.sbdPayTitle {
    font-size: 17px;
    font-weight: 700;
    color: #016101;
}
#sbdMainBox {
    display: flex;
    border: 1px solid #dddddd;
    padding: 12px;
    border-radius: 6px;
    width: fit-content;
    margin: auto;
}

.sbdReserveTitle {
    font-weight: 700;
    font-size: 14px;
    color: #006f83;
    margin-bottom: 16px;
}
#sbdOpenBox {
    cursor: pointer;
    height: 40px;
    width: 120px;
    background-color: #a3eeff;
    font-size: 14px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin-top: 16px;
    margin-right: 40px;
    color: #000dc2;
    font-weight: 700;
}

.sbdDescribeMethods {
    font-size: 13px;
    text-align: justify;
}
.sbdDiscountTitle {
    font-size: 17px;
    font-weight: 700;
    color: #6b6b6b;
}
#sbdContainer {
    margin-bottom: 200px;
}
.sbdDiscountInp {
    height: 28px;
    width: 202px;
    border: 1px solid silver;
    border-radius: 8px;
    padding: 0px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    background-color: #ffffff;
    font-size: 13px;
    margin-top: 12px;
}

.siteMap {
    padding-top: 20px;
    padding-right: 8px;
    font-size: 12px;
    margin-bottom: 16px;
}
.orang {
    color: #fb8a00 !important;
}
.darkGray {
    color: #4d4d4d !important;
}
.black {
    color: #000000 !important;
}
#sbdTableBox {
    width: 630px;
}
#sbdTableHeader {
    display: flex;
    background-color: #f4e8ff;
    height: 36px;
    align-items: center;
}
.sbdBorderLeft {
    border-left: 1px solid #37a300 !important;
}
.sbdBorderLeft2 {
    border-left: 1px solid #f1f1f1 !important;
}
.centerFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sbdPrdImage {
    width: 130px;    
}
    .sbdPrdImage img {
        cursor: pointer;
    }
.sbdPrdName {
    width: 200px;
    color: #494949;
    font-size: 15px;
}
.sbdPrdSpec {
    width: 200px;
    flex-direction: column;
}
.sbdPrdPrice {
    width: 120px;
    flex-direction: column;
}
.sbdPrdPayState {
    width: 110px;
}
.SuccessPaymentStyle {
    font-size: 13px;
    color: forestgreen;
}
.PendingPaymentStyle {
    font-size: 13px;
    color: #f35827;
}
.sbdPrdDelete {
    width: 70px;
}
.sbdTableItem {
    height: 150px;
    display: flex;
    border-bottom: 1px dashed #e5e5e5;
}
.darkBG2 {
    background-color: #e9e9e93d;
}
.sbdPrdImg {
    width: 120px;
}
.sbdPrdSpecSubItem {
    width: 100%;
    display: flex;
    align-items: center;
    height: 32px;
}
.colorSample2 {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 8px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px 1px;
}
.sbdPrdSubTitle {
    font-size: 14px;
    width: 40px;
    color: #00817c;
    margin-right: 24px;
    font-weight: 700;
}
.sbdPrdSubValue {
    margin-right: 8px;
    color: #494949;
    font-size: 15px;
    font-weight: 700;
}
.sbdPrdSubDimention {
    margin-right: 8px;
    color: #494949;
    font-size: 13px;
}
.sbdPrdSpecSubPriceItem {
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px;
    justify-content: center;
}
.sbdPrdSubDiscountedPrice {
    font-size: 15px;
    color: #a3a3a3;
    position:relative;
    padding:0px 4px;
}
    .sbdPrdSubDiscountedPrice::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 105%;
        height: 1px;
        background: #ff4545;
        transform: rotate(12deg);
        transform-origin: top left;
        margin-top: 3px;
    }
.sbdPrdSubPriceToPay {
    font-size: 15px;
    color: #000000;
    font-weight: 700;
}
.sbdDELicon{
    width:36px;
    cursor:pointer;
}
.sbdOKicon{
    width:36px;
}
.JustMoment {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 10;
    align-items: center;
}
.emptyBascketMSG {
    color: #3e00cd;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
    font-size: 20px;
}

/*  //  --  shopBascket ==> End  --  //  */
    /*  //  --  ClientTopMenu ==> Start  --  //  */
    #topMenu {
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row;
    height: 28px;
    background-color: white;
    align-items: center;
    top: 70px;
    border-bottom: 1px solid #e3e3e3;
    z-index: 14;
}
#menuItems{
    display:flex;
}
#menuItemsMOB {
    display:none;
}
#mobmenuItems {
    border: 1px solid silver;
    position: fixed;
    top: 97px;
    right: 8px;
    z-index: 500;
}
.mobileIconStyle {
    width: 25px;
    margin-top: 6px;
    margin-right: 6px;
}
.menuItem {
    padding: 1px 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: white;
    transition: color 0.3s cubic-bezier(0.33, -0.01, 0.06, 1.01);
}
.menuItemMob {
    padding: 1px 16px;
    cursor: pointer;
    background-color:white;
    height: 23px;
    display: flex;
    align-items: center;
}
/* لایه‌ای برای انیمیشن پس‌زمینه */
.menuItem::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0; /* شروع از صفر */
    height: 100%;
    background-color: #ededed;
    transition: width 0.3s ease; /* نیم ثانیه پر شدن */
    z-index: 1; /* زیر متن قرار بگیره */
}

    /* وقتی موس می‌ره روش */
    .menuItem:hover::before {
        width: 100%; /* از چپ تا راست پر میشه */
    }

    /* برای اینکه متن دیده بشه */
    .menuItem span {
        position: relative;
        z-index: 4;
    }
.menuItemSelected {
    border-bottom: 3px solid #bdbdbd;
    color: #8c5fb3;
    font-weight: 700;
    background-color: #d8fcff;
}
    /*  //  --  ClientTopMenu ==> END  --  //  */
    /*  //  --  ClientHeader ==> Start  --  //  */
    #Header {
        height: 70px;
        width: 100%;
        position: fixed;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 20px;
        z-index: 14;
        border-bottom: 1px solid #e3e3e3;
        background-color: white;
    }

.welcome {
    color: white;
    font-size: 13px;
}

.HeadMidSide img {
    height: 72px;
}

#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;
    z-index:8;
}

.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: 100px;
    max-width: 1500px;
    background-color: white;
}



/*  //  --  close ==> Start  --  //  */

.ADDBoxHead {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
    width: 100%;
    background-color: #007d7d;
    padding: 0px 6px;
    border-radius: 8px 8px 0px 0px;
    color: white;
}

.closeBox {
    font-size: 12px;
    cursor: pointer;
    color: #a50000;
    width: 20px;
    font-weight: 700;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding-top: 2px;
    border: 1px solid silver;
}
/*  //  --  close ==> END  --  //  */
/*  //  --  ClientProductView ==> Start  --  //  */

.orderSelection {
    width: 125px;
    height: 26px;
    margin-left: 8px;
    border: 1px solid #bcd4ff;
    border-radius: 6px;
    padding: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.addCountOrder {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #3fff3f;
    border-radius: 24px;
    margin-left: 12px;
    border: 1px solid #21e321;
    padding-top: 2px;
    color: #0a6100;
    box-shadow: rgb(54 157 19 / 39%) 2px 1px 2px 1px;
    cursor: pointer;
}

.minusCountOrder {
    width: 24px;
    font-family: cursive;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    background-color: #ffddd1;
    border-radius: 24px;
    margin-left: 12px;
    margin-right: 12px;
    border: 1px solid #ff7698;
    padding-bottom: 6px;
    box-shadow: rgb(249 127 66 / 39%) 2px 1px 2px 1px;
    cursor: pointer;
    color: #e30000;
}

.showCountOrder {
    width: 34px;
    font-family: cursive;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #d9d9d9;
    padding-bottom: 2px;
    box-shadow: rgb(193 193 193 / 39%) 2px 1px 2px 1px;
}
.regToBascketBuy {
    margin: auto;
    width: 70%;
    height: 36px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid gray;
    border-radius: 8px;
    font-size: 13px;
    align-items: center;
    box-shadow: rgb(54 157 19 / 39%) 2px 1px 2px 1px;
    cursor:pointer;
}
.AddToShop{
    width:100%;
}
.prdBuyBTN {
    width: 120px;
    background-color: #a3f7a3;
    margin: auto;
    height: 36px;
    display: flex;
    justify-content: center;
    border: 1px solid gray;
    border-radius: 8px;
    font-size: 13px;
    align-items: center;
    box-shadow: rgb(54 157 19 / 39%) 2px 1px 2px 1px;
    cursor: pointer;
}
.ZeroCountHint {
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-right: 12px;
    color: red;
}
.prdPriceLoadBox {
    color: #232323;
    margin-left: 12px;
    font-size: 15px;
}
.prdFinishAlert {
    color: darkred;
    font-weight: 700;
    margin-left: 12px;
}
.OrderPopUpBoxItem {
    width: 90%;
    margin-top: 4px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 6px;
    border-radius: 0px 12px;
    background: linear-gradient(to bottom right, white, #b7ffdacf);
}
.Ordertitr {
    width: 70px;
    display: flex;
    font-size: 13px;
}
.OrderPopUpActionBox {
    margin: auto;
    padding: 4px;
    width: 90%;
    margin-top: 8px;
    padding-bottom: 12px;
}
.buyOrderPopUp {
    width: 90%;
    height: calc(100% - 135px) !important;
    top: 41px;
    background-color: #b7ffdacf;
    z-index: 50;
    position: absolute;
    right: 3%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#productsView {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1100px;
    margin-bottom: 100px;
}

.PRDbox {
    width: 267px;
    background-color: #fbfbfb;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 4px 2px 4px 2px;
    direction: rtl;
    box-shadow: rgb(0 0 0 / 11%) 1px 1px 4px 1px;
    margin: 4px;
    transform: scale(1); /* حالت اولیه */
    transform-origin: center;
    transition: transform 0.5s ease; /* انیمیشن نیم‌ثانیه‌ای */
    will-change: transform;
    position: relative;
    padding-bottom: 8px;
}
    /*.PRDbox:hover {
        transform: scale(0.95);
    }*/

    /* دسترسی: وقتی با کیبورد فوکوس میشه هم همین رفتار رو داشته باشه */
    /*.PRDbox:focus-visible {
        transform: scale(0.95);
        outline: none;*/ /* در صورت نیاز استایل فوکوس رو خودت تنظیم کن */
    /*}*/

    /* اگر می‌خوای توی موبایل که هاور نیست رفتار لمسی هم طبیعی باشه */
    /*.PRDbox:active {
        transform: scale(0.95);
        transition-duration: 0.5s;*/ /* لمس معمولاً باید سریع‌تر باشه (اختیاری) */
    /*}*/

.PRDMidBox {
    position: relative;
    overflow: hidden;
}

/* پاپ‌آپ اولیه - خارج از دید (سمت چپ) */
.prdPopUpBox {
    position: absolute;
    top: 10px;
    left: 0px; /* خارج از باکس */
    width: 120px;
    padding: 8px 10px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    cursor:pointer;
}

/* وقتی موس روی کل باکس محصول می‌ره */
.PRDbox:hover .prdPopUpBox {
    left: 24px; /* فاصله نهایی از سمت چپ */
    opacity: 1;
    pointer-events: auto;
}

.topPRDbx {
    display: flex;
    height: 294px;
}

.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: 290px !important;
        border-radius: 0px 8px;
    }

.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: 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
}

.colorSample {
    width: 7px;
    height: 20px;
    border-radius: 15px;
    margin-bottom: 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px 1px;
}

.bottPRDbx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 20px;
}

.AmountBx {
    font-size: 12px;
    color: #878787;
}

.smfMinPrice {
    font-size: 12px;
    font-weight: 700;
    color: #05916a;
    margin: 0px 4px;
}

.smfMaxPrice {
    font-size: 12px;
    font-weight: 700;
    color: #6770eb;
    margin: 0px 4px;
}

.smfToman {
    font-size: 12px;
    color: #878787;
}

/*  //  --  ClientProductView ==> End  --  //  */

/*  //  --  Product ==> Start  --  //  */

#PRDExTopPart {
    display: flex;
}
.PRDExRightbx {
    display: flex;
    width: 560px;
}
#ProfileBox{
    margin-top:100px;
}
.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: flex-start;
    padding-top: 32px;
}
.selectingTitle {
    font-weight: 700;
    font-size: 20px;
    margin-left: 12px;
}
.prdColorItem {
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    border: 1px solid silver;
    border-radius: 8px;
    margin: 4px 8px;
    background-color: white;
    cursor: pointer;
    box-shadow: inset 2px 2px 2px #e5e5e5;
    padding-right: 8px;
}
.prdColorItemSample {
    width: 20px;
    height: 20px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    margin-left: 4px;
}
.prdColorItemSelected {
    background-color: #4d9902 !important;
    border: 1px solid #569500 !important;
    font-weight: 700;
    font-size: 13px;
    box-shadow: inset 3px 1px 3px #3f5f01;
    color: #ffffff;
}
.prdSizeItem {
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    border: 1px solid silver;
    border-radius: 8px;
    margin: 4px 8px;
    background-color: white;
    cursor: pointer;
    padding-top: 2px;
    box-shadow: inset 2px 2px 2px #e5e5e5;
}
.prdSizeItemSelected {
    background-color: #4d9902 !important;
    border: 1px solid #569500 !important;
    font-weight: 700;
    font-size: 13px;
    box-shadow: inset 3px 1px 3px #3f5f01;
    color: #ffffff;
}

#AvailableSizeToSelect {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    justify-content: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fbfbfb;
    width: 100%;
}
#AvailableColorToSelect {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    justify-content: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fbfbfb;
    width: 100%;
}
.electSizePRD {
    width: 125px;
    height: 26px;
    margin-left: 8px;
    border: 1px solid #bcd4ff;
    border-radius: 6px;
    padding: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.electColorPRD {
    width: 125px;
    height: 26px;
    margin-left: 8px;
    border: 1px solid #bcd4ff;
    border-radius: 6px;
    padding: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.selectedItem {
    height: 36px;
    width: 130px;
    border: 1px solid silver;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.priceBox {
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prdSpecSelect {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    width: 100%;
}
#ShowElectedSize {
    font-size: 18px;
    color: #393939;
    cursor: pointer;
}
.slectList {
    width: 200px;
    border: 1px solid silver;
    border-radius: 0px 0px 8px 8px;
    margin-top: 1px;
    background-color: #f3f3f3;
    position: absolute;
}

.selectedSortItem {
    height: 36px;
    width: 110px;
    border: 1px solid silver;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 4px;
}
.SortSlectList {
    width: 110px;
    border: 1px solid silver;
    border-radius: 0px 0px 8px 8px;
    margin-top: -3px;
    background-color: #f3f3f3;
    position: absolute;
    z-index: 25;
}
.SortSelctableItem {
    height: 28px;
    width: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
    .SortSelctableItem:hover {
        background-color: white;
        border-radius: 0px 0px 8px 8px
    }
.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;
    cursor:pointer;
}
#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: 90%;
    max-width: 950px;
    margin: auto;
    margin-top: 8px;
    padding: 20px;
    border: 1px solid black;
    border-radius: 8px;
    background-color: #faf5ff;
    margin-bottom:120px;
}
.profInfoItem {
    display: flex;
    margin: 20px;
}
.profInfoItemTitle {
    font-size: 18px;
    width: 110px;
    margin-right: 62px;
    color: gray;
}
.profInfoItemData {
    font-size: 18px;
    
}

#adrADD {
    width: 32px;
    cursor:pointer;
}

.adrRow {
    display: flex;
    width: 48%;
    height: 36px;
    align-items: center;
}

.adrRow2 {
    margin-top: 12px;
}

.adrTitle {
    font-size: 13px;
    margin-left: 12px;
    color: darkblue;
    width: 64px;
}
.adrData {
    font-size: 13px;
    margin-left: 12px;
}
.adrData2 {
    font-size: 13px;
    margin-left: 12px;
}
.confirmation-dialog {
    display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffe0e0;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
    box-shadow: 4px 4px 15px rgb(1 41 112 / 30%);
}
.confirmation-dialog  p{
    font-size:15px;
}
    .confirmation-dialog button {
        margin: 5px;
    }
.prfAddressItem {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 8px;
    border: 1px solid silver;
    border-radius: 8px;
    background-color: white;
    margin: 12px;
    max-width: 420px;
}
#adrItemsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.regNewADR {
    width: 44px;
    margin-bottom:16px;
    padding: 4px;
    background-color: white;
    margin-top: 12px;
    position: absolute;
    left: 16px;
    cursor: pointer;
}
.addDelete {
    width: 32px;
    padding: 4px;
    border: 1px solid #ff6f6f;
    border-radius: 6px;
    background-color: white;
    margin-top: 12px;
    position: absolute;
    left: 16px;
    cursor: pointer;
}
.prfAddressActions {
    display: flex;
    justify-content: flex-end;
}
/*  //  --  Profile ==> End  --  //  */
#NoticeBlack {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999999;
}
/*  //  --  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;
}
.midLevelBoxPrd {
    display: flex;
    justify-content: space-between;
    margin-left: 8px;
    align-items: center;
}
.rightSidePRDdesc {
    width: 80%;
    display: flex;
    flex-direction: column;
}
.sizeTableIcon{
    width:40px;
    cursor:pointer;
}
.BuyPrdIcon {
    width: 24px;
    cursor: pointer;
}
#productsViewLoading{
    display:flex;
    width:100%;
    text-align:center;
    justify-content:center;
    margin-bottom:150px;
    margin-top:40px;
}
#ProductCategory {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin-top: 12px;
    padding-top: 4px;
    border-bottom: 1px solid gray;
    align-items: center;
    margin-bottom:12px;
}
#level1Cat{
    display:flex;
}
.disAble {
    color: #6e6e6e !important;
    cursor: not-allowed !important;
    filter: blur(1px);
}
.disAble3 {
    color: #6e6e6e !important;
    cursor: not-allowed !important;
    filter: grayscale(1);
}
.level1CatItem {
    padding: 1px 16px;
    height: 40px;
    cursor: pointer;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: white;
    transition: color 0.3s cubic-bezier(0.33, -0.01, 0.06, 1.01);
    align-items: center;
}
/* لایه‌ای برای انیمیشن پس‌زمینه */
    .level1CatItem::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 0; /* شروع از صفر */
        height: 100%;
        background-color: #ededed;
        transition: width 0.3s ease; /* نیم ثانیه پر شدن */
        z-index: 1; /* زیر متن قرار بگیره */
    }

    /* وقتی موس می‌ره روش */
    .level1CatItem:hover::before {
        width: 100%; /* از چپ تا راست پر میشه */
    }

    /* برای اینکه متن دیده بشه */
    .level1CatItem span {
        position: relative;
        z-index: 4;
    }

.level1CatItemSelected {
    border-bottom: 3px solid #bb6691;
    color: #000000;
    font-weight: 700;
    background-color: #cbffee;
}
.click-popup {
    position: fixed;
    z-index: 14;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.25s ease;
    max-height: 80vh;
    overflow-y: auto;
    background-color: white;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}
    .click-popup.show {
        opacity: 1;
        transform: scale(1);
    }
.popUpBoxHead {
    width: 100%;
    background-color: antiquewhite;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 4px;
    border-radius: 6px 6px 0px 0px;
    align-items: center;
    min-width: 160px;
}
#tableSizeContent {
    padding: 0px 12px;
    margin-top: 16px;
}
#tableSize {
    height: 48px;
    background-color: #b4ffff;
    padding: 8px 16px;
    border-radius: 8px;
    cursor:pointer;
}
.TableName {
    font-size: 14px;
    margin-left: 8px;
}
.FullSizeImage {
    max-width: 100%;
    max-height: 100%;
}
.closeBoxIcon2 {
    width: 30px;
    height: 30px;
    background-color: #f94343;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    position: fixed;
    right: 8px;
    top: 8px;
}
.closeBoxIcon {
    width: 20px;
    height: 20px;
    background-color: #f94343;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    color: white;
    border-radius: 4px;
    cursor:pointer;
}
#popUpAddADR {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 8px;
    border: 1px solid silver;
    border-radius: 8px;
    background-color: white;
    position: absolute;
    width: 500px;
    z-index: 9;
    top: 170px;
    left: calc(50% - 254px) !important;
    /*box-shadow: inset 0 0 2px #e1e1e1;*/
    box-shadow: 4px 4px 15px rgb(1 41 112 / 30%);
}

.ADRinp1 {
    height: 28px;
    width: 140px;
    border: 1px solid silver;
    border-radius: 8px;
    padding: 0px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    background-color: #ffffff;
    font-size: 13px;    
}
.ADRinp2 {
    height: 78px;
    width: 468px;
    border: 1px solid silver;
    border-radius: 8px;
    padding: 0px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    background-color: #ffffff;
    font-size: 13px;
    padding-top: 6px;
}

.smfblr {
    filter: blur(2px);
}
.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  --  //  */
.prdCardItemBox {
    display: flex;
    align-items: center;
    height: 23px;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-left: 12px;
}
.AddToBascket {
    width: 27px;
    height: 25px;
    cursor: pointer;
    padding: 2px;  
}
    .AddToBascket:hover {
        background-color: #c3ffeb;
        border-radius: 8px;
        border: 1px solid #00d1b2;
        box-shadow: rgb(0 0 0 / 11%) 1px 1px 4px 1px;
    }

.prdCardItemBoxRight {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    align-items: center;
    margin-right: 4px;
    margin-left: 8px;
}

.prddetailTitle {
    font-size: 10px;
    margin-left: 8px;
    color: #837474;
    height: 20px;
    display: flex;
    align-items: center;
    margin-right: 4px;
    font-weight: 700;
}

.dispNone {
    display: none !important;
}

.scrollBAN {
    overflow-y: hidden !important;
}

.topBanner {
    display: flex;
    width: 100%;
    justify-content: center;
}
.topBanner img{
    max-width:1100px;
}

/* CSS */
.colorful-icon {
    cursor: pointer;
    display: inline-block;
    width: 32px; /* اندازه دلخواه */
    height: auto;
    cursor: pointer;
}
/*.colorful-icon {
    cursor: pointer;
    display: inline-block;
    width: 32px;*/ /* اندازه دلخواه */
    /*height: auto;
    cursor: pointer;*/
    /* حالت خاکستری پیش‌فرض */
    /*filter: grayscale(85%);
    -webkit-filter: grayscale(85%);*/ /* برای برخی مرورگرهای قدیمی‌تر */
    /* انیمیشن برداشتن فیلتر در 1s */
    /*transition: filter 0.6s ease, -webkit-filter 0.6s ease;
    will-change: filter;
    outline: none;*/ /* فقط برای دکمه/لینک‌های واقعی؛ اگر از <img> داخل button استفاده می‌کنی، مراقب outline باش */
/*}*/

    /* وقتی موس میره روش یا با صفحه‌کلید فوکوس میشه */
    /*.colorful-icon:hover,
    .colorful-icon:focus,
    .colorful-icon:focus-visible {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }*/

#HomeCategory {
    margin: auto;
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 12px;
    height:200px;
}
.HomeCatItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.HomeCatTitle {
    font-size: 18px;
    background-color: #8b624f;
    padding: 2px 16px;
    border-radius: 12px;
    z-index: 1;
    color: white;
    border: 2px solid #fffabc;
    
}
.HomeCatIcon {
    padding: 16px 2px 2px 2px;
    margin-top: -12px;
    box-shadow: rgb(0 0 0 / 11%) 2px 2px 2px 2px;
    border-radius: 8px;
    background-color: #fff8f4;
}

.HomeCatIcon img {
    height: 150px;
    border-radius: 12px;
    /*box-shadow: rgb(0 0 0 / 11%) 2px 2px 2px 2px;*/
}


.PrdSizeTableSupp {
    width: 110px;
    height: 32px;
    margin: 2px 0px 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
    border-radius: 4px;
    background-color: #ffe2bb;
    cursor: pointer;
}

#prdSizeTableAction {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 8px;
}

.PRDSizeTableHeader {
    display: flex;
    height: 36px;
    background-color: #a7c3ff;
    align-items: center;
    width: fit-content;
    margin: auto;
}

.prdSizeTitleINP {
    display: flex;
    margin: 2px 8px;
    border: 1px solid silver;
    border-radius: 5px;
    height: 32px;
    font-size: 13px;
    text-align: center;
    width: 130px;
}

.sizeTableTitleADDicon {
    width: 35px;
    margin-left: 8px;
    cursor: pointer;
}

.sizeTableTitleDELicon {
    width: 25px;
    margin-left: 8px;
    cursor: pointer;
}

.sizeTableItem {
    display: flex;
}

    .sizeTableItem input {
        height: 36px;
        text-align: center;
        border: unset;
        background-color: transparent;
        color: #d341b2;
    }

.sizeTableSTD {
    width: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e5e5e5 !important;
    height: 36px;
}

#sizeTableNotAllowed {
    width: 100%;
    height: 231px;
    background-color: #000000a6;
    z-index: 50;
    position: absolute;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    top: 47px;
}

.lightBG {
    background-color: white;
}

.darkBG {
    background-color: #dcf6ff;
}

.NewItemBG {
    background-color: #edffb1;
}

#sizeTableValues {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
    flex-direction: column;
}

#prdSizeTitles {
    display: flex;
    margin-bottom: 16px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.prdSizeTitleItem {
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding: 8px;
    border: 1px solid #0067116b;
    margin-bottom: 6px;
    background-color: aliceblue;
    border-radius: 8px;
}
#popupBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 10;
    align-items: center;
}

.AttentionBackdropBlack {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    inset: 0;
    background: rgb(0 0 0 / 78%);
    backdrop-filter: blur(4px);
    z-index: 1200;
    align-items: center;
}

    /*////////////////////////////////////////////////////////////////Media*/
@media only screen and (max-width:700px) {
    .menuItem {
        line-height: 12px;
    }

    .ProfdataBox1 {
        width: 96%;
        padding: 6px;
        margin-bottom: 90px;
    }

    #popUpAddADR {
        width: 98%;
        right: 1%;
        flex-direction: column;
        top: 155px;
    }

    .adrRow {
        width: 98%;
    }

    .ADRinp2 {
        width: 96%
    }

    .prfAddressItem {
        padding: 8px 4px;
        margin: 8px 4px;
    }

    .adrTitle {
        font-size: 11px;
    }

    .ProfMenuItem {
        padding: 0px 10px;
    }

    .Tinewsgn {
        width: 210px;
    }

    .HomeCatIcon img {
        height: 80px;
    }

    #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;
    }

    #PrdSizeList {
        max-width: 96%;
        overflow-x: scroll;
    }

    #tableSizeContent {
        max-width: 96%;
        overflow-x: scroll;
    }

    .selectedSortItem {
        width: 80px;
        margin-left: 4px;
    }

    .SortSlectList {
        width: 80px;
    }

    .SortSelctableItem {
        width: 78px;
    }
    .level1CatItem {
        padding: 2px 8px;        
    }
    .menuItem {
        padding: 2px 8px;
    }
        .menuItem span {
            font-size: 9px;
        }
    #Header {        
        padding: 4px;        
    }
    .HeadRightSide {
        width: 30%;
        display: flex;
        align-items: center;
    }
    .HeadMidSide {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .HeadLeftSide {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .welcome{
        display:none;
    }
    #menuItems{
        display:none;
    }
    #menuItemsMOB {
        display: block;
    }
    .smfNotification {
        top: 30px;
        left: 25px;
    }
    #sbdMainBox {
        flex-direction: column;
    }
    #sbdActBox{
        margin:auto;
        margin-top:8px;
    }
    .sbdPrdImg {
        width: 65px;
    }
    .sbdPrdImage {
        width: 67px;
    }
    .sbdPrdSpec {
        width: 115px;
    }
    .sbdPrdSubTitle {
        font-size: 11px;
        width: 26px;
        margin-right: 8px;
    }
    .sbdPrdSubValue {
        font-size: 11px;
    }
    .colorSample2 {
        width: 15px;
        height: 15px;
        border-radius: 2px;
    }
    .sbdPrdSubDiscountedPrice {
        font-size: 12px;
    }
    .sbdPrdSubPriceToPay {
        font-size: 12px;
    }
    .sbdPrdPrice {
        width: 70px;
    }
    .SuccessPaymentStyle {
        font-size: 10px;
    }
    .PendingPaymentStyle {
        font-size: 10px;
    }
    .sbdPrdPayState {
        width: 50px;
    }
    .sbdDELicon {
        width: 30px;
    }
    .sbdOKicon {
        width: 30px;
    }
    #sbdMainBox {
        padding: 4px;
    }
    #sbdTableBox {
        width:100%;
    }
    .sbdPrdDelete {
        width: 40px;
    }


    .sbdTableItem {
        height: 100px;
    }
    .abuMainBox {
        max-width: 94%;
    }
    .ortMainBox {
        max-width: 94%;
    }
}
