/* header and menu styling */
@media screen and (max-width: 767px) {
	#sp-header.header-sticky ~ #sp-main-body {
		padding-top: 120px;
	}
}

@media screen and (min-width: 768px) {
	#sp-menu .align-items-center {
		justify-content: center !important;
	}

	#sp-logo .logo img {
		margin: auto !important;
	}
	
	.sp-megamenu-parent > li:last-child > a {
		padding: 0px 15px 0px 15px !important;
	}
	
	#sp-top1, #sp-top2 {
		align-content: center;
	}
	
	#sp-header.header-sticky ~ #sp-main-body {
		padding-top: 60px;
	}
}

	
#sp-header-topbar .container-inner {
	border-bottom: none !important;
}

.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
	margin-right: 0px;
}

.offcanvas-inner a img {
	display: none;
}

.offcanvas-inner a .image-title {
	font-size: 16px;
}

.sp-dropdown-inner a {
	text-align: center;
	background: #aaaaaa;
}

.sp-dropdown-inner a:hover {
	background: #888888;
}

.sp-dropdown-inner a .image-title {
	display: block;
	padding: 10px 0px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}

.sp-dropdown-inner a img {
	filter: grayscale(0.8);
}

.sp-dropdown-inner a:hover img {
	filter: grayscale(0);
}

/* Home page category effects */
.image-overlay-style .sppb-addon-title {
	background: rgba(0,0,0,0.5);
	padding: 10px 50px;
}

.image-overlay-style .title-subtitle-bottom-center .sppb-addon-title {
	transform: translate3d(0,42px,0) !important;
}

.image-overlay-style:hover .title-subtitle-bottom-center .sppb-addon-title {
	padding: 10px 50px 50px 50px;
}

/* Eshop Styling */
.eshop-info-block {
	padding: 10px 0px 10px 0px;
}

.eshop-categories-list .eshop-category-wrap .image, .eshop-sub-categories-list .eshop-category-wrap .image {
	padding: 0px;
}

.eshop-categories-list .eshop-category-wrap:hover .eshop-info-block, .eshop-sub-categories-list .eshop-category-wrap:hover .eshop-info-block {
	background: #ccc;
}

.ajax-block-product {
	margin-bottom: 30px;
}

.d-md-table-cell {
	display: none !important;
}

.view-category #eshop-main-container hr {
	display: none;
}

.view-category #eshop-main-container .page-header {
	padding-bottom: 0px !important;
}

.product-info h1 {
	font-size: 50px;
}

.product-info .page-header {
	padding-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
	.product-info h1 {
		font-size: 38px;
	}
}

.product-description {
	margin-top: 15px;
}

/* qty box */
.product-cart-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 10px;
}

.box-quantity {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.box-action-icons-item {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

/* Mobile view: stack vertically */
@media (max-width: 768px) {
	.product-cart-row {
		flex-direction: column;
		align-items: stretch;
	}
	.box-quantity,
	.box-action-icons-item {
		justify-content: center;
	}
}

.eshop-next-nav a::after {
	content: "\f0da";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-left: 10px;
	transition: all 0.33s;
}

.eshop-next-nav a:hover::after {
	padding-left: 0px;
	transition: all 0.33s;
}

.eshop-pre-nav a::before {
	content: "\f0d9";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 10px;
	transition: all 0.33s;
}

.eshop-pre-nav a:hover::before {
	padding-right: 0px;
	transition: all 0.33s;
}

/* Eshop search Module */
#eshop_result {
	width: 320px !important;
	right: 0px !important;
}

#eshop_result li a img {
	display: inline;
	width: 30% !important;
}

#eshop_result img {
	border: none !important;
	margin: 5px 0px !important;
	padding: 0px 10px 0px 0px !important;
}

#eshop_result {
	max-height: 450px;
	overflow: hidden auto;
}

@media screen and (min-width: 991px) {
	#cboxContent .cart-info th:first-child {
		max-width: 36px !important;
		opacity: 0 !important;
	}

	#cboxContent .cart-info {
		font-size: 14px !important;
	}

	#cboxContent .cart-info th:nth-child(6n+2) {
		width: 300px;
	}
}

/* Whatsapp product button */
#whatsapp-btn a::before {
	content: "Contact us on Whatsapp";
	display: block;
}

#whatsapp-btn {
	background: #f2f2f2;
	border-radius: 10px;
	padding: 10px;
	max-width: 150px;
	text-align: center;
}

#whatsapp-btn img {
	margin: auto !important;


