@charset "UTF-8";

.u-text-center {
	text-align: center;
}

.u-mb-1em {
	margin-bottom: 1em !important;
}

.u-mb-3em {
	margin-bottom: 3em;
}

.img {
	margin-bottom: 30px;
}
.img img {
	width: 100%;
	max-width: 100%;
}
.gray_box {
	background: #e2e2e2;
	padding: 30px;
	font-size: 14px;
	position: relative;
}

.feature__item {
	margin-bottom: 2em;
}

.feature__item h3 {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}

.link__button {
	width: 100%;
	max-width: 320px;
	line-height: 60px;
	border: 0;
	background-color: #335b4c;
	color: #fff !important;
	display: inline-block;
	text-align: center;
	transition: background-color 0.3s;
}

.link__button:hover {
	background-color: #003220;
}

.text-area {
	height: 150px;
	overflow: hidden;
}

.show_btn {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-top: 60px;
	text-align: center;
	line-height: 30px;
	display: block;
	background: linear-gradient(
		180deg,
		rgb(255, 255, 255, 0) 0%,
		rgb(255, 255, 255, 1) 70%
	);
	cursor: pointer;
	transition: bottom 0.2s;
}

.is-active {
	background: none;
}

@media screen and (min-width: 768px) {
	.feature__heading,
	.feature__item h3,
	.price__heading {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.gray_box {
		padding: 20px;
	}

	.text-area {
		height: 150px;
	}
}


.accessories-slider {
	padding-top: 50px;
	margin: 0 auto;
}
.accessories-slider .gallery {
	margin-bottom: 30px;
}
.accessories-slider .gallery li img {
	margin: 0 auto;
	max-width: 100%;
	width: 85%;
}
.accessories-slider .slick-prev,
.accessories-slider .slick-next {
	position: absolute;
	z-index: 3;
	top: 42%;
	cursor: pointer;
	outline: none;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	height: 25px;
	width: 25px;
}
.accessories-slider .slick-prev {
	left: 0;
	transform: rotate(-135deg);
}
.accessories-slider .slick-next {
	right: 0;
	transform: rotate(45deg);
}
.accessories-slider .thumbnail {
	margin: 0 0 30px;
}
.accessories-slider .thumbnail li {
	cursor: pointer;
	outline: none;
}
.accessories-slider .thumbnail .slick-slide {
	margin: 0 10px;
}
.accessories-slider .thumbnail li img {
	opacity: 0.4;
	width: 100%;
	height: auto;
}
/* .accessories-slider .thumbnail .slick-current {
	border-bottom: 2px solid #7e988f;
} */
.accessories-slider .thumbnail .slick-current img {
	opacity: 1;
	border-bottom: 2px solid #7e988f;
}

@media screen and (min-width: 768px) {

	.accessories-slider {
		padding-top: 80px;
	}
	.accessories-slider .slick-prev {
		left: -2.5%;
	}
	.accessories-slider .slick-next {
		right: -2.5%;
	}
	.accessories-slider .gallery li img {
		width: auto;
	}

	.accessories-detail__content {
		line-height: 2;
	}

}
