﻿.start {}
#profile_div_all {
    background-color:#EBECEC;
}
#head_profile {
    background-color:#B2B3B3;
    height:55px;
}
#head_profile span, #head_profile a {
    color:#FFFFFF;
    display:inline-block;
    margin-left:60px;
    height:55px;
    line-height:55px;
    padding:0px 5px;
}
#head_profile a:hover {
    color:#000000;
}
#head_profile span {
    background-color:#363237;
}
#body_profile {
    padding:80px 0px;
}
#body_profile > div {
    background-color:#FFFFFF;
}
#span_order {
    width:5px;
}
#div_order1 {
    width:885px;
}
#div_order2 {
    width:310px;
}

/*LOGIN*/
#div-mo-login-step-icon {
    width: 600px;
    display:table-cell;
    vertical-align:top;
    height:350px;
}
#mo-login-step-icon {
    width: 220px;
    height: 265px;
    margin: 55px 200px 0px 300px;
}
#mo-login-step-input-information{
    display:table-cell;
    vertical-align:top;
    width:350px;
    text-align: center;
    margin-top: 20px;
}
#mo-login-step-login-check{
    color: red;
    font-size: 12px;
    display: inline-block;
}

#mo-login-step-input-information label{
    margin-top: 20px;
    padding-left: 95px;
    display: inline-block;
    width: 350px;
    text-align: left;


}

#mo-login-step-input-information input{
    display: inline-block;
    direction: ltr;
    font-size: 12px;
    border: none;
    background-color: #faffbd;
    padding: 5px;
}
#mo-login-step-login{
    background-color: #20BB5C;
    text-align: center;
    color: white;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 20px;
    border:none;
    cursor: pointer;
}
#mo-login-step-sign-up{
    background-color: #7690C9;
    text-align: center;
    color: white;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}
#mo-login-step-login:hover ,#mo-login-step-sign-up:hover{
    color:black;
}
#div-personal-info-box{
    width: 886px;
    display: inline-block;
    margin-left: 5px;
}
.div-personal-help{
    width: 300px;
    display: inline-block;
    vertical-align: top;
}
#div-personal-info{
    width: 686px;
    display: inline-block;
}
#div-personal-photo{
    width: 200px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#personal-photo{
    margin-top: 20px;
}
.div-personal-info-row{
    width: 666px;
    margin: 10px;
}
.div-personal-info-label{
    width: 200px;
    display: inline-block;
    padding: 5px;
}
.div-personal-info-textbox{
    width: 466px;
    display: inline-block;
    padding: 5px;
}
.div-personal-icon{
    text-align: left;
    padding-left: 10px;
}
.input-personal-info{

}
#input-personal-address
{
    width: 450px;
}
#input-personal-pass{
    background-color: #E6E7E8;
}
#input-edit-pass{
    cursor: pointer;
    width: 64px;
    height: 26px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 152, 70);
}
#img-personal-photo{
    width: 125px;
    height: 125px;
    border-radius: 50%;
}
.btn-edit-personal{
    background: url("https://goloff.ir/folder/img/icons/profile/edit.svg") no-repeat center;
    background-size: contain;
    width: 29px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
}
.btn-ok-personal{
    background: url("https://goloff.ir/folder/img/icons/profile/ok.svg") no-repeat center;
    background-size: contain;
    width: 29px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
}
.btn-cancle-personal{
    background: url("https://goloff.ir/folder/img/icons/profile/cancle.svg") no-repeat center;
    background-size: contain;
    width: 29px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
}
.btn-cancle-personal{
    visibility: hidden;
}
.btn-ok-personal{
    visibility: hidden;
}

