﻿
/*@font-face {
    font-family: IRANSansWeb;
    src: url('/fonts/IRANSansMedium.eot');
    src: url('/fonts/IRANSansMedium.eot?#iefix') format('embedded-opentype'), url('/fonts/IRANSansMedium.woff') format('woff'), url('/fonts/IRANSansMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'IRANSansMedium';
    src: url('../fonts/IRANSansMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSansLight';
    src: url('../fonts/IRANSansLight.ttf') format('truetype');
}

body, html {
    direction: rtl;
    height: calc(100% - 80px);
    position: relative;
}

.iransans {
    font-family: 'IRANSansLight' !important;
}

.iransansBold {
    font-family: 'IRANSansMedium' !important;
}

.size_10 {
    font-size: 10px;
}

.size_12 {
    font-size: 12px;
}

.size_14 {
    font-size: 14px;
}

.size_16 {
    font-size: 16px;
}

.size_18 {
    font-size: 18px;
}

.size_20 {
    font-size: 20px;
}

a:hover {
    text-decoration: none;
}

#infodiv, #verifyBack {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    background-color: rgba(0,0,0,0.6) !important;
    position: fixed !important;
    z-index: 400 !important;
    top: 0 !important;
    right: 0 !important;
    display: none;
}

    #infodiv .main {
        width: 35%;
        background-color: #fff;
        height: auto;
        max-width: 600px;
        float: none;
        margin: 10% auto;
        padding: 10px;
        border-radius: 25px !important;
        position: relative;
        color: #616161;
        font-size: 12px;
    }

    #verifyBack .main {
        background-image: url(../image/paymsgBack.png);
        color: #FFF;
        width: 30%;
        height: 60%;
        max-width: 600px;
        float: none;
        margin: 10% auto;
        padding: 10px;
        border-radius: 25px !important;
        position: relative;
        font-size: 12px;
    }

        #verifyBack .main #holder_message {
            text-align: center;
            position: relative;
            width: 100%;
        }

            #verifyBack .main #holder_message .icon_danger {
                border-radius: 100px;
                background-color: #b7091a;
                width: 200px;
                height: 200px;
                margin: 50px auto 0 auto;
                font-size: 150px;
                /*box-shadow: 1px 1px 13px #a09d9d;*/
                /*-webkit-box-shadow: 1px 2px 5px #a09d9d;
                -moz-box-shadow: 1px 2px 5px #a09d9d;
                -o-box-shadow: 1px 2px 5px #a09d9d;*/
            }

            #verifyBack .main #holder_message .icon_succes {
                border-radius: 100px;
                background-color: #cddc39;
                width: 200px;
                height: 200px;
                margin: 50px auto 0 auto;
                font-size: 150px;
                /*box-shadow: 1px 1px 13px #a09d9d;*/
                /*-webkit-box-shadow: 1px 2px 5px #a09d9d;
                -moz-box-shadow: 1px 2px 5px #a09d9d;
                -o-box-shadow: 1px 2px 5px #a09d9d;*/
            }

            #verifyBack .main #holder_message .icon_danger img {
                /*width:100px;
                height:100px;
                display:block;
                margin:30px auto 0 auto;*/
            }

            #verifyBack .main #holder_message .txtMsgPay {
                margin: 75px auto 0 auto;
                text-align: center;
                font-size: 18px;
            }

            #verifyBack .main #holder_message .txtMsgPayOk {
                color: #cddc39;
            }

            #verifyBack .main #holder_message .RefId {
                font-size: 16px;
            }

#CloseInfoDiv, #CloseverifyBackDiv {
    width: 35px;
    height: 35px;
    border-radius: 17.5px;
    left: -12px;
    top: -12px;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 38px;
    position: absolute;
    z-index: 300;
    background-color: #fff;
    color: #aaa;
    font-size: 20px;
    padding-top: 2px;
}

#infodiv .main input[type="text"], #infodiv .main input[type="select"] {
    width: 100%;
    height: 45px !important;
    border-radius: 10px;
    background-color: #f3e7eb;
}

#infodiv .main textarea {
    resize: vertical;
    background-color: #f3e7eb;
    border-radius: 10px;
}

