.wrap {
	width: 100%;
	}

table.cart {
	display: block;
	}

table.cart thead {
	display: none;
	}

table.cart tbody {
	display: block;
	}

table.cart tr {
	display: block;
    padding: 4px 10px;
	}

table.cart td {
	display: block;
    padding: 4px 0 !important;
	text-align: center;
	}

.search {
    margin: 0 0 0 auto;
    padding: 0 0 0 0;
	}
.search form {
    width: 300px;
    right: 0;
	}
.h_right {
	width: 100%;
	padding: 20px 0 0 0;
	}
	

.main_top {
    background: url('images/main_top.png') no-repeat center bottom;
	background-size: auto 280px;
    min-height: 3px;
    box-sizing: border-box;
    padding: 30px 0 270px 0;
	}	
.main_top_l{
	max-width: 1000px;
	}
.main_top_zag{
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 30px 0;
	}
.main_top_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-around;
	}
.main_top_b{
	margin: 0 10px 20px 10px;
	padding: 20px;
	box-sizing:border-box;
	width: 105px;
	}
.main_top_text{
	font-size: 14px;
	}
	
.privilege_b {
    width: 100%;
    margin: 0 0 0 0;
	font-size: 14px;
	}	
.main_text {
    font-size: 18px;
    line-height: 22px;
	}	
	
	

.post_bg{
	padding: 20px 15px;
	}	
	
	
	
.coupon {
	display: block;
	}

#coupon_code {
	margin: 5px 0;
	}
	


#posts{
	float: none;
	width: auto;
	}

#sidebar{
	float: none;
	width: auto;
	padding: 20px 0 0 0;
	}
	