* {
    font-family: iraniansans;
}
main {
    margin-top: 0px;
    padding: 3vw;
    padding-top: 0px;
}
.mainadmin{
    margin-top:0px;
    
}
.cartlistbody {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
    border-top: 9px solid #f5f5f5;
    border-radius: 50px;
}
.cartsummery {
    width: 19vw;
    background: rgb(245, 245, 245);
    padding: 1vw;
    border: 1px solid rgb(221 216 216);
    min-height: 500px;
    border-radius: 5px;
    margin: 1vw;
    min-width: 350px;
    flex: 1;
}
    .cartsummery .sumkol {
        padding: 0.5vw;
    }
        .cartsummery .sumkol .money {
            text-align: left;
            font-size: 20px;
            color: #00008b;
            border: none;
            border-bottom: 1px solid #e5e5e5;
        }
    .cartsummery .posttype {
        padding: 0.5vw;
        border-bottom: 1px solid #e5e5e5;
    }
        .cartsummery .posttype .postmoney {
            text-align: left;
            font-size: 16px;
            color: #6f6f6f;
            border: none;
        }
    .cartsummery .sumpay {
        padding: 0.5vw;
        border-bottom: 1px solid #e5e5e5;
    }
        .cartsummery .sumpay .paymoney {
            text-align: left;
            font-size: 20px;
            color: #016701;
            border: none;
        
        }
    .cartsummery .paybtn {
        padding: 0.5vw;
        text-align: center;
    }
.cartdetail {
    width: 75vw;
   padding: 2%;
    
    min-width: 480px;
    flex: 4;
}

.customer{
    padding:2vw;
}
.address{
    padding:2vw;
}
.HeaderInfo {
    background: #00617f;
    width: 100%;
    color: #ffffff;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row;
    height: 20px;
    font-size: 12px;
    text-shadow: 0 0 3px #717171;
    position: fixed;
    top: 0px;
    z-index: 9;
}
body {
    margin: 0px;
    padding: 0px;
    direction: rtl;
    
}
.LoginCart {
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 9;
    background: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
}
.Login span {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    font-weight: bold;
    color: #484848;
}
.Cart span {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    color: #777777;
    font-weight: bold;
}
.Login span a {
    display: flex;
    cursor: pointer;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    color: #393737;
    border-left: 1px solid dimgray;
    padding: 5px;
    font-size: 12px;
    text-decoration:none;
}
.Cart span a i {
    font-size: 25px;
}
.Cart span a:hover {
    color: black;
}
.Login span a:hover {
    color: black;
}
.Cart span a {
    display: flex;
    cursor: pointer;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    color: #393737;
    font-size: 20px;
    padding: 5px;
}
    .IconCompanyNav {
    width: 80px;
    height: 80px;
    background-size: 100% 100% !important;
}

.MenuBig {
    top: 20px;
    position: fixed;
    z-index: 9;
    width: 95%;
    margin-left:2.5%;
    margin-right:2.5%;

}

    .MenuBig.Homepage {
       
        padding: 0px;
        position: unset;
    }

        .MenuBig.Homepage > .row {
            margin: 0px !important;
        }

    .MenuBig.scrolled {
        position: fixed;
        z-index: 9;
        width: 95%;
        background: #ffffff;
        border-bottom: 2px solid #575757;
    }

.MenuHolder {
    width: 100%;
    height: auto;
    line-height: 1.5;
    display: inline-flex;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  
}

