.single-product-action {
	display: flex;
	gap: 24px;
	align-items: center;
	flex-wrap: wrap;
}

.single-product-price {
	font-family: "Anton SC", sans-serif;
	font-size: 36px;
	color: #14222E;
	font-weight: 400;
}

.single-product-price ins {
	text-decoration: none;
}

.single-product-price del {
	font-size: smaller;
	color: #B7B7B8;
	text-decoration: none;
}

.section-col {
}

.single-product-image {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}

.single-product-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}




.section-col {
}
.single-product-summary {
}
.single-product-sku {
}
.single-product-title {
	font-family: "Anton SC", sans-serif;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;

}
.single-product-description {
}


@media(max-width: 767.98px) {
	.single-product-action {

	}
}

@media(max-width: 767.98px) {
	.single-product-title {
		font-size: 24px;
	}
}

.blog-posts-image {
	margin-bottom: 24px;
}


.blog-posts-pagination {
	margin-top: 32px;

}
.blog-posts-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.blog-posts-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	border: 1px solid #14222E;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	color: #14222E;
	text-decoration: none !important;



}

.blog-posts-pagination .page-numbers.current {
	background-color: #14222E;
	color: #fff;
}

.modal {
	max-width: 400px;
}
.modal-content {
}
.modal-title {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
.modal-sub-title {
	text-align: center;
	font-size: 16px;
	margin-top: 8px;
}
.modal-feedback {
	margin-top: 16px;
}
.modal-feedback .feedback-col {
	flex-basis: 100%;
}


@media(min-width: 768px) {
	.footer-bottom {
		justify-content: space-between;
	}
}


.map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



.header {
	position: relative;
}


.header-toggle svg:last-child {
	display: none;
}

.header-toggle.active svg:last-child {
	display: block;
}

.header-toggle.active svg:first-child {
	display: none;
}

@media (max-width: 767.98px) {
	.header-nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 4;
	}
	
	.header-nav.active {
		display: block !important;
	}

	.menu-list {
		display: block;
	}

	.menu-list li:not(:last-child) {
		border-bottom: 1px solid #E0E0E0;
	}

	.menu-list a {
		padding-left: 16px;
		padding-right: 16px;
		min-height: 53px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
}