.product-info-tab-nav .slick-next {
	position: absolute;
	right: 10px;
	top: 14px;
	left: unset;
	margin: 0;
	z-index: 1;
}

.product-info-tab-nav .slick-prev {
	position: absolute;
	left: 10px;
	top: 14px;
	right: unset;
	margin: 0;
	z-index: 1;
	display: none !important;
}

.product-info-tab-nav .slick-next:after {
	content: "";
	position: absolute;
	right: -12px;
	top: -14px;
	width: 128px;
	height: 76px;
	z-index: -1;
	background: linear-gradient(
		90deg,
		rgba(250, 250, 250, 0) 0%,
		#fafafa 59.66%
	);
}

.product-info-tab-nav .slick-prev:after {
	content: "";
	position: absolute;
	left: -12px;
	top: -14px;
	width: 128px;
	height: 76px;
	z-index: -1;
	background: linear-gradient(
		-90deg,
		rgba(250, 250, 250, 0) 0%,
		#fafafa 59.66%
	);
}

.product-info-tab-nav .slick-arrow {
	width: 46px;
	height: 46px;
}

.product-info-tab-nav .slick-arrow::before {
	font-size: 30px;
}

.product-info-tab-nav .slick-arrow.slick-disabled {
	opacity: 0;
}

.product-info-tab-nav-slide button {
	font-size: 16px;
	color: #234ba0;
	font-weight: 600;
	background: transparent;
	padding: 14px 20px;
	border: none;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	text-align: left;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.product-info-tab-nav
	.slick-slide.slick-current
	.product-info-tab-nav-slide
	button {
	font-size: 20px;
	color: #fff;
	background: linear-gradient(90.72deg, #ac0218 0.36%, #c5242a 99.14%);
}

.product-info-tab-nav {
	padding: 9px 8px;
	background-color: #f8f8f8;
}

.product-info-tab-for {
	margin: 20px -22px 0;
	background-color: #fafafa;
}

.product-info-tab-for-item h4 {
	font-size: 20px;
}

.product-info-tab-for-item p {
	margin: 0 0 25px;
	font-size: 16px;
}

.product-info-tab-for-item p + h4 {
	margin-top: 30px;
}

.product-info-tab-for-item p.highlight-text {
	font-size: 18px;
}

.product-info-tab-for-item {
	padding: 30px 25px 60px 22px;
}

.product-info-tab__heading h2 {
	margin: 0 0 32px;
}

@media (min-width: 768px) {
	.product-info-tab-nav-slide button {
		font-size: 20px;
		padding: 14px 12px;
	}

	.product-info-tab-nav
		.slick-slide.slick-current
		.product-info-tab-nav-slide
		button {
		padding: 14px 47px;
	}

	.product-info-tab-nav .slick-slide.slick-current {
		margin-right: 20px;
	}

	.product-info-tab-nav .slick-next:after {
		width: 174px;
	}

	.product-info-tab-for {
		margin: 35px 0 0;
	}

	.product-info-tab-for-item {
		padding: 35px 26px 70px 25px;
	}
}

@media (min-width: 1200px) {
	.product-info-tab-for-item p {
		font-size: 18px;
	}

	.product-info-tab-for-item {
		padding: 50px 302px 100px 25px;
	}

	.product-info-tab-for-item h4 {
		font-size: 24px;
	}

	.product-info-tab-for-item h3 {
		font-weight: 700;
		margin-bottom: 16px;
		margin-top: 25px;
	}

	.product-info-tab-nav-slide button {
		width: 100%;
		justify-content: center;
		height: 78px;
		padding: 10px;
		font-size: 20px;
		background: #f8f8f8;
	}

	.product-info-tab-nav
		.slick-slide.slick-current
		.product-info-tab-nav-slide
		button {
		font-size: 20px;
		padding: 11px;
	}

	.product-info-tab-nav .slick-slide.slick-current {
		margin: 0 17px;
	}

	.product-info-tab-nav .slick-slide {
		margin: 0 10px;
	}

	.product-info-tab-nav {
		padding: 0;
		background-color: transparent;
	}

	.product-info-tab-for {
		margin: 24px 0 0;
	}

	.product-info-tab-nav {
		margin: 0 -17px;
	}

	.product-info-tab-for-item .btn {
		margin-top: 25px;
	}

	.product-info-tab-for-item ul li {
		margin: 0 0 0px;
	}

	.product-info-tab-for-item ul {
		margin: 0 0 30px 10px;
	}

	.product-info-tab__heading h2 {
		margin: 0 0 50px;
	}

	.product-info-tab-nav-slide button:hover {
		color: #fff;
		background: linear-gradient(90.72deg, #ac0218 0.36%, #c5242a 99.14%);
	}
}

@media (min-width: 1600px) {
	.product-info-tab-nav .slick-slide {
		margin: 0 17px;
	}

	.product-info-tab-nav-slide button {
		font-size: 24px;
	}

	.product-info-tab-nav
		.slick-slide.slick-current
		.product-info-tab-nav-slide
		button {
		font-size: 24px;
	}
}