.MenuBig .NavMenuHolder .row.MenuList {
    position: absolute;
    max-height: 50vh;
    overflow: auto;
    right:0px;


}

    .MenuBig .NavMenuHolder .row.MenuList::-webkit-scrollbar {
        width: 3px; /* width of the entire scrollbar */
    }

    .MenuBig .NavMenuHolder .row.MenuList::-webkit-scrollbar-track {
        background: #ffffff; /* color of the tracking area */
    }

    .MenuBig .NavMenuHolder .row.MenuList::-webkit-scrollbar-thumb {
        background-color: #e0e0e0;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

.MenuListMobile .row.MenuList {
    position: sticky;
}

.CompanyMenuName {
    border-radius: 5px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.MenuHolder a {
    padding-right: 5px;
    padding-left: 5px;
    color: #b1e1fd;
 
}




.MenuBtnShow:lang(en) {
    right: 30px;
}

.MenuBtnShow:lang(fa) {
   
    left: 30px;
}

.MenuList {
    padding: 10px;
    background: linear-gradient(90deg, #ffffff00, #ffffffc2);
    border-top: none;
    margin-right: 0;
    width: 350px;
    position: absolute;
    z-index: 9;
    margin-top: 149px;
    width: 80%;
}

    

    .MenuList a.MenuItem {
        color: #4e4e4e;
        padding: 5px;
        text-decoration: none;
        display: grid;
        height: auto;
    }

        .MenuList a.MenuItem:hover {
            color: #ff7b07;
            background: transparent;
        }

.MenuHolder table {
    table-layout: fixed;
    width: 100%;
}

    .MenuHolder table:first {
        height: 30px;
    }

.LinkHolder:lang(fa) {
    display: table-cell;
    direction: rtl;
}

.LinkHolder:lang(en) {
    display: table-cell;
    direction: ltr;
}

.LinkTimeHolder:lang(fa) {
    direction: ltr;
}

.LinkTimeHolder:lang(en) {
    direction: rtl;
}

.LinkHolder > #DateHolder {
    text-align: center;
}

.date {
    color: white;
}

.Links a {
    display: inline;
}

.LinkHolder .MenuBtn {
    display: none;
}

.MenuMobile {
    display: none;
}


#menuList {
   
}

@media (min-width: 768px) {
    .MenuBig {
        display: flex;
        width: 95%;
        justify-content: space-between;
    }
    
    .MenuMobile {
        display: none;
    }

    

    .MenuHolder {
        min-height: 127px;
        height: auto;
    }
}
@media (max-width:768px){
    .ShopTile {
        margin-top: 120px !important;
    }

}


.MenuList .MenuItem {
    background: transparent;
    border: none;
}


.MenuBtnShow:hover {
   
    background: #353535e0;
}

.FloatMenu:lang(fa) {
    
    top: 0px;
    z-index: 9999;
    padding: 10px;
    width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 0px;
    box-shadow: -4px 8px 10px 0px #00000061;
    right: 0px;
}

.FloatMenu:lang(en) {
   
    top: 0px;
    z-index: 9999;
    padding: 10px;
    width: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 0px;
    box-shadow: 4px 8px 10px 0px #00000061;
    left: 100%;
}

.FloatMenu .InfoProfile {
    text-align: center;
    line-height: 3;
    display: grid;
    height: 220px;
}

   

.FloatMenu .MenuListMobile {
    color: #696868;
    padding-top: 10px;
    display: grid;
    overflow-y: scroll;
    height: Calc(100vh - 242px);
}

    .FloatMenu .MenuListMobile::-webkit-scrollbar {
        width: 3px; /* width of the entire scrollbar */
    }

    .FloatMenu .MenuListMobile::-webkit-scrollbar-track {
        background: #007bff; /* color of the tracking area */
    }

    .FloatMenu .MenuListMobile::-webkit-scrollbar-thumb {
        background-color: #a0a0a0;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

.FloatMenu::-webkit-scrollbar {
    width: 3px; /* width of the entire scrollbar */
}

.FloatMenu::-webkit-scrollbar-track {
    background: #007bff; /* color of the tracking area */
}

.FloatMenu::-webkit-scrollbar-thumb {
    background-color: #a0a0a0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.FloatMenu .MenuListMobile span {
    background: #6d6d6d;
    color: white;
    padding: 5px;
    border-radius: 2px;
    margin: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.FloatMenu .MenuListMobile > a {
    background: #6d6d6d;
    text-decoration: none;
    color: white;
    padding: 5px;
    border-radius: 2px;
    margin: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

    .FloatMenu .MenuListMobile > a:hover {
        background: #007bff;
        text-decoration: none;
        transition: background 1s;
        cursor: pointer;
        -webkit-transition: background 1s;
        -moz-transition: background 1s;
        -ms-transition: background 1s;
        -o-transition: background 1s;
    }

.FloatMenu .MenuListMobile span:hover {
    background: #007bff;
    transition: background 1s;
    cursor: pointer;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
}

.FloatMenu .MenuListMobile .SelectedMenu {
    background: #007bff;
    transition: background 1s;
    cursor: pointer;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
}

.NavMenuHolder {
    cursor: pointer;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .NavMenuHolder span {
        padding: 10px;
        margin-bottom: 0px;
    }

    .NavMenuHolder a {
        padding: 5px;
        height: 25px;
       
        display: inline-flex;
        margin-bottom: 0px;
        background: #2c2c2c;
        border-left: 1px solid #3b3b3b;
    }

    .NavMenuHolder span:hover {
        
        background: #ff7b07;
        border-radius: 2px;
        transition: background linear 1s;
        -webkit-transition: background linear 1s;
        -moz-transition: background linear 1s;
        -ms-transition: background linear 1s;
        -o-transition: background linear 1s;
    
    }

    .NavMenuHolder a:hover {
        color: #ffffff;
        background: #ff7b07;
        transition: background linear 1s;
        -webkit-transition: background linear 1s;
        -moz-transition: background linear 1s;
        -ms-transition: background linear 1s;
        -o-transition: background linear 1s;
      
    }

    .NavMenuHolder .SelectedMenu {
     
        color: #ffffff;
        background: #ff7b07;
        border-radius: 2px 2px 0px 0px;
        -webkit-border-radius: 2px 2px 0px 0px;
        -moz-border-radius: 2px 2px 0px 0px;
        -ms-border-radius: 2px 2px 0px 0px;
        -o-border-radius: 2px 2px 0px 0px;
    }

        .NavMenuHolder .SelectedMenu:hover {
            border-radius: 2px 2px 0px 0px !important;
            -webkit-border-radius: 2px 2px 0px 0px !important;
            -moz-border-radius: 2px 2px 0px 0px !important;
            -ms-border-radius: 2px 2px 0px 0px !important;
            -o-border-radius: 2px 2px 0px 0px !important;
        }

.MenuListMobile .MenuList {
    width: 180px !important;
    font-size: 0.8em !important;
    top: 110px;
    bottom: 10px;
}

    .MenuListMobile .MenuList .BackItem {
        display: block;
    }

.MenuBig .MenuList .BackItem {
    display: none;
}

.MenuBig .row {
    padding: 10px;
    padding-bottom: 0px;
}

.MenuHolder.MenuWorkFlow {
    height: 50px !important;
    min-height: 50px !important;
}

.MenuBig.MenuWorkFlow {
    height: 50px !important;
}

    .MenuBig.MenuWorkFlow .row {
        padding: 5px !important;
    }

.pic-small {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.LinkHolder.MenuWorkFlow {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.CompanyMenuName.MenuWorkFlow {
    margin-top: 5px;
}

.footer.MenuWorkFlow {
    padding: 15px !important;
    height: 130px;
}
.containerlogin {
    text-align: -webkit-center;
    margin-top: 25vh;
}
.bodylogin {
   
    display: flow-root;
   
    height: 100vh;
   
}
.btninput {
    border: 1px solid #dfdfdf;
    margin: 10px;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
}
    .btninput a {
        color: #393737;
        text-decoration: none;
        padding: 5px;
        display: flex;
        align-items: baseline;
    }
        .btninput a i {
            margin: 2px;
        }
.containerlogin .backimage {
    background: url(/Images/loginback.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    z-index: -1;
    background-color: #ffffffc9;
    background-blend-mode: color;
}
.formlogin {
    width: 80vw;
    max-width: 600px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #5b5b5b;
    padding: 30px;
    text-align: right;
    background: #ffffffa6;
}    
.formlogin .companyBrand {
        text-align: -webkit-center;
    }
    .formlogin .companyBrand .CompanyTitle {
    
        font-weight:bold;
        }
    .formlogin .form-group span {
        color: #515151;
        font-size: 12px;
    }
.bt_holder {
    display: grid;
    align-items: center;
    justify-items: stretch;
    margin-top: 10px;
}
    .bt_holder a {
        text-shadow: 0px 0px 10px #ffffff;
    }
.CompanyImage img {
    width: 100px;
    border-radius: 30px;
    margin: 10px;
}
.containerlogin .companyEnamad {
    text-align: -webkit-center;
    border: 1px solid #e9e9e921;
    width: 150px;
    height: 150px;
    margin-top: 5%;
}
.ShopTile {
    color: #393737;
    font-weight: bold;
    margin-top: 80px;
    text-align: center;
}
    .ShopTile span {
        padding: 10px;
        display: flex;
        justify-content: center;
    }
        .ShopTile span a i {
            width: 100px;
            height: 100px;
            display: inline-flex;
            background-size: cover !important;
            border-radius: 37px;
            box-shadow: 0px 0px 2px 4px #dfdfdf82;
        }
    .ShopTile a {
        text-decoration: unset;
        color: #393737;
        display: flex;
        align-items: center;
    }
.bodyformadmin .imageloginadmin {
    background: url(/Images/adminlogin.webp);
    width: 100%;
    height: 100vh;
}
.formloginadmin {
    width: 30%;
    min-width: 250px;
    position: absolute;
    background: #ffffffeb;
    padding: 30px;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid #c1c1c1;
    padding-top: 20vh;

}
 .formloginadmin .companyBrand {
        text-align: -webkit-center;
    }
.formloginadmin .btn_holder{
    text-align: -webkit-center;
    display: grid;
    justify-items: stretch;
    align-items: center;
    margin-top: 10px;
}
.bodyformadmin{
    display:flex;
}
.bodyformadmin .companyEnamad {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: -webkit-center;
    height: 150px;
}
.formholder {
    padding: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: 0px 0px 6px #cdcdcd;
    background: #f1f1f1;
    margin-top: 10%;
}
.formholder .btn_holder{
    display:grid;
    margin-top:5px;
}
.product-item {
    min-width: 240px;
    width: 15vw;
    padding: 10px;
    border-radius: 2px;
    border-left: 1px solid #d5d5d5;
    cursor:pointer;
}
.productlist {
    padding: 5px;
    display: flex;
    align-items: stretch;
}
.carouselholder-product .carousel.slide.carousel-fade .carousel-inner{
    height:15vw !important;
    min-height:200px;
}
.imageholderscroll.itemproduct {
    height: 15vw !important;
    min-height:200px;
}
.product-title {
    font-size: 18px;
    font-weight: bolder;
    padding: 5px;
    text-align: center;
    color: #5f5f5f;
}
.product-price {
    font-size: 20px;
    text-align: left;
    color: #5f5f5f;
}
.product-cat {
    color: #9d9d9d;
    font-size: 12px;
}
.imageitem {
    box-shadow: inset 0px 0px 1px #afafaf;
    width: 140px;
    min-width: 140px;
    padding: 5px;
    border: 1px solid #afafaf;
    text-align: center;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    color: #545454;
    margin: 2px;
    border-radius: 2px;
}
    .imageitem img {
        width: 129px;
    }
.imageGalleryView {
    display: flex;
    max-height: 80vh;
    overflow-y: scroll;
    padding-right: 5px;
}
.imageGalleryView-title {
    display: grid;
    font-size: 12px;
}
.imageitem.imageitem-table {
    width: 180px !important;
    min-width: 180px !important;
}
.imageitem-table img {
    width: 169px  !important;
    min-width: 169px !important;
    height: 130px !important;
}
 .infodetail {
    color: #a1a1a1;
    font-size: 10px;
}
.toolbarimagegallery{
    padding:5px;
}
.suprizeprdouct-item .carousel-inner{
    height:auto !important;
}
.prd-suprize-tag {
    color: #ffffff;
    display: flex;
    background: red;
    border-radius: 10px;
    width: fit-content;
    padding: 2px;
    font-size: 12px;
}
.prd-title {
    text-align: center;
    padding: 5px;
    }
.prd-price {
    text-align: left;
    padding: 5px;
    font-size: 16px;
}
.prd-price-old {
    text-align: left;
    padding: 5px;
    text-decoration: line-through;
    padding-top: 0px;
    margin-top: -10px;
    color: #7f7f7f;
    font-size: 13px;
}
.prd-cat {
    display: flex;
    justify-content: space-between;
    color: #b7b7b7;
    font-size: 12px;
    margin-top: 20px;
}
.suprize-holder {
    background: #510808;
    display: flex;
    padding: 10px;
    width: calc(100% - 20px);
    height: Calc(25vw - 150px);
    min-height: 300px;
    margin-right: 5px;
    border-radius: 5px;
}
.suprize-title {
   
    display: inline-grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 11vw;
    min-width: 100px;
    border-radius: 0px 50px 50px 0px;
}
    .suprize-title img {
        min-width: 80px;
        width: 5vw;
    }
    .suprize-holder .carouselholder {
        margin: 0px;
        display: contents;
        justify-content: space-around;
        width: max-content;
        min-width: 100%;
    }
    .suprize-title .showmore a {
        color: white;
    }
.suprize-body {
    width: 100%;
    background: white;
    border-radius: 5px;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-color:red;
    
}
.imageholderscroll.itemproduct .image{
    height:15vw !important;
    min-height:200px;
}
.suprize-body .carouselholder .carousel-inner {
    display: ruby-text;
}
div[class="suprize-body"]::-webkit-scrollbar {
    width: 2px;
    height: 5px;
}
div[class="suprize-body"]::-webkit-scrollbar-thumb {
    background-color: #630000;
    border-radius: 100% 100% 100% 100%;
}
div[class="suprize-body"]::-webkit-scrollbar-track {
    background: #fff;
    width: 5px;
    height: 2px;
}
.emptycart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cartexist {
    font-size: 25px;
}

    .cartexist .Cartnumber {
        position: absolute;
        top: 15px;
        padding: 5px;
        font-size: 14px;
        color: #ffffff !important;
        background: #8a1212;
        border-radius: 100%;
        text-align: center;
    }
.numcartintable {
    display: flex;
    width: 100px;
    align-items: center;
    background: #ffffff;
    border-radius: 0px 5px 5px 50px;
}
.Cartnumber {
    position: absolute;
    top: 15px;
    padding: 7px;
    font-size: 14px;
    color: #ffffff !important;
    background: #ba0707;
    border-radius: 100%;
    text-align: center;
    height: 20px;
    width: 20px;
    left: 17px;
}
    .numcartintable>span {
        width: 150px;
        text-align: center;
    }
    .numcartintable .btn.btn-success {
        border-radius: 0px 0px 50px 0px;
        font-size:10px !important;
    }
.numcartintable .btn.btn-danger {
    border-radius: 0px 0px 0px 50px;
    font-size: 10px !important;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: #8d8d8d;
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: #ffffff00;
    width: 5px;
    height: 2px;
}
.product-item.suprizeprdouct-item .prd-cat{
    margin-top:0px;
}
.product-item.suprizeprdouct-item .product-title {
    margin-top: -18px;
    font-size: 14px;
}
.product-item.suprizeprdouct-item .imageholderscroll.itemproduct .image {
    height: 8vw !important;
min-height: 124px;
}
.product-item.suprizeprdouct-item .imageholderscroll.itemproduct {
    height: 9vw !important;
    min-height: 145px;
}

.product-item.suprizeprdouct-item{
    width:12vw;
    min-width:165px;
}
button i{
    margin:5px;
}
button{
    margin:2px;
}