.cat_menu_list {
    max-width: 600px;
    padding: 0 15px !important;
    height: 80px;
}

.cat_menu_list .swiper-slide {
    width: auto !important;
    min-width: 100px !important;
    height: 100%;
    padding: 10px;
    text-align: center;
}


.cat_menu_list .swiper-slide .active {
    border-bottom: 3px solid #132818;
    font-weight: 700;
    color: #132818;
}

.swiper-pagination-bullet-active {
	background: #122817 !important;
}

.header-sticky  {
    position: fixed !important;
    width: 100%;
    top:0;
    z-index: 9999 !important;
}

@media only screen and (max-width: 600px) {
    .fixed_list {
        top: 60px !important;
    }
}

.fixed_list {
    position: fixed !important;
    top: 80px;
    width: 100% !important;
    border-bottom: 1px solid gray;
    z-index: 999 !important;
    background: #fff !important;
}

div.quantity .increase,
div.quantity .decrease {
    display: none;
}