#mobile-bottom .navbar-nav > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#mobile-bottom .navbar-nav  li.col-equal {
    //width: 16.666666%;
    width: 20%;
    float: left;
}

#mobile-bottom .navbar-nav > li > a {
    text-align: center;
    padding: 10px 0px;
    display: block;
}

#mobile-bottom .navbar-nav > li > a span {
    display: block;
    font-size: 12px; /* Metin boyutunu küçült */
}
#mobile-bottom .fa{font-size: 22px;}
#mobile-bottom ul{
    width: 100%;
    margin: 10px 0px;
}

#mobile-bottom.navbar-default {
    background-color: #422102;
    border-color: #c6c6c6;
}

#mobile-bottom.navbar-default .navbar-nav>li>a {
    color: #d7d7d7;
    padding: 0px;
}
#mobile-bottom.navbar-default .navbar-nav>li>a div {
    line-height: 12px;
}
footer .container {
    padding-bottom: 60px;
}
#checkout-cart form + h2, #checkout-cart form + h2 + p{
    display: none;
}
.cart-item{

}
.cart-item.cart-item-product{

}
.cart-item.cart-item-voucher{

}
.cart-product-price{
    font-size: 14px;
}
.cart-product-price span{
    font-size: 18px;
    font-weight: bold;
}
.cart-item-box {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 5px;
}
.cart-product-price{
    margin-top: 10px;
}
@media (max-width: 767px) {
    #top, #search, header #cart, .container #menu{
        display: none;
    }
    #content .row .col-sm-3, #content p label  {
        display: none;
    }
    #logo{
        margin-top: 10px;
    }
}