#infodiv .main .holder_mob_tel {
    overflow: hidden;
}

    #infodiv .main .holder_mob_tel .mob {
        margin-right: 0;
        padding-right: 0;
    }

    #infodiv .main .holder_mob_tel .tel {
        margin-left: 0;
        padding-left: 0;
    }

.centering {
    float: none;
    margin: 0 auto;
}

.col {
    float: none;
    display: block;
}

select,
input[type=number],
input[type=password],
input[type=text] {
    height: 40px !important;
}



.mainbtn {
    background-color: #FFDD0A;
    border: 1px solid #dbdbdb;
    padding: 10px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .mainbtn:hover {
        background-color: rgba(251,221,90,0.7);
    }

.maindiv {
    float: none;
    margin: 0 auto;
}

.displayblock {
    display: block;
}

.alerting {
    color: #8a0f0f;
}

.orderdiv {
    float: none;
    margin: 0 auto;
    padding: 10px 15px;
    overflow: hidden;
    transition: all 0.3s;
}

    .orderdiv .allitem {
        background-color: #69d469;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        max-width: 310px;
        float: none;
        margin: 0 auto;
    }


    .orderdiv .imagediv {
        /*margin-top:-50px !important;
        padding-top:-40px;
        position:relative*/
    }

        .orderdiv .imagediv img {
            transition: all 0.8s;
            height: 164px;
            width: 100%;
        }

    .orderdiv .allitem:hover img {
        margin-right: -70px;
    }

    .orderdiv .allitem .textdiv {
        transition: all 0.8s;
        width: 100%;
        height: 70px;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
        color: #894444;
        background-color: #FFF;
    }

    .orderdiv .allitem:hover .textdiv {
        margin-right: -70px;
    }

    .orderdiv .allitem .adding {
        width: 70px;
        height: 0px;
        z-index: 1;
        left: 2px;
        /*position: absolute;*/
        color: #fff;
        font-size: 25px;
        visibility: hidden;
        transition: all 0.7s;
        /*padding-top: 20px;*/
        text-align: center;
        float: left;
        position: relative;
    }

        .orderdiv .allitem .adding .addprod {
            width: 100%;
            height: 50px;
            border-bottom: 1px solid #fff;
            margin-top: 19px;
        }

        .orderdiv .allitem .adding .minProd {
            width: 100%;
            height: 60px;
            border-bottom: 1px solid #fff;
            line-height: 60px;
        }

        .orderdiv .allitem .adding #procount {
            width: 100%;
            height: 105px;
            border-bottom: 1px solid #fff;
            line-height: 118px;
        }

        .orderdiv .allitem .adding [id^=proinm] {
            color: #9c0e1c;
        }

        .orderdiv .allitem .adding a {
            color: #fff;
            font-size: 120%;
        }

            .orderdiv .allitem .adding a:hover {
                text-decoration: none;
            }

    .orderdiv .allitem:hover .adding {
        visibility: visible;
    }



.menuitemdiv {
    position: relative !important;
    float: right;
    /*margin: auto 0px;*/
    text-align: center;
    color: #894343;
    /*margin-left: 2px;*/
    cursor: pointer;
}


    .menuitemdiv > div {
        width: 100px;
        overflow: hidden;
        margin: 0 auto;
    }

        .menuitemdiv > div img {
            width: 100px;
            display: block;
            /*-ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;*/
        }

    .menuitemdiv .overItemMeno {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 93px;
        background-color: rgba(255, 0, 0, 0.25);
        z-index: 1;
        border: 1px solid red;
        -ms-border-radius: 5px;
        border-radius: 5px;
        display: none;
    }


.box-shadow {
    box-shadow: 2px 2px 2px #aaa,-2px -2px 2px #aaa;
}

.col {
    float: right;
}

.gray-span {
    color: #aaa;
}

.red-color {
    color: #9C0E1C;
}

.dblock {
    display: block;
}

.icon-remove {
    display: block;
    height: 25px;
    width: 25px;
    background-color: #9C0E1C;
    border-radius: 12.5px;
    margin-top: 9px;
    color: #fff;
    text-align: center;
    line-height: 33px;
}

    .icon-remove a {
        color: #fff;
    }

        .icon-remove a:hover {
            color: #fff;
            text-decoration: none;
        }

