.list-fullview {
	width: 100%;
}

.fullview-list li {
	float: none;
	width: auto;
	display: flex;
	margin-right: 0;
}

.fullview-list li .fullview-right {
	padding: 17px;
}


.main-lay.shop li, .shop .shop-info li {
	text-align: center;
	background-color: #fff;
	padding: 30px 60px;
	position: relative;
	transition: all .4s ease-out 0ms;
	box-sizing: border-box;
}

.main-lay.shop li h3, .shop .shop-info li h3 {
	font-size: 26px;
	color: #1c1b1b;
}

.main-lay.shop li p, .shop .shop-info li p {
	height: 90px;
	line-height: 30px;
	font-size: 16px;
	color: #595959;
	margin: 20px auto;
}

.main-lay.shop li a, .shop .shop-info li a {
	margin: 15px auto;
}

.read-more.type2 {
	color: #f65859;
	background-color: transparent;
}
.read-more {
	width: 140px;
	height: 40px;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #f65859;
	border: #f65859 2px solid;
	border-radius: 25px;
	margin: 4% auto 0;
	display: block;
	transition: all .4s;
}

[class*=am-avg-]:after, [class*=am-avg-]:before {
	content: " ";
	display: table;
}

[class*=am-avg-]>li {
	display: block;
	height: auto;
	float: left;
}

.am-avg-sm-3>li {
	width: 33.33333333%;
}

.am-avg-sm-3>li:nth-of-type(3n+1) {
	clear: both;
}

[class*=am-avg-]>li {
	display: block;
	height: auto;
	float: left;
}
.product {
	background: transparent;
}


.main-lay.shop ul:hover li {
	background-color: #fcfcfc;
	box-shadow: none;
}

.main-lay.shop ul li:hover, .shop .shop-info ul li:hover {
	background-color: #fff;
	box-shadow: 0 20px 40px 0 rgb(84 84 84 / 40%);
	z-index: 3;
	transform: scale(1.05);
}

a:hover {
	text-decoration: none !important;
}

.read-more:hover {
	color: #f65859;
	background-color: transparent;
	transform: translateY(-10px);
	box-shadow: 0 15px 20px rgb(0 0 0 / 30%);
}

.read-more.type2:hover {
	color: #fff;
	background: #f65859;
}