.cat_items{
    line-height: 15px;
	margin-top: 20px;
}















.cat_gallery {
    height: 312px;
    overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: blue orange;
}



.cat_gallery::-webkit-scrollbar{
	height: 10px;
	width: 10px;
}
.cat_gallery::-webkit-scrollbar-track{
	background: #efefef;
    border-radius: 5px;
}
.cat_gallery::-webkit-scrollbar-thumb{
	background: #ccc;
    border-radius: 5px;
}















.cat_item{
    float: left;
    white-space: nowrap;
    margin-bottom: 10px;
}
.cat_item_wrapper {
    margin: 3px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%);
}
.bg_close {
    position: absolute;
    width: 100%;
    background: rgb(0, 0, 0, 50%);
}
.cat_item_head{
    text-align: center;
}
.cat_item_head_status{
    left: 0;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: white;
    text-align: center;
}
.cat_status_open {
    background: rgb(0, 143, 10);
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}
.cat_status_discount{
    background: rgb(255, 71, 0);
    color: #ffffff;
    font-weight: bold;
	border-radius: 8px 8px 0 0;
}
.cat_status_closed {
    background: rgb(245, 242, 9);
    color: #008f0a;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}
.cat_item_head_info{
    color: #555;
    border-collapse: collapse;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adress{
	font-size: 12px;
    padding: 0 0 5px 5px;
}
.title{
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
}
.cat_item_image{
}

.cat_item_footer{
    /*background-color: rgba(220, 220, 220, 0.4);
    border-bottom: 1px solid #ccc;*/
    width: 100%;
}
.cat_item_footer_price {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
    color: #f64c00;
}
.cat_item_footer_info{
	font-size: 12px;
    height: 20px;
    padding: 5px;
    width: 50%;
    color: #565656;
    overflow: hidden;
}
.left{
    float: left;
}

.right{
    float: right;
}

.clr{
    clear: both;
}
.cat_tabs {
    height: 46px;
    font-size: 15px;
    margin: 0 3px 10px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%);
    background-color: #efefef;
}
.cat_tab{
    float: left;
    /*width: 16.666%;*/
    height: 47px;
    color: #676767;
    text-align: center;
    padding: 15px 10px;
}
.cat_tab_active {
    background: #05930a;
    color: #fff;
    border-radius: 8px;
}
.tbl_info{
	background: rgb(99 191 0 / 25%);
    box-sizing: border-box;
    margin: 10px 0;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 10px;
}