/*goods/unliked.htm*/

.list-unliked{
	background:#fff;
	position: fixed;
	z-index: 99999;
	top: 0;
	border-radius: 20px 20px 0px 0px;
}

.list-unliked .list-unlined-title{
	padding:30px 20px 0px;
	font-size:18px;
	color:#111;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-unliked .list-unlined-title small{
	display: flex;
	background: #F4F4F4;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
}

.list-unliked .list-unlined-title small span{
	font-size:20px;
	color:#525252;
}

.list-unliked .list-unliked--inner{
	padding:0px 0px 100px;
	overflow:hidden;
}

.list-unliked .list-unliked--inner .list-unliked__search{
	padding:20px 20px 10px;
}

.list-unliked .list-unliked--inner .list-unliked__search .form-input input[type='text']{
	background:#F5F5F5;
}

.list-unliked .list-unliked--inner .list-unliked__search .form-input button{
	position:absolute;
	right:0px;
	top:0px;
	background:url('/shop/data/skin_mobileV2/light/common/img/search/search.svg') center no-repeat;
	width:48px;
	height:48px;
	
}

.list-unliked .list-unliked--inner .list-cs__slide{
	padding:0px 0px 0px 10px;
	border-bottom:1px solid #E5E5E5;
	box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.03);
}


.list-unliked .list-cs__slide .swiper-slide{
	padding:0px 10px;
	width:auto;
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#A3A3A3;
}

.list-unliked .list-cs__slide .swiper-slide span{
	display:inline-block;
	margin:0px;
	padding:0px;
	border:0px;
}

.list-unliked .list-cs__slide .swiper-slide.is-active span{
	color:#0D5611;
	font-weight:700;
	border-bottom:2px solid #0D5611;
}

.list-unliked .list-cs-accodion__list{
	padding:8px 0px;
	float:left;
	width:25%;
}

.list-unliked .list-unliked--inner .list-unliked__content{
	padding:20px;
}

.list-unliked .list-unliked--inner .list-unliked__content .list-cs__slider-content{
	overflow:hidden;
}

.list-unliked .list-unliked__btn-readmore {
	margin-top: 20px;
	text-align: center;
}

.list-unliked__btn-readmore button {
	border-radius: 50px;
	padding: 13px 30px;
}

.list-unliked .list-unliked__notice{
	padding:8px 12px;
	background:#FCF6F6;
	border-radius:4px;
	margin-top:20px;
	position:relative;
}

.list-unliked .list-unliked__notice h2{
	color:#BD2420;
	font-size:12px;
	position:relative;
}

.list-unliked .list-unliked__notice h2 span{
	font-size:14px;
}

.list-unliked .list-unliked__notice h2 button{
	position:absolute;
	right:12px;
	top:50%;
	transform:translateY(-50%);
	font-size:12px;
	font-weight:600;
	color:#BD2420;
	text-decoration: underline;
}

.list-unliked .list-unliked__notice-alert{
	display:none;
	padding:15px 12px;
	border-radius: 4px;
	border: 1px solid #D4D4D4;
	background: #FFF;
	font-size:12px;
	color:#737373;
	font-weight:700;
	position:absolute;
	left: 50%;
	top: 20px;
	width: calc(100% - 40px);
	transform: translateX(-50%);
}

.list-unliked .list-unliked__notice-alert span{
	font-size:14px;
}

.list-unliked .list-unliked__notice-alert button{
	position:absolute;
	right:8px;
	top:8px;
	width:28px;
	height:28px;
	border-radius:50px;
	background:url('/shop/data/skin_mobileV2/light/common/img/myp/icon-close.svg') #f4f4f4 center no-repeat;
}

.list-unliked .list-unliked__notice-alert p{
	margin-top:5px;
	font-size:12px;
	font-weight:400;
	line-height:18px;
}

.list-unliked .list-unliked__btn-group{
	padding: 16px 20px 16px;
	border-top: 1px solid #E5E5E5;
}

.list-unliked .list-unliked__btn-group p{
	margin-bottom:16px;
	color:#BD2420;
	font-size:14px;
	font-weight:700;
}

.list-unliked .list-unliked__btn-group p span{
	font-size:18px;
}

.list-unliked .list-unliked__btn-group p small{
	color:#0D5611;
	font-size:14px;
	font-weight:600;
	margin-right:15px;
}

.list-unliked .list-unliked__btn-group p small button{
	margin-left:5px;
	color:#A3A3A3;
}

.list-unliked .list-unliked__btn-group .list-unliked__btn-group--inner{
	display:flex;
	padding:0px;
}

.list-unliked .list-unliked__btn-group .list-unliked__btn-group--inner{
	display:flex;
	padding:0px;
}

.list-unliked .list-unliked__btn-group .list-unliked__btn-group--inner button{
	border-radius:4px;
	background:#0D5611;
}

.list-unliked .list-unliked__btn-group .list-unliked__btn-group--inner button:first-child{
	width: 85px;
	margin-right: 10px;
	background:#fff;
}