.product-carousel {
	margin: 4em auto 3em auto;
	max-width: 90%;
}

@media (max-width: 767px) {
	.product-carousel {
		margin: 0 auto;
		max-width: 100%;
		padding: 0 15px;
	}
}

.product-carousel .carousel-wrapper .book-wrapper {
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
}

.product-carousel .carousel-wrapper .book-wrapper a {
	font-size: 13px;
	display: inline-block;
}

.product-carousel .carousel-wrapper .book-wrapper p {
	margin: 0;
	padding: 0;
}

.carousel-wrapper-center {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.carousel-wrapper-center {
		margin-bottom: 0;
	}
}

.carousel-wrapper-center .slick-track {
	display: flex;
	align-items: center;
}

.carousel-wrapper-center .slick-list {
	padding: 50px !important;
}

.carousel-wrapper-center .slick-center {
	opacity: 1;
	transform: scale(1.35);
	z-index: 99;
}

.carousel-wrapper-center .book-wrapper {
	opacity: 0.7;
	transform: scale(0.8);
	transition: transform 0.3s ease-out;
	z-index: 10;
}

.carousel-wrapper-center .book-wrapper img {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.carousel-wrapper-center .slick-center .book-wrapper {
	opacity: 1;
}

.carousel-wrapper-center .sp__the-cover {
	display: block;
	text-align: center;
}

.carousel-wrapper-center .sp__the-cover img {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.carousel-wrapper-center .sp__the-image {
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: 0 auto;
}

.carousel-wrapper-center .sp__the-image picture {
	padding: 0;
}

@media (max-width: 767px) {
	.carousel-wrapper-center .slick-arrow {
		display: none !important;
	}
}

.carousel-wrapper-center .slick-next:before {
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 32px;
	font-weight: 900;
	color: #57595c;
}

.carousel-wrapper-center .slick-prev:before {
	position: absolute;
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	font-size: 32px;
	font-weight: 900;
	color: #57595c;
}

.carousel-wrapper-center .slick-current,
.carousel-wrapper-center .slick-active,
.carousel-wrapper-center .slick-center {
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	will-change: transform;
}

.home-tabs {
	display: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 720px) {
	.home-tabs {
		display: flex;
	}
}

.home-tabs li {
	list-style: none;
	background: transparent;
	font-size: 18px;
	line-height: 22px;
	transition: border 0.3s, background-color 0.3s;
	will-change: border-bottom;
	padding: 15px 20px;
	border: 1px solid transparent;
	font-weight: 500;
	margin: 0px;
}

.home-tabs li:nth-child(2n) {
	margin: 0 20px;
}

.home-tabs li.active,
.home-tabs li:hover {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.responsive-tab {
	display: block;
	position: relative;
	color: #000000;
	padding: 12px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

@media (min-width: 720px) {
	.responsive-tab {
		display: none;
	}
}

.responsive-tab span {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
}

.responsive-tab span:after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.responsive-tab.active {
	border-bottom: none;
}

.responsive-tab.active span:after {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}