#tooltip_profile {
    opacity:0;
    position:absolute;
    width:500px;
    right:70px;
    line-height:20px;
    text-align: center;
    background-color:#AE4A84;
    padding: 10px;
    border-radius: 2px;
    box-shadow:0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#confirm-ok{
    background: url("https://goloff.ir/folder/img/icons/profile/confirm-ok.svg") no-repeat center;
    background-size: contain;
    width: 15px;
    height: 12px;
    display: inline-block;
}
#confirm-nokey{
    background: url("https://goloff.ir/folder/img/icons/profile/confirm-nokey.svg") no-repeat center;
    background-size: contain;
    width: 15px;
    height: 12px;
    display: inline-block;
}
.orders-content{
    width: 735px;
    height: 46px;
    line-height: 46px;
    background-color: #E6E7E8;
    margin: 20px;
    font-size: 13px;
    padding-right: 10px;
}
#order-label{
    display: inline-block;
    width: 77px;
    text-align: center;
}
#order-kod{
    display: inline-block;
    width: 142px;
    text-align: center;
}
#order-price{
    display: inline-block;
    width: 135px;
    text-align: center;
}
#order-date{
    display: inline-block;
    width: 135px;
    text-align: center;
}
#order-btn{
    display: inline-block;
    width: 220px;
    text-align: center;
}
.btn-pardakht{
    cursor: pointer;
    width: 135px;
    height: 25px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 152, 70);
}

/*******profile product*****/
.profile-cakeoff-part {
    display:table-cell;
    vertical-align:top;
    width:268px;
    height:374px;
    border:solid 1px #e8e8e8;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.profile-cakeoff-img {
    width:271px;
    height:207px;
}

