.col-md-4.feature_product_main {
    margin: 30px 1.2% 0 0;
    height: 258px;
}
.row.feature_product_detail {
    background-color: #c8c5ba;
}
.navbar-brand > img{
    display: inline-block;
}

.postion_fixed_top {
    position: fixed !important;
    width: 100%;
    z-index: 999;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    left: 0;
    margin-left: 0 !important;
}
.col-md-3.feature_product_main {
    padding: 8px;
}
.title {
    color: #3e3e3e;
    background-color: #c8c4ba;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 45px;
    line-height: 2.2;
    padding: 1px 0;
    width: 100%;
    text-align: center;
}
.categories {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.navbar {
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c2bea8;
    background-color: #ffffff;
    box-shadow: 1px 1px 27px 0 rgba(0, 0, 0, .7);
    margin-bottom: 0 !important;
}
.onezoo-logo {
    display: flex;
    align-items: flex-end;
    display: -webkit-flex;
}
.onezoo-logo > p {
    margin-bottom: 0;
    line-height: 1;
}
img.site-logo {
    vertical-align: bottom;
}
a.header-cart-icon {
    position: absolute;
    right: 20px;
    font-size: 24px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #f4ab04;
    outline: none;
}
.menu-items {
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}

.menu-items > li {
    float: left;
}

.menu-items > li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.menu-items > li a:hover {
    background-color: #848484;
}

.row.header-menu {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0 0;
    position: relative;
    list-style-type: none;
    overflow: hidden;
    background-color: #333;
}
.top_header_bar {
    padding-bottom: 0 !important;
}

.main_container .page-container {
    margin-top: 150px;
    margin-bottom: 20px;
}