.category_sec .owl-nav {
	position: absolute;
	top: 34%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
	display: block !important;
}
.category_sec .owl-nav button {
	background-color: transparent;
	border: none;
	pointer-events: all;
	transition: color 0.3s ease;
}

.category_sec .owl-nav .fa-chevron-left,
.category_sec .owl-nav .fa-chevron-right {
	font-size: 30px; /* Adjust size of the arrows */
	color: #000; /* Red color for arrows */
}

.category_sec .owl-nav button:hover .fa-chevron-left,
.category_sec .owl-nav button:hover .fa-chevron-right {
	color: #d1002a; /* Darker red on hover */
	background-color: transparent;
}
.category_sec .owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	color: #fff;
	text-decoration: none;
}
.category_sec .owl-nav .owl-prev {
	position: absolute;
	left: -60px;
}

.category_sec .owl-nav .owl-next {
	position: absolute;
	right: -40px; /* Position the right arrow */
}
section.product-wrapper .accordion-button {
	position: relative;
	padding-right: 2.5rem; /* Adjust as needed to make space for the arrow */
}
/* product css --------- */
section.product-wrapper .accordion-arrow {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-top: 0.5rem solid #fff;
	transition: transform 0.3s ease;
}
section.product-wrapper button.accordion-button {
	padding: 10px 0 !important;
}
section.product-wrapper .accordion-body {
	padding: 3px 0 0 0 !important;
}
/* Optional: Rotate the arrow when the accordion is expanded */
section.product-wrapper .accordion-button.collapsed .accordion-arrow {
	transform: translateY(-50%) rotate(0deg);
}

section.product-wrapper .accordion-button:not(.collapsed) .accordion-arrow {
	transform: translateY(-50%) rotate(180deg);
}
section.product-wrapper .accordion-button:not(.collapsed)::after {
	display: none;
}
section.product-wrapper .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
section.product-wrapper {
	padding: 100px;
}
.categories-product h4 {
	border-radius: 20px 20px 0px 0px;
}
.sort-container select {
	word-wrap: normal;
	background: #222222;
	width: 52%;
	height: 100%;
	padding: 12px;
	font-family: var(--primary-font);
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 10px;
}
.sort-container label {
	color: #c7c3c3;
	font-family: var(--primary-font);
	padding-left: 17px;
	font-size: 15px;
}
.sort-container {
	border: 1px solid #f8dbdb;
	border-radius: 10px;
}
/* product detail */
section.product-details .slider-nav .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
	opacity: 0.8;
}

section.product-details .slick-slide.slick-current.slick-active {
	opacity: 1;
}

section.product-details .slick-prev i,
section.product-details .slick-next i {
	font-size: 25px;
	color: #484848;
}

section.product-details .slick-prev:hover,
section.product-details .slick-next:hover {
	background-color: #f0f0f0;
	/* Set a hover background color */
}

section.product-details .slick-prev,
section.product-details .slick-next {
	left: calc(50% - 15px);
	/* Adjust based on arrow width */
}

section.product-details .slick-prev,
section.product-details .slick-next {
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	color: #000;
	position: absolute;
	z-index: 1;
}

section.product-details .slick-prev:before,
section.product-details .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
}

section.product-details .slick-prev {
	top: -29px;
	transform: rotate(90deg);
}

section.product-details .slick-next {
	top: 101%;
	transform: rotate(90deg);
}

section.product-details .slick-prev:hover,
section.product-details .slick-next:hover {
	background-color: #f0f0f0;
}

section.product-details .slider-main {
	position: relative;
	/* Ensure the container is positioned relative for absolute positioning of arrows */
}

section.product-details .slider-main img {
	height: 458px;
	min-width: 100%;
	border-radius: 30px;
}

section.product-details .slider-nav .slick-list {
	margin-top: 8px;
}

section.product-details {
	padding: 80px 0;
}

section.product-details .slider-nav img.img-fluid {
	width: 97%;
	height: 74px !important;
	object-fit: fill;
	margin: 3px;
	border-radius: 20px;
}

section.product-details .wrapper-bg-product {
	/* padding: 40px 0px; */
	padding: 10px 0px;
	background: #efeff7;
	border-radius: 20px;
}

section.product-details .radio-wrapper input:checked ~ .radio-span {
	background: #000 !important;
	/* Set the background color to black when selected */
	color: #fff;
	/* Set the text color to white for better contrast */
}

