#top-nav,.top-nav,#top-nav li.active a, #top-nav a:focus, #top-nav .dropdown.open a:hover,#top-nav .dropdown,#top-nav .dropdown-menu, #top-nav a:hover, #top-nav .dropdown.open > a{
    background: #f18171;
}
#man-nav{
    padding: 15px 5px 10px 5px;
}
#cart{
    background: url('../img/cart.png') 0px center no-repeat;
    padding: 10px 0 0 20px;
}
#cart-wapper{
    width: 40px !important;
}
#cart .num{
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background:#96607d;
    display: inline-block;
    position: relative;
    top:-15px;
    color:#fff;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
}

#main-top-nav,#main-top-nav-c > ul.nav{
    background: #fff;
}

.nav.navbar-nav > li > a:hover,.navbar-nav > li.open > a{
    background:#f18171 !important;
    border-radius: 5px;
}
.nav.navbar-nav{
    float:right;
}
#img-logo{
    float: left;
}
#main-top-nav-c .dropdown-menu{
    top:64px;
}

.product-items .img-back{
    width: 270px;
}
.product-list .title{
    background: none;
}
.product-list .more{
    float: none;
    position: initial;
    display: block;
    color:#777;
    font-size:16px;
    text-shadow:none;
}
.product-list h2, .product-list h1{
    color:black;
}
.rolling-box{
    background: none;
}
footer{
    background: white!important;
    margin-top:235px;
}
footer *, footer a:hover{
    color: black;
}
footer .title_block{
    font-size: 16px;
    border: none;
}
.column-content ul{
    list-style: none;
}
footer .column li{
    padding-left: 0px;
}
footer .column{
    padding:10px 5px;
}
.column-content li a{
    color: #999999;
}
#footer_footer{
    background: #f6f6f6;
    min-height: 200px;
    padding: 20px 20px;
}
#bottom_index_text{
    clear: both;

}
#cart-box{
    top:42px !important;
}

.mini_cart  li{
    width: 340px !important;
}

.reviews_list .col-md-3 {
    height: 140px;
}

.rolling-box li.product-items{

    height: 280px;
}

@media (max-width: 768px){
    .reviews_list .col-md-3 {
        clear:both;
    }
    .rolling-box .col-xs-6{
        padding:0px;
    }
    .product-items .img-back{
        width: 140px;
    }
    .product-items .name{
        width:140px;
    }
    #product_list .product-items{
        height: 340px;
    }
    #seo_part{
        font-size: 12px;
    }
}

@media (max-width: 340px){
    .product-items .img-back{
        width: 125px;
    }
    .product-items .name{
        width:125px;
    }
    
.rolling-box li.product-items{

    height: 230px;
}

}