/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Muli", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Muli", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: "Muli", sans-serif;
	color: #636363;
	font-weight: 400;
	/* line-height: 33px; */
	/* margin: 10px 0px 15px 0px; */
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	/* color: #fff; */
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}



/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-text {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
}

.breadcrumb-text.product-more a:nth-child(1):after {
	color: #252525;
}

.breadcrumb-text a {
	display: inline-block;
	font-size: 16px;
	color: #252525;
	margin-right: 28px;
	position: relative;
}

.breadcrumb-text a:after {
	position: absolute;
	right: -18px;
	top: 0px;
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #b2b2b2;
}

.breadcrumb-text span {
	display: inline-block;
	color: #b2b2b2;
}

/*---------------------
  Product Shop
-----------------------*/

.product-shop {
	/* padding-top: 40px; */
	padding-bottom: 80px;
}

.produts-sidebar-filter {
	/* box-shadow: 0px 0px 2px #dfdfdf; */
	/* padding: 20px; */
}

@media (max-width: 991px) {
	.produts-sidebar-filter {
		padding: 15px;
	}
}

.filter-slider{
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 10px;
}

/* .filter-widget {
	margin-bottom: 45px;
} */

.filter-widget .fw-title {
	color: var(--primary-color);
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.filter-widget .filter-catagories li {
	list-style: none;
}

.filter-widget .filter-catagories li a {
	display: inline-block;
	color: #636363;
	font-size: 16px;
	line-height: 39px;
}

.filter-widget .filter-catagories li a:hover,
.filter-widget .filter-catagories li a:active {
	color: var(--primary-color);
	font-weight: 600;
}

/* mobile filter  */
.filter-widget .mob-filter-catagories li {
	list-style: none;
}

.filter-widget .mob-filter-catagories li a {
	display: inline-block;
	color: #636363;
	font-size: 16px;
	line-height: 39px;
}

.filter-widget .mob-filter-catagories li a:hover,
.filter-widget .mob-filter-catagories li a:active {
	color: var(--primary-color);
	font-weight: 600;
}


.filter-widget .fw-brand-check .bc-item {
	margin-bottom: 3px;
}

.filter-widget .fw-brand-check .bc-item label {
	position: relative;
	cursor: pointer;
	padding-left: 28px;
}

.filter-widget .fw-brand-check .bc-item label input {
	position: absolute;
	visibility: hidden;
}

/* 
.filter-widget .fw-brand-check .bc-item label input:checked~span {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.filter-widget .fw-brand-check .bc-item label .checkmark {
	position: absolute;
	left: 0;
	top: 5px;
	height: 15px;
	width: 15px;
	border: 2px solid #ebebeb;
	border-radius: 2px;
}

.filter-widget .fw-brand-check .bc-item label .checkmark:after {
	left: 0;
	top: 0;
	width: 10px;
	height: 8px;
	border: solid white;
	border-width: 3px 3px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
} */

.filter-widget .fw-brand-check .bc-item label .checkmark {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 18px;
	/* Slightly increased for better spacing */
	width: 18px;
	border: 2px solid #ebebeb;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.filter-widget .fw-brand-check .bc-item label .checkmark:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.filter-widget .fw-brand-check .bc-item label input:checked~.checkmark {
	background: var(--primary-color);
	border-color: var(--primary-color);
}




.filter-widget .filter-range-wrap {
	margin-bottom: 40px;
}

.filter-widget .filter-range-wrap .range-slider {
	margin-bottom: 25px;
}

.filter-widget .filter-range-wrap .range-slider .price-input {
	position: relative;
}

.filter-widget .filter-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 58px;
	top: 13px;
	height: 1px;
	width: 17px;
	background: #ebebeb;
	content: "";
}

.filter-widget .filter-range-wrap .range-slider .price-input input {
	font-size: 16px;
	color: #252525;
	max-width: 20%;
	text-align: center;
	border: 1px solid #ebebeb;
	border-radius: 2px;
}

.filter-widget .filter-range-wrap .range-slider .price-input input:nth-child(1) {
	margin-right: 28px;
}

.filter-widget .filter-range-wrap .price-range {
	border-radius: 0;
}

