.mw_shop_cat{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 15px;
}
.mw_shop_cat h2{
	text-align: center;
    margin-top: -13px;
    padding: 0 15px;
}
.mw_shop_cat_item{
	width: 23%;
	margin: 1%;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.mw_shop_cat_item_off_over{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
.mw_shop_cat_item_pic{
	position: relative;
	overflow: hidden;
}
.mw_shop_cat_item h3{
	font-weight: 400;
	margin-top: 20px;
	line-height: 40px;
}
.mw_shop_cat_item_data_regular_price{
	margin-left: 10px;
    text-decoration: line-through;
}
.mw_shop_cat_title_box{
	display: flex;
	width: 100%;
}
.mw_shop_cat_title_box b{
	background-color: #ddd;
	height: 1px;
	display: flex;
	flex: 1;
}
.mw_shop_cat_item_price .price del{
	margin-left: 15px;
	opacity: 0.7;
}

@media only screen and (max-width:600px)
{
    .mw_shop_cat .mw_shop_cat_item{
        width: calc(100% - 2%);
        text-align: center;
      }
}
@media screen and (max-width:800px)
{
    .mw_shop_cat .mw_shop_cat_item{
        width: calc(50% - 2%);
      }
}