.centering {
    float: none;
    margin: 0 auto;
}

.ulshowmenu {
    list-style: none;
    list-style-type: none;
    padding-top: 15px;
}

    .ulshowmenu li {
        border-bottom: 2px solid #9C0E1C;
        height: 47px;
        line-height: 45px;
    }

.addtobasket {
    height: 40px;
    width: 40px;
    background-color: #9C0E1C;
    display: block;
    float: right;
    color: #fff;
    text-align: center;
    font-size: 150%;
    margin-top: 2px;
}

    .addtobasket a {
        color: #fff;
        display: block;
    }

        .addtobasket a:hover {
            text-decoration: none;
        }

.basketnumber {
    height: 40px;
    width: 40px;
    display: block;
    float: right;
    text-align: center;
    font-size: 150%;
}

#basketitem {
    height: 100%;
    min-height: 100%;
    width: 600px;
    float: left;
    background-color: #fff;
    position: fixed;
    left: -700px;
    z-index: 150;
    transition: all 1s;
    color: #000;
    padding: 15px 0px 0px 0px;
    top: 0;
    overflow-y: scroll;
}

    #basketitem .holder_basket_header {
        width: 100%;
        border-bottom: 1px solid rgb(193, 12, 26);
        padding-bottom: 10px;
    }

        #basketitem .holder_basket_header :first-child {
            margin-right: 10px;
            font-size: 12px;
            color: rgb(193, 12, 26);
        }

        #basketitem .holder_basket_header :last-child {
            padding-left: 10px;
        }

    #basketitem #allbasket {
        height: 60%;
        overflow-y: scroll;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    #basketitem #orderpayment {
        width: 99%;
        padding: 5px 0px;
        font-size: 100%;
    }

        #basketitem #orderpayment .holder_off, #basketitem #orderpayment .holder_pack {
            color: #808080;
            width: 100%;
            font-size: 90%;
            padding: 0 20px;
        }

            #basketitem #orderpayment .holder_off .priceOff, #basketitem #orderpayment .holder_pack .pricePack {
                margin-right: 80px;
                float: left;
            }

        #basketitem #orderpayment .holder_Sumprice {
            color: #000;
            width: 100%;
            margin-top: 18px;
            border-bottom: 1px solid #a9a9a9;
            padding: 0px 20px;
            padding-bottom: 10px;
        }

            #basketitem #orderpayment .holder_Sumprice .textSumprice {
                color: rgb(193, 12, 26);
            }

            #basketitem #orderpayment .holder_Sumprice #showsprice {
                padding: 7px;
                float: left;
                margin-top: -8px;
                margin-left: -7px;
                color: rgb(193, 12, 26);
                text-align: left;
            }

        #basketitem #orderpayment .holder_bt {
            color: #000;
            width: 100%;
            margin-top: 15px;
            padding: 0px 20px;
            padding-bottom: 10px;
        }

            #basketitem #orderpayment .holder_bt a {
                background-color: rgb(193, 12, 26);
                color: #FFF;
                padding: 10px;
                float: none;
                margin: 0 auto;
                display: block;
                text-align: center;
                border-radius: 15px;
            }

#darkdiv {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 140;
    transition: all 0.1s;
    display: none;
}

@media only screen and (max-width: 1100px) {

    /*.menuitemdiv {
        margin: auto 10px;
    }*/
}

@media only screen and (max-width: 900px) {
    .logoFFF {
        display: none;
    }

    #basketitem {
        width: 100%;
        left: -100%;
    }

    #infodiv .main {
        width: 95%;
        max-width: 100%;
    }

        #infodiv .main .holder_mob_tel .mob {
            padding: 0;
            margin: 0;
        }

        #infodiv .main .holder_mob_tel .tel {
            padding: 0;
            margin: 0;
            margin-top: 10px;
        }

    #myCarouselLeft {
        margin-top: 10px;
    }

    .payOrginalImg {
        margin-top: 5px;
    }

    .zarinpalIcon img {
        margin-top: 5px;
    }
    .row_TopHeader .meno {
        
        right: 5px;
       
    }
}

