.accessories-tabs {
	max-width: 1620px;
	margin: auto;
	width: 100%;
	padding-bottom: 4vw;
}

.accessories-tabs .card-buttons {
	position: absolute;
	bottom: 6%;
	left: 17%;
	right: 0;
	width: 100%;
}

.accessory-card {
	position: relative;
}

.accessories-tabs .card-buttons a {
	border-radius: 30px;
	border: 1px solid #082655;
	max-width: 6.8vw;
	width: 100%;
	padding: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.accessories-tabs .card-buttons p {
	margin: 0;
	padding-right: 1.6vw;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 500;
	color: #082655;
}

.page-template-templatestmpl-accessories-php {
	background: #F7F8FA;
}

.accessories-tabs .title h1 {
	text-align: center;
	margin-bottom: -5px;
	padding-top: 3vw;
}

.img-accessory {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-accessory {
	width: 100%;
}

.accessory-card {
	display: flex;
	justify-content: space-between;
}

.tab-button.active {
	background-color: #082655;
	color: white;
}

.tab-button {
	padding: 0.5vw 1vw;
	background: #ffff;
	border: 1px solid #082655;
	border-radius: 30px;
	cursor: pointer;
	transition: 0.3s;
	color: #082655;
}

.tab-buttons button {
	font-family: Roboto, serif;
	font-size: 1.3vw;
}

.tab-buttons {
	display: flex;
	gap: 10px;
	justify-content: space-evenly;
	max-width: 60vw;
	margin: auto;
	padding: 2vw;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.accessories-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 2vw;
	gap: 20px;
}

.accessory-card {
	width: calc(50% - 10px);
	padding: 0.8vw;
	border-radius: 30px;
	background: #ECEDEF;
}

.accessory-card img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

.accessory-card h3 {
	margin: 0.5vw 0;
}

.accessory-card .desc p, .accessory-card .desc li {
	font-size: 1vw;
	font-family: Roboto, serif;
	color: #4F4F4F;
	font-weight: 400;
}

@media (min-width: 990px) {
	.tab-button:hover {
		background-color: #082655;
		color: white;
	}
}

@media (max-width: 990px) {
	.accessories-tabs .card-buttons {
		position: unset;
		bottom: 6%;
		left: 17%;
		right: 0;
	}

	.accessories-tabs .card-buttons a {
		max-width: 125px;
		width: 100%;
		padding: 7px;
	}

	.accessories-tabs .card-buttons p {
		padding-right: 30px;
	}

	.accessory-card {
		flex-direction: column;
	}

	.tab-buttons-wrapper {
		overflow: hidden;
	}

	.tab-buttons {
		gap: 5px;
		padding: 5px;
		margin-left: 30px;
		margin-bottom: 40px;
		max-width: unset;
	}

	.tab-buttons .swiper-wrapper {
		display: flex;
	}

	.tab-buttons .swiper-slide {
		width: auto;
	}

	.card-buttons {
		display: flex;
		justify-content: center;
		gap: 15px;
		margin-top: 1px;
		width: 100%;
		padding: 10px;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}

	.tab-buttons button {
		font-size: 23px;
		width: 100%;
		padding: 10px 0 10px 0;
	}

	.tab-button {
		padding: 8px;
		max-height: 60px;
	}

	.content-accessory .desc p {
		padding-bottom: 5px;
		margin: auto;
	}

	.card-buttons p {
		font-size: 14px;
		padding: 5px;
		margin-right: 30px;
	}

	.accessories-grid {
		gap: 30px;
		padding: 0 30px;
	}

	.card-buttons a {
		padding: 9px;
		width: 65%;
	}

	.accessory-card {
		width: 100%;
		min-width: 320px;
		padding-bottom: 10px;
	}

	.accessories-tabs .title h1 {
		margin-bottom: 0;
		padding-top: 40px;
		padding-bottom: 30px;
		font-size: 40px;
		line-height: 40px;
	}

	.accessories-tabs {
		margin-bottom: 70px;
	}

	.accessories-tabs .title h3 {
		padding-top: 10px;
		margin: 0;
		padding-bottom: 5px;
	}

	.content-accessory {
		padding: 15px;
	}

	.accessory-card .desc p, .accessory-card .desc li {
		font-size: 19px;
	}

}