*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
body{
	font-size: 14px;
}
ul,ol{
	padding: 0;
	margin: 0;
}
dd{
	margin: 0!important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix::after{
	display: block;
	content: "";
	clear: both;
}
a{
	text-decoration: none;
}
.mw1200{
	width: 1200px;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
.wishlist-btn,
.entry-rating-wrap,
.product-popup-links,
.entry-product-meta-shipping,
.woocommerce-tabs,
.minimog-quick-table-wrap,
.page-sidebar-left,
.page-top-bar,
.header-above,
.entry-product-quantity-wrapper{
	display: none;
}
ol li+li, ul li+li{
    margin: 0!important;
}
.title{
	text-align: center;
}
.title h3{
	font-size: 36px;
	font-weight: bold;
}
/*******************************************************************************************/
.desktop-menu .page-header .menu--primary .menu__container>li>a{
    padding: 15px;
}
/*******************************************************************************************/
#category_wrap{
	padding:0;
}
.category_wrap .category{
	display: flex;
	margin: 50px 0 20px;
}
.category_wrap .category dl{
	width: 20%;
	padding: 1%;
}
.category_wrap .category dl dt{
	width: 100%;
	height: 28rem;
	overflow: hidden;
	margin-bottom: 20px;
}
.category_wrap .category dl dt a{
	display: block;
	width: 100%;
	height: 100%;
}
.category_wrap .category dl dt img{
	display: block;
	margin: 0 auto;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.category_wrap .category dl dt a:hover img{
	transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
}
.category_wrap .category dl dd{
	text-align: center;
}
.category_wrap .category dl dd a{
	font-size: 24px;
	color: #666;
}
/*******************************************************************************************/
#new_wrap{
	padding:0;
}
.new_wrap .new{
	margin-top: 50px;
	position: relative;
}
.new_wrap .new .swiper-button-next,.new_wrap .new .swiper-button-prev{
	position: absolute;
	top:50%;
}
.new_wrap .new .swiper-button-next::after,.new_wrap .new .swiper-button-prev:after{
	content: "";
}
.new_wrap .new .swiper-button-lock{
	display: block;
}
.new_wrap .new .swiper-button-next{
	right: 50px;
}
.new_wrap .new .swiper-button-left{
	left: 0;
}
.new_wrap .new .swiper-container{
	width: 100%;
	height: 100%;
}
.new_wrap .new .swiper-slide img{
	width: 100%;
}
/***********************************************************/
.product_list{
    flex: unset;
    max-width: 100%;
}