.filter-widget .filter-range-wrap .price-range.ui-widget-content {
	border: none;
	background: #ebebeb;
	height: 3px;
}

.filter-widget .filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ffffff;
	border: none;
	-webkit-box-shadow: 1px 6px 14px -4px #425c6d;
	box-shadow: 1px 6px 14px -4px #425c6d;
	outline: none;
}

.filter-widget .filter-range-wrap .price-range .ui-slider-range {
	background: #ebebeb;
	border-radius: 0;
}

.filter-widget .filter-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
	background: #732C7F;
}

.filter-widget .filter-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	background: #732C7F;
	padding: 7px 20px 5px;
	border-radius: 15px;
	display: inline-block;
	text-transform: uppercase;
}

/* 
.filter-widget .fw-color-choose .cs-item {
	width: 50%;
	float: left;
	margin-bottom: 4px;
}

.filter-widget .fw-color-choose .cs-item input {
	position: absolute;
	visibility: hidden;
}

.filter-widget .fw-color-choose .cs-item label {
	cursor: pointer;
	position: relative;
	padding-left: 33px;
	font-size: 16px;
	color: #636363;
}

.filter-widget .fw-color-choose .cs-item label.cs-violet:before {
	background: #8230E3;
}

.filter-widget .fw-color-choose .cs-item label.cs-blue:before {
	background: #2773BE;
}

.filter-widget .fw-color-choose .cs-item label.cs-yellow:before {
	background: #EEEE21;
}

.filter-widget .fw-color-choose .cs-item label.cs-red:before {
	background: #DC3232;
}

.filter-widget .fw-color-choose .cs-item label.cs-green:before {
	background: #81D742;
} 
	
.filter-widget .fw-color-choose .cs-item label:before {
	position: absolute;
	left: 0;
	top: 4px;
	height: 18px;
	width: 18px;
	background: #252525;
	border-radius: 50%;
	content: "";
}

*/

/* Color Filter Start */
.fw-color-choose {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
	gap: 12px;
	width: 100%;
	max-width: 100%;
}

.cs-item {
	position: relative;
}

.cs-item input {
	display: none;
}

/* Circular Color Options */
.color-circle {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border 0.3s ease-in-out;
}

.color-circle:hover,
.cs-item input:checked + .color-circle {
    box-shadow: 0 0 6px #00000066;
    border-color: #444;
    transform: scale(1.05);
}

.cs-item input:checked + .color-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width:12px;
    height: 12px;
    background: #fff;
	border:1px solid #00000066;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
/* Define specific colors */
.cs-white {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
}

.cs-gray {
	background-color: #808080;
}

.cs-black {
	background-color: #000000;
}

.cs-blue {
	background-color: #0000FF;
}

.cs-red {
	background-color: #D0021B;
}

.cs-yellow {
	background-color: #FFF44F;
}

.cs-orange {
	background-color: #F26739;
}

.cs-brown {
	background-color: #A38C6A;
}

.cs-teal {
	background-color: #008080;
}

.cs-purple {
	background-color: #800080;
}

.cs-green {
	background-color: #008000;
}

.cs-pink {
	background-color: #FF69B4;
}

/* filter color end  */

.filter-widget .fw-size-choose .sc-item {
	display: inline-block;
	margin-right: 5px;
}

.filter-widget .fw-size-choose .sc-item:last-child {
	margin-right: 0;
}

.filter-widget .fw-size-choose .sc-item input {
	position: absolute;
	visibility: hidden;
}

.filter-widget .fw-size-choose .sc-item label {
	font-size: 16px;
	color: #252525;
	font-weight: 700;
	height: 40px;
	width: 47px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	cursor: pointer;
}

.filter-widget .fw-size-choose .sc-item label:hover,
.filter-widget .fw-size-choose .sc-item label:active {
	background: var(--primary-light);
	color: var(--accent-light);
}

.filter-widget .fw-tags a {
	display: inline-block;
	font-size: 16px;
	color: #636363;
	padding: 5px 15px;
	border: 1px solid #ebebeb;
	margin-right: 5px;
	margin-bottom: 9px;
	border-radius: 2px;
}

.filter-widget .fw-tags a:hover,
.filter-widget .fw-tags a:active {
	color: var(--accent-light);
	background-color: var(--primary-light);
}