#iconBasket {
    position: relative;
    left: 0;
    top: 0;
}

#iconBaske div.badge {
    position: absolute !important;
    top: 10px !important;
    left: 15px !important;
    z-index: 1 !important;
    color: rgb(193, 12, 26) !important;
}

#iconBasket img {
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}



.minusspan {
    display: block;
    background-color: #69d469;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    border-radius: 55px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.plusspan {
    display: block;
    background-color: #69d469;
    height: 20px;
    width: 20px;
    margin: 0 auto;
  
    border-radius: 55px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

    .plusspan a,
    .minusspan a {
        color: #fff;
        display: block;
        line-height: 24px;
    }

        .plusspan a:hover,
        .minusspan a:hover {
            text-decoration: none;
        }

.divholder {
    overflow: hidden;
    width: 100px;
    margin: 0 auto;
    float: none;
   
}
.dangertxt {
    background-color: rgba(226, 38, 38,0.5);
    color: #9C0E1C;
    border: 1px solid red;
}

.split_border {
    border-bottom: 1px solid #a9a9a9;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .split_border img {
        display: block;
        position: absolute;
        bottom: -15px;
        width: 25px;
        left: 50%;
        right: 50%;
    }

.containerr {
    min-height: 100%;
    position: relative;
    margin-bottom: 20px;
}

.footerr {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}

.container-footer {
    height: auto;
    min-height: 70px;
    background-color: rgb(193, 12, 26);
    /*position: relative;*/
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.text_footer {
    color: #FFF;
    margin-top: 25px;
    overflow: hidden;
   }

.icon_footer {
    float: right;
    margin-left: 5px;
    margin-top: 20px;
}

    .icon_footer img {
        width: 40px;
    }



.padd-0 {
    padding: 0;
}

.padd-max-5 {
    padding: 5px;
}

.padd-max-10 {
    padding: 10px;
}

.padd-max-15 {
    padding: 15px;
}

.padd-max-20 {
    padding: 20px;
}

.padd-top-5 {
    padding-top: 5px;
}

.padd-top-10 {
    padding-top: 10px;
}

.padd-top-15 {
    padding-top: 15px;
}

.padd-top-20 {
    padding-top: 20px;
}

.marg-0 {
    margin: 0;
}

.marg-max-5 {
    margin: 5px;
}

.marg-max-10 {
    margin: 10px;
}

.marg-max-15 {
    margin: 15px;
}

.marg-max-20 {
    margin: 20px;
}

#ajaxloadr {
    width: 20px;
    margin: 20px auto 0 auto;
    display: none;
}

    #ajaxloadr > img {
        width: 20px;
        margin: 0 auto;
        display: block;
        padding-bottom: -15px;
    }

#infodiv #holder_message {
    background-color: #fff;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 50px;
}

    #infodiv #holder_message #errororder {
        width: 100%;
        height: 50px;
        color: red;
        text-align: center;
        line-height: 50px;
    }

    #infodiv #holder_message #successorder {
        background-color: #fff;
        width: 100%;
        height: 50px;
        color: green;
        text-align: center;
        line-height: 50px;
    }

#infodiv #btnokorder {
    width: 100%;
    background-color: rgb(193, 12, 26);
    color: #FFF;
    border-radius: 20px;
    margin-top: 20px;
    height: 50px;
    border: none;
    display: none;
    font-size: 18px;
}

#infodiv #btnokorder2 {
    width: 100%;
    background-color: rgb(193, 12, 26);
    color: #FFF;
    border-radius: 20px;
    margin-top: 20px;
    height: 50px;
    font-size: 18px;
}

.holder_branch_clock {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #aaaaaa;
    margin-top: -15px;
}

