.wcm-bc-wrap {
	position: relative;
	width: 100%;
}

.wcm-bc-carousel {
	margin: 0 -10px;
}

.wcm-bc-slide {
	padding: 0 10px;
	box-sizing: border-box;
}

.wcm-bc-card {
	height: 100%;
	padding: 16px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
}

.wcm-bc-image {
	display: block;
	margin-bottom: 12px;
}

.wcm-bc-image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.wcm-bc-title {
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 8px;
}

.wcm-bc-title a {
	text-decoration: none;
}

.wcm-bc-price {
	margin-bottom: 12px;
	font-weight: 600;
}

.wcm-bc-card .button {
	display: inline-block;
	margin-top: 4px;
}

.wcm-bc-carousel .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
	border: 0;
	padding: 8px 12px;
	cursor: pointer;
}

.wcm-bc-carousel .slick-prev {
	left: -10px;
}

.wcm-bc-carousel .slick-next {
	right: -10px;
}
