.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	content: " ";
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	text-align: center;
	opacity: .25;
	background-color: black;
	border-radius: 50%;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: black;
}

.slick-dots li button.thumbnail img {
	width: 0;
	height: 0;
}

.ec-sliderItemRole {
padding-left: 0;
padding-right: 0;
}

.ec-sliderItemRole .item_visual {
border: 1px solid #ebebeb;
}

.ec-sliderItemRole .item_nav .slideThumb {
width: 32%;
opacity: 1.0;
cursor: pointer;
border: 1px solid #ebebeb;
margin-bottom: 10px;
margin-right: 2%;
display: flex;
justify-content: center;
align-items: center;
}

.ec-sliderItemRole .item_nav .slideThumb:nth-child(3n) {
margin-right: 0;
}

.ec-productRole__profile .ec-productRole__description h3 {
margin: 30px 0 10px 0;
border-bottom: 1px solid #f09716;
padding-bottom: 10px;
font-size: 20px;
}

.ec-productRole__profile .ec-productRole__description h3:first-child {
margin: 0 0 10px 0;
}

.color__e7611d {
color: #e7611d;
}

.ec-font-size-2 {
font-size: 14px;
}

.ec-select {
margin-bottom: 16px;
display: inline-block;
}

.ec-productRole .ec-productRole__actions .ec-select select {
min-width: 160px;
max-width: 160px;
border-radius: 20px;
margin-right: 10px;
}

.ec-numberInput span {
display: none;
}

.ec-numberInput input[type='number'] {
border-radius: 20px;
margin-right: 10px;
text-align: center;
max-width: 160px;
}

.ec-numberInput:after {
content: "個";
}

.oc-price {
font-size: 22px;
}

.deliverycost {
background: #f5f5f5;
padding: 20px;
margin: 20px 0 40px 0;
border-radius: 10px;
}

.color__f09716 {
color: #f09716;
}

.deliverycost ul {
margin-bottom: 0;
}

