.dropdown-menu.topcurrency {
	max-height: 300px;
	overflow: scroll;
}
.table th, .table td {
	padding-left: 0;
	padding: 10px;
}

.header-two .bg-top-bar {
	background-color: #b38741;
}

.header-two .header-mini .dropdown .dropdown-toggle {
	color: #fff;
}

.header-two .header-mini h4 {
	color: #fff;
}

.navigation-mobile-toggler {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 38px;
	padding: 0.35rem 0.5rem;
	border: 1px solid #b38741;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.navigation-mobile-toggler,
.navigation-mobile-toggler:visited,
.navigation-mobile-toggler:focus,
.navigation-mobile-toggler:hover {
	color: #b38741 !important;
}

.navigation-mobile-toggler .fas {
	color: inherit !important;
	font-size: 0;
	line-height: 1;
	position: relative;
	display: inline-flex;
	width: 22px;
	height: 2px;
	background-color: currentColor;
}

.navigation-mobile-toggler .fas::before,
.navigation-mobile-toggler .fas::after {
	content: "";
	position: absolute;
	left: 0;
	width: 22px;
	height: 2px;
	background-color: currentColor;
}

.navigation-mobile-toggler .fas::before {
	top: -6px;
}

.navigation-mobile-toggler .fas::after {
	top: 6px;
}

.modal-header {
	background: #b38741;
	color: #fff;
}

.pro-content {
	padding-top: 45px;
}

.pagination .page-item.active {
	border: 1px solid #b38741;
	background: #b38741;
	color: #fff;
}

.top-link {
	color: #fff;
	margin-left: 9px;
	font-size: 0.8125rem;
}

.top-link:hover {
	color: #fff;
}

.footer-one .single-footer {
	padding-bottom: 20px;
	padding-top: 10px;
}

/* Product Details Table Styling */
.product-details-table {
	margin: 10px 0;
}

.product-details-table .table {
	margin-bottom: 0;
	font-size: 0.85rem;
}

.product-details-table .table td {
	padding: 2px 0;
	border: none;
	vertical-align: top;
}

.product-details-table .table td:first-child {
	width: 40%;
	padding-right: 8px;
}

.product-details-table .table td:last-child {
	width: 60%;
}

.product-details-table .text-muted {
	color: #6c757d !important;
	font-size: 0.8rem;
}

.product-details-table .small {
	font-size: 0.8rem;
}
.footer-one {
	margin-top: 40px;
	background-color: #b38741;
	border-top: 1px solid #e6dada;
	padding-top: 15px;
}
.footer-one .copyright-content {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pro-socials img {
	width: 35px;
}

.footer-one .single-footer ul li a:hover {
	text-decoration: none;
	color: #000;
}

.slick-prev::before, .slick-next::before {
	color: #b38741;
}

.ws_images > ul {
	display: none;
}

/* Fix Pagination Icons - Replace Font Awesome with Unicode/CSS arrows */
.pagination .page-item.prev a i.fa-chevron-left,
.pagination .page-item.prev a i.fa-angle-double-left,
.pagination .page-item.next a i.fa-chevron-right,
.pagination .page-item.next a i.fa-angle-double-right {
	font-family: inherit !important;
	font-style: normal !important;
	font-weight: normal !important;
}

.pagination .page-item.prev a i.fa-chevron-left::before {
	content: "‹" !important;
	font-size: 1.2em;
	font-weight: bold;
}

.pagination .page-item.prev a i.fa-angle-double-left::before {
	content: "«" !important;
	font-size: 1.2em;
	font-weight: bold;
}

.pagination .page-item.next a i.fa-chevron-right::before {
	content: "›" !important;
	font-size: 1.2em;
	font-weight: bold;
}

.pagination .page-item.next a i.fa-angle-double-right::before {
	content: "»" !important;
	font-size: 1.2em;
	font-weight: bold;
}

/* Style pagination links that contain Unicode symbols directly */
.pagination .page-item.prev a,
.pagination .page-item.next a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	font-size: 1.1em;
	font-weight: 600;
}

/* Fix Sort Dropdown Arrow - Replace Font Awesome with Unicode */
.select-control::before {
	font-family: inherit !important;
	content: "▼" !important;
	font-size: 0.7em !important;
	color: #666 !important;
	position: absolute !important;
	right: 12px !important;
	bottom: 50% !important;
	transform: translateY(50%) !important;
	pointer-events: none !important;
	z-index: 1 !important;
	font-weight: normal !important;
}

/* Ensure select dropdowns have proper styling */
.select-control select.form-control {
	padding-right: 30px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: none !important;
}

/* Additional pagination styling improvements */
.pagination .page-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.pagination .page-item.prev a,
.pagination .page-item.next a {
	font-size: 1.1em;
	font-weight: 600;
}

.pagination .page-item.active a {
	background-color: #b38741 !important;
	border-color: #b38741 !important;
	color: #fff !important;
}

.pagination .page-item a:hover:not(.active) {
	background-color: #f5f5f5;
	border-color: #b38741;
	color: #b38741;
}