section.product-details .radio-span {
	color: #212622;
	background: transparent;
	padding: 5px 12px;
	font-family: sans-serif;
	border-radius: 10px;
	cursor: pointer;
	font-size: 14px;
	display: flex;
	gap: 10px;
	align-items: center;
	border: 1px solid #d2d2d2;
	transition: background-color 0.3s ease;
}

section.product-details span.color-select {
	border-radius: 6px;
	width: 25px;
	height: 25px;
	display: flex;
}

section.product-details span#grey-color {
	background: #a0a0a0 !important;
}

section.product-details span#white-color {
	background: #fff !important;
}

section.product-details h4.color-varient-heading {
	font-family: var(--secondary-font);
	color: #a0a0a0;
	font-weight: 400;
	font-size: 18px;
	width: 75px;
}

section.product-details .radio-wrapper {
	display: flex;
	align-items: center;
	gap: 25px;
}

section.product-details .mian-product-content {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 30px;
}

section.product-details .expiry-days-detail h4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 54px;
	border-radius: 11px;
	background: #4c4c4c;
	font-size: 16px;
	color: #fff;
	font-family: var(--secondary-font);
	font-weight: 400;
}

section.product-details .counter {
	background: transparent;
	padding: 0px 0px;
	width: 170px;
	border-radius: 12px;
	border: 1px solid #d2d2d2;
}

section.product-details .counter button {
	background: #000;
	color: #fff;
	padding: 15px 19px;
	border-radius: 10px;
}

section.product-details .counter input {
	width: 100%;
	height: 38px;
	background: transparent;
	font-family: var(--secondary-font);
	color: #9a9a9a;
	font-size: 15px;
	text-align: center;
	/* Center text inside the input */
}

section.product-details .counter input::placeholder {
	font-family: var(--secondary-font);
	color: #9a9a9a;
	font-size: 15px;
}

section.product-details .review-user-data {
	background: #efeff7;
	padding: 15px;
	border-radius: 10px;
	height: 133px;
}
.heart-wrapper {
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.heart-wrapper i {
	color: #fff;
}
.bg-second-wrapper {
	background: #f5f5f5 !important;
}
/* cart css */
.table-special-content {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}
.table-special-content h4 {
	color: #084138;
	font-family: "Lato-Bold";
	margin-bottom: 7px;
}
.cart-table-wrapper .table tbody td {
	vertical-align: middle;
	background: #fff;
	padding: 20px;
}
.counter-wrapper-cart {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-table-wrapper th {
	padding: 20px;
}
a.btn.btn-second.checkout-process {
	width: 200px;
}
figure.product-icon-figure img {
	border-radius: 9px;
	width: 90px;
	height: 90px;
	object-fit: fill;
}
.cart-quantity-detail h6 {
	background: #f5f5f5;
	padding: 16px;
	width: 210px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-family: var(--secondary-font);
}
section.cart-section {
	padding: 100px 0;
}
/* product detail css */
section.product-details .review-user-data1 {
	background: #efeff7;
	padding: 15px;
	border-radius: 10px;
	top: 0;
	height: unset !important;
}
section.product-details .color-wrapper {
	background: #efeff7 !important;
}
.position-review-wrapper {
	position: relative;
	top: -73px;
}
.main-id-images {
	display: none;
}
select#fromCurrency {
	border: none;
	font-family: var(--secondary-font);
	font-style: normal;
}
.main-id-images {
	max-height: 210px; /* Yahan height set karein */
	overflow-y: scroll; /* Vertical scroll ke liye */
	scrollbar-width: thin; /* Scroll bar ko patla banane ke liye (Mozilla ke liye) */
	scrollbar-color: #888 #e4e4e4; /* Scroll bar ka color (Mozilla ke liye) */
	overflow-x: hidden;
}

/* Webkit browsers (Chrome, Edge, Safari) ke liye custom scroll bar */
.main-id-images::-webkit-scrollbar {
	width: 8px; /* Scroll bar ki width */
}

.main-id-images::-webkit-scrollbar-thumb {
	background: #888; /* Scroll bar thumb ka color */
	border-radius: 4px; /* Rounded corners */
}

.main-id-images::-webkit-scrollbar-thumb:hover {
	background: #555; /* Hover effect ka color */
}

.main-id-images::-webkit-scrollbar-track {
	background: #e4e4e4; /* Scroll bar track ka background */
}