.checkmark:after {
	position: absolute;
	content: "";
}

/* .product-show-option {
	margin-bottom: 30px;
} */

.product-show-option .select-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-show-option .select-option .nice-select {
	border-radius: 0;
	border: 1px solid #ECEDEE;
	height: 40px;
	line-height: 35px;
}

.product-show-option .select-option .nice-select .list {
	margin-top: 0;
	border-radius: 0;
	width: 100%;
}

.product-show-option .select-option .nice-select:after {
	border-bottom: 2px solid #4c4c4c;
	border-right: 2px solid #4c4c4c;
	height: 7px;
	right: 22px;
	top: 47%;
	width: 7px;
	opacity: 0.7;
}

.product-show-option .select-option .nice-select span {
	font-size: 16px;
	color: #4c4c4c;
}

.product-show-option .select-option .sorting {
	margin-right: 20px;
}

.product-show-option .select-option .sorting.nice-select {
	padding-right: 70px;
}

.product-show-option .select-option .p-show.nice-select {
	padding-right: 105px;
}

.product-show-option .select-option .p-show.nice-select:before {
	position: absolute;
	right: 48px;
	top: 0;
	content: "09";
	font-size: 16px;
	color: #252525;
}

.product-show-option p {
	margin-bottom: 0;
	color: #636363;
	line-height: 39px;
}



.loading-more {
	text-align: center;
	padding-top: 10px;
}

.loading-more i {
	font-size: 22px;
	color: #663333;
	margin-right: 6px;
	position: relative;
	top: 7px;
}

.loading-more a {
	font-size: 18px;
	font-weight: 700;
	color: #252525;
	position: relative;
	display: inline-block;
}

.loading-more a:before {
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: #e7ab3c;
	content: "";
}

.product-item {
	position: relative;
	padding: 16px;
	background: #FFFFFF;
	border: 1px solid #FBFBFB;
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
	border-radius: 16px;
	margin-bottom: 30px;
	transition: box-shadow 0.3s ease-out;
}

.product-item:hover {
	box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}

.product-item h3 {
	display: block;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-transform: capitalize;
	color: #333333;
	margin: 0;
}

.product-item .tab-image {
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 16px;
}

.product-item figure {
	background: #F9F9F9;
	border-radius: 12px;
	text-align: center;
}

.product-item figure img {
	max-height: 210px;
	height: auto;
}

.product-item .qty {
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #9D9D9D;
}

.product-item .rating {
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	text-transform: capitalize;
	color: #222222;
}

.product-item .rating iconify-icon {
	color: #B57EDC;
}

.product-item .price {
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	color: #2c2c2c;
}

.product-item .product-qty {
	width: 85px;
}

.product-item .btn-link {
	text-decoration: none;
}

.product-item #quantity {
	height: auto;
	width: 28px;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
}

.product-item .btn-number {
	width: 26px;
	height: 26px;
	line-height: 1;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	border-radius: 6px;
	color: #222;
	padding: 0;
}



/* floating image */
.image-float {
	margin-top: -140px;
	margin-bottom: -140px;
}

/*Trending Products Start */
.one-line-truncate-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

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

.rating-container {
	display: flex;
}

.badge {
	background-color: rgb(139, 75, 134);
}

/*Trending Products end */


/* sorting button start  */
/* Dropdown Button */
.sorting-btn {
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 2px #dfdfdf;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(234, 234, 242);
	cursor: pointer;
	width: 250px;
}

.selected-option {
	color: var(--primary-color);
	font-weight: 600;
}

.select-option {
	width: fit-content;
}

/* Dropdown Arrow */
.dropdown-arrow {
	font-size: 12px;
}

/* Dropdown Menu */
.select-option .custom-dropdown {
	padding: 0px;
	list-style: none;
	background: #fff;
	margin-top: 49px !important;
	position: absolute;
	width: auto;
	min-width: 100%;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 1000;
}

.custom-dropdown li:hover {
	background-color: var(--primary-bg);
	color: var(--light-color);
}

/* Show dropdown */
.select-option.show .custom-dropdown {
	display: block;
}

