.layui-icon-spread-left {
    color: white;
}


.header_box {
    background-color: #1d5f31;
}

.layui-nav {
    background-color: rgba(87, 87, 87, 0.8);
}

.nav-item-father {
    width: 45%;
    display: inline-block;

}

.nav-item-father h6 {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.nav-item-content {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 0;
    color: white;
}

.categories .nav-item-content a {
    font-size: 16px;
    color: white;
}

.nav-content {
    display: none;
    width: auto;
    padding: 10px 0;
    text-align: center;
    line-height: 40px;
    clear: both;
    z-index: 999;
    margin: 0 auto;
}

.nav-item-father ul {
    text-align: center;
    width: 40%;
}

.nav-image-content {
    background-color: white;
    color: #0C0C0C;
    font-weight: bold;
    margin-left: 30px;
    margin-bottom: 20px;
    display: inline-block;
    width: 175px;
}

.best-sellers h3 p {

    display: table-cell;
    vertical-align: middle;
    line-height: 20px;

}

.best-sellers h3 {
    display: table;
    overflow: hidden;
    line-height: 40px;
    width: 155px;
    height: 40px;
    background-color: #cccccc;
    padding: 0 10px;

}

a:hover img, a:hover h3 {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.nav-img-max {
    width: 270px;
    height: 120px;
}

#see-all-products {
    margin-top: 25px;
    text-align: left;
}

#right-icon {
    width: 25px;
    height: 23px;
    margin-left: 6px;
}

#see-all-products a:hover #right-icon {
    opacity: 1;
    transition: 0.4s;
    margin-left: 30px;
}

#see-all-products a {
    font-size: 18px;
    font-weight: bolder;
}


@media only screen and (max-width: 1411px) {

    .app-header-menuicon {
        height: 70px;
    }

    .app-header-menuicon img {
        width: 70%;
        margin-right: 6px;
    }


    .app-header {
        display: block;
    }
}