.row_category {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

    .row_category .holder_category {
        display: table;
        margin: 0 auto;
        padding: 0;
    }


#holder_message {
    padding-top: 20px;
    float: none;
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 10px;
    height: auto;
}

    #holder_message #firstChild {
        width: 450px;
        float: none;
        margin: 0 auto;
        margin-top: 5px;
        position: fixed;
        top: 85px;
        right: 10px;
        z-index: 1000;
    }

        #holder_message #firstChild .alertdiv {
            display: none;
            z-index: 100;
            min-width: 100px;
            height: 65px;
        }

            #holder_message #firstChild .alertdiv :first-child {
                min-width: 200px;
                height: 55px;
                line-height: 30px;
            }

                #holder_message #firstChild .alertdiv :first-child a {
                    float: left;
                    color: #aaa;
                }

.row_TopHeader{
    min-height: 70px;
    height: auto;
    background-color: rgb(193,12,26);
    text-align: center;
    padding: 0;
    margin: 0;
  
    
}

    .row_TopHeader #logoFFF {
        
      width: 150px;
     
    }
    .row_TopHeader .logoFFF {
        position: absolute;
        left: 50%;
        top: 5px;
    }
    

    .row_TopHeader #BasketIcon {
        position: absolute;
        left: 50px;
        top: 20px;
        width: 35px;
    }

        .row_TopHeader #BasketIcon #iconBasket div.badge {
            background-color: #69d469;
            color: rgb(193, 12, 26);
            z-index: 1;
            left: 15px;
            top: 10px;
            position: absolute;
        }

    .row_TopHeader .meno {
        overflow: hidden;
        float: right;
        margin-top: 15px;
        /*position: absolute;
        right: 50px;
        top: 10px;*/

    }
        .row_TopHeader .meno ul {
            list-style: none;
            display: flex;
        }
.row_TopHeader .meno li {
    list-style: none;
   
    position: relative;
    padding-left: 11px;
}

/*.row_TopHeader .meno {
    position: absolute;
    right: 50px;
    top: 10px;
}*/

.row_content1 {
    display: none;
}

#myCarousel {
    float: right;
}

    #myCarousel .carouselInner {
        max-height: 400px;
    }

        #myCarousel .carouselInner .item {
            width: 100%;
            max-height: 400px;
        }

#myCarouselLeft {
    max-height: 400px;
    position: relative;
    float: left;
}

    #myCarouselLeft img:first-child {
        width: 100%;
        max-height: 400px;
    }

    #myCarouselLeft img:last-child {
        position: absolute;
        bottom: 15%;
        left: 0;
        right: 0;
        margin: auto;
    }

#basketitem [id^=rowinb-] {
    height: 45px;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    line-height: 45px;
    color: #a09e9e;
    font-size: 80%;
    padding-left: 20px;
    padding-right: 3px;
}

    #basketitem [id^=rowinb-] [id^=num-] {
        display: block;
        height: 25px;
        width: 30px;
        float: left;
        margin-left: 3px;
        color: #fff;
        text-align: center;
        line-height: 25px;
        color: rgb(193, 12, 26);
        margin-top: 10px;
    }

.sel-opt {
    width: 100px;
    line-height: 25px;
    user-select: none;
    font-size: 10px;
}

    .sel-opt :first-child {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        width: 50%;
        transition: all .3s;
    }

    .sel-opt :last-child {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        width: 50%;
        transition: all .3s;
        cursor: pointer;
    }

    .sel-opt .activeSel {
        background-color: rgb(193, 12, 26);
        color: #FFF;
    }

    .sel-opt .NoactiveSel {
        background-color: #f3e7eb;
        color: #a9a9a9;
    }

.payOrginalImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.zarinpalIcon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.cafebazaarIcon:active, .cafebazaarIcon:hover, .cafebazaarIcon:visited, .cafebazaarIcon:link {
    /*display: block;
    margin-left: auto;
        margin-right: auto;
    width: 100px !important;*/
    color: #FFF;
}


.about {
    line-height: 30px;
}

.reagulation {
    padding: 20px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    float: none
}

    .reagulation > div {
        text-align: justify;
    }

.contact_form {
    background-color: #e3e2e2;
    padding: 10px;
}
.container_enamad {
    float: none;
    margin: 20px auto 0 auto;
    overflow: hidden;
   
}
.enamad {
    display: inline-block;
    margin-right: 20px;
}
.enamad li{
    display: inline-block;

}