#logo {
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
}


/* Table - امفِـ/Zebra */
.table-zebra_bap {
    border-collapse: collapse; 
    width: 600px;
    font-family: "OpenSansRegular";
    font-size: 14px;
}

.table-zebra_bap th,
.table-zebra_bap td {
    border: none;
    line-height: 1.43;
    padding: 4px;
    vertical-align: top;
}

.table-zebra_bap th {
    background-color: #000; 
    color: #fff;
}

.table-zebra_bap tr:nth-of-type(even) {
    background-color:  #F3F3F3;
}
.table-zebra_bap tr:nth-of-type(odd) { 
    background-color:#ddd;
}
/* Table - امفِـ/Zebra */



/*
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
*/



.p_bap {
    color: #7C7C7C;
    font-size: 10px;
    width: 600px;
}

/*
1200
992
768
*/

/*
@media (min-width: 480px) {
    #header_brand_logo {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}
*/

#header-phone {
    display: table-cell;
    vertical-align: middle;
    float: left;
    font-weight: bold;
    color: gray;
    font-family: inherit;
}

@media (max-width: 1200px) {

    #header-phone {
        font-size: xx-large;
        margin-left: 30%;
    }

}

@media (min-width: 1200px) {


    #header-phone {
        font-size: xx-large;
        margin-left: 30%;
    }

}


@media (max-width: 991px) {

    #header-phone {
        font-size: large;
/*        margin-left: 10%; */
    }

    #menu-catalog {
        display:none;
    }
    #menu-cell {
        display:none;
    }
    #menu.navbar {
        display:block;
    }
    #menu-search {
        width: 100%;
        vertical-align: middle;
    }
    #header #search {
        margin-top:0px;
    }
}

@media (min-width: 991px) {

    #header-phone {
        font-size: xx-large;
        margin-left: 20%;
    }

    #menu-catalog {
        display:table-cell;
        float: none;
    }
    #menu-cell {
        display:table-cell;
    }
    #menu.navbar {
        display: none;
        float: left;
    }
    #menu-search {
        display: table-cell;
        width: 60%;
        vertical-align: middle;
    }
}

@media (max-width: 479px) {


    #header-phone {
        font-size: 14px;
        margin-left: 10%;
    }

    #header_brand_logo {
        display: none;
    }

}

#footer-panel {
    display: table;  /* none */
    position:fixed;
    bottom:0; 
    background-color: #bbb;
    width: 100%;
    padding: 3px;
    border-top: 1px solid #555;
    text-align: center;
    z-index: 99;
}

#footer-panel-cell {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    /* float:left; */
}

#menu-cell {
    vertical-align: middle;
    text-align: center;
    width: 15%;
    /* float:left; */
    color: #fff;
    font-size: 14px;
}

.top_nav:hover, .top_nav a:hover {
    background: #777;
}

.top_nav_account:hover {
    background: #777;
}

.menu_catalog {
    display: inline-block;
    line-height: 55px;
    height: 55px;
    /* padding: 0 25px; */
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    /* width: 210px; */
    background: #ccc;
}

.menu_catalog:hover, .menu_catalog a:hover {
    color: #fff;
    background: #777;
    text-decoration: none;
}

.fa fa-heart {
    color: #red;
}