/* Dropdown List Items */
.custom-dropdown li {
	padding: 10px 15px;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.2s;
}

/* sorting button end  */





/* Hide Sidebar by Default */

/* Mobile Filter Sidebar */
@media (max-width: 991px) {
	.mobile-filter-sidebar {
		position: fixed;
		top: 0;
		left: -100%;
		width: 80%;
		max-width: 300px;
		height: 100vh;
		background: #fff;
		box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
		overflow-y: auto;
		transition: 0.3s ease-in-out;
		z-index: 1050;
	}

	.show-filter-btn {
		display: block;
		width: 250px;
		border-radius: 0px !important;
		box-shadow: 0px 0px 2px #dfdfdf;
	}

	.filter-content {
		padding: 20px;
	}

	/* Close Button */
	.close-filter {
		font-size: 30px;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 15px;
	}

	/* Overlay */
	.mobile-filter-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 1049;
	}

	/* Show Sidebar */
	.mobile-filter-sidebar.active {
		left: 0;
	}

	/* Show Overlay */
	.mobile-filter-overlay.active {
		display: block;
	}

	/* Filter Button */
	.filter-btn {
		display: block;
		width: 100%;
		text-align: center;
		background: #000;
		color: #fff;
		padding: 10px;
		margin: 10px 0;
		border: none;
		cursor: pointer;
	}

	/* Sticky Bottom Section */
	.filter-bottom{
		z-index: 3;
		position: sticky;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: auto auto;
		background: var(--light-color);
		box-shadow: 0px -5px 4px #e6e6e6;
		padding: 12px 15px;
		text-align: center;
	}

	/* Button Inside */
	.apply-filter-btn {
		width: 100%;
		background: var(--primary-gradient);
		/* Your custom button color */
		color: var(--light-color);
		padding: 14px;
		font-size: 16px;
		font-weight: bold;
		border: none;
		cursor: pointer;
	}
}

@media (min-width: 992px) {

	.mobile-filter-sidebar,
	.mobile-filter-overlay,
	.show-filter-btn {
		display: none !important;
	}
}


.filter-radio-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* Space between radio buttons */
}

.filter-radio-buttons label {
	display: flex;
	align-items: center;
	gap: 8px;
	/* Space between radio button and text */
	font-size: 14px;
	cursor: pointer;
}

.filter-radio-buttons input[type="radio"] {
	margin: 0;
	cursor: pointer;
}


.filter-widget {
    padding: 15px;
    /* background: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

/* .fw-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
} */

.filter-radio-buttons label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #484848;
    cursor: pointer;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.filter-radio-buttons input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-radio-buttons input[type="radio"]:checked {
    background-color: var(--light-color);
    border-color: var(--primary-color);
}

.filter-radio-buttons input[type="radio"]::before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.filter-radio-buttons input[type="radio"]:checked::before {
    display: block;
}


.seller-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seller-filter li {
    margin-bottom: 8px;
}

.seller-filter label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #484848;
    cursor: pointer;
    transition: all 0.3s ease;
}

.seller-filter input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.seller-filter input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.seller-filter input[type="checkbox"]::before {
    content: "✔";
    font-size: 14px;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.seller-filter input[type="checkbox"]:checked::before {
    display: block;
}

.custom-modal {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Modal header background and text */
.custom-modal .modal-header {
    background: var(--primary-gradient);
    color: white;
}

.custom-modal .modal-header .modal-title {
    color: white;
}

/* Close button customization */
.custom-modal button.btn-close {
	color: white !important;
    opacity: 1;
    border-radius: 50%;
}

/* Custom select style */
.custom-select {
    background-color: #f8f9fa;
    border: 2px solid #D89B3E;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    color: #555;
    transition: all 0.3s ease;
}

/* Hover effect for select */
.custom-select:hover {
    border-color: #89541A;
    background-color: #fff4e5;
    cursor: pointer;
}

/* Focus (when selected) effect for select */
.custom-select:focus {
    border-color: #4F2100;
    box-shadow: 0 0 5px rgba(216, 155, 62, 0.7);
    background-color: #fff;
    color: #000;
}

/* Selected option color */
.custom-select option:checked {
    background-color: #D89B3E;
    color: white;
}