.img_profile-cakeoff-body {
    display:table-cell;
    vertical-align:bottom;
    width:150px;
    height:110px;
}
.text_profile-cakeoff-body {
    display:table-cell;
    vertical-align:top;
    width:220px;
    font-size:13px;
    line-height:30px;
    padding-top:10px;
}
.img_profile-cakeoff-body > img {
    width:50px;
    height:75px;
    margin-right:10px;
}
.profile-cakeoff-body h3 {
    font-size:17px;
    padding:10px;
}
.profile-cakeoff-body a {
    color:#000000;
}
#div-favorite-info-box{
    width: 886px;
    display: inline-block;
    margin-left: 5px;
    background-color:#EBECEC !important;
}
.favorite_product{
    padding: 0px 0 30px 30px;
}
.favorite-icon-delete{
    width: 24px;
    height: 21px;
    top: 10px;
    left: 10px;
    background:url(https://goloff.ir/folder/img/icons/shopping-icon/mo-cancel-icon.gif) no-repeat center;
    position: absolute;
    cursor: pointer;
    background-size:contain ;
}
/*#mo-login-step-input-information span{}*/

/**/


/***** Example custom styling *****/
.myLabel {
    border: 1px solid #4cae4c;
    border-radius: 2px;
    padding:5px 10px;
    margin: auto;
    background-color:#5cb85c;
    display: inline-block;
}
.myLabel:hover {
    cursor:pointer;
    background-color: #449d44;
    border-color: #398439;
}
.myLabel:active {
    background: #CCF;
}
.myLabel :invalid + span {
    color: white;
}
.myLabel :valid + span {
    color: white;
}
label.myLabel input[type="file"] {
    position: fixed;
    float:right;
    top: -1000px;
}
#msg_login_change{
    color: #4cae4c;
    margin-right: 5px;
}
            .head-text{
               font-size:12px;
               line-height:30px;
               color:#525659;
               font-weight:500;
               padding-right:145px;
            }
            .up-nav-bar-main
            {
               min-width:1200px;
               background-color:#d1d2d4;
            }

            .up-nav-bar
            {
               width:1200px;
               height:30px;
               line-height:30px;
               font-size:12px;
               margin: auto;
            }
            .up-nav-bar1{
                display:table-cell;
                width:600px;
            }
            .up-nav-bar2{
                display:table-cell;
                width:600px;
                text-align:left;
            }

            .up-links{
                text-decoration:none;
                color:#525659;
                cursor: pointer;
            }

            .up-links:last-child{
                margin-left:30px;
            }

            .up-links:hover {
                color:white;
            }
            #r_go-top-btn {
                display: none;
                position: fixed;
                background: url("https://goloff.ir/folder/img/icons/top.png") no-repeat center;
                background-size: contain;
                top: 600px;
                right: 445px;
                width: 40px;
                height: 40px;
                cursor: pointer;
                z-index: 100;
            }
        
        #order-count {
            display:inline-block;
            padding:0px 5px;
            text-decoration:underline;
        }
        .search-nav-bar{

            width:1200px;
            height:65px;
            display:block;
            vertical-align:middle;
            margin: auto;
            position:relative;
        }


        #cake-off-icon{

            height: 140px;
            width:140px;
            position: absolute;
            z-index: 100;
            top: -30px;
            right: 4px;


        }

        #cake-text{
            color:#a54586;
            height:65px;
            width:180px;

            line-height:65px;

            font-weight:bold;

            font-size:13px;
            display:inline-block;
            margin: 0px 175px 0px 50px;

        }

        .search-btn{
            display:inline-block;
            transition: box-shadow 0.3s ease-in-out;
            position:relative;
        }
        .search-btn.top{
            width:410px;
            border:1px solid #929292;
        }
        .not_search
        {
        display:inline-block;
         width:410px;
        }
        #txt-search{
            direction:rtl;
            width:280px;
            margin-right:5px;
            font-size:12px;
            border: 0px;
            display:inline-block;
            background: none;
        }

        #search-filter:after {
            content: "";
            display: inline-block;
            width: 5px;
            height: 5px;
            border-right: 1px solid #929292;
            border-top: 1px solid #929292;
            transform: rotate(135deg);
            margin: 0px 5px;
        }

        #search-filter:hover {
            cursor:pointer;
             background-color: #d1d2d4;
        }

          .shadow{
            box-shadow:0px 1px 3px 2px #BDBCBC
        }

        .filter-list{
            display:none;
            position: absolute;
            background-color: #f9f9f9;
            min-width:90px;
            font-size:12px;
            line-height:35px;
            z-index:100;
            box-shadow: 0px 1px 3px 2px #BDBCBC
        }

        .filter-list li{
            border-top:1px solid #929292;
            padding: 0px 5px;
            position:relative;

        }

        .filter-list li:hover{
            cursor:pointer;
            background-color: #d1d2d4;
            font-size:13px;
        }


        #search-filter{
                display: inline-block;
                padding-right: 5px;
                font-size:12px;
                color: #929292;
                border-left: 1px solid #929292;
                line-height: 30px;
                height: 30px;
        }

        .search-icon.top{
            background: url("https://goloff.ir/folder/img/icons/search-icon.png") no-repeat center;
            background-size: contain;
            width: 18px;
            height: 32px;
            vertical-align: middle;
            display:inline-block;
            cursor:pointer;
            border:white;
            position:absolute;
            left:2px;
        }

        #txt-search:focus {
            outline: none;
        }

        .order , .favorite , .log-in{
            display:inline-block;
            margin-right:20px;
        }
        .log-in {
            text-align:left;
            width:120px;
        }
        #order-icon{
            background: url("https://goloff.ir/folder/img/icons/order-icon.svg") no-repeat center;
            background-size: contain;
            width: 22px;
            height: 25px;
            vertical-align: middle;
            display:inline-block;
            position:relative;
            top:-5px;

        }

        #favorite-icon{
            background: url("https://goloff.ir/folder/img/icons/favorite-icon.svg") no-repeat center;
            background-size: contain;
            width: 24px;
            height: 21px;
            vertical-align: middle;
            display:inline-block;
            cursor:pointer;

        }

        .order a, .favorite a{
            text-decoration:none;
            color:#a54586;
            margin:0px;
            cursor: pointer;
            height:60px;
            line-height:60px;
            font-size:14px;
        }

        .log-in a{
            text-decoration:none;
            height:60px;
            line-height:60px;
            color:#929292;
            cursor: pointer;
            margin:0px 2px;
            font-size:10px;
            display:inline-block;
        }

        .log-in a:hover , .order a:hover, .favorite a:hover{
            color:blue;
        }

        #log-in-icon {
            background: url("https://goloff.ir/folder/img/icons/log-in-icon.svg") no-repeat center;
            background-size: contain;
            width: 20px;
            height: 24px;
            vertical-align: middle;
            display: inline-block;
        }

        
        #goto_vitrin_btn{
            position: absolute;
            width: 200px;
            height: 100px;
            left: 79px;
            top: -10px;
            z-index: 20;
        }
        .active{
            border-bottom: solid white 2px;
        }
        .menu{
            height:80px;
            min-width:1200px;
            background-color:#744080;
            color: #FFF;
            height: 80px;
        }
        #up-menu{
            width:1200px;
            margin:auto;
            text-align:center;
            position:relative;
        }

        #down-menu{
            width:1200px;
            margin:-9px auto auto auto;
            text-align:center;
        }
        #menu-title {
            position:relative;
            width:1200px;
            height:45px;
            display:inline-block;
            overflow: hidden;
            margin: 0px;
        }

        #menu-title ul {
              position: absolute;
              margin: 0;
              padding: 0;
              height: 50px;
              width:1200px;
              list-style: none;
        }


        #menu-title ul li {
             display:inline-table;
             text-align: center;
        }

        .selected-item {
             margin: 0 10px;
             padding: 0 30px;
             line-height:45px;
             height:45px;
             position:relative;
        }
        .selected-item:after{
            content:"";
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent #FFF;
            background-size:contain;
            width: 0;
            height: 0;
            position: absolute;
            top: 20px;
            right:0;
        }

        .selected-item:before{
            content:"";
            border-width: 5px;
            border-style: solid;
            border-color: transparent #fff transparent transparent ;
            background-size:contain;
            width: 0;
            height: 0;
            position: absolute;
            top: 20px;
            left:0;
        }
        .selected-item a{
             /*cursor: context-menu;*/
             color:white;
             font-weight:bold;
             font-size:20px;
        }


        .selected-item a:hover{color: #fff;/*cursor: context-menu;*/}


        #ul-menu>li:not(.selected-item) a{
            margin: 0 10px;
             color:#c180aa;
             font-weight:bold;
             font-size:14px;
        }
         #ul-menu>li:not(.selected-item) {
             margin: 0;
             padding: 0;
             line-height:32px;
             /*height:45px;*/
            /* width:70px;*/
        }

        #down-menu ul:not(.selected-sub-menu){display:none;}
        #down-menu a{
            color:white;
            height:25px;
            line-height:25px;
            font-size:11px;
            display:inline-block;
            margin: 0px 20px;
        }
        #down-menu span{
            color:white;
            height:25px;
            line-height:25px;
            font-size:11px;
            display:inline-block;
            margin: 0px 20px;
            font-weight:bold;
        }

        #down-menu ul li {
             display:inline-table;
             text-align: center;
        }

        #down-menu a:hover{
            border-bottom:solid white 2px;
        }

        #down-menu a:hover{
            color:white;

        }
        
        .support{
            width: 54px; height: 54px;
        }
        #footer a {
            color:#ffffff;
        }

        #footer{
            min-width:1200px;
            color:#FFFFFF;
            font-size: 0.8em;
            padding: 24px 0;
        }
        #infooter>div{padding-right: 2%}
        #infooter{width : 1200px;margin:auto}
        #right{
            display: inline-block;
            vertical-align: top;
            width: 30%;
            line-height: 25px;
        }
        .ico{
            width: 30px;
            height: 30px;
        }
        .txt_h{
            display: inline-block;
            margin: 10px;
        }
        #center{
         vertical-align: top;
            display: inline-block;
            width: 30%;
        }
        .text{
            display: inline-block;
            text-align: justify;
        }
        #left{
            vertical-align: top;
            display: inline-block;
            width: 38%;
            text-align:left;
        }
     
    .pic{
        width: 1200px;
        margin:auto;
        text-align:center;
        
      display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;      /* TWEENER - IE 10 */
      display: -webkit-flex;     /* NEW - Chrome */
      display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

    
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
    }
    .pic-bottom{
        flex : 0 0 142px;
                -webkit-box-flex: 1 142px;
                -moz-box-flex:  1 142px;
                width:142px;
         width: 142px;
         height:138px;
    }
    .toolbar{
        min-width: 1200px;
        height: 20px